home index sites engineering software hardware email
 

How-To: Firefox



Tips


Keywords speed up searching


Keywords are a power feature that allow quick access to frequently used search sites. To use a keyword you first assign an operation to a keyword and then the next time you type in the keyword in the URL bar the operation is performed. For example I assigned 'g' to invoke a google search and whenever I type 'g sometext' in the URL bar and then hit the enter key Firefox loads up the google.com site with the search results for 'sometext'.

To add a keyword simply right-click over the search text box and then select 'Add a Keyword for this Search...'.


Hacks


Disable the GTK file picker (Linux)


If don't enjoy having to click your way through your file system and prefer to be able to copy and paste a path, then disable the default GTK file picker and use the internal XUL file picker with a simple configuration change. Simply visit the about:config page and search for the 'allow_platform_file_picker' config parameter, then double-click to change the value to false (source info).


Slow scrolling work around for Gmail


It's hard to believe, yet Firefox 3 and Gmail do not mix well (I have seen reports as far back as May 2008 yet neither Google nor Firefox have addressed this issue)! This problem is due to the very slow rendering of borders for Gmail pages.

The good news is that there are two ways to work around this bug. The first is to avoid the new version of Gmail, which is as easy as clicking on the 'Older version' link on the top right of Gmail. The second way is to disable borders in Gmail. To do that download the Stylish Firefox extension and then 'Write' a new style with the following content naming it 'slow scrolling in gmail work around', then enable it. Gmail will now render without borders making it much faster for scrolling.

@-moz-document 
url-prefix("http://mail.google."),
url-prefix("https://mail.google.")
{
*{border-style: none !important;}
}


Extensions


Monitoring the amount of disk and memory cache used by Firefox


Install the Cache Status Firefox extension to easily monitor disk and memory cache use.


Blocking ads and other annoyances


Get the Adblock Plus Firefox extension and block just about anything from a web page, including those ever-bothersome animated ads.

This is not to be confused with the older Adblock extension which hasn't been updated in quite some time.


Real-time weather


Get international weather forecasts from AccuWeather.com, and display it in any toolbar or statusbar with the Forecastfox Firefox extension.


Masquerading for fun and profit


The User Agent Switcher Firefox extension allows you to alter the user agent string sent to web sites. It is quite useful to get around sites that only properly display for certain unnamed crappy browsers.


Reveal your session history


The Reveal Firefox extension allows you to see thumbnails of pages in your session history and quickly find the page you want.


The perfect tab extension


The Tab Mix Plus Firefox extension adds powerful tab features such as opening closed tabs and a tab session manager that can even restore the state of your tabs after a crash. Make sure to increase the 'max number of closed tabs to remember' from the default of 5 (under the 'tab features' preferences). Firefox 3 users need to get the dev build from here (forum).


Super sidebars


The All-In-One Sidebar Firefox extension lets you quickly switch between sidebars, view dialog windows such as downloads, extensions, and even view source all in the sidebar.


Web page saving made easy


The ScrapBook Firefox extension helps you to save web pages and easily manage collections. Key features are lightness, speed, accuracy and multi-language support.


Measure and check alignment


The MeasureIt Firefox extension draws a ruler across any web page to check the width, height, or alignment of page elements in pixels. Very helpful for web site authoring.


The ultimate web-debugger


The FireBug Firefox extension offers too many features to list here. Visit the author's web site for more info on this amazing extension.


Download any embedded video


The VideoDownloader Firefox extension makes it easy to download embedded videos from popular sites like You Tube.


Find those media links


The Amazing Media Browser Firefox extension lists all embedded objects on a web page for easy download.


Slashdotter


The Slashdotter Firefox extension adds a bunch of features to help Slashdot readers.


CustomizeGoogle


The CustomizeGoogle Firefox extension enhance Google search results by adding extra information (like links to Yahoo, Ask Jeeves, MSN etc) and removing unwanted information (like ads and spam).


Resurrect Pages


The Resurrect Pages Firefox extension searches through five page cache/mirrors to 'resurrect' sites that are temporarily down.


Greasemonkey


The Greasemonkey Firefox extension allows you to add arbitrary javascript scripts to any page. userscripts.org is a great source for scripts.


Gmail Manager


The Gmail Manager Firefox extension allows you manage multiple Gmail accounts without having to log in and out of each account.


FEBE (Firefox Environment Backup Extension)


The FEBE (Firefox Environment Backup Extension) Firefox extension allows you backup your extensions and themes. Firefox 3 users need to get the dev build from here (FEBE6.0b(20080625_105914).xpi MD5 567cca9b5cebc9c30423eeab1b90c34e).


Stylish


The Stylish Firefox extension allows you to customize the look of a website by modifying the style as it is displayed in Firefox. It is extremely helpful in working around the Gmail slow scrolling bug in Firefox 3 (see above).


Better Gmail 2


The Better Gmail 2 Firefox extension adds useful extra features and skins to Gmail, like hierarchical labels, macros, signatures, file attachment icons and more. Requires the Greasemonkey extension (see above).


Configuration Mania


The Configuration Mania Firefox extension provides an easy way to change the about:config configuration settings.


FoxClocks


The FoxClocks Firefox extension lets you keep an eye on the time around the world - or just your local time - by putting small clocks in your statusbar.


BugMeNot


The BugMeNot Firefox extension makes it easy to bypass compulsory web registration by showing a context menu with data filled in via www.bugmenot.com.


NoScript


The NoScript Firefox extension permits you to only allow JavaScript, Java and other executable content to run only from sites you trust.


Flashblock


The Flashblock Firefox extension takes a pessimistic approach to dealing with Macromedia Flash content on a webpage and blocks ALL Flash content from loading. It then leaves placeholders on the webpage that allow you to click to download and then view the Flash content.


FoxyProxy


The FoxyProxy Firefox extension is an advanced proxy management tool that completely replaces Firefox's limited proxying capabilities.


ShowIP


The ShowIP Firefox extension shows the IP address(es) of the current page in the status bar. It also allows querying custom information services by IP (right mouse button) and hostname (left mouse button), like whois, netcraft.


Stealther


The Stealther Firefox extension can temporarily disable history, cookies, cache and other privacy information from being stored.

Distrust


The Distrust Firefox extension hides surfing trails that the browser leaves behind, similar to Stealther with the added benefit of also removing Flash cookies.

Flagfox


The Flagfox Firefox extension displays a country flag depicting the location of the current website's server and provides quick access to detailed location and webserver information.


More extensions!


Visit the Firefox add-ons site to find more useful extensions!

If you are having problems with an extension see the Mozillazine problematic extensions page for a list of known issues with some Firefox extensions. If you do have a problem with an extension you can run firefox in safe mode (which temporarily disables all extensions) so you can disable or remove it.


Themes


Favorite themes


The Phoenity Modern theme is a sleek, simple and elegant theme.


Useful Commands


  • ctrl-l firefox address bar
  • ctrl-k firefox search field
  • ctrl-pgup next tab (left to right)
  • ctrl-pgdn previous tab (right to left)
  • ctrl-t new tab
  • ctrl-r or f5 reload page
  • ctrl-u view page source