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.
Thanks, that's a very useful tip :)
ReplyDeleteHm, I didn't get it at the first time, mainly at how we can find our profiles folder. But I found this page on support.mozilla.com
ReplyDeleteProfiles which tells us how to do that.
Anyway, good tip.
nice post. i really needed this.
ReplyDeleteand @Sindharta Tanuwijaya thanks!
you made everyone's job easier.
This is great, very helpful. Sindharta was also very helpful
ReplyDeleteI created an addon that accomplishes the exact same thing.
ReplyDeletehttps://addons.mozilla.org/en-US/firefox/addon/13506