======Applications - Web Browsers - Mozilla - Plugins - Notes======
=====Silent Block======
- Install Silent Block.
- Create the file contentblock-regex.txt in your Seamonkey/Firefox profile directory and fill it with: ^https?://addthis.*
^https?://[a-zA-Z0-9]+.addthis.*
^https?://doubleclick.*
^https?://[a-zA-Z0-9]+.doubleclick.*
^https?://facebook.*
^https?://[a-zA-Z0-9]+.facebook.*
^https?://google.*
^https?://[a-zA-Z0-9]+.google*
^https?://twitter.*
^https?://[a-zA-Z0-9]+.twitter.*
=====Install plugin manually / at browser deployment=====
// Tested to work with: //
* // Firefox Portable 47.0 //
* // Firefox 42.0 x86 //
- Search for the plugin on https://addons.mozilla.org.
- From Firefox:
- Right-click the "Add to Firefox" button.
- Click on "Save Link As...".
- Save the .xpi file.
- From Internet Explorer:
- Right-click on the "Download Anyway" link.
- Click on "Save target as..."
- Save the .xpi file.
- Close Firefox.
- The .xpi file is zip file. Open it in an archive manager or extract it.
- Open the install.rdf file in/from the xpi file.
- Locate the tags.
- Copy the value between them.
- Make a copy of the .xpi file and rename it to the value copied from between the tags, but maintain the .xpi file extension.
- Place the renamed .xpi file in:
- Firefox: Mozilla Firefox\browser\extensions
- Firefox Portable:
- App\Firefox\browser\extensions
- App\Firefox64\browser\extensions
- Start Firefox.
- You either get:
- The plugin visible under addons, but disabled. // Tested on Firefox 42.0 x86. //
- A question from Firefox to activate the plugin. // Tested on Firefox Portable 47.0. //
Sources:
* [[http://kb.mozillazine.org/Installing_extensions|MozillaZine KB - Installing extensions]]
* [[http://kb.mozillazine.org/Determine_extension_ID|MozillaZine KB - Determine extension ID]]
* [[https://developer.mozilla.org/en-US/Add-ons/Installing_extensions|MDN - Installing extensions]]