Turn off status bar? Linux

User Help for Mozilla Firefox
Post Reply
User avatar
P38Usul
Posts: 120
Joined: November 18th, 2014, 9:00 am

Turn off status bar? Linux

Post by P38Usul »

Although I keep reading that there is no status bar in recent FF offerings I have one at the bottom of my 65.0.1 page.
I used to use Status-4-Evar to turn it off but I can no longer find that.

How to get rid of it?
User avatar
P38Usul
Posts: 120
Joined: November 18th, 2014, 9:00 am

Re: Turn off status bar? Linux

Post by P38Usul »

In case it is no longer known as a status bar this is what it is. When I took this screen shot I was hovering the mouse over the selection "How to convert the" etc



Image
User avatar
Grumpus
Posts: 13246
Joined: October 19th, 2007, 4:23 am
Location: ... Da' Swamp

Re: Turn off status bar? Linux

Post by Grumpus »

If you weren't hovering over the link it wouldn't be there.
Nice to be able to see if the link is what it state.
Doesn't matter what you say, it's wrong for a toaster to walk around the house and talk to you
morat
Posts: 6432
Joined: February 3rd, 2009, 6:29 pm

Re: Turn off status bar? Linux

Post by morat »

Try this:

Code: Select all

/* Firefox userChrome.css */

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

#statuspanel #statuspanel-label {
  display: none !important;
}
http://kb.mozillazine.org/UserChrome.css

Similar thread (see last post for Firefox 61+ selectors)
http://support.mozilla.org/questions/1186444
Last edited by morat on March 14th, 2019, 10:31 am, edited 1 time in total.
User avatar
P38Usul
Posts: 120
Joined: November 18th, 2014, 9:00 am

Re: Turn off status bar? Linux

Post by P38Usul »

Grumpus wrote:If you weren't hovering over the link it wouldn't be there.
Nice to be able to see if the link is what it state.
True
or when you are downloading things or going somewhere.
User avatar
P38Usul
Posts: 120
Joined: November 18th, 2014, 9:00 am

Re: Turn off status bar? Linux

Post by P38Usul »

morat wrote:Try this:

Code: Select all

/* Firefox userChrome.css */

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

#statuspanel #statuspanel-label {
  display: none !important;
}
http://kb.mozillazine.org/UserChrome.css

Similar thread (see last post for Firefox 61+ selectors)
http://support.mozilla.org/questions/1186444
I can just add this to the bottom of my userChrome.css "tabs on bottom" file?
User avatar
P38Usul
Posts: 120
Joined: November 18th, 2014, 9:00 am

Re: Turn off status bar? Linux

Post by P38Usul »

Hooray!
Works great.
Thanks
Post Reply