Greasy Fork is available in English.

CloudFlare Challenge

cloudflare

< Commentaires sur CloudFlare Challenge

Avis: Bon - le script fonctionne correctement

§
Posté le: 2024-06-20

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();

§
Posté le: 2024-06-21

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);

§
Posté le: 2024-06-29

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

§
Posté le: 2024-06-29

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);

§
Posté le: 2024-07-07

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

§
Posté le: 2024-07-07

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.

§
Posté le: 2024-07-08

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.

§
Posté le: 2024-07-08

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

Wow. That is truly fantastic. Thanks very much!

Poster une réponse

Connectez-vous pour poster une réponse.