No Firefox 4 Status Bar

Firefox 4 ripped off Chrome's hiding status bar. Instead of a permanent bar along the entire bottom of your screen, there is a transient rectangle that appears in the lower-left corner of the screen when Firefox thinks you want it (like when you mouse-over a link). Of course, since it's a new feature the user interface gurus over at Mozilla decided not to bother making a way to disable it. After all, if it's good enough for Google, it must be good enough for everyone! So instead they invested their effort renaming "Manage Bookmarks" to "Show All Bookmarks" because knowing how to use Firefoxes 1, 2, and 3 SHOULD be a handicap, god dammit.

I just installed Vimperator, which has a far superior status bar anyways, making the stupid Firefox 4 transient totally redundant:

Anyways, those same gurus suggest using an awful hack called Status-4-Evar if you want the old status bar behavior. But the only behavior of the old status bar I want is the ability to disable it.

Anyways, I was fortunate to consult with my friend, Neil Klopfenstein, rather than the Firefox gurus. And Neil discovered this hack to disable it.

Go to ~/.mozilla/firefox/*.default/chrome, and create a file called userChrome.css. It should contain:


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

.statuspanel-label, .statuspanel-inner { opacity: 0; }

Kill firefox, restart it, shazam.

Fight egregious behavior with egregious hacks.

Update 2013/02/28 - in my new Firefox 19 installation, the chrome directory does not exist by default. No worry, just create it.