Greasy Fork is available in English.

KissAnime Bookmark AutoSort

Opens user-specified bookmarks list on kissanime.ru

Autor
RainbowRoots
Installationen heute
0
Installationen gesamt
34
Bewertungen
0 0 0
Version
1.0
Erstellt am
06.08.2018
Letzte Aktualisierung
06.08.2018
Lizenz
n/a
Wird angewandt auf

This script will automatically sort the bookmark list on KissAnime (kissanime.ru) to a user specified list, which eliminates the need to select it from the dropdown menu. Note that the dropdown menu is still fully functional.

To set your start-up list, change the input for changeCategory() to your preferred list

Example:

If you want to default to "Anime2018," then the last line of the script would change from:

BEFORE: changeCategory("Currently Watching");
AFTER : changeCategory("Anime2018");

Credits:

I did not create this sorting function. I found it on the KA source page and removed the unnecessary portions.