Greasy Fork is available in English.

KissAnime Bookmark AutoSort

Opens user-specified bookmarks list on kissanime.ru

作者
RainbowRoots
今日安裝
0
安裝總數
34
評價
0 0 0
版本
1.0
建立日期
2018-08-06
更新日期
2018-08-06
授權條款
未知
腳本執行於

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.