mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-28 16:03:01 +05:00
minor fix rinku
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/165
This commit is contained in:
parent
5e3de41682
commit
fe5fcc52b3
3 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue