Comment on When the webpage doesn't want you opening new tabs
56_@slrpnk.net 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.