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
Blocking ads and other annoyances
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
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
Download any embedded video
Find those media links
Slashdotter
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
Greasemonkey
Gmail Manager
FEBE (Firefox Environment Backup Extension)
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
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
Distrust
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!
Themes
Favorite themes
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