[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-12-01

The UI is not under the captcha, nor anywhere else

title

§
Posted: 2018-12-01

§
Posted: 2018-12-01

Post your script heading: lines 1-12

Example:

// ==UserScript== // @name [KissAnime] Captcha Solver // @namespace https://greasyfork.org/en/users/193865-westleym // @author WestleyM // @version 2018.10.15 // @icon http://kissanime.ru/Content/images/favicon.ico // @description Saves initial responses to KissAnime captcha and auto-selects images if it knows the answer. // @grant none // @include http://kissanime.ru/Special/AreYouHuman2* // @include https://kissanime.ru/Special/AreYouHuman2* // @require http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js // ==/UserScript==

§
Posted: 2018-12-05

I'm having the same issue, my header is:

// ==UserScript== // @name [KissAnime] Captcha Solver // @namespace https://greasyfork.org/en/users/193865-westleym // @author WestleyM // @version 2018.10.15 // @icon http://kissanime.ru/Content/images/favicon.ico // @description Saves initial responses to KissAnime captcha and auto-selects images if it knows the answer. // @grant none // @include http://kissanime.ru/Special/AreYouHuman2* // @include https://kissanime.ru/Special/AreYouHuman2* // @require http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js // ==/UserScript==

§
Posted: 2018-12-05

Mine works with the few changes I made (described in other feedback posts).

The full code is too long to post so I used pastebin: https://pastebin.com/yhCMbRcF

§
Posted: 2018-12-11

@Amraki said: Mine works with the few changes I made (described in other feedback posts).

The full code is too long to post so I used pastebin: https://pastebin.com/yhCMbRcF so can i just copy paste this into my code or something

§
Posted: 2018-12-11

ok i can now see the UI and it is "working" but it doesnt seem to auto solve the captchas it just kinda does nothing

Post reply

Sign in to post a reply.