NT动漫去广告

www.ntyou.cc去广告

当前为 2022-05-23 提交的版本,查看 最新版本

// ==UserScript==
// @name              NT动漫去广告
// @version           7
// @author            KA

// @description       www.ntyou.cc去广告
// @license MIT

// @include *://*.ntyou.cc/*
// @namespace https://greasyfork.org/users/917798
// ==/UserScript==
(function(){
    setInterval(function(){
         var child=document.getElementById("HMRichBox");
         if(child !=null){
             document.body.removeChild(child);
             }
         },300)
})()