Mastodon Mastodon - Firefox close tab buttons on mouse hover
 logo
  • Home 
  • Tags 
  • Blog posts 
  1. Home
  2. Blog posts
  3. Firefox close tab buttons on mouse hover

Firefox close tab buttons on mouse hover

Posted on September 26, 2018  (Last modified on August 24, 2024) • 1 min read • 117 words
Firefox  
Firefox  
Share via

I used to have Firefox’s TabMix Plus addon installed. And the feature I missed most - surprisingly - is to have the “close tab” buttons appear on a tab when you hover the mouse over it.

Googling a little bit told me how to bring it back:

UPDATE 2024-08-24

Forget everything you read here and go to this page: mattsch.com/2016/01/04/firefox-close-tab-button-on-hover

It’s all you need :) .

For my personal reference (please still go to Matthias’ page, he’s the one who did the actual work):

  • Create a userChrome.css file ($ FF_PROFILE_FOLDER/chrome/userChrome.css)
  • Enter the code below (taken from here, which is basically the original of this article)
/* FF 113+ ONLY! */
.tabbrowser-tab:not([selected]):not([pinned]):hover .tab-close-button {
    display: flex !important;
}
 Django, psql & “permission denied” on migrate
Databases with dokku 
In case you want to follow me

Here are some links. The further to the right, the less active.

           
(c) Axel Bock | Powered by Hinode.
Link copied to clipboard
Code copied to clipboard