[KissAnime] Captcha Solver

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

< Feedback on [KissAnime] Captcha Solver

Question/comment

§
Posted: 2018-11-04

Redirects me to login menu

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

§
Posted: 2018-11-05
Edited: 2018-11-05

It takes me to the login menu

§
Posted: 2018-11-05

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

§
Posted: 2018-11-05

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");

§
Posted: 2018-11-07

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

§
Posted: 2018-11-07

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.

Post reply

Sign in to post a reply.