diff --git a/Bypass_All_Shortlinks.user.js b/Bypass_All_Shortlinks.user.js index 3394bd8..794c52b 100644 --- a/Bypass_All_Shortlinks.user.js +++ b/Bypass_All_Shortlinks.user.js @@ -1755,13 +1755,7 @@ if (savedShortlink && inputField) { inputField.value = savedShortlink; GM_deleteValue('savedShortlink'); - setTimeout(function() { - let bypassButton = document.querySelector('#bttn'); - if (bypassButton) { - bypassButton.click(); - alert('Bypass started. Wait a few seconds.') - } - }, 500);// Wait 0.5 to press the button + //setTimeout(function() {let bypassButton = document.querySelector('#bttn');if (bypassButton) {bypassButton.click();alert('Bypass started. Wait a few seconds.');}}, 500); } }); } else if (/adbypass.eu\/unblock/.test(url)) { diff --git a/extra_bypasses/ad-maven.user.js b/extra_bypasses/ad-maven.user.js index a5b4030..aa66862 100644 --- a/extra_bypasses/ad-maven.user.js +++ b/extra_bypasses/ad-maven.user.js @@ -23,13 +23,7 @@ if (savedShortlink && inputField) { inputField.value = savedShortlink; GM_deleteValue('savedShortlink'); - setTimeout(function() { - let bypassButton = document.querySelector('#bttn'); - if (bypassButton) { - bypassButton.click(); - alert('Bypass started. Wait a few seconds.') - } - }, 500);// Wait 0.5 to press the button + //setTimeout(function() {let bypassButton = document.querySelector('#bttn');if (bypassButton) {bypassButton.click();alert('Bypass started. Wait a few seconds.');}}, 500); } }); } else if (/adbypass.eu\/unblock/.test(url)) {