Greasy Fork is available in English.
This automatically clicks or executes on any reCAPTCHA on the webpage and submits its form directly after you solved it.
It was not designed to work on every site, its a generic script. You can easily exclude the site from the script.
But you can try this:
replace (line 28):
rc_form.submit();
with:
if (location.href.indexOf("ouo.") == -1) { rc_form.submit(); }
This will prevent the form from autosubmitting on the "ouo"-domain. However, if that doesn't solve your problem, I suggest you exclude the site from the script.
Thank you.This code is working perfectly.The issue was resolved.
ouo.io and ouo.press issue
Hi I am using reCAPTCHA Helper v0.4 on chrome v51.When I open any ouo.io or ouo.press link and after I confirmed the captcha the site reloads itself and asks me the captcha again then I confirm the captcha and after reloding it asks again.Therefore it makes a loop.But no problem on other sites.When I disable reCAPTCHA Helper there is no any problem.Please fix this issue.Thanks.