Script AD Bypasser For for ShellShockers.io, Krunker.io, ev.io, and digdig.io for Zertalious Scripts

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 {}
    })
}