Skip to content

Instantly share code, notes, and snippets.

@denniskupec
Created June 6, 2019 15:55
Show Gist options
  • Save denniskupec/41861237ed42a2b205ad799265671f5c to your computer and use it in GitHub Desktop.
Save denniskupec/41861237ed42a2b205ad799265671f5c to your computer and use it in GitHub Desktop.
Single application Firefox window. Place in: <profile-folder>/chrome/userChrome.css
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* Hides everything but tabs and min/max/close window buttons. */
#nav-bar { visibility: collapse; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment