Novel Sites Enhance

Kakuyomu / Narou / Alphapolis auto bookmark & cheering, hightlight author & unreads, enhance history, download as txt

Install this script?
Author's suggested script

You may also like Novel Ranking/Comments Filter.

Install this script
Author
LE37
Daily installs
1
Total installs
9
Ratings
0 0 0
Version
2024-06-09
Created
2024-03-19
Updated
2024-06-09
License
MIT
Applies to

Warnning:
Download all episodes function may cause your account/ip address get banned, use at Your Own Risk.

Support Kakuyomu/Narou/Alphapolis.
commands:
"AutoCheering": Auto cheering function(default: Off).
"LocalHistory": Local reading history function(default: Off).
"DownloadText": Download as txt function(default: Off).
"ButnPosition": Tweak buttons position, Click "💠" will reset to default, Click "ButnPosition" command again to save changes.
buttons:
"AuthorSelect"("💟"): Add/Remove author to/from highlight list. Click again to save changes.
"UnreadCounts"("🔢"): Enter a number as unread counts(default 3, only novel has >=4 unread epicodes will be coloured).
"CustomColour"("🎨"): Select one of 'AuthorColour' / 'ButtonColour'(in epicode's cheering button's background colour) / 'UnreadColour', then select a colour from colours list. Click "CustomColour" command again to save changes.

"LocalHistory" On:
"🕓": Show/hide custom reading history.
"💕": Copy bookmark/history to custom reading history.
"✖": Remove from custom reading history. Click "🕓" to save changes.
"💖🖤❓": Change bookmark status. Click "🕓" to save changes.
"💾": Save custom reading history as txt.
"DownloadText" On:
"📥": Download current/all episode as txt on episode/work page.

Auto like/cheering(eg.):
1 Open https://syosetu.com/favnovelmain/list/
2 Click user script manager's menu command "AuthorSelect"("💟"), select "珍比良" and "ウスバー" then click "AuthorSelect"("💟") again to save changes to highlight list.
3 Goto https://ncode.syosetu.com/n9161hp/1/ or https://ncode.syosetu.com/n0608gd/43/ scroll to page bottom(cheering button's position), cheering button will be auto clicked.

Download all episode(eg.):
1. Browser settings => TXT file autosave to default location
2. Menu command => "DownloadText" on
3. Novel/work page => Click "💠" => "📥"
4. Input start episode number (eg. 1), input end episode number (eg. 5).
Default delay between episodes is random 5000~10000ms (5~10s).
// Download delay time: max, min
const dTime = [10000, 5000]; // Line 65
// Download type: 0 separate 1 combine
const dType = 0; // Line 67