Mozilla サポートの検索

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.

詳しく学ぶ

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

How to hide the url zoom button in Firefox?

  • 3 件の返信
  • 14 人がこの問題に困っています
  • 16 回表示
  • 最後の返信者: 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:

この回答をすべて読む 👍 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}