Greasy Fork

Highlight Unread Novel

Add colour to author/novel on favorite page

目前为 2024-05-01 提交的版本。查看 最新版本

作者
LE37
评分
0 0 0
版本
2024-05-01
创建于
2024-03-19
更新于
2024-05-01
大小
6.4 KB
许可证
MIT
适用于

Add custom colour to cheering button on listed author's episode page. (Select author as favorite author first)
Auto click cheering button on listed author's episode page. (sCheer = 1 && Select author as favorite author first)
Add custom colour to favorite author on Kakuyomu/Narou/Alphapolis's Favorite Page.
Add custom colour to novels on Kakuyomu/Narou/Alphapolis's Favorite Page.


Default Settings:
// Unread count
const sCount = 3;
// Colour for Unread item & favorite author
const sColor = "red";
// Auto Cheering: 0 Off[default] 1 On
const sCheer = 0;


Auto click(eg.):
1 Setting sCheer = 1 in script and save, then open https://syosetu.com/favnovelmain/list/
2 Click user script manager's menu command "AddFavAuthor", select "珍比良" and "ウスバー" as my favorite author, Click "AddFavAuthor" again, favlist will be auto saved.
3 Goto https://ncode.syosetu.com/n9161hp/1/ or https://ncode.syosetu.com/n0608gd/43/ scroll to page bottom(cheering button's position), button will be auto clicked.