Viewing firefox status bar in full screen

Using firefox in full screen is rather cool but I was missing the status bar which gives a lot of information about the link whenever I hover or whatever is being done by the browser. After digging up a few places, I came to this link in mozilla's site
http://support.mozilla.com/en-US/kb/Editing+configuration+files
about editing configuration files and in particular
userChrome.css
Used to change the appearance of the browser.
userContent.css
Used to change the appearance of web pages.
user.js
Can be used to change various preferences .
They are in the profiles folder of your user account. Go to your current firefox profile folder, and into the chrome folder. You should see two files. userChrome-example.css and userContent-example.css, remove the example and add this:

/* Make status bars visible */
#status-bar
{
visibility: visible;
}

restart firefox. And voila, you have your status bar in full screen.

Comments

Anonymous said…
You fail to state which of the .css files you are supposed to put the code you show in.
It needs to go in userChrome.css. This file does not exist by default so you'll need to create it. There is absolutely no reason to remove the examples as you suggest. In fact it's better to leave them there for reference.
nice blog
Anonymous said…
I ADAMS KEVIN, a representative of Aiico Insurance plc, we trust and respect for individual differences in day out a loan. We will provide 2% of the loan's interest rate. If you are interested in this business contact us by e-mail (adams.credi@gmail.com) now transfer their loan documents issued properly. Do you need a loan to set up business or school if you are very welcom to aiico insurance plc.you can also contact us by email(aiicco_insuranceplc@yahoo.com) we first week can request a balance transfer.

व्यक्तिगत व्यवसायका लागि ऋण चाहिन्छ? तपाईं आफ्नो इमेल संपर्क भने उपरोक्त तुरुन्तै आफ्नो ऋण स्थानान्तरण प्रक्रिया गर्न
ठीक।

Popular posts from this blog

Old Photos

HashMap loop in java

How to make your window Full Screen in gnome?