From 1915394181920cabff134704587fbfdf89ed7595 Mon Sep 17 00:00:00 2001 From: Amm0ni4 Date: Sat, 16 Mar 2024 22:11:49 +0100 Subject: [PATCH] fix last commit --- Bypass_All_Shortlinks.user.js | 2 +- extra_bypasses/extra_bypasses.user.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Bypass_All_Shortlinks.user.js b/Bypass_All_Shortlinks.user.js index 0ca144e..df72140 100644 --- a/Bypass_All_Shortlinks.user.js +++ b/Bypass_All_Shortlinks.user.js @@ -2083,7 +2083,7 @@ clickIfLinkIsReady('#NextBtn'); }); } - // /gplinks.co\/[^/#]+\/(?:#|\?pid=)/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#link-btn > a')}) : null; //this line is redudant, already solved by the main chunk of the script + /gplinks.co\/[^/#]+\/(?:#|\?pid=)/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#link-btn > a')}) : null; // rareanimes.net /aipebel.com/.test(url) ? afterDOMLoaded(function() {clickIfExists('#wpsafelinkhuman')}) : null; diff --git a/extra_bypasses/extra_bypasses.user.js b/extra_bypasses/extra_bypasses.user.js index eb56640..9751e97 100644 --- a/extra_bypasses/extra_bypasses.user.js +++ b/extra_bypasses/extra_bypasses.user.js @@ -360,7 +360,7 @@ clickIfLinkIsReady('#NextBtn'); }); } - /gplinks.co\/[^/#]+\/(?:#|\?pid=)/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('a.get-link')}) : null; + /gplinks.co\/[^/#]+\/(?:#|\?pid=)/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#link-btn > a')}) : null; // rareanimes.net /aipebel.com/.test(url) ? afterDOMLoaded(function() {clickIfExists('#wpsafelinkhuman')}) : null;