操你妈九游

禁掉烦人的九游推广

目前為 2021-11-02 提交的版本,檢視 最新版本

// ==UserScript==
// @name         操你妈九游
// @namespace    http://vear.vip/
// @version      0.1
// @description  禁掉烦人的九游推广
// @author       You
// @match        https://www.baidu.com/*
// @icon         https://www.google.com/s2/favicons?domain=baidu.com
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
    Array.from(document.getElementsByClassName('c-showurl c-color-gray')).forEach((ele, index) => {
        if (ele.innerText.indexOf('9game') !== -1) {
            Array.from(document.getElementsByClassName('result c-container new-pmd'))[index].style.display = 'none'
        }
    })
    // Your code here...
})();

QingJ © 2025

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