Skip to content

Building AdNauseam from source (for developers)

Daniel Howe edited this page Oct 27, 2018 · 54 revisions

Setup (on OS X only, linux instructions pending)

  • First, install jq if you don't have it
  • Then do the following from the terminal:
$ git clone https://github.com/dhowe/AdNauseam.git
$ git clone https://github.com/dhowe/uAssets.git
$ cd AdNauseam

For Chromium / Opera:

  1. Build the extension (via the terminal) $ tools/make-chromium.sh or $ tools/make-opera.sh

  2. Open the browser and go to settings, with URL chrome://extensions/

  3. Enable Developer mode in the settings page and load extension from /dist/build/adnauseam.chromium or /dist/build/adnauseam.opera

  4. To view console messages, go to chrome://extensions/, and select 'background.html' under the AdNauseam entry

For Firefox:

  1. Make sure to have the web-ext tool installed.

  2. In terminal: $ tools/run-webext.sh

  3. (Optional) To use a Firefox profile other than the default, pass the profile path to run-webext.sh:

    $ tools/run-webext.sh /path/to/profile

  4. To view console messages, select the Tools->Web Developer->Browser Console menu option

Next...

Clone this wiki locally