חיפוש בתמיכה

יש להימנע מהונאות תמיכה. לעולם לא נבקש ממך להתקשר או לשלוח הודעת טקסט למספר טלפון או לשתף מידע אישי. נא לדווח על כל פעילות חשודה באמצעות באפשרות ״דיווח על שימוש לרעה״.

מידע נוסף

How to hide the url zoom button in Firefox?

  • 3 תגובות
  • 14 have this problem
  • 61 views
  • תגובה אחרונה מאת 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?
צילומי מסך מצורפים

השתנתה ב־ על־ידי Shablagoon

פתרון נבחר

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

כל התגובות (3)

more options

פתרון נבחר

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}