E-Mail Updates
Enter your e-mail address:
Firefox Facts

Hacks Archives

Enable the Tab Preview Menu Button in Firefox 3.6

I have one more Firefox 3.6 about:config tip up my sleeve.  By toggling one setting, you can go from having a drop down list of tabs to a thumb-nailed view of each tab that is open. 
Here is how you too can enable this secret Firefox 3.6 feature.

Firefox 3.6 Fix – Open New Tabs in Far Right

New to Firefox 3.6, when you are on a page, and you want to open a link in a new tab – rather than opening the link in the far right of the tab bar, Firefox will now open the link right next to the tab you are in.  Now, while this might be convenient for some, it is a feature I don’t really need.  So here is how you can disable the new “Insert Related Tab After Current” tweak [...]

Enable Visual Tab Switcher in Firefox 3.6

With Firefox 3.6’s release, we can all do a quick about:config tweak that will enable the prettier tab switching.  By default, when you hit the keyboard keys Ctrl + Tab you just rotate through your tabs.  By making some quick adjustments though, you can pull up the new tab switcher that you see in the picture above.

Add Color Coding to Google, Yahoo, Bing

One big complaint about search engines is they are all rather vanilla with their visual representation.  Wouldn’t it be better if you could color code things a ‘bit more?  One Greasemonkey script that does a great job at this is Colorful Search.

Hide Everything Useless on iGoogle

Want to hide all the stuff you do not really need on your personalized iGoogle homepage?  Thanks Super iGoogle, a handy Greasemonkey script, you can simplify iGoogle to only show you the content you need to see.

Move the Close Tab Button in Firefox

In an effort to simplify the Firefox interface, did you know you can make a few changes in the about:config page to move the close tab buttons around?  I’ll show you how to move it to the far right of the browser, in just six easy steps.
Before the tweak (notice the close tab button is on the tab itself)

After the tweak (notice the close tab button has been moved to the far right)

Now what is the secret?  You [...]

Easier Access to Private Browsing

Here is a quick tip that is not that well known.  If you want to start private browsing in a hurry, and you don’t have time to dive through the menus to start it (Tools > Start Private Browsing) then just type about:privatebrowsing into your address bar.

There you have it.  Once you have done so, it will ask you if you want to switch into Firefox’s private browsing mode.  You could also save about:privatebrowsing as a bookmark, so you have [...]

Use Firefox to Customize Your Web

I think everybody, at times, would like to be able to customize certain web sites to better meet their goals.  Now, I am not talking about simple visual edits – like making the background black and the text white.  How about adding keyboard shortcuts for certain web site links and navigation elements?  You an do that and more with the Customize Your Web add-on for Firefox.
So do you want to customize web sites without writing one single line of code?  [...]

Clean Your SQLite Databases to Speed up Firefox

Did you know you can tidy Firefox up, with VACUUM? No, I do not mean that thing you use to clean your carpets.  Here is a way to VACUUM your places database from within the browser.
Here are the steps you need to take:
1. Open the Firefox tools menu and click on error console.
2. Paste the following command into the code box as a single line:
Components.classes["@mozilla.org/browser/nav-history-service;1"].getService(Components.interfaces.nsPIPlacesDatabase).DBConnection.executeSimpleSQL(“VACUUM”);
3. Hit the “Enter” key or click the evaluate button.
The user interface will freeze for a [...]

Speed Up Flash Videos in Firefox

Want to speed up your flash video watching?  By default, Firefox takes a sort of “snapshot” of whatever you are doing every ten seconds.  Why?  It is so that the browser can restore itself, just in case of a crash.  Now you might ask, what does this have to do with flash videos?  Well, the snapshot action is what is causing your ten second delay, at times, with watching flash videos on the Web.
So what is the solution?  Time to [...]

Mitch Keeler © 2009 - Sitemap | Privacy Policy
Dedicated Server Hosting provided by Layered Tech

Go to Top of Page