Helps you find the lowest book price on kobo.com.
Find a file
2024-07-28 16:09:18 +03:00
icons icons 2024-07-15 20:52:41 +03:00
img added readme 2024-07-28 16:09:18 +03:00
lib speed up loading 2024-07-19 17:21:14 +03:00
userscript speed up loading 2024-07-19 17:21:14 +03:00
.gitignore check on android 2024-07-15 21:47:22 +03:00
eslint.config.js build userscript from sources 2024-07-17 14:21:14 +03:00
manifest.json speed up loading 2024-07-19 17:21:14 +03:00
package-lock.json added: progress, live price updates, do not check already bought books 2024-07-17 18:11:08 +03:00
package.json added readme 2024-07-28 16:09:18 +03:00
prettierrc.json initial commit 2024-07-14 16:49:40 +03:00
README.md added readme 2024-07-28 16:09:18 +03:00

💵 Kobo Price

Helps you find the lowest book price on kobo.com.

example

Installation

You can install this script in several ways:

Usage

On kobo.com, the book price for each country could be different. This script will fetch all book prices, convert them to USD at today's rate, sort them, and show to you as a list. Then you can change your billing address to the country whose price you like and proceed to checkout.

  • Go to the book/audiobook page you want to buy
  • wait a couple of minutes until all the prices are loaded (you should see the progress on the right side of the book page)
  • get the list of prices sorted and converted to USD

Build

All artifacts are based on the dist/index.js bundle. To get it, run npm run bundle. To get the web extension archive, run npm run build-ext. To get the userscript, run npm run build-userscript.

To get all the above:

npm install && npm build-all