Skip to content

Instantly share code, notes, and snippets.

@divanvisagie
Last active June 11, 2017 08:06
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 divanvisagie/615a74ecf77c7c0c4ecf51ba5f23b2af to your computer and use it in GitHub Desktop.
Save divanvisagie/615a74ecf77c7c0c4ecf51ba5f23b2af to your computer and use it in GitHub Desktop.
Enable Material Design Youtube
  1. Go to https://www.youtube.com
  2. Open the developer tools
  3. Go to the Application tab and delete the VISITOR_INFO1_LIVE cookie for the YouTube domain
  4. Go to the console and define the VISITOR_INFO1_LIVE cookie using the following command:
document.cookie="VISITOR_INFO1_LIVE=Qa1hUZu3gtk;path=/;domain=.youtube.com";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment