Adds Download Button
< Feedback on Kissanime Downloader with Jdownloader
need to test more but the button seems to be unresponsive.
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.
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\/[^/]*.$/
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\/[^/]*.$/
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*