Skip to content

Building TrackMeNot from source (for developers)

Alberto Harres edited this page May 1, 2022 · 1 revision

Setup (on OS X only, linux instructions pending)
  • First, do the following from the terminal:
$ git clone https://github.com/vtoubiana/TrackMeNot.git
$ cd TrackMeNot

For Chromium / Opera:
  1. Open the browser and go to settings, with URL chrome://extensions/

  2. Drag and drop TrackMeNot file to the extensions page to install.


For Firefox with WebExtensions (experimental):
  1. Make sure to have the web-ext tool installed.

  2. In terminal: $ web-ext run for running directly, or $ web-ext build for generating the .zip build.


Next...