if you've just updated to #firefox 65 and your tab bar is no longer hidden, it's because the CSS necessary to hide it has changed.
you now need to add
#tabbrowser-tabs {
visibility: collapse !important;
}
to your userChrome.css.
if you've just updated to #firefox 65 and your tab bar is no longer hidden, it's because the CSS necessary to hide it has changed.
you now need to add
#tabbrowser-tabs {
visibility: collapse !important;
}
to your userChrome.css.