Skip to content

Instantly share code, notes, and snippets.

@make-github-pseudonymous-again
Last active December 20, 2020 19:12
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 make-github-pseudonymous-again/24ff9dd4c9572788f5115f73082a3fd7 to your computer and use it in GitHub Desktop.
Save make-github-pseudonymous-again/24ff9dd4c9572788f5115f73082a3fd7 to your computer and use it in GitHub Desktop.
Circumvent Firefox white flash on new tab (tested with tridactyl).
@-moz-document url(chrome://browser/content/browser.xhtml)
{
#main-window,
browser[type="content-primary"],
browser[type="content"],
tabbrowser#content,
#content,
browser[type="content"] > html,
#tabbrowser-tabpanels,
.browserContainer
{
background: #1c1c1c !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment