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.
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:
See also How to shrink Thunderbird
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.
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.
View→Toolbars→Customize.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.
Tools→Add-Ons menu then select the Themes tab. Get Themes button at the bottom right.Browse Themes by Category link and choose Compact.Install Now button and Firefox should automatically install it).Tools→Add-Ons) and switch to the new theme after installationReduce 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;
}
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
}
This will remove the top-bar, the logo and ads from the Google page results.
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
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.
SiteLauncher is an add-on that can be used for giving quick access to sites you use often. SiteLauncher saves screen space because instead of being displayed all the time bookmarks are shown in an overlay only when CTRL+SPACE (or CTRL+ALT on Mac) is pressed. Each bookmark in the overlay is shown alongside its associated key, which when pressed opens the given URL.