Skip to content

Browser extension that colors web page text with a gradient to make it easier to read

Notifications You must be signed in to change notification settings

beep-beep-beep-boop/mothreader

Repository files navigation

mothreader

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

Build locally

(recommend using volta)

  1. Checkout the copied repository to your local machine eg. with git clone https://github.com/beep-beep-boop-boop/mothreader/
  2. run npm install to install all required dependencies
  3. 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

Run the extension

Using web-ext is recommened for automatic reloading and running in a dedicated browser instance. Alternatively you can load the extension manually (see below).

  1. run npm run watch to watch for file changes and build continuously
  2. in another terminal, run npx web-ext run for Firefox or web-ext run -t chromium
  3. Check that the extension is loaded by opening the extension options (in Firefox or in Chrome).

Manually

You can also load the extension manually in Chrome or Firefox.

About

Browser extension that colors web page text with a gradient to make it easier to read

Resources

Stars

Watchers

Forks

Packages

No packages published