Mozilla 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

Keep Orange Firefox Menu Button in Fullscreen

  • 2 प्रत्युत्तर
  • 3
  • 3 views
  • के द्वारा अंतिम प्रतियुतर 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

All Replies (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