谷歌安全搜索隐藏

隐藏谷歌安全搜索元素,管住小手

// ==UserScript==
// @name         谷歌安全搜索隐藏
// @namespace    http://tampermonkey.net/
// @version      2025-03-15
// @description  隐藏谷歌安全搜索元素,管住小手
// @author       You
// @match        http://*/*
// @icon         data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
// @grant        none
// @license MIT
// ==/UserScript==

(function() {
    'use strict';

    // Your code here...
    let safeSearchNode = document.getElementById('taw')
    safeSearchNode.remove()
})();

QingJ © 2025

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