[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: 04/11/2018

Redirects me to login menu

whenever I use this userscript and go to captcha it redirected me to the login menu

§
Posté le: 05/11/2018
Édité le: 05/11/2018

It takes me to the login menu

§
Posté le: 05/11/2018

Is there anything you can do to prevent this redirection from happening?

§
Posté le: 05/11/2018

It appears KA updated at least one thing: The form name is now showing "formVerify1" for me. You may need to substitute if you get something different, but several refreshes all gave me the same name.

To fix, update script line 19 to var formVerify = document.getElementById("formVerify1");

§
Posté le: 07/11/2018

I've changed line 19 to that but the userscript doesn't display its UI, the import/export buttons, nothing.

§
Posté le: 07/11/2018

I noticed the same problem yesterday but forgot to update this discussion. There are two other places "formVerify" needs to be changed to "formVerify1": line 105 and 226.

If KA continues to change the form name, it may be worth having the script get the name automatically (if they follow the same pattern) or at least use a variable so it only needs to be updated once.

Anyway, let me know if you need any additional help.

Poster une réponse

Connectez-vous pour poster une réponse.