Add-on that notifies you when a novel from your reading list has a new chapter available.
As a WebExtension, it is compatible with both Chrome, Firefox, and the latest Edge version.
- Checks when new chapters are out for the novels in your reading list
- Notifies you via the extension's badge and optional notifications
- Can open chapters in sidebar (Firefox only)
- Can enable a custom CSS for a few reading sites (supported: WuxiaWorld, WebNovel)
- Can automatically mark chapters as read
- Nicolas Faure (Spark-NF)
The script is licensed under the Apache License 2.0.
Note: you need to have NodeJS, zip
, and JQ installed to build the add-on.
npm install
npm run build
npm run package
You'll find the built packages in the packages
directory.