Just as a quick note for myself...
Getting rid of the Firefox Tabbar when using TreeStyleTab
- in your profile folder create a folder chrome, in there create a file userChrome.css
/* hides the native tabs */ #TabsToolbar { visibility: collapse; }
- open about:config, set
toolkit.legacyUserProfileCustomizations.stylesheets
to true - restart Firefox
Have to test it on macOS, Linux and Windows works fine, also LibreFox