cm0002@lemmings.world to Memes@sopuli.xyz · 6 days agoWhen the webpage doesn't want you opening new tabslemmy.mlimagemessage-square25fedilinkarrow-up1249arrow-down16cross-posted to: [email protected]
arrow-up1243arrow-down1imageWhen the webpage doesn't want you opening new tabslemmy.mlcm0002@lemmings.world to Memes@sopuli.xyz · 6 days agomessage-square25fedilinkcross-posted to: [email protected]
minus-square56!@slrpnk.netlinkfedilinkarrow-up2·5 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.
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.