Max-Github / FireFoxInvertColors

A simple addon that will invert a web page colors.
GNU General Public License v3.0
56 stars 15 forks source link

Invert Colors

A simple FireFox add-on that inverts the web page colors.

Basic instructions:

Requirements:

Firefox, as this extention is designed for firefox.

web-ext, which is a command line tool from mozilla to help build, run, and test WebExtensions.

Installing web-ext:

This obviously requires npm to be installed.

npm install --global web-ext
Running the code:

To run the code within your local firefox run

web-ext run -s src/
Building the extention:
web-ext build -s src/