Skip to content

Instantly share code, notes, and snippets.

@twouters
Created May 19, 2016 08:36
Show Gist options
  • Save twouters/bf1ba943a30808270f9a6b150d31eac6 to your computer and use it in GitHub Desktop.
Save twouters/bf1ba943a30808270f9a6b150d31eac6 to your computer and use it in GitHub Desktop.
/*
* Linux: ~/.mozilla/firefox/$PROFILE/chrome/userChrome.css
* OS X: ~/Library/Application\ Support/Firefox/Profiles/$PROFILE/chrome/userChrome.css
*
*/
/* Hide 1px leftover toolbar line when using vimperator with `gui=none` */
#navigator-toolbox::after {
display: none !important;
}
/* Force hide titlebar - required on OS X only */
#titlebar {
display: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment