-
-
Notifications
You must be signed in to change notification settings - Fork 191
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.sh
or$ 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.chromium
or/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 Console
menu option
- Visit the The Developer FAQ