Greasy Fork

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
大小
830 字节
许可证
暂无
适用于

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.