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

How to hide the url zoom button in Firefox?

  • 3 replies
  • 14 have this problem
  • 144 views
  • Last reply by 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?
Attached screenshots

Modified by Shablagoon

Chosen solution

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:

Read this answer in context 👍 1

All Replies (3)

more options

Chosen Solution

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}