From ef94ab7397e3ef18623578bc0ac2d9ac5af17283 Mon Sep 17 00:00:00 2001 From: Amm0ni4 Date: Wed, 31 Jul 2024 13:40:21 +0200 Subject: [PATCH] fix spacetica from pahe --- Bypass_All_Shortlinks.meta.js | 2 +- Bypass_All_Shortlinks.user.js | 4 ++-- extra_bypasses/extra_bypasses.user.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Bypass_All_Shortlinks.meta.js b/Bypass_All_Shortlinks.meta.js index 087fc0e..b222756 100644 --- a/Bypass_All_Shortlinks.meta.js +++ b/Bypass_All_Shortlinks.meta.js @@ -4,7 +4,7 @@ // @run-at document-start // @author Amm0ni4 // @noframes -// @version 92.4.2 +// @version 92.4.3 // @grant GM_setValue // @grant GM_getValue // @grant GM_addStyle diff --git a/Bypass_All_Shortlinks.user.js b/Bypass_All_Shortlinks.user.js index db45e79..b5ae6a2 100644 --- a/Bypass_All_Shortlinks.user.js +++ b/Bypass_All_Shortlinks.user.js @@ -4,7 +4,7 @@ // @run-at document-start // @author Amm0ni4 // @noframes -// @version 92.4.2 +// @version 92.4.3 // @grant GM_setValue // @grant GM_getValue // @grant GM_addStyle @@ -2270,7 +2270,7 @@ //pahe.ink final step /linegee.net|intercelestial.com/.test(url) ? preventForcedFocusOnWindow() : null; - /spacetica.com/.test(url) ? afterDOMLoaded(function() {redirectIfExists('center a')}) : null; + /spacetica.com/.test(url) ? afterDOMLoaded(function() {clickIfExists('.btn-primary')}) : null; /pahe.plus/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#invisibleCaptchaShortlink')}) : null; /pahe.plus/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null; diff --git a/extra_bypasses/extra_bypasses.user.js b/extra_bypasses/extra_bypasses.user.js index 6a17c54..cfd04c5 100644 --- a/extra_bypasses/extra_bypasses.user.js +++ b/extra_bypasses/extra_bypasses.user.js @@ -658,7 +658,7 @@ //pahe.ink final step /linegee.net|intercelestial.com/.test(url) ? preventForcedFocusOnWindow() : null; - /spacetica.com/.test(url) ? afterDOMLoaded(function() {redirectIfExists('center a')}) : null; + /spacetica.com/.test(url) ? afterDOMLoaded(function() {clickIfExists('.btn-primary')}) : null; /pahe.plus/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#invisibleCaptchaShortlink')}) : null; /pahe.plus/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null;