Hide "A privacy reminder from Google"

Whatever

目前為 2018-01-02 提交的版本,檢視 最新版本

// ==UserScript==
// @name     Hide "A privacy reminder from Google"
// @description Whatever
// @include  https://*.google.*
// @version  1
// @grant    none
// @namespace https://gf.qytechs.cn/users/2969
// ==/UserScript==

let s = document.createElement('style')
s.textContent = `

	[jsaction^="dg_dismissed"] ~ * ,
	[jsaction^="dismiss_warmup"] {
     display: none !important;
  }

`;

document.head.appendChild(s);

QingJ © 2025

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