reCAPTCHA Helper

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

< reCAPTCHA Helperについてのフィードバック

レート:良 – スクリプトは良好に動作する

§
投稿日: 2016/06/07
編集日: 2016/06/13

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.

Revadike作者
§
投稿日: 2016/06/15

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.

§
投稿日: 2016/06/16

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

返信を投稿

返信を投稿するにはログインしてください。