Skip to content

dwaydwaydway/TrackMeNot-Chrome

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TrackMeNot-Chrome

TrackMeNot portage on Chrome - now deploys to both Chrome and Firefox

Getting Set Up clone the repository git clone {repo URL}

Building the Project

to build for Firefox: install web-ext globally: npm install --g web-ext

run: web-ext build

then in Firefox, navigate to about:addons click on the gear icon on the top-right and select Install Add-on from File

to install on Chrome: navigate to chrome://extensions/ then click Load unpacked and select the TrackMeNot-Chrome directory

Docs

The docs were built with a combination of JSDoc https://jsdoc.app and the docdash jsdoc template https://github.com/clenemt/docdash

install jsdoc (globally on your system): npm install -g jsdoc

run npm install to install docdash (a dev-dependency, listed in the node project file, package.json): npm install

build the docs: npm run generate-docs

to view the docs, open out/index.html

Known bugs:

About

TrackMeNot portage on Chrome

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.7%
  • HTML 8.7%
  • CSS 1.6%