Skip to content

Instantly share code, notes, and snippets.

@gabrielfin
Created August 31, 2018 20:24
Show Gist options
  • Save gabrielfin/b3b860b3adec1d2192751f16bca1bcc2 to your computer and use it in GitHub Desktop.
Save gabrielfin/b3b860b3adec1d2192751f16bca1bcc2 to your computer and use it in GitHub Desktop.
Chromeless Firefox
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
#PersonalToolbar,
#BookmarksToolbar,
#MenuToolbar,
#nav-bar{ display: none !important; }
#tabbrowser-tabs, #tabbrowser-tabs > .tabbrowser-arrowscrollbox {
min-height: 0 !important;
}
#tabbrowser-tabs tab[first-visible-tab="true"][last-visible-tab="true"] {
visibility: collapse;
}
#tabbrowser-tabs .tabs-newtab-button {
visibility: collapse !important;
}
#tabbrowser-tabs tab {
min-height: var(--tab-min-height)
}
@kogaba
Copy link

kogaba commented Oct 20, 2019

FireFox 69 needs to additional enable
about:config
toolkit.legacyUserProfileCustomizations.stylesheets -> true
And if nav-bar not visible the site is not visible either :/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment