Skip to content

Add a notification icon and reading shortcuts for your Novel Updates reading list.

License

Notifications You must be signed in to change notification settings

Spark-NF/novel-updates-notifier

Repository files navigation

Novel Updates Notifier add-on

Firefox add-on version Chrome add-on version Build Status Code Coverage Project license

About

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.

Features

  • 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

Authors

License

The script is licensed under the Apache License 2.0.

Building

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.