为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Remove the minimize, maximize, and close buttons

more options

I'm running Ubuntu 20.10 with GNOME Shell extension Unite which can add the minimize, maximize and close buttons to the top bar and remove the buttons from the title bar of apps. The does not work in Firefox, minimize, maximize & close remain. I'm assuming this is related to Firefox's ability to remove the title bar all together so tabs can be at the top. The Firefox Customize... page allows you to change just about everything else in the UI except these three buttons.

Is there a way to remove Firefox's minimize, maximize and close buttons?

In case it matters I really only care about the Close button (not Close tab) because GNOME Tweaks lets you remove the minimize & maximize buttons from all apps.

Thanks

I'm running Ubuntu 20.10 with GNOME Shell extension Unite which can add the minimize, maximize and close buttons to the top bar and remove the buttons from the title bar of apps. The does not work in Firefox, minimize, maximize & close remain. I'm assuming this is related to Firefox's ability to remove the title bar all together so tabs can be at the top. The Firefox Customize... page allows you to change just about everything else in the UI except these three buttons. Is there a way to remove Firefox's minimize, maximize and close buttons? In case it matters I really only care about the Close button (not Close tab) because GNOME Tweaks lets you remove the minimize & maximize buttons from all apps. Thanks

被采纳的解决方案

Solved. Thanks for pointing me to the FirefoxCSS subreddit terauck.

I followed the tutorial to setup Firefox CSS Customizations. https://www.reddit.com/r/FirefoxCSS/wiki/index/tutorials/

Then added the following to my userChrome.css file and restarted firefox.

/* Remove close button*/ .titlebar-buttonbox-container{ display:none }

Here is the post: https://www.reddit.com/r/FirefoxCSS/comments/l89th4/remove_the_minimize_maximize_and_close_buttons/

定位到答案原位置 👍 0

所有回复 (4)

more options

In KDE I can remove the border. Is that an option and does it help? see screenshot

more options

Thanks jonzn4SUSE. There is no easily discoverable setting to remove borders in GNOME Shell. At least not one I have found. I'll keep searching around for a way to do that. From your pictures it seems very similar to Firefox's checkbox to add or remove the titlebar in the Customize... menu. Maybe this is GNOME only? Regardless the issue is that whenever the title bar is gone in GNOME firefox automatically moves the maximize, minimize and move buttons down to the tab row.

more options

I have moved the window controls using userChrome.css so it may well be possible to remove them that way as well. You could ask on the Reddit FirefoxCSS channel or search on Github and elsewhere.

more options

选择的解决方案

Solved. Thanks for pointing me to the FirefoxCSS subreddit terauck.

I followed the tutorial to setup Firefox CSS Customizations. https://www.reddit.com/r/FirefoxCSS/wiki/index/tutorials/

Then added the following to my userChrome.css file and restarted firefox.

/* Remove close button*/ .titlebar-buttonbox-container{ display:none }

Here is the post: https://www.reddit.com/r/FirefoxCSS/comments/l89th4/remove_the_minimize_maximize_and_close_buttons/