- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2025 03:44 AM
Is it possible to implement a double-click on a tab in the tab bar to close it, like in Edge?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2025 06:55 PM - edited 04-05-2025 06:56 PM
I find a config item: browser.tabs.closeTabByDblclick. It's useful and not need any addon.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2025 04:03 AM
Hello
Of course, it's not the answer expected.
Nevertheless, if you wish to try Tab Mix Plus https://github.com/onemen/TabMixPlus
https://onemen.github.io/tabmixplus-docs/help/mouse-clicking
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2025 01:01 PM
There are also these add-ons: https://addons.mozilla.org/en-US/firefox/search/?q=double click close
And you should be able to close tabs by pressing the mouse wheel.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2025 06:55 PM - edited 04-05-2025 06:56 PM
I find a config item: browser.tabs.closeTabByDblclick. It's useful and not need any addon.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2025 08:00 PM - edited 04-05-2025 08:02 PM
Cool - I forgot about that one! But why would you need that if the X to close is there? Oh yeah, sometimes it disappears when many tabs are open. CSS can make it appear all the time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2025 09:59 PM
For me, the X is too small for me to click on it fast enough. I switched from Edge to firefox and Edge's double click off is probably more familiar to me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2025 10:29 PM
Hello
This additional information for those who are interested.
1 - Go to Configuration Editor for Firefox https://support.mozilla.org/en-US/kb/about-config-editor-firefox
2 - Enter a search term browser.tabs.closeTabByDblclick
This additional information, take a look at https://forums.mozillazine.org/viewtopic.php?p=14960439#p14960439
https://searchfox.org/mozilla-release/source/browser/app/profile/firefox.js
// Tabbed browser
pref("browser.tabs.closeTabByDblclick", false);
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2025 12:37 AM
Even though I like the comment from:
1. open firefox.exe:
2. open about:config
browser.tabs.closeTabByDblclick
set the value to true
I always close tab or browser using:
Ctrl w
for many years.

