color web pages text with a gradient that makes it easier to read things (hopefully)
Install from addons.mozilla (firefox)
Can also manually install from the zip on the releases page
(recommend using volta)
- Checkout the copied repository to your local machine eg. with
git clone https://github.com/beep-beep-boop-boop/mothreader/
- run
npm install
to install all required dependencies - run
npm run build
The build step will create the distribution
folder, this folder will contain the generated extension.
You can then run npx web-ext build
to build the extension .zip
Using web-ext is recommened for automatic reloading and running in a dedicated browser instance. Alternatively you can load the extension manually (see below).
- run
npm run watch
to watch for file changes and build continuously - in another terminal, run
npx web-ext run
for Firefox orweb-ext run -t chromium
- Check that the extension is loaded by opening the extension options (in Firefox or in Chrome).
You can also load the extension manually in Chrome or Firefox.