Amm0ni4 2024-10-31 23:48:12 +01:00
parent c7035d35f6
commit 9c68cb4f72
3 changed files with 10 additions and 2 deletions

View file

@ -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

View file

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

View file

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