From 6e304d91db00210706e5c743ae0976bbc9e3ac6b Mon Sep 17 00:00:00 2001 From: Amm0ni4 Date: Tue, 19 Mar 2024 02:18:42 +0100 Subject: [PATCH] fix last commit again --- Bypass_All_Shortlinks.user.js | 3 +-- extra_bypasses/extra_bypasses.user.js | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Bypass_All_Shortlinks.user.js b/Bypass_All_Shortlinks.user.js index 5f1f29d..dd9ca11 100644 --- a/Bypass_All_Shortlinks.user.js +++ b/Bypass_All_Shortlinks.user.js @@ -2218,8 +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) ? afterDOMLoaded(function() {redirectIfExists('.post-content > center:nth-child(4) > a:nth-child(2)')}) : null; - /spacetica.com/.test(url) ? afterDOMLoaded(function() {redirectIfExists('.post-content > center:nth-child(8) > a:nth-child(2)')}) : 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 d6a0713..c2b3709 100644 --- a/extra_bypasses/extra_bypasses.user.js +++ b/extra_bypasses/extra_bypasses.user.js @@ -505,8 +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) ? afterDOMLoaded(function() {redirectIfExists('.post-content > center:nth-child(4) > a:nth-child(2)')}) : null; - /spacetica.com/.test(url) ? afterDOMLoaded(function() {redirectIfExists('.post-content > center:nth-child(8) > a:nth-child(2)')}) : null; + /spacetica.com/.test(url) ? afterDOMLoaded(function() {redirectIfExists('center a')}) : null; })();