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

remove progress bar on lower left in firefox 57?

  • 10 பதிலளிப்புகள்
  • 1 இந்த பிரச்சனை உள்ளது
  • 22 views
  • Last reply by Shadow110

need something like status 4-evar for firefox 57

need something like status 4-evar for firefox 57

All Replies (10)

Support Volunteers can't make changes to Firefox

To submit suggestions for new or changed features, may I suggest: Feedback: https://qsurvey.mozilla.com/s3/FirefoxInput/

fyi: https://www.howtogeek.com/333110/how-to-customize-firefox-quantum-and-remove-the-white-space-around-the-title-bar/

Please let us know if this solved your issue or if need further assistance.

Sorry, but what do you mean by "progress bar"? There's no bottom status bar or Add-on bar on Firefox 29+. There are some messages about what Firefox is retrieving from various servers. Did you want to suppress those messages?

yes i do want to get rid of those messages

thanks

Pkshadow said

Support Volunteers can't make changes to Firefox To submit suggestions for new or changed features, may I suggest: Feedback: https://qsurvey.mozilla.com/s3/FirefoxInput/ fyi: https://www.howtogeek.com/333110/how-to-customize-firefox-quantum-and-remove-the-white-space-around-the-title-bar/ Please let us know if this solved your issue or if need further assistance.

Insert the following sequence in your userChrome.css:

statuspanel { display: none !important; }

how do i do this, can you give me step by step instructions much appreciated thanks

TyDraniu said

Insert the following sequence in your userChrome.css:
statuspanel { display: none !important; }

varvone said

how do i do this, can you give me step by step instructions

A userChrome.css file is an optional file you create in a particular location in your Firefox settings (profile) folder. I created a website with more information: https://www.userchrome.org/

Could I suggest a different rule set: this will block four messages, but others will still display, such as the URLs of links that you hover your mouse over:

.statuspanel-label[value^="Performing "],
.statuspanel-label[value^="Read "],
.statuspanel-label[value^="Transferring "],
.statuspanel-label[value^="Waiting "] {
  display: none !important; 
}

totally lost here, there has to be an easier way or add-on  :(

varvone said

did not solve

That information is being display more or less for security so know you going to the right place. G' luck with it.