CloudFlare Challenge

cloudflare

< Відгуки до CloudFlare Challenge

Відгук: Добре - скрипт працює добре

§
Опубліковано: 20.06.2024

Script works fine if you uncomment the code thoughtfully left by the author:
//document.querySelector("input[value='Verify you are human']")?.click();
document.querySelector('#challenge-stage')?.querySelector('input[type="checkbox"]')?.click();

§
Опубліковано: 21.06.2024

To make the script work correctly with the new changes in the CloudFlare captcha, you just need to tweak the code a bit:
setInterval(function(){
document.querySelector('#blYgG5')?.querySelector('input[type="checkbox"]')?.click();
document.querySelector('.ctp-checkbox-label')?.click();
},3000);

§
Опубліковано: 29.06.2024

What you need to do to make it work again It auto clicks but it says failed

§
Опубліковано: 29.06.2024

CloudFlare captcha changed the code again, so these tweaks are needed:
setInterval(function(){
document.querySelector('#qrVk5')?.querySelector('input[type="checkbox"]')?.click();
document.querySelector('.ctp-checkbox-label')?.click();
},3000);

§
Опубліковано: 07.07.2024

Tried the Streampunk mods and still doesn't work. Gone back to my PTFB workaround instead which always works to automated a virtual click in the right place, until a reliable solution is found.
https://www.portablefreeware.com/index.php?id=1220

§
Опубліковано: 07.07.2024

Don't see new changes from Cloudflare, everything works as usual.
Maybe you have some special site or some other extension or script is preventing this userscript from working properly.

§
Опубліковано: 08.07.2024

I should have been a bit more detailed. The script works in so much as it places the check mark in the box well enough, but what doesn't happen is Cloudflare accepting it as genuine. After the script places the checkmark, the screen just rolls around and around and then you get the message "It's taking longer than normal to process your request" and then it reloads in an endless loop. It appears that Cloudflare can determine the difference between a script placed checkmark and a real one placed with the mouse, and rejects the script placed one. Using PTFB to simulate a virtual mouse click in the right coordinates on the screen instead, works everytime.

§
Опубліковано: 08.07.2024

https://chromewebstore.google.com/detail/dknlfmjaanfblgfdfebhijalfmhmjjjo
cloudflare free

Wow. That is truly fantastic. Thanks very much!

Опублікувати відповідь

Sign in to post a reply.