Google Shut Up! Stop Annoying Cookies Request!

try to take over the world!

目前为 2020-09-03 提交的版本。查看 最新版本

// ==UserScript==
// @name         Google Shut Up! Stop Annoying Cookies Request!
// @namespace    http://tampermonkey.net/
// @version      0.1.1
// @description  try to take over the world!
// @author       You
// @match        https://www.google.com/*
// @match        https://news.google.com/*
// @match        https://play.google.com/*
// @match        https://www.youtube.com/*
// @match        https://apps.google.com/*
// @match        https://translate.google.it/*
// @match        https://duo.google.com/*
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
    var style = document.createElement("style");
    style.innerHTML = "#lb{display: none !important} html{overflow-y: scroll !important}";
    document.body.appendChild(style);
})();

QingJ © 2025

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