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%'){