Based on Github's dark default theme. Download »
This Firefox extension is suited for the average Wikipedia user. It is specifically adapted for the English 🇬🇧 Wikipedia domain (en.wikipedia.org) and might not be ideal outside of normal activities.
- If you find issues, post here
- 14,000+ downloads on Firefox
As of October/November 2023, I re-worked this extension to move some coloring logic into contentScript.js
. Reason: background.css
became too big and difficult to maintain.
Can be added as an extension on Firefox here.
Or:
- Download the repository
- Open Firefox and paste in the search field: about:debugging#/runtime/this-firefox
- Press: Load Temporary Add-on...
- Select manifest.json
generate_zip.bat
is a batch-file that generates a zip file for all the content. It makes it easier when submitting new versions (automating zip file creation).
- Basic Wiki site
- List example
- Code syntaxes
- Table with colors (element td)
- Temperature table
- Coloring on table
- Progress bars
- Pie chart
- Red green yellow table coloring
- Element "span" grey coloring
- Run in cmd:
git fetch origin pull/$ID/head:$BRANCH_NAME
git checkout BRANCH_NAME