Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 636 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 636 Bytes

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/