Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Search 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.

Learn More

Lolu chungechunge lwabekwa kunqolobane. Uyacelwa ubuze umbuzo omusha uma udinga usizo.

Hide the status bar in the bottem left

  • 1 baphendule
  • 1 inale nkinga
  • 82 views
  • Igcine ukuphendulwa ngu 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.

Okulungisiwe ngu bloodelfcragy

Isisombululo esikhethiwe

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

 #statuspanel {
    display: none !important;

}

Funda le mpendulo ngokuhambisana nalesi sihloko 👍 1

All Replies (1)

more options

Isisombululo Esikhethiwe

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

 #statuspanel {
    display: none !important;

}