Amm0ni4 2024-10-06 00:05:46 +02:00
parent 5e3de41682
commit fe5fcc52b3
3 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@
// @run-at document-start
// @author Amm0ni4
// @noframes
// @version 92.8.8
// @version 92.8.9
// @grant GM_setValue
// @grant GM_getValue
// @grant GM_addStyle

View file

@ -4,7 +4,7 @@
// @run-at document-start
// @author Amm0ni4
// @noframes
// @version 92.8.8
// @version 92.8.9
// @grant GM_setValue
// @grant GM_getValue
// @grant GM_addStyle
@ -2815,7 +2815,7 @@
if (p.textContent.includes("Click Any Ad & Keep It Open For 15 Seconds To Continue") || p.textContent.includes("Click Any Ad & Keep It Open For 15 Seconds To Unlock Captcha")) {
console.log("Detected the message. Reloading the page...");
//alert("Unbypassable page type. Reloading the page...");
window.location.reload(); // Reload the page
location.reload(); // Reload the page
return; // Exit the function after reloading
}
}

View file

@ -28,7 +28,7 @@
if (p.textContent.includes("Click Any Ad & Keep It Open For 15 Seconds To Continue") || p.textContent.includes("Click Any Ad & Keep It Open For 15 Seconds To Unlock Captcha")) {
console.log("Detected the message. Reloading the page...");
//alert("Unbypassable page type. Reloading the page...");
window.location.reload(); // Reload the page
location.reload(); // Reload the page
return; // Exit the function after reloading
}
}