home.social

#closetabs — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #closetabs, aggregated by home.social.

  1. How to fix the suddenly disappeared "close tab" button on mouse hover in #Firefox (apparently from Version 114+, mine is 119):

    Drop this CSS snippet into your userChrome.css:

    .tabbrowser-tab:not([pinned]) .tab-close-button {display: none !important}
    .tabbrowser-tab:not([pinned]):hover .tab-close-button {display: inline-flex !important}

    Source: support.mozilla.org/en-US/ques

    #tabs #closeTabs #usability #browsers #userChrome #css