Skip to content

Max-Github/FireFoxInvertColors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

A simple addon that will invert a web page colors.

Resources

License

Stars

Watchers

Forks

Packages

No packages published