哈哈删除广告
当前为
// ==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 ao
// @version 1.1
// @namespace https://gf.qytechs.cn/users/25818
// ==/UserScript==
console.clear();
(function() {
'use strict';
function clearAD() {
$(".joke-list-item-ad").remove();
$(".anecdote-slider").remove();
}
setInterval(function() {
clearAD();
}, 1000);
})();
console.log('完成');
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址