虫部落去广告

2020/4/10 下午9:23:47

当前为 2020-04-10 提交的版本,查看 最新版本

此脚本不应直接安装。它是供其他脚本使用的外部库,要使用该库请加入元指令 // @require https://update.gf.qytechs.cn/scripts/400309/790704/%E8%99%AB%E9%83%A8%E8%90%BD%E5%8E%BB%E5%B9%BF%E5%91%8A.js

// ==UserScript==
// @name             虫部落去广告
// @namespace        Violentmonkey Scripts
// @match            *://*.chongbuluo.com/
// @grant            none
// @version          1.0
// @author           Senkita
// @description      2020/4/10 下午9:23:47
// @require          https://gf.qytechs.cn/scripts/400309-%E8%99%AB%E9%83%A8%E8%90%BD%E5%8E%BB%E5%B9%BF%E5%91%8A/code/%E8%99%AB%E9%83%A8%E8%90%BD%E5%8E%BB%E5%B9%BF%E5%91%8A.js?version=790703
// ==/UserScript==

(function(){
senInterval(function(){
     // Google搜索
     $(window.frames["engine"].doucment).find('.swiper_wrap').remove();
     // Wikipedia
     $(window.frames["engine"].doucment).find('.search').remove();
     // 百度高级
     $(window.frames["engine"].doucment).find('.#ft').remove();
 },1000);
})();

QingJ © 2025

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