删除哈哈广告
当前为
// ==UserScript==
// @name 删除傲游哈哈广告 haha.mx
// @description 删除哈哈广告
// @include https://www.haha.mx/*
// @include https://www.hahamx.cn/*
// @require http://cdn.bootcss.com/jquery/1.11.3/jquery.js
// @grant all
// @version 1.03
// @namespace https://gf.qytechs.cn/zh-CN/users/270812-lakshyayi
// ==/UserScript==
console.clear();
(function() {
'use strict';
function clearAD() {
$(".joke-list-item-ad").remove();
$(".anecdote-slider").remove();
$(".float-left-ad").remove();
$(".joke-list-anecdote").remove();
}
setInterval(function() {
clearAD();
}, 1000);
})();
console.log('完成');
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址