ghacks Technology News

Minimode Offers A Customizable Firefox Fullscreen Mode

Most web browsers have a fullscreen mode for enhanced website viewing. Generally, the fullscreen mode not only hides the toolbars and window chrome of the browser, but also expands the browser window to the full screen geometry, hiding OS elements such as panels. This is handy for small computer monitors, laptops and netbooks with limited screen real estate. Hiding the toolbars ensures that more of the website is displayed on the screen, which can reduce the amount of scrolling that needs to be done to access all the contents of a specific page. The fullscreen mode is usually be activated by pressing F11 or one of the other Function keys.

Some users on the other hand may prefer a less strict fullscreen mode. Perhaps they want to hide the Tab Bar yet display the Address Bar for quick navigation, or perhaps they want to hide everything but the Title Bar. No matter what configuration is needed, the Minimode Firefox add-on lets the user customize the fullscreen mode to his liking. The extension registers the keyboard shortcut Ctrl-F11, which by default will hide all toolbars except for the Tab Bar and Title Bar. The Minimalistic Browser Settings screen can be used to configure which toolbars will be displayed in the alternative fullscreen mode.

minimode

All toolbars that are installed in the browser are available for selection in the Minimalistic Browser Settings screen, as well as the statusbar and tabbar. Every combination can be selected to stay visible or be hidden when pressing Ctrl F11 in the web browser, which should be handy for users who want a better customizability of the Firefox fullscreen mode.

Minimode is an add-on for the Firefox 3.x web browser. It can be downloaded from the Mozilla Firefox add-on repository.

Related Articles:

Change Firefox 3 Full Screen Mode
Hide Menus in Fullscreen with Autohide for Firefox
Youtube TV Mode, Automatic Fullscreen Youtube Videos
Google Chrome Fullscreen Address Bar
Firefox Safe Mode

Enjoyed the article?: Then sign-up for our free newsletter or RSS feed to kick off your day with the latest technology news and tips, or share the article with your friends and contacts on Facebook, Twitter or Google+ using the icons below.



About the Author:Martin Brinkmann is a journalist from Germany who founded Ghacks Technology News Back in 2005. He is passionate about all things tech and knows the Internet and computers like the back of his hand. You can follow Martin on Facebook or Twitter.

Author: , Thursday April 15, 2010 -
Tags:, ,


Responses so far:

  1. Jojo says:

    I use a CSS (?) mod through that allows for the tab bar to be hidden until I mouse against it (like the Windows auto-hide taskbar). Since I keep a lot o tabs open, this helps a lot.

    This is the script below. I don’t remember exactly how I set this up though but it is listed under the “User Styles” section of Add-on’s.

    @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

    #main-window .tabbrowser-strip {
    height: 10px !important;
    overflow: hidden !important;
    }

    #main-window .tabbrowser-strip:hover {
    height: 100% !important;
    }

Leave a Reply   Follow Ghacks   Subscribe To Comment Rss

Subscribe without commenting

© 2005-2012 Ghacks.net. All Rights Reserved. Privacy Policy - About Us