Mozilla VPN is currently experiencing an outage. Our team is actively working to resolve the issue. Please check the status page for real-time updates. Thank you for your patience.

본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

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

자세히 살펴보기

Close current tab by pressing window close button?

more options

I had Fast Close Tabs addon for Firefox 56 but it does not work in newer FF versions. The addon changed FF's window close button behaviour so that when pressing the window close button only the current tab was closed. This was very convenient and fast way to close a tab because it did not require careful mouse aiming (when window is maximized) or keyboard shortcut. Just move mouse pointer to top right corner of the screen and click.

My understanding is that it is not possible to do similar addons anymore. But I was wondering is it possible to get similar behaviour by using firefox autoconfig file?

There are two events that I have found: - quit-application-requested - browser-lastwindow-close-requested

I don't know which one is the correct one and how to change it's behaviour.

I guess I must use Services.obs.removeObserver method but no idea how.

I had Fast Close Tabs addon for Firefox 56 but it does not work in newer FF versions. The addon changed FF's window close button behaviour so that when pressing the window close button only the current tab was closed. This was very convenient and fast way to close a tab because it did not require careful mouse aiming (when window is maximized) or keyboard shortcut. Just move mouse pointer to top right corner of the screen and click. My understanding is that it is not possible to do similar addons anymore. But I was wondering is it possible to get similar behaviour by using firefox autoconfig file? There are two events that I have found: - quit-application-requested - browser-lastwindow-close-requested I don't know which one is the correct one and how to change it's behaviour. I guess I must use Services.obs.removeObserver method but no idea how.

모든 댓글 (2)

more options

This works on my Firefox v93: Mouse to the tab bar and double-click on the tab you want to close.

more options

As you may know, an Autoconfig file can be used to run code of your choosing, but there are some risks involved. Here is my general article on the topic: https://www.userchrome.org/what-is-userchrome-js.html

This forum doesn't officially support startup scripts that require removing the protective sandbox, but you can get help on r/FirefoxCSS on Reddit.