Popular: Home | Themes | Hacks | Security | Usability | Resources | Bookmarks | Config | Firefox 3          
E-Mail Updates
Enter your E-mail address:
Firefox Facts

Get More Toolbar Space in Firefox

FirefoxI think I have a pretty optimized Firefox setup. Personally I don’t think anybody needs more than two toolbars in Firefox at all times. How can you cut down on the clutter and keep everything accessible with just a few clicks here and there?

1. Shrink Your Main Menu Bar!

Install the Tiny Menu extension to shrink your main menu navigation. This extension replace the standard menu bar with a tiny menu popup.

2. Toss Out the Firefox Throbber!

Ditch the throbber in the upper right hand corner. Each tab has a built in throbber to let you know when a Web page is loading, this main one is not needed anymore. Get rid of it and give yourself some more space.

3. Use Small Icons to Save Space!

Use small icons on your toolbars. To do that, you can right click on the navigation toolbar and click “Customize”. At the bottom of that popup you should see a check mark box for “Use Small Icons”. While you are there you can drag away or add any items you think you might need or never use at all. Personally, I have back, forward, refresh, stop, home, and downloads there.

Any other suggestions for a more organized and clutter free toolbar?

For more help, check these out...

Tags: , , , , , , ,

Bookmark and Share Add to Foxiewire

funTomas said,

March 30, 2007 @ 9:47 am

4. Install Tiny Menu extension (http://firefox-extensions.arantius.com/tiny-menu)

Mitch said,

March 30, 2007 @ 10:09 am

Whoops, just realized I was missing the link on the first step. ;) Thanks funTomas for giving it to me!

andrew said,

March 30, 2007 @ 10:40 am

Thanks for the ideas Mitch. I also get rid of the ‘magnifying glass’ button and the ‘go’ button after the search field and the address bar. The userchrome.css code is below:

/*Remove magnifying glass button from search box*/
.search-go-button-stack { display: none !important; }

#go-button-stack, .search-go-button-stack {
display: none !important; }

As well as a the edit and help menus. The userchrome.css code is below:

/* Remove the Edit and Help menus
Id’s for all toplevel menus:
file-menu, edit-menu, view-menu, go-menu, bookmarks-menu, tools-menu, helpMenu */
#helpMenu, #edit-menu { display: none !important; }

Mitch, you should have included a link on how to remove the throbber. I had to search to find the userchrome.css adjustments included below:

/* Eliminate the throbber and its annoying movement: */
#throbber-box { display: none !important; }

In case no one knows what I’m talking about these adjustments are added to your userchrome.css file. This is easily accessed through Firefox by going to:

Tools -> edit my config -> chrome editor -> top tab should have userchrome.css already highlighted.

Just copy the desired code to the bottom of this file.

NOTE - These aren’t my adjustments they are from here.

Mitch said,

March 30, 2007 @ 10:43 am

Thanks Andrew for these userchrome.css edits. Some of them I have in place myself. ;) Edited your Lifehacker link too - since it was sorta breaking the layout here. Hope you don’t mind!

POida said,

March 30, 2007 @ 10:53 am

After installing the tiny menu extension you can get rid of the navigation bar completely by dragging all the buttons and fields to the menu bar and then hiding the navigation bar. (works best with wide screens)

cate said,

March 30, 2007 @ 10:50 pm

“2. Toss Out the Firefox Throbber!

Ditch the throbber in the upper right hand corner. Each tab has a built in throbber to let you know when a Web page is loading, this main one is not needed anymore. Get rid of it and give yourself some more space. ”

Just how do I ditch the throbber?

Mitch said,

March 31, 2007 @ 8:24 am

How can you ditch the throbber? Right-click on the navigation bar (where you see your back, forward, home buttons) and click on “Customize…”. Then you can click on the throbber and drag it down to the customize popup box to get rid of it. Hope that helps!

cate said,

March 31, 2007 @ 7:44 pm

Hey, Mitch! Thanks! That worked perfectly.

JGalt said,

April 3, 2007 @ 9:31 pm

At some point, I realized that although you can’t drag the menus onto the toolbar, you can drag the toolbar items onto the menu bar! This allows you to have only a single bar at the top.

Coupled with getting rid of unneeded menus as mentioned above (MenuEditor is an extension that can do this for those frightened of editing chrome files), throbber, Go arrow, etc., this gives a nice, clean Firefox interface. A well-designed, compact theme (Whitehart is my longstanding favorite) helps, too.

Domi said,

April 13, 2007 @ 3:22 am

IMHO, “disableMenu” is a good alternative to “tiny Menu” (it completely hide/show then menu bar). Give it a try!
http://genoetigt.de/site/projects/disablemenu

I also enjoy this little tweak : “Merge Firefox Reload/Stop buttons” :
http://mozillalinks.org/wp/2006/09/merge-firefox-reloadstop-buttons-extensionless

Al said,

April 23, 2007 @ 1:59 am

I need help to get rid of some extensions: although good they have slowed my Computer down(old). But I just can’t fine the manager or uninstall anywhere. Help please.

Foxkeh

Mitch Keeler © 2008 - Sitemap | Privacy Policy - Supported by Lockergnome and TagJag
Dedicated Server Hosting provided by FastServers.Net

Go to Top of Page