Skip to content

Instantly share code, notes, and snippets.

@ugurcan377
Created November 19, 2018 22:15
Show Gist options
  • Save ugurcan377/a08b9c8000415a45c12e6701542dfb1f to your computer and use it in GitHub Desktop.
Save ugurcan377/a08b9c8000415a45c12e6701542dfb1f to your computer and use it in GitHub Desktop.
@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;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment