goog-no-reminder

Remove "A privacy reminder from Google" permanently

目前為 2016-04-01 提交的版本,檢視 最新版本

// ==UserScript==
// @author       @leoncastro
// @contributor  @gnblizz; https://userstyles.org/styles/126125/google-don-t-bug-me
// @license      Public Domain; http://creativecommons.org/publicdomain/zero/1.0/
// @namespace    http://gf.qytechs.cn
// @name         goog-no-reminder
// @version      0.05
// @description  Remove "A privacy reminder from Google" permanently
// @include      /(https?:)?\/\/(www\.)?google\.((com)|((com?\.)?[\w]{2}))\/.*/
// @include      /(https?:)?\/\/(www\.)?youtube\.com\/.*/
// @grant        GM_addStyle
// @run-at       document-start
// ==/UserScript==
GM_addStyle('#cnsh,#cnso,#cnsw,._FDh,._SRg,.yt-consent,.yt-dialog-bg,#yt-consent-dialog{display:none!important}');
// document.getElementById('cnsd').click(); // fire "remind me later"

QingJ © 2025

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