Firefox Tips
Plugins
Entering 'about:plugins' (without quotes) in the address bar shows a list of currently installed plugins.
On Debian 6.0 (Squeeze) the Iceweasel plugins are installed in
/usr/lib/mozilla/plugins
Unblocking Blocked Extensions and Plugins
If you're having trouble getting an extension working and Firefox is blocking
it, you can disable extension blocking by modifying the Firefox
configuration. Enter about:config
in the address bar.
Find the extensions.blocklist.enabled
entry and toggle its value to false
.
Only visit trusted sites whilst the blocklist is disabled and bear in mind trusted sites could be compromised without your knowledge. It's probably a bad idea to leave it disabled...
http://kb.mozillazine.org/Extensions.blocklist.enabled
MozEX
The MozEX plug-in allows you to configure a text editor for viewing page source and editing text areas.
It's All Text
It's All Text! - a plugin which allows you to configure an external text editor which can be launced from HTML TEXTAREA elements.
Spell Checker
Install the appropriate language pack. E.g. in Debian 5.0 (Lenny) the British language pack is installed as follows:
# apt-get install iceweasel-l10n-en-gb
Iceweasel is the Debian version of Firefox.
Changing Language Settings
Changing the language settings is done by right clicking on a field and selecting the appropriate language.
See also http://kb.mozillazine.org/Dictionaries#Selecting_an_installed_dictionary
Developer Plug-ins
Install the following packages from Debian 5.0 (Lenny)
# aptitude install iceweasel-firebug iceweasel-webdeveloper
Alternatively visit the Web Developer and Firebug home pages.
Configuration Settings
Advanced configuration settings can be modified by entering a URL of about:config
in the address bar.
- http://kb.mozillazine.org/About:config
- https://wiki.mozilla.org/Firefox:Printing_and_Page_Setup
- http://www.watchingthenet.com/how-to-change-or-customize-firefox-printing-defaults.html
about:blank
Apparently, it is a bad idea to modify about:blank:
http://honestlyillustrated.com/userstyles/stylishguide/#about:blank
about:config
Disable caching
browser.cache.check_doc_frequency=1
default is:
browser.cache.check_doc_frequency=3
Latest Firefox on Debian
Add the following to /etc/apt/sources.list.d/
$ cat <<EOF | sudo tee -a /etc/apt/sources.list.d/iceweasel.list
deb http://backports.debian.org/debian-backports squeeze-backports main
deb http://mozilla.debian.net/ squeeze-backports iceweasel-release
EOF
Update your package list:
$ sudo apt-get update
Install the Mozilla archive keyring package:
$ wget http://mozilla.debian.net/pkg-mozilla-archive-keyring_1.0_all.deb
$ sudo dpkg -i pkg-mozilla-archive-keyring_1.0_all.deb
Install the iceweasel package from squeeze-backports:
$ sudo apt-get update
$ sudo apt-get install -t squeeze-backports iceweasel
See http://mozilla.debian.net/
Certificates SSL/TLS
Qualys SSL Labs have an SSL Server Test as well as an SSL/TLS Client Browser Analyser
Font Issues
-- Frank Dean - 21 Jan 2016
Android Version - Disabling Form Fill
https://support.mozilla.org/en-US/questions/961734
Enter
about:config
in the address bar.Type
browser.formfill.enable
in the search boxPress the
Toggle
option alongsidebrowser.formfill.enable
to change the selected value tofalse
-- Frank Dean - 01 May 2017
References
-- Frank Dean - 07 Sep 2009
Related Topics: EmacsTips