reCAPTCHA Helper

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

< Feedback de reCAPTCHA Helper

Avaliação: Bom - o script funciona

§
Publicado em: 02/07/2016

https://addons.mozilla.org/ fix

i add

// @exclude https://addons.mozilla.org/*

but

i visit

https://addons.mozilla.org/

always reCaptcha Helper work...

plz fix it

RevadikeAutor
§
Publicado em: 02/07/2016

change line

if (domain.indexOf('miped.ru') == -1 && domain.indexOf('indiegala') == -1 && domain.indexOf('gleam.io') == -1) { //You can exclude domains here (advanced)

to

if (domain.indexOf('addons.mozilla.org') == -1 && domain.indexOf('miped.ru') == -1 && domain.indexOf('indiegala') == -1 && domain.indexOf('gleam.io') == -1) { //You can exclude domains here (advanced)

....

§
Publicado em: 03/07/2016

thanks

if script update add plz

Enviar resposta

Entre para publicar uma resposta.