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

In fullscreen mode can left side minimize and exit buttons be removed?

  • 1 odgovor
  • 2 ima ovaj problem
  • 7 views
  • Posljednji odgovor poslao cor-el

more options

In fullscreen mode when the mouse is at the top of the screen and toolbars are visible there three buttons for minimize and exit at the top left. I would like to remove those buttons. There is no option for that available in toolbar customization. Is there some other method of doing that?

Those buttons are not at all useful to me in that location and they are a hindrance. I use fullscreen mode much of the time and prefer the 3.x way where I could blindly put the cursor in the top left corner and just click to go back to the previous page. Now I have to avoid accidentally clicking an exit button that really has no business being where it is.

It would also be nice if the back button were square instead of round.

In fullscreen mode when the mouse is at the top of the screen and toolbars are visible there three buttons for minimize and exit at the top left. I would like to remove those buttons. There is no option for that available in toolbar customization. Is there some other method of doing that? Those buttons are not at all useful to me in that location and they are a hindrance. I use fullscreen mode much of the time and prefer the 3.x way where I could blindly put the cursor in the top left corner and just click to go back to the previous page. Now I have to avoid accidentally clicking an exit button that really has no business being where it is. It would also be nice if the back button were square instead of round.

All Replies (1)

more options

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


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
#window-controls { display:none !important; } /* hide window controls in full screen mode */

You can use these selectors if you only want to hide some buttons:

#minimize-button, #restore-button, #close-button

Izmjenjeno od strane cor-el