Greasy Fork is available in English.

Auto Click "I'm not a robot"

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"についてのフィードバック

質問/コメント

§
投稿日: 2024/08/03

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

§
投稿日: 2024/08/03

checked with Edge and Firefox as well still not work

JaredJomar作者
§
投稿日: 2024/08/03
編集日: 2024/08/03

Version 0.8 was posted after two weeks of testing without any problems on.

  • Edge v127.0.2651.74
  • Chrome v127.0.6533.89
  • Firefox v128.03
  • Brave v1.68.134

If you are experiencing issues with the script, try adjusting the delays.

For Example:

// 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;
§
投稿日: 2024/08/03

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

返信を投稿

返信を投稿するにはログインしてください。