A brightness reduction extension for Firefox.
  • JavaScript 100%
Find a file
2026-06-11 13:24:13 +10:00
main.js Initial commit 2026-06-11 13:24:13 +10:00
manifest.json Initial commit 2026-06-11 13:24:13 +10:00
readme.md Initial commit 2026-06-11 13:24:13 +10:00
sun-dark.svg Initial commit 2026-06-11 13:24:13 +10:00
sun-light.svg Initial commit 2026-06-11 13:24:13 +10:00
UNLICENSE Initial commit 2026-06-11 13:24:13 +10:00

Poor Mans Dark Mode

A Firefox extension that reduces white shock by adding a mildly darkened transparent layer over each opened web page. Pin the extension to your toolbar and click the icon to toggle the state.

I have written this extension for myself, so I haven't bothered adding support for changing the colour or opacity of the overlay. Everything is hard coded.

The (digitally signed) extension can be downloaded from here: https://hinchley.net/static/DarkMode.xpi

To build (under Linux):

zip -r DarkMode.xpi *