[KissAnime] Captcha Solver

Saves initial responses to KissAnime captcha and auto-selects images if it knows the answer.

< Feedback em [KissAnime] Captcha Solver

Pergunta/comentário

§
Publicado: 29/09/2018

Not Working 29/09/2018

Hey for some reason it stopped working again, I changed the line 106 to var finalPElement = pElements[pElements.length-2]; and it was working for awhile but now it stopped, and it stuck on "Checking."

https://screenshots.firefox.com/S714OICRiuQNPk6L/kissanime.ru.

§
Publicado: 29/09/2018

I feel kinda stupid now, got it working I changed the var finalPElement = pElements[pElements.length-2]; to var finalPElement = pElements[pElements.length-3]; and it's working again. RIP.

§
Publicado: 29/09/2018
Editado: 29/09/2018

Hmm from 1 to 2 to 3? I'm seeing a pattern here, I also noticed that it hasn't worked I tried switching between 1 and 2 but to no avail but 3? haven't tried it. Let me see if it works.

§
Publicado: 29/09/2018
Editado: 29/09/2018

UPDATE: KaiserBh's solution worked! For those who are looking to do the same

Simply edit the Kissanime Captcha userscript Look for the line: 106

and replace it with:

var finalPElement = pElements[pElements.length-3];

§
Publicado: 30/09/2018

Could you share your export please as I am just starting to install this. Thank you

Publicar resposta

Faça o login para publicar uma resposta.