-
about:config- Set:
toolkit.legacyUserProfileCustomizations.stylesheetstrue
-
go to
about:profiles- Create a folder
chromeinRootlocation pointed by active profile (ex.default-esr,default)- Create
chrome/userChrome.cssfile
- Create
- Create a folder
Removing Tabs (can use Sidebery)
paste into userChrome.css (if this doesn't work, rename to userContent.css)
#tabbrowser-tabs { visibility: collapse !important; }
#TabsToolbar-customization-target { visibility: collapse !important; }(restart firefox)