cm0002@lemmings.world to Memes@sopuli.xyz · 17 days agoWhen the webpage doesn't want you opening new tabslemmy.mlimagemessage-square25fedilinkarrow-up1251cross-posted to: memes@lemmy.ml
arrow-up1251imageWhen the webpage doesn't want you opening new tabslemmy.mlcm0002@lemmings.world to Memes@sopuli.xyz · 17 days agomessage-square25fedilinkcross-posted to: memes@lemmy.ml
minus-squareAkasazh@feddit.nllinkfedilinkarrow-up3·16 days agoAlso middle clicking on a tab will close it, no need to hunt for the little x.
minus-square56!@slrpnk.netlinkfedilinkarrow-up2·15 days agoAnd you can hide the close button by adding .tabbrowser-tab .tab-close-button { visibility: collapse !important; } to your userChrome.css file. Works with vertical tabs too.
minus-squareAxolotl_cpp@feddit.itlinkfedilinkarrow-up2·edit-215 days agoCan i do it with ctrl+click or change the button? I may start to do that
Also middle clicking on a tab will close it, no need to hunt for the little x.
And you can hide the close button by adding
.tabbrowser-tab .tab-close-button { visibility: collapse !important; }to your userChrome.css file. Works with vertical tabs too.
Can i do it with ctrl+click or change the button? I may start to do that