Table of Contents

Creating more screen space in Firefox

This page will show you how to shrink and de-clutter Firefox to free as much screen space as possible for actually viewing web pages.

Introduction

Firefox is not brilliant for the EEE, because of its height. In order to make it more usable, you could try any or all of the following:

  1. Remove the navigation and bookmarks toolbars
  2. Install the Tiny Menu or Compact Menu 2 extension, which shrinks your menu down to one entry or icon. Read the developer's comments on the download page for the extra instructions how to use it.
  3. Install a compact theme like Whitehart or Minifox.
  4. Use full-screen mode or install the Fullerscreen add-on. Also try the Full Fullscreen extension.
  5. Globally reduce the font size (for menus and such).
  6. Removing unnecessary menu options
  7. Remove the status bar (under the 'View' menu)
  8. Users of the default OS can also hit the far-right arrow to shrink the bottom menu.

See also How to shrink Thunderbird

Example

If you like to know, what the result of following the subsequent guides might look like.

This is an example-Screenshot of the Firefox-Toolbar with the following additions / changes:

- The Firefox text-menu was shrunk to one single toolbar-item using the Tiny Menu Extension.

- The bookmark and navigation toolbar are removed. Following these steps: using_a_single_toolbar

- The Stop-Button and the Reload-Button are combined using the Stop-or-Reload extension.

- The overall font-size was reduce to 8pt using this guide: changing_the_overall_font_size

- The second-right toolbar-button toggles your statusbar. Find it here.

Using a single toolbar

Firefox itself provides a means to maximize vertical screen space, by getting rid of bookmark and navigation toolbars, after moving the wanted components from the navigation toolbar up into the menu toolbar. This probably works best in combination with a compact Firefox theme.

  1. After running Firefox, select View→Toolbars→Customize.
  2. A window pops up allowing you to change the organization of the toolbars.
  3. Drag the “home page” button into the customize toolbar window (discarding it).
  4. Drag the other navigation buttons up onto the topmost (menu) toolbar, at the left.
  5. Drag the url bar into the menu toolbar at the right.
  6. Drag the search bar into the customize toolbar window (discarding it) and close the customize window.
  7. Finally, go back to Firefox's View→Toolbars and disable display of the Navigation and Bookmarks toolbars.

The idea behind dispensing with the search bar is that google and other searches can already be performed from the url bar, and so the space can be freed.

If you enter search terms rather than a url in the url-bar, Firefox will take you to a page based on a google search on what you typed. But, depending on how google feels about the result, it may take you to an “I'm feeling lucky” result instead of showing the search results page. To change this you can go to about:config (in the Firefox url bar), search for keyword.URL (in the filter input) and double-click the result to change the value there to http://www.google.com/search?btnG=Google+Search&q= 1).

Incidentally, to make even more and better use of the url bar, you might like to look at the Autocomplete Manager

If you miss the bookmarks toolbar try creating a folder on it with no name. Move all of your links into the nameless folder then do customise and move it onto your single toolbar. You now have a single icon with your links in that works in a similar way to tiny menu.

You may also want to try keyboard shortcuts to replace the Back, Forward, Stop, Refresh buttons:

- Press 'Alt + (right arrow)' button to go Forward

- Press 'Alt + (left arrow)' button to go Backward

- Press 'Alt + Esc' button to Stop loading a page

- Press the 'F5' button to Refresh

If you like having your Bookmarks toolbar handy, but don't like how it clutters up your Eee, try the Smart Bookmarks Bar. After installing you can set the extension up to automatically hide the bookmarks bar and show it again when you move your mouse cursor towards the toolbars. This extension also allows you to hide the names of your bookmarks and minimize the space between them so that all you see is the Favicons of your bookmarks.

Installing a Smaller Theme

  1. Launch Firefox and go to the Tools→Add-Ons menu then select the Themes tab.
  2. Click the Get Themes button at the bottom right.
  3. On the webpage that comes up, scroll to the the Browse Themes by Category link and choose Compact.
  4. Pick your favorite compact theme. I chose Whitehart: https://addons.mozilla.org/en-US/firefox/addon/364
  5. Another compact theme option is Minifox.
  6. Download the theme and install it according to the instructions on the website (click the Install Now button and Firefox should automatically install it).
  7. Restart Firefox to finish the installation.
  8. You'll need to go back to the Themes window (Tools→Add-Ons) and switch to the new theme after installation

Using full-screen mode or the Fullerscreen add-on

Changing the Overall Font Size

Reduce the font size of the firefox menus by doing this:

cd /home/user/.mozilla/firefox/*.default/chrome/
kwrite userChrome.css
* {
    font-family: sans-serif !important;
    font-size: 8pt !important;
}

Removing Menu Options

More space can be found in the menu toolbar by removing unnecessary menu options such as Help or History and Bookmarks which can be opened in a side window using the appropriate shortcut keys.

menu[label="Help"], menu[label="History"], menu[label="Bookmarks"] {
    display: none !important
}

Optimizing Google Result page

This will remove the top-bar, the logo and ads from the Google page results.

Installing Fission Addon

This Addon is great for people that miss the status bar at the bottom. Really it's for those that like some of the functionality and aesthetics of Safari. When configuring Fission, be sure to add the check box for “Active link/mouse-over link in the address bar”. This will reclaim/force some double duty for the limited eee real estate. https://addons.mozilla.org/en-US/firefox/addon/1951

Installing the Vimperator Addon

The Vimperator addon changes Firefox to act, look and be controlled like the editor Vim. With it, screen real estate is maximized, as neither the address bar nor the toolbar are necessary any more. Just about everything is handled with keyboard shortcuts. It takes a bit of learning, but previous Vim users will feel perfectly at home.

References

1) see this article for a full explanation and what to do if you want dictionary, yahoo, or other searches from the url bar as well