-
-
Notifications
You must be signed in to change notification settings - Fork 218
Building AdNauseam from source (for developers)
$ git clone https://github.com/dhowe/AdNauseam.git
$ git clone https://github.com/uBlockOrigin/uAssets
$ cd AdNauseam
-
Update the uAssets repo:
$ cd ../uAssets && git pull && cd - -
Build the extension (via the terminal)
$ tools/make-chromium.shor$ tools/make-opera.sh -
Open the browser and go to settings, with URL
chrome://extensions/ -
Enable Developer mode in the settings page and load extension from
/dist/build/adnauseam.chromiumor/dist/build/adnauseam.opera -
To view console messages, go to
chrome://extensions/, and select 'background.html' under the AdNauseam entry
-
Make sure to have the web-ext tool installed.
-
Update the uAssets repo:
$ cd ../uAssets && git pull && cd - -
In terminal:
$ tools/run-firefox.sh -
(Optional) To use a Firefox profile other than the default, pass the profile path to run-firefox.sh:
$ tools/run-firefox.sh /path/to/profile -
To view console messages, select the
Tools->Web Developer->Browser Consolemenu option
- Visit the The Developer FAQ