Skip to content

Instantly share code, notes, and snippets.

@onnyyonn
Last active October 27, 2019 18:40
Show Gist options
  • Select an option

  • Save onnyyonn/1c451638eb526ad5b03a9f9180317bb5 to your computer and use it in GitHub Desktop.

Select an option

Save onnyyonn/1c451638eb526ad5b03a9f9180317bb5 to your computer and use it in GitHub Desktop.
Firefox new tab dark background with no white splash
  • Go to about:config, change browser.display.background_color value to #000000 and toolkit.legacyUserProfileCustomizations.stylesheets value to true
  • Open profile folder in about:profiles under “Root Directory”
  • go to / create chrome subfolder, open / create userChrome.css and append the following lines: #browser vbox#appcontent tabbrowser, #content, #tabbrowser-tabpanels, browser[type=content-primary], browser[type=content] > html { background: var(--in-content-page-background)!important }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment