您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Automated bypasser quickly completes verifications for ShellShockers.io, Krunker.io, ev.io, and digdig.io, streamlining access.
// ==UserScript== // @name Script AD Bypasser For for ShellShockers.io, Krunker.io, ev.io, and digdig.io for Zertalious Scripts // @namespace http://tampermonkey.net/ // @version 2024-03-22 // @description Automated bypasser quickly completes verifications for ShellShockers.io, Krunker.io, ev.io, and digdig.io, streamlining access. // @author DOGEWARE // @match *://www.zertalious.xyz/* // @match *://digworm.io/* // @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== // @grant none // @run-at document-start // ==/UserScript== if(location.host === 'digworm.io'){ try{ setInterval(function(){ document.querySelectorAll('span')[0].click() document.querySelectorAll('img').forEach(e=>e.remove()) document.getElementById('preroll').style.opacity = 0 },1000) }catch{} }else{ setInterval(function(){ try{ try{ document.querySelectorAll('.my-fieldset')[0].getElementsByTagName('button')[0].click() }catch{} }catch {} }) }