Join us and the lead editor of IRL, Mozilla's multi-award-winning podcast, for a behind-the-scenes look at the pod and to contribute your ideas for the next season, themed: "AI and ME." Mark your calendar and join our Community Call on Wednesday, Aug 7, 17:00–17:45 UTC. See you there!

Søg i Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Læs mere

Hide the status bar in the bottem left

  • 1 svar
  • 1 har dette problem
  • 91 visninger
  • Seneste svar af Elysium

more options

I once had a solution to this problem, however after updating my browser I now need to find a new solution too this problem because the old one doesn't work now. So any help on this problem would be much appreciated

Old solution: https://support.mozilla.org/en-US/questions/1196927

Elysium said

Hi, to hide the status bar completely, please paste the code below to your userChrome.css. #statuspanel { display: none !important; }

Thanks to Elysium it now works great

I'll post the steps on how to do it for anyone else that has this issue

You'll need to locate the default profiles folder so follow this

Search in your browser about:support to bring up the troubleshooting information page. From there locate Profile Folder and click Open Folder to open your profile folder. This folder should have a random name a dot and default (#######.default)

Once there you will need to make a new folder to do this right click in the folder then go new then folder and name this new folder chrome in all lowercase once made go into that folder. Keep this folder open because we will be needing it later.

now you need to open up a notepad to do this. Windows button + R and type notepad into the run box.

Once open you will need to copy and paste the text below into the notepad.

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

#statuspanel {
   display: none !important;

}

Once you have that done click file in the top left then click Save As. You will want to save this to a place you can access easily like the desktop. Name this text file userChrome.css its CaseSensitive so be careful. Once you have named it make sure to cange the save type from Text Documents (*,txt) too All files (*.*).

Ok now we have the userChrome.css ready all you have to do is drag and drop userChrome.css into the chrome folder we made earlyer.

Restart the browser and your done.

I once had a solution to this problem, however after updating my browser I now need to find a new solution too this problem because the old one doesn't work now. So any help on this problem would be much appreciated Old solution: https://support.mozilla.org/en-US/questions/1196927 ''<p>Elysium [[#answer-1307487|said]]</p>'' <blockquote> Hi, to hide the status bar completely, please paste the code below to your userChrome.css. #statuspanel { display: none !important; } </blockquote> Thanks to Elysium it now works great I'll post the steps on how to do it for anyone else that has this issue '''You'll need to locate the default profiles folder so follow this''' Search in your browser '''about:support''' to bring up the troubleshooting information page. From there locate '''Profile Folder ''' and click '''Open Folder''' to open your profile folder. This folder should have a random name a dot and default '''(#######.default)''' Once there you will need to make a new folder to do this right click in the folder then go '''new''' then '''folder''' and name this new folder '''chrome''' in all lowercase once made go into that folder. '''Keep this folder open''' because we will be needing it later. now you need to open up a notepad to do this. '''Windows button''' + '''R''' and type '''notepad''' into the run box. Once open you will need to copy and paste the text below into the notepad. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */ #statuspanel { display: none !important; } Once you have that done click '''file''' in the top left then click '''Save As'''. You will want to save this to a place you can access easily like the desktop. Name this text file '''userChrome.css''' its CaseSensitive so be careful. Once you have named it make sure to cange the save type from Text Documents (*,txt) too All files (*.*). Ok now we have the userChrome.css ready all you have to do is drag and drop userChrome.css into the chrome folder we made earlyer. Restart the browser and your done.

Ændret af bloodelfcragy den

Valgt løsning

Hi, to hide the status bar completely, please paste the code below to your userChrome.css.

 #statuspanel {
    display: none !important;

}

Læs dette svar i sammenhæng 👍 1

Alle svar (1)

more options

Valgt løsning

Hi, to hide the status bar completely, please paste the code below to your userChrome.css.

 #statuspanel {
    display: none !important;

}