Greasy Fork is available in English.
Passes ReCaptcha automatically as long as no suspicious traffic was registered.
< Σχολιασμός για τον κώδικα ReCaptcha Automatizer
Hello, can you add an exclusion for each site, I am obliged to pass by another script to recover the exclusion and to add it in yours so that the bug does not appear, I have the same problem.
I am not a developer. This is something I wrote for myself, but I am no expert. If you have a solution, please send me your code and I will update.
As shown in the screenshot belwo, this script is causing a weird behavior on sites like this one. As soon as
line 20
(↓) runs, the image-grid ReCaptcha appears, hiding a significant portion of the page. Any thoughts?[Line 20:
document.getElementsByClassName('recaptcha-checkbox-checkmark')[0].click();
]