Comment on When the webpage doesn't want you opening new tabs

<- View Parent
56_@slrpnk.net ⁨2⁩ ⁨days⁩ ago

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.

source
Sort:hotnewtop