A script that enhances Bookwalker with a better UI for viewing information about book series on the site.
- Install Violentmonkey as for a userscript manager (it's the best).
- Install the script.
- Navigate to a series page on Bookwalker (JP or global) and the script will run, displaying information about the series and a chart of the release dates.
This project was built using vite-plugin-monkey, a great tool for bundling userscripts using Vite.
To start development, install Node and pnpm, then run:
pnpm install
pnpm dev
The script will automatically open in your browser.
To build the script, run:
pnpm build
Warning
This is the legacy version of the script that I made four years ago; it sucks but you may use it if you wish.
Click to show legacy version
Creates charts on Bookwalker displaying information about book series.
Navigate to the series page for a series on Bookwalker (JP or global) and charts will appear after some time. Example series pages:
- https://global.bookwalker.jp/series/169915/lazy-dungeon-master/
- https://bookwalker.jp/series/70804/list/
For Bookwalker JP, make sure it is the URL with the /list/ at the end of it.
This script is developed and tested on Violentmonkey; Tampermonkey should also work fine but isn't thoroughly tested. Greasemonkey is not supported.