Skip to content

Instantly share code, notes, and snippets.

@yoimbert
Created July 4, 2017 20:20
Show Gist options
  • Save yoimbert/91eb325befad4734adfb751e141c1d40 to your computer and use it in GitHub Desktop.
Save yoimbert/91eb325befad4734adfb751e141c1d40 to your computer and use it in GitHub Desktop.
chromeyoutubeblack
https://korben.info/activer-dark-mode-de-youtube.html
var cookieDate = new Date();
cookieDate.setFullYear(cookieDate.getFullYear( ) + 1);
document.cookie="VISITOR_INFO1_LIVE=fPQ4jCL6EiE; expires=" + cookieDate.toGMTString( ) + "; path=/";
var cookieDate = new Date();
cookieDate.setFullYear(cookieDate.getFullYear( ) - 1);
document.cookie="VISITOR_INFO1_LIVE=fPQ4jCL6EiE; expires=" + cookieDate.toGMTString( ) + "; path=/";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment