$ npm install
$ npm run firefox
This extension uses the following prefs:
extensions.webextensions.addons-restricted-domains@mozilla.com.disabled
: set totrue
, it disables the extension's behavior. This pref does not exist by default.extensions.webextensions.addons-restricted-domains@mozilla.com.domainsToPreserve
: this internal pref is used to preserve (some of the) domains that have been restricted before the extension is started for the first time. This is mainly used to avoid changing user configuration when this extension is uninstalled.
This project is released under the Mozilla Public License Version 2.0. See the bundled LICENSE file for details.