Greasy Fork is available in English.

Kissanime Downloader with Jdownloader

Adds Download Button

< Feedback on Kissanime Downloader with Jdownloader

Review: Good - script works

§
Posted: 02-05-2017

kissanime.ru Edit

since kissanime.ru ends there anime urls with a \ I had to add an E to the exclude url to get it to work because * can be nothing. This will work for kissanime.ru but I am unsure if it is compatible with the others. This works due to the fact that kissanime uses "Episode##" as their format.

// @include */kissanime.*/Anime/*
// @exclude */kissanime.*/Anime/*/E*

§
Posted: 02-05-2017

need to test more but the button seems to be unresponsive.

§
Posted: 02-05-2017

Its working awesome script!!! I was being dumb I and didn't have jdownloader2 running in the background. Perhaps a popup would be helpful for those situations.

§
Posted: 03-05-2017

further fix using regex after taking a closer look at other sites.
use this instead of old include exclude scheme takes advantage of regex for js.

// @include /^.*\/kissanime\..*\/Anime\/[^/]*.$/

§
Posted: 03-05-2017

Sorry this should be the last change but I noticed you could mess with the domain and it would match weird stuff so this should be my last change.

// @include /^http[s]*:\/\/kissanime\.[^/]*\/Anime\/[^/]*.$/

Post reply

Sign in to post a reply.