Greasy Fork is available in English.

Autopass Cloudflare CAPTCHA

Violentmonkey Scripts

< Feedback on Autopass Cloudflare CAPTCHA

Soru/yorum

§
Gönderildi: 18.04.2024

Por que nao consegue resolver esse captcha basketballsavvy.com ?

§
Gönderildi: 27.04.2024

### edit scripts VerifyYouAreHuman_02() ###

async function VerifyYouAreHuman_02() {
let dom = await global_module.waitForElement("input[type='checkbox']", null, null, 200, -1);
global_module.clickElement($(dom).eq(0)[0]);
dom = await global_module.waitForElement("span[class='mark']", null, null, 200, -1);
global_module.clickElement($(dom).eq(0)[0]);
}

### change ###

async function VerifyYouAreHuman_02() {
let dom = await global_module.waitForElement("span[class='mark']", null, null, 300, -1);
global_module.clickElement($(dom).eq(0)[0]);
}

Cevap paylaş

Yanıt göndermek için oturum açın.