Created
April 21, 2019 08:20
-
-
Save modulitos/78316b162dfe95f53264a111a8493c16 to your computer and use it in GitHub Desktop.
~/.mozilla/<user>.default/chrome/userChrome.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); | |
/* to hide the native tabs */ | |
#TabsToolbar { | |
visibility: collapse; | |
} | |
/* to hide the sidebar header */ | |
#sidebar-header { | |
visibility: collapse; | |
} | |
#tabbrowser-tabs { visibility: collapse !important; } | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment