[KissAnime] Captcha Solver

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

< Commentaires sur [KissAnime] Captcha Solver

Question / commentaire

§
Posté le: 2018-09-29

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.

§
Posté le: 2018-09-29

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.

§
Posté le: 2018-09-29
Édité le: 2018-09-29

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.

§
Posté le: 2018-09-29
Édité le: 2018-09-29

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];

§
Posté le: 2018-09-30

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

Poster une réponse

Connectez-vous pour poster une réponse.