remove_stackoverflow_cookie_popup

Remove StackOverflow cookie popup.

目前為 2023-02-09 提交的版本,檢視 最新版本

// ==UserScript==
// @name         remove_stackoverflow_cookie_popup
// @description  Remove StackOverflow cookie popup.
// @version      0.1.0
// @match        *stackoverflow.com*
// @author       ideallemming
// @license      MIT
// @namespace https://gf.qytechs.cn/users/1024482
// ==/UserScript==

for (let popup of document.getElementsByClassName("js-consent-banner")) { popup.remove(); }

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址