Saves initial responses to KissAnime captcha and auto-selects images if it knows the answer.
< Відгуки до [KissAnime] Captcha Solver
It takes me to the login menu
Is there anything you can do to prevent this redirection from happening?
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");
I've changed line 19 to that but the userscript doesn't display its UI, the import/export buttons, nothing.
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.
Redirects me to login menu
whenever I use this userscript and go to captcha it redirected me to the login menu