→ → → → Install Here ← ← ← ←
(Requires script extension such as Tampermonkey)
This script adds a book club tracker panel, where you can keep track of any book clubs you’re in.
- Click on a week to toggle between incomplete / complete
- The current week will be highlighted, and any you’ve missed will turn red
- Click the title to go to the main forum thread, or the link below for the vocab sheet
- Toggle a book club active / inactive by clicking the active / inactive button
To add book clubs:
- Automatically (go to a book club community page - the home thread - and click the add button by the title. Does not always work!
- Manually
- Copy-pasting a JSON string in this format:
E.g. for the Horimiya book club
{
"title": "Horimiya",
"url": "https://community.wanikani.com/t/%E3%83%9B%E3%83%AA%E3%83%9F%E3%83%A4-%E3%83%BB-horimiya-absolute-beginner-book-club/62664",
"vocabListUrl": "https://docs.google.com/spreadsheets/d/1ofa8HV6l6lGcdj8peCmuzE7yaQvpNjHDZPAY2VJVlE0/edit#gid=1130416198",
"totalPages": 178,
"weeksInfo": [
{"startPage": 5, "startDate": "2023-08-26"},
{"startPage": 12, "startDate": "2023-09-02"},
{"startPage": 17, "startDate": "2023-09-09"},
{"startPage": 22, "startDate": "2023-09-16"},
{"startPage": 32, "startDate": "2023-09-23"},
{"startPage": 41, "startDate": "2023-09-30"},
{"startPage": 60, "startDate": "2023-10-07"},
{"startPage": 70, "startDate": "2023-10-14"},
{"startPage": 81, "startDate": "2023-10-21"},
{"startPage": 94, "startDate": "2023-10-28"},
{"startPage": 107, "startDate": "2023-11-04"},
{"startPage": 122, "startDate": "2023-11-11"},
{"startPage": 132, "startDate": "2023-11-18"},
{"startPage": 148, "startDate": "2023-11-25"},
{"startPage": 162, "startDate": "2023-12-02"}
]
}
Feel free to share any suggestions you have! There’s a lot more I want to add to this script, but thought I’d post the first functional version in case anyone finds it useful
Version History
- 0.3.0: Initial release
- 0.3.1 - 0.3.4: Lots of fixes and small improvements
- 0.3.5: Add notification badges to dashboard button (warning = missed, hourglass = to-do)
- 0.4.0 - 0.4.3: Move panel to the Dashboard page, allow book club editing
- 0.5.0: Add book club button on community book club pages, date fixes
- 0.5.5: Add book club reordering buttons, more date fixes
- 0.5.6 - 0.6.6 Many fixes, Natively Forums support, compact mode, etc.