#closetabs — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #closetabs, aggregated by home.social.
-
PSA and TIL: If you right click on a tab on Safari, one of the options is "Close tabs to the right”. Of course, I should have known this: if you press the Option (aka Alt) key, the menu option changes to “Close tabs to the left”.
This does not work on Chrome, Chromium, Brave, or Microsoft Edge.
On Vivaldi, you always get both left and right options (or top/bottom if you have the tabs in vertical orientation). Similarly, Firefox has a Close other tabs option with sub-options for left and right.
#PublicServiceAnnouncement #TodayILearned #PSA #TIL #CloseTabs #Tabs #WebBrowsers
-
I just closed 17 Firefox tabs that I have had permanently open for many months as conveniences or reminders to myself to get back to them at some point.
Now, they are organized and shared publicly for myself and others.
So far, I've got podcasts I watch, movies I've been meaning to see, and TV shows I've been meaning to see.
My Firefox has not this lean in a long time with only 7 open tabs.
-
I just closed 17 Firefox tabs that I have had permanently open for many months as conveniences or reminders to myself to get back to them at some point.
Now, they are organized and shared publicly for myself and others.
So far, I've got podcasts I watch, movies I've been meaning to see, and TV shows I've been meaning to see.
My Firefox has not this lean in a long time with only 7 open tabs.
-
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: https://support.mozilla.org/en-US/questions/1413355#answer-1580762
-
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: https://support.mozilla.org/en-US/questions/1413355#answer-1580762