Greasy Fork is available in English.

reCAPTCHA Helper

This automatically clicks or executes on any reCAPTCHA on the webpage and submits its form directly after you solved it.

< Spätná väzba na reCAPTCHA Helper

Hodnotenie: Dobré - skript funguje

§
Pridaný: 07.06.2016
Upravený: 13.06.2016

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.

RevadikeAutor
§
Pridaný: 15.06.2016

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.

§
Pridaný: 16.06.2016

Thank you.This code is working perfectly.The issue was resolved.

Pridať odpoveď

Aby ste mohli pridať odpoveď, prihláste sa.