Skip to content

Instantly share code, notes, and snippets.

@danielerapati
Last active November 18, 2019 18:42
Show Gist options
  • Save danielerapati/f5fc1249db2958ad681738e3b54bf34e to your computer and use it in GitHub Desktop.
Save danielerapati/f5fc1249db2958ad681738e3b54bf34e to your computer and use it in GitHub Desktop.
@-moz-document url("chrome://browser/content/browser.xhtml") {
#toolbar-menubar {
display: none;
}
#TabsToolbar {
height: 0px;
}
#tabbrowser-tabs {
visibility: collapse;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment