Skip to content

listvin/FireFoxInvertColors

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 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

Languages

  • HTML 47.3%
  • JavaScript 45.2%
  • CSS 7.5%