Greasy Fork is available in English.

KissAnime Bookmark AutoSort

Opens user-specified bookmarks list on kissanime.ru

Auteur
RainbowRoots
Nombre d'installations quotidiennes
0
Nombre d'installations
34
Évaluations
0 0 0
Version
1.0
Créer
2018-08-06
Mis à jour
2018-08-06
Licence
S/O
S'applique à

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.