cm0002@lemmings.world to Memes@sopuli.xyz · 3 days agoWhen the webpage doesn't want you opening new tabslemmy.mlimagemessage-square24fedilinkarrow-up1248arrow-down16
arrow-up1242arrow-down1imageWhen the webpage doesn't want you opening new tabslemmy.mlcm0002@lemmings.world to Memes@sopuli.xyz · 3 days agomessage-square24fedilink
minus-squareAkasazh@feddit.nllinkfedilinkarrow-up3·2 days agoAlso middle clicking on a tab will close it, no need to hunt for the little x.
minus-squareAxolotl_cpp@feddit.itlinkfedilinkarrow-up2·edit-22 days agoCan i do it with ctrl+click or change the button? I may start to do that
minus-square56!@slrpnk.netlinkfedilinkarrow-up2·2 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.
Also middle clicking on a tab will close it, no need to hunt for the little x.
Can i do it with ctrl+click or change the button? I may start to do that
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.