An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# ![Logo](src/icons/wlplus-64.png) WolneLektury+

WolneLektury+ is an extension that adds useful functions to the reader on
[wolnelektury.pl](https://wolnelektury.pl).

[![Download page link](assets/get-the-addon-firefox.png)](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.
![Photo showing the footnote function on the page](./assets/przypisy.png)

## 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`