Søg i 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.

Læs mere

Firefox never actually fullscreens

  • 1 svar
  • 0 har dette problem
  • 28 visninger
  • Seneste svar af cor-el

more options

I don't know who at firefox doesn't understand the point of fullscreen, but the address bar continues to pop up when the mouse reaches the top of the screen and there is no setting to turn this off. It is a comically incompetent choice. No, the chrome folder or extensions don't work. Might just switch back to chrome as this is a pattern with firefox's choices.

I don't know who at firefox doesn't understand the point of fullscreen, but the address bar continues to pop up when the mouse reaches the top of the screen and there is no setting to turn this off. It is a comically incompetent choice. No, the chrome folder or extensions don't work. Might just switch back to chrome as this is a pattern with firefox's choices.

Alle svar (1)

more options

You can use code in userChrome.css to hide the fullscr-toggler and prevent showing the toolbars when you move the mouse pointer to the top of the window.

Add CSS code to the userChrome.css file in the chrome folder in the Firefox profile folder.


*|div#fullscr-toggler { display: none !important; }