Last active
December 20, 2020 19:12
-
-
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).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@-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