Skip to content

Instantly share code, notes, and snippets.

@aembleton
Created February 17, 2022 12:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aembleton/990c07891ef24a951316ff117d6e6e7b to your computer and use it in GitHub Desktop.
Save aembleton/990c07891ef24a951316ff117d6e6e7b to your computer and use it in GitHub Desktop.
Put inside firefox/$profile/chrome directory
@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;
}
@-moz-document url("about:newtab") {
body {
background-color: #000000 !important;
}
}
:root{
scrollbar-color: rgb(0, 136, 216) rgb(30, 33, 34) !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment