Skip to content

Instantly share code, notes, and snippets.

@Gkjsdll
Last active December 12, 2018 00:58
Show Gist options
  • Save Gkjsdll/45002fb67074ac87cf0586c3fb8fc17f to your computer and use it in GitHub Desktop.
Save Gkjsdll/45002fb67074ac87cf0586c3fb8fc17f to your computer and use it in GitHub Desktop.
Used to prevent white flash on new tabs in Google Chrome
html, body {
background-color:#262626;
color:#dedede;
}
@Gkjsdll
Copy link
Author

Gkjsdll commented Aug 13, 2018

Steps to install:

  1. Launch Chrome with the --enable-user-stylesheet flag.
  2. Navigate to your Chrome user profile directory (%localappdata%\Google\Chrome\User Data\Default on windows)
  3. Place this file in that directory & restart chrome (I believe you still need the flag).

@moonsub-kim
Copy link

do not work TT

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