Skip to content

Instantly share code, notes, and snippets.

@1ncend1ary
Created May 10, 2021 18:17
Show Gist options
  • Save 1ncend1ary/149a3555b42dad4264cca729348c36c8 to your computer and use it in GitHub Desktop.
Save 1ncend1ary/149a3555b42dad4264cca729348c36c8 to your computer and use it in GitHub Desktop.
Firefox no top tabbar configuration file
/* hides the native tabs */
#TabsToolbar {
visibility: collapse;
}
#titlebar {
display: none;
}
@1ncend1ary
Copy link
Author

Located in: /home/secret/.mozilla/firefox/di1qec7x.dev-edition-default/chrome/

@1ncend1ary
Copy link
Author

toolkit.legacyUserProfileCustomizations.stylesheets in about:config should be true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment