大米星球去广告

去广告!

当前为 2023-10-09 提交的版本,查看 最新版本

// ==UserScript==
// @name         大米星球去广告
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  去广告!
// @author       宠儿
// @match        https://dami6.vip/*
// @icon         https://www.google.com/s2/favicons?sz=64&domain=dami6.vip
// @grant        none
// ==/UserScript==

(function() {
    'use strict';

    let a1 = document.getElementsByClassName('is_pc')
    for (var i=0;i<a1.length;i=i+1) {
        a1[i].style.display="none"
    }
    let a2 = document.getElementsByClassName('is_pc_flex')
    for (var n=0;n<a2.length;n=n+1) {
        a2[0].children[0].style.display = 'none'
        a2[0].children[1].style.display = 'none'
    }
})();

QingJ © 2025

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