Tuesday, December 17, 2019

Remove tab bar from Firefox

As of FF 71.0 on macOS Mojave, edit the following file (creating it and its directory if they don't exist)...

Library/Application Support/Firefox/Profiles///chrome/userChrome.css

and add this snippet...

/* hides the native tabs
 */
#TabsToolbar {
  visibility: collapse;
}


Restart FF

No comments:

Post a Comment