Greasy Fork is available in English.

Autopass Cloudflare CAPTCHA

Violentmonkey Scripts

< Autopass Cloudflare CAPTCHA 피드백

질문/댓글

§
작성: 2024-04-18

Por que nao consegue resolver esse captcha basketballsavvy.com ?

§
작성: 2024-04-27

### 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]);
}

댓글 남기기

댓글을 남기려면 로그인하세요.