Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Meer info

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

Getting rid of status bar with URL (left bottom)

  • 4 antwoorden
  • 1 heeft dit probleem
  • 3 weergaven
  • Laatste antwoord van drid3r

more options

Hi there!

I'm using Firefox Quantum 69.0.1 (64-bit) and I cannot get rid of the additional status bar with the URL that shows up when I hoover over the link on the website (what I mean is depicted in the attachment).

I have tried creating userChrome.css file inside chrome folder in my profile to hide status-bar display, but apparently this solution does not work anymore.

Any help highly appreciated.

Hi there! I'm using Firefox Quantum 69.0.1 (64-bit) and I cannot get rid of the additional status bar with the URL that shows up when I hoover over the link on the website (what I mean is depicted in the attachment). I have tried creating userChrome.css file inside chrome folder in my profile to hide status-bar display, but apparently this solution does not work anymore. Any help highly appreciated.
Gekoppelde schermafbeeldingen

Gekozen oplossing

Try #statuspanel {display:none !important;}.

Dit antwoord in context lezen 👍 0

Alle antwoorden (4)

more options

Did you set the toolkit.legacyUserProfileCustomizations.stylesheets preference to true in about:config?

more options

Honestly I did not have this setting before. But I have just modified it to "true" and have userChrome.css in place. Still, the status bar on the bottom is displayed.

more options

Gekozen oplossing

Try #statuspanel {display:none !important;}.

more options

Thank you! I modified userChrome.css with the line that Ed posted, so it looks like this:

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); '#statuspanel {display:none !important;}

with toolkit.legacyUserProfileCustomizations.stylesheets set to true.

It solves the issue, so the panel is not displayed anymore.

Bewerkt door drid3r op