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

Learn More

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

How can I hide or disable the Navigation Toolbar in Firefox 31/38 ESRs without an addon?

  • 2 antwoorden
  • 1 heeft dit probleem
  • 10 weergaven
  • Laatste antwoord van cor-el

more options

How can I hide or disable the Navigation Toolbar in Firefox 31/38 ESRs within the browser? A third party addon is not sufficient. In Firefox 24 ESR, the Navigation Bar could be removed by deselecting it from a context menu after right clicking the top of the browser chrome. This option to hide the Navigation Toolbar appears to have been removed from the menu in Firefox 29.

How can I hide or disable the Navigation Toolbar in Firefox 31/38 ESRs within the browser? A third party addon is not sufficient. In Firefox 24 ESR, the Navigation Bar could be removed by deselecting it from a context menu after right clicking the top of the browser chrome. This option to hide the Navigation Toolbar appears to have been removed from the menu in Firefox 29.

Alle antwoorden (2)

more options

This is correct:

Code_Breaker said

This option to hide the Navigation Toolbar appears to have been removed from the menu in Firefox 29.

You might be able to use custom style rules in a userChrome.css file. If you search around, perhaps a specific rule will pop up.

You could try this query: hide navigation toolbar "userchrome.css" site:support.mozilla.org {Apr 1, 2014 – Dec 31, 2015}

more options

Add code to the userChrome.css file below the default @namespace line.


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

#nav-bar { display: none important; }

The customization files userChrome.css (user interface) and userContent.css (websites) are located in the chrome folder in the Firefox profile folder.

Note that current release no longer show a replacement location/address bar if you press Ctrl+L like very old versions did (Bug 953124).

Bewerkt door cor-el op