5 Quick FireFox Tips

One of the cool things about is it’s never ending ways to do things. While this list will not make headlines, any list I find, always has one or two worth saving. Here are five that I like because they are quick and don’t require any extensions or add-ons installation.

Tip 1 - Bookmarks are great, but sometimes you may want to save a site link for the short term. Instead of creating a Bookmark, just click and hold on the site in the Address bar, then drag and drop to your Desktop creating an instant shortcut link to the site. Next time you need to visit the site, click on the shortcut and will open the link in a new tab.

Tip 2 - 2.0 provides a few options to customize what sites you want opened when starts up. By setting the preference in Tools \ Options under the Main tab, I like to have several sites open, by selecting Show My Home Page (next to When Starts) and adding URL’s in the Home Page field.

But after a while, I find new sites here and there and end up needing to add or remove URL’s.

Instead of constantly modifying the URL’s in the Home Page field, you can have open all sites located in a Bookmark folder. Just select Use Bookmark and choose a folder. You can easily add and remove sites to the folder, then just refresh the sites by clicking on Use Bookmark and re-select the folder (This also works on version 1.5).

Tip 3 - If you like to use shortcuts, but found the Page Up / Down and Home End keys are not working anymore, just hit F7 to get them working again. The keys become disabled if the feature was enabled either in Tools \ Optons \ Advanced tab and selecting Always use the cursor keys to navigate within pages or you press F7 and answered yes to the following for Caret Browsing.

By selecting the check box Do not show me this dialog box again, pressing F7 toggles the feature on or off, but does not display the dialog box if the keys become disabled again without warning. To get the warning back:

* about:config in the Address Bar
* In the Filter bar, .warn_on_browsewithcaret and double click on it to set the Value to True.

Tip 4 - When searching using search box on the Navigation toolbar, search results will open in the active tab. Using Alt + Enter will open the search results in a new tab. You can make this the default action by having the searches open in a new tab all the time with the following change:

* about:config in the Address Bar
* In the Filter bar, .search.openintab and double click on it to set the Value to True.

Tip 5 - Tab browsing is one of the best inventions since the . But sometimes when you have many tabs open, it’s hard to find the active tab.

To make this change, make sure the userChrome.css file exist in your profile directory at the following locations:

On Vista: C:\users\[User Name]\AppData\Roaming\\\Profiles\xxxxxxxx.default\chrome
On XP/2000: C:\Documents and Settings\[User Name]\ Data\\\Profiles\xxxxxxxx.default\chrome
On (typicaly) ~/.//xxxxxxxx.default/

(If file does not exist, just create a text file and name it userChrome.css)

Then copy the following code into userChrome.css and save it.

/* Make inactive tabs almost visible */
#content tab:not([selected="true"]) {
-moz-opacity: 0.5 !important; }

Close and re-open and you will now be able to easily find the active tab.

Tags:, , , , , , , , , , , ,

Related posts

Written by Jason on May 2nd, 2008 with no comments.
Read more articles on 1429 and 1673 and 169 and 2065 and 2157 and 401 and Browser and Contributors and Firefox and Internet and Linux and Web and Windows Vista and Windows XP and keyboard and mozilla and startup and windows.

Related articles

No comments

There are still no comments on this article.

Leave your comment...

If you want to leave your comment on this article, simply fill out the next form:




You can use these XHTML tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong> .