Better Lex bookmarklet is a tool for improving readability of the online Belgian consolidated legislation. It requires a modern Web browser, such as Firefox.
See Better Lex updater/installer (en, fr, nl) or, if you are familiar with bookmarklets, grab the latest build on github.
Before | After | After (dark theme) |
---|---|---|
Here is the structure of this project.
betterlex-bookmarklet
├── bin
│ ├── bookmarklet_fr.js
│ └── bookmarklet_nl.js
├── lib
├── scripts
│ ├── build
│ └── install
├── src
│ ├── main.css
│ ├── main.js
│ ├── translations.json
│ └── utility.js
├── CREDITS
├── LICENSE
└── README.md
You can use the following bash script to install the project’s dependencies.
./scripts/install
Once the dependencies are installed, you just need to run this build script to generate both the French and Dutch versions of the bookmarklet.
./scripts/build
This is free/libre software, made available under the terms of the GNU General Public License (GPLv3).