https://github.com/bonk-dev/wolnelektury-plus
WolneLektury+ is an extension that adds useful functions to the reader on wolnelektury.pl
https://github.com/bonk-dev/wolnelektury-plus
Last synced: 11 months ago
JSON representation
WolneLektury+ is an extension that adds useful functions to the reader on wolnelektury.pl
- Host: GitHub
- URL: https://github.com/bonk-dev/wolnelektury-plus
- Owner: bonk-dev
- License: mit
- Created: 2024-04-20T20:41:50.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T08:45:47.000Z (about 2 years ago)
- Last Synced: 2025-01-07T23:46:15.538Z (over 1 year ago)
- Language: JavaScript
- Size: 144 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-en.md
- License: LICENSE
Awesome Lists containing this project
README
#  WolneLektury+
WolneLektury+ is an extension that adds useful functions to the reader on
[wolnelektury.pl](https://wolnelektury.pl).
[](https://addons.mozilla.org/en-US/firefox/addon/wolnelektury-plus)
## Features
### Better footnotes
By hovering the mouse over the selected words, the corresponding footnote will appear.
This removes the need to constantly scroll to the bottom of the page.

## Build
The built extension will be located in the `packages` folder.
Install npm packages before the first build: `npm install`
### Firefox
`npm run build-firefox`
### Chrome
`npm run build-chrome`
## Build (with auto-refresh)
### Firefox
`npm run dev-firefox`
### Chrome
`npm run dev-chrome`