Greasy Fork

来自缓存

Kissanime Downloader with Jdownloader

Adds Download Button

< 脚本Kissanime Downloader with Jdownloader的反馈

评价:好评 - 脚本运行良好

§
发表于:2017-05-02

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*

§
发表于:2017-05-02

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

§
发表于:2017-05-02

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.

§
发表于:2017-05-03

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\/[^/]*.$/

§
发表于:2017-05-03

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\/[^/]*.$/

发表回复

登录以发表回复。