add userscript

This commit is contained in:
Gregory Tertyshny 2024-07-16 21:12:40 +03:00
parent d0e7e359e1
commit 3c45019850
3 changed files with 360 additions and 7 deletions

View file

@ -5,7 +5,6 @@ import { bookPriceFor } from "./bookPriceFor";
/*
TODO:
- publish to stores
- more durable source for rates
- React for UI
- More informative UI, show loading progress
@ -103,8 +102,4 @@ async function main() {
}
l("starting...");
window.onload = () => {
l("page is fully loaded");
void main();
};
void main();

358
lib/koboprice.user.js Normal file

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,7 @@
{
"name": "Kobo Price",
"description": "Find lowest book price on kobo.com",
"version": "1.1.7",
"version": "1.1.8",
"manifest_version": 3,
"content_scripts": [
{