Automatically clicks the "I'm not a robot" checkbox and Solves CloudFlare Turnstile
Versione datata 16/07/2024. Vedi la nuova versione l'ultima versione.
queste sono le versioni di questo script in cui il codice è stato aggiornato Visualizza tutte le versioni.
Version 0.8
findRecaptchaCheckboxElement
.recaptcha-checkbox
.click()
dispatchEvent
MouseEvent
solveCloudflareTurnstile
Version 0.5- Removed elementSelector and delayBetweenClicks variables- Removed clickOnElements function- Removed check for the "start" element- Added clickRecaptchaCheckbox and findRecaptchaCheckboxElement functions- Changed execution method to periodically call clickRecaptchaCheckbox (interval 200ms)- Updated interval for solving CloudFlare Turnstile to 1500ms