Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多
封存

Firefox never actually fullscreens

Amali M

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.

所有回覆 (1)

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; }