• 56!@slrpnk.net
    link
    fedilink
    arrow-up
    2
    ·
    1 day 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.