From ede4c14cd2c7809e3a913db4b90294c092b5bc6b Mon Sep 17 00:00:00 2001 From: Amm0ni4 Date: Tue, 19 Mar 2024 12:34:14 +0100 Subject: [PATCH] added detail to the pahe bypass cant skip the timer, but at least now can switch to other tabs while waiting --- Bypass_All_Shortlinks.user.js | 1 + extra_bypasses/extra_bypasses.user.js | 1 + 2 files changed, 2 insertions(+) diff --git a/Bypass_All_Shortlinks.user.js b/Bypass_All_Shortlinks.user.js index dd9ca11..ad61f4d 100644 --- a/Bypass_All_Shortlinks.user.js +++ b/Bypass_All_Shortlinks.user.js @@ -2218,6 +2218,7 @@ /megalink.pro\/[a-zA-Z0-9]+$/.test(url) ? afterWindowLoaded(function() {setTimeout(function() {clickIfNotDisabled('a.btn:nth-child(1)')}, 3000)}) : null; //pahe.ink final step + /spacetica.com/.test(url) ? preventForcedFocusOnWindow() : null; /spacetica.com/.test(url) ? afterDOMLoaded(function() {redirectIfExists('center a')}) : null; })(); diff --git a/extra_bypasses/extra_bypasses.user.js b/extra_bypasses/extra_bypasses.user.js index c2b3709..fd3d748 100644 --- a/extra_bypasses/extra_bypasses.user.js +++ b/extra_bypasses/extra_bypasses.user.js @@ -505,6 +505,7 @@ /megalink.pro\/[a-zA-Z0-9]+$/.test(url) ? afterWindowLoaded(function() {setTimeout(function() {clickIfNotDisabled('a.btn:nth-child(1)')}, 3000)}) : null; //pahe.ink final step + /spacetica.com/.test(url) ? preventForcedFocusOnWindow() : null; /spacetica.com/.test(url) ? afterDOMLoaded(function() {redirectIfExists('center a')}) : null; })();