Eltion / Kissanime-Downloader

This is a userscript that will batch download episodes form KissAnime
42 stars 19 forks source link

"KissAnime Multi Downloader" script doesn't run in Firefox 57 #6

Open kmr2319 opened 6 years ago

kmr2319 commented 6 years ago

First off: Thanks for this! It's fantastic!

I didn't check any other browsers/versions (realized that now as I'm typing this).

The script would not run as it current exists. messed around with it a bit, but the only way I was able to get it to work was to replace these lines:

// @match        http://kissanime.ru/Anime/*
// @exclude      http://kissanime.ru/Anime/*/*

with this:

// @include      http://kissanime.ru/Anime/Naruto-Shippuuden-Dub/

(I hate reading, don't judge me) :wink:

Once I did that it worked like a charm!

Ember2528 commented 6 years ago

As a workaround try using Tampermonkey instead of Greasemonkey in FF57. That worked for me so I'm assuming Greasemonkey is just broken in FF57