ff14angler-cracker

bypass adblock checking for ff14-angler

// ==UserScript==
// @name ff14angler-cracker
// @version 0.1
// @description bypass adblock checking for ff14-angler
// @match https://cn.ff14angler.com/*
// @require http://code.jquery.com/jquery-latest.js
// @run-at document-body
// @namespace https://gf.qytechs.cn/users/576674
// ==/UserScript==
(function() {
    'use strict';
    var nodes = $('.adsbygoogle')
    nodes.removeClass('adsbygoogle')
    nodes.addClass('idk')
})();

QingJ © 2025

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