您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Disable the Anti-Adblock on Aternos.org to use it without Ads. (This script is to be used along with Ublock Origin)
// ==UserScript== // @name [WORKING 2025] Disable Aternos Anti-Adblock // @homepageURL https://discord.gg/wufkp8Q5wu // @description Disable the Anti-Adblock on Aternos.org to use it without Ads. (This script is to be used along with Ublock Origin) // @author ascended1013 (https://discord.com/users/1287316126535258136) // @match https://aternos.org/* // @version 2.2 // @run-at document-start // @grant unsafeWindow // @license MIT // @supportURL https://discord.gg/wufkp8Q5wu // @icon https://files.catbox.moe/5hnfoq.png // @namespace https://gf.qytechs.cn/users/1237543 // ==/UserScript== let r = unsafeWindow.Array.prototype.push; unsafeWindow.Array.prototype.push = function(...t) { try { throw new Error } catch (e) { if (e.stack.includes("data:text/javascript")) throw new Error; return r.apply(this, t) } }; let t = unsafeWindow.Proxy; unsafeWindow.Proxy = function(r, e) { try { JSON.stringify(r) == '{}' && (e.get = () => () => !0) } catch (r) {} return new t(r, e) } setInterval((() => { Array.from(document.querySelectorAll("*")).filter((r => r.style.zIndex)).forEach((r => r.remove())) }), 100);
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址