Greasy Fork is available in English.
Automatically clicks the "I'm not a robot" checkbox on reCaptcha V2, reCaptcha V2 callback, reCaptcha V2 Enterprise, and hCaptcha captchas
< 腳本Auto Click "I'm not a robot"的回應
checked with Edge and Firefox as well still not work
Version 0.8 was posted after two weeks of testing without any problems on.
If you are experiencing issues with the script, try adjusting the delays.
// Constants to simplify delay modifications
const MIN_DELAY = 700; // Increased to better simulate human behavior
const MAX_DELAY = 2000; // Increased to better simulate human behavior
const BASE_CHECK_DELAY = 4000; // Increased to give more time for verification
const CURSOR_MOVE_MIN_DELAY = 30; // Min delay for cursor movement
const CURSOR_MOVE_MAX_DELAY = 60; // Max delay for cursor movement
const MAX_RETRIES = 5;
For sorry it's still not work
I tried to change all settings without success
It works fine at https://github.com/zfcsoftware/puppeteer-real-browser/tree/main/src/module while using the same technique
I hope that helps
Hello,
I tried the last update v 0.8 script using Tampermonkey v5.2.3 and Violentmonkey v2.20.0 with Chrome Version 127.0.6533.89 (Official Build) (64-bit)
Website https://2captcha.com/demo/cloudflare-turnstile
No clicks happened
Please, can you check with Chrome browsers?
Regards