Whenever I am browsing in the full screen mode in Firefox, I miss the status bar. I use status bar extensively, to know page loading status, to know the actual URLs of the links. Whenever I hovered over a link, the URL will be shown on the status bar. But, in full screen mode, the status bar is not available. I have to right click on the link and select properties to view the actual URL.
By changing the userChrome.css file, I now get status bar in full screen mode also.
First read "What is userChrome.css & userContent.css?", if you don't know about them.
It is very simple. Add the following lines into your userChrome.css file.
#status-bar
{
visibility: visible;
}
Stay tuned for more tips.
Subscribe to my site feed for receiving more tips. You can get more tips in your email for free.