Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

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/