Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Weitere Informationen

How to hide the url zoom button in Firefox?

  • 3 Antworten
  • 14 haben dieses Problem
  • 16 Aufrufe
  • Letzte Antwort von cor-el

more options

How to hide the zoom reset button in url in Firefox? Is there some generic built in way to disable this button?

How to hide the zoom reset button in url in Firefox? Is there some generic built in way to disable this button?
Angefügte Screenshots

Geändert am von Shablagoon

Ausgewählte Lösung

You can look at the CTR extension.

Look at the setting(s) in the CTR Options/Preferences here:

  • CTR Options Location Bar (1): "Hide zoom button (if present)"

For a solution with userChrome.css/stylish, also see:

Diese Antwort im Kontext lesen 👍 1

Alle Antworten (3)

more options

Ausgewählte Lösung

You can look at the CTR extension.

Look at the setting(s) in the CTR Options/Preferences here:

  • CTR Options Location Bar (1): "Hide zoom button (if present)"

For a solution with userChrome.css/stylish, also see:

more options

Is there another way to remove it without installing additional add-ons? Its very annoying in small monitors, where you need to use zoom every time and optimize the screen space.

more options

You can alternatively do this with code in userChrome.css without using an extension like I posted here:

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

#urlbar-zoom-button {display:none!important}