[KissAnime] Captcha Solver

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

< [KissAnime] Captcha Solver 피드백

질문/댓글

§
작성: 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.

§
작성: 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.

§
작성: 2018-09-29
수정: 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.

§
작성: 2018-09-29
수정: 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];

§
작성: 2018-09-30

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

댓글 남기기

댓글을 남기려면 로그인하세요.