antizert / no ads on ANY zertalious script (shell shockers, krunker, 1v1.lol, & more!)

removes ads from any script created by "zertalious". works on shell shockers, krunker.io, digdig.io, surviv.io, 1v1.lol, ev.io, voxiom.io, & paperio!

目前為 2025-01-22 提交的版本,檢視 最新版本

// ==UserScript==
// @name         antizert / no ads on ANY zertalious script (shell shockers, krunker, 1v1.lol, & more!)
// @description  removes ads from any script created by "zertalious". works on shell shockers, krunker.io, digdig.io, surviv.io, 1v1.lol, ev.io, voxiom.io, & paperio!
// @icon         https://i.imgur.com/ORAaPzD.png
// @version      5

// @author       VillainsRule
// @namespace    https://villainsrule.xyz

// @grant        unsafeWindow
// @run-at       document-start

// @match        *://shellshock.io/*
// @match        *://algebra.best/*
// @match        *://algebra.vip/*
// @match        *://biologyclass.club/*
// @match        *://deadlyegg.com/*
// @match        *://deathegg.world/*
// @match        *://eggcombat.com/*
// @match        *://egg.dance/*
// @match        *://eggfacts.fun/*
// @match        *://egghead.institute/*
// @match        *://eggisthenewblack.com/*
// @match        *://eggsarecool.com/*
// @match        *://geometry.best/*
// @match        *://geometry.monster/*
// @match        *://geometry.pw/*
// @match        *://geometry.report/*
// @match        *://hardboiled.life/*
// @match        *://hardshell.life/*
// @match        *://humanorganising.org/*
// @match        *://mathdrills.info/*
// @match        *://mathfun.rocks/*
// @match        *://mathgames.world/*
// @match        *://math.international/*
// @match        *://mathlete.fun/*
// @match        *://mathlete.pro/*
// @match        *://overeasy.club/*
// @match        *://scrambled.best/*
// @match        *://scrambled.tech/*
// @match        *://scrambled.today/*
// @match        *://scrambled.us/*
// @match        *://scrambled.world/*
// @match        *://shellshockers.club/*
// @match        *://shellshockers.site/*
// @match        *://shellshockers.us/*
// @match        *://shellshockers.world/*
// @match        *://softboiled.club/*
// @match        *://violentegg.club/*
// @match        *://violentegg.fun/*
// @match        *://yolk.best/*
// @match        *://yolk.life/*
// @match        *://yolk.rocks/*
// @match        *://yolk.tech/*
// @match        *://zygote.cafe/*

// @match        *://krunker.io/*
// @match        *://browserfps.com/*
// @exclude      *://krunker.io/social*
// @exclude      *://krunker.io/editor*

// @match        *://surviv.io/*
// @match        *://surviv2.io/*
// @match        *://2dbattleroyale.com/*
// @match        *://2dbattleroyale.org/*
// @match        *://piearesquared.info/*
// @match        *://thecircleisclosing.com/*
// @match        *://archimedesofsyracuse.info/*
// @match        *://secantsecant.com/*
// @match        *://parmainitiative.com/*
// @match        *://nevelskoygroup.com/*
// @match        *://kugahi.com/*
// @match        *://chandlertallowmd.com/*
// @match        *://ot38.club/*
// @match        *://kugaheavyindustry.com/*
// @match        *://drchandlertallow.com/*
// @match        *://rarepotato.com/*

// @match        *://1v1.lol/*
// @match        *://1v1.school/*

// @match        *://ev.io/*
// @match        *://digdig.io/*
// @match        *://voxiom.io/*
// @match        *://paper-io.com/*
// ==/UserScript==

let url = new URL(unsafeWindow.location.href);
let params = new URLSearchParams(url.search);

if (!params.get('showAd')) {
    params.append('showAd', (Date.now() - 5 * 60 * 1000).toString(16));
    url.search = params.toString();
    location.href = url.toString();
}

QingJ © 2025

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