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

搜索 | 用户支持

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

详细了解

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.