From 9c68cb4f72bcad8f5ce783238b620f4567d88708 Mon Sep 17 00:00:00 2001 From: Amm0ni4 Date: Thu, 31 Oct 2024 23:48:12 +0100 Subject: [PATCH] fix stfly 2nd step https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/122 --- Bypass_All_Shortlinks.meta.js | 2 +- Bypass_All_Shortlinks.user.js | 6 +++++- extra_bypasses/extra_bypasses.user.js | 4 ++++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Bypass_All_Shortlinks.meta.js b/Bypass_All_Shortlinks.meta.js index d9cb71b..a27d37f 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.9.7 +// @version 92.9.8 // @grant GM_setValue // @grant GM_getValue // @grant GM_addStyle diff --git a/Bypass_All_Shortlinks.user.js b/Bypass_All_Shortlinks.user.js index c0057dc..e867116 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.9.7 +// @version 92.9.8 // @grant GM_setValue // @grant GM_getValue // @grant GM_addStyle @@ -2486,6 +2486,10 @@ if (checkGoogleRecaptchaSolved() && checkCloudflareCaptchaSolved()) { buttonTexts = ['Verify', 'Click here to verify']; clickAvailableButtons(buttonTexts); + setTimeout(function() { + buttonTexts = ['Next Post', 'Next step', 'Get to next step', 'Go next', 'Continue']; + clickAvailableButtons(buttonTexts); + }, 2000); } } else if (currentStep.includes('step 3')) { if (document.querySelector('.progress-done').innerHTML.trim() === '0%'){ diff --git a/extra_bypasses/extra_bypasses.user.js b/extra_bypasses/extra_bypasses.user.js index f520a17..f03087a 100644 --- a/extra_bypasses/extra_bypasses.user.js +++ b/extra_bypasses/extra_bypasses.user.js @@ -935,6 +935,10 @@ if (checkGoogleRecaptchaSolved() && checkCloudflareCaptchaSolved()) { buttonTexts = ['Verify', 'Click here to verify']; clickAvailableButtons(buttonTexts); + setTimeout(function() { + buttonTexts = ['Next Post', 'Next step', 'Get to next step', 'Go next', 'Continue']; + clickAvailableButtons(buttonTexts); + }, 2000); } } else if (currentStep.includes('step 3')) { if (document.querySelector('.progress-done').innerHTML.trim() === '0%'){