Mozilla VPN is currently experiencing an outage. Our team is actively working to resolve the issue. Please check the status page for real-time updates. Thank you for your patience.

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.

詳しく学ぶ

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

Keep Orange Firefox Menu Button in Fullscreen

  • 2 件の返信
  • 3 人がこの問題に困っています
  • 3 回表示
  • 最後の返信者: Tobanu

more options

When I use Firefox in Fullscreen it get rid of the Orange Firefox menu button how can I keep the menu button in fullscreen

When I use Firefox in Fullscreen it get rid of the Orange Firefox menu button how can I keep the menu button in fullscreen

すべての返信 (2)

more options

If you want to keep the Firefox menu button then your only option is to maximize the window.
That should place the menu bar and tab bar in the title bar.

It is possible to have the menu bar showing in addition of the Navigation Toolbar and Tab bar if you hover the mouse to the top with code in the userChrome.css file.
This only works if the menu bar is visible in normal mode (View > Toolbars / Firefox > Options)

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

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

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

/* full screen setting */
#toolbar-menubar[moz-collapsed="true"] { visibility:visible!important; }
more options

I like fullscreen mode because it disables the windows taskbar so if there is way to do that in normal mode with userchrome.css that would also work for me