Skip to content

Instantly share code, notes, and snippets.

@mikimaine
Created April 14, 2017 20:03
Show Gist options
  • Save mikimaine/5a74418bc1ebf2c37c9b122e4be735be to your computer and use it in GitHub Desktop.
Save mikimaine/5a74418bc1ebf2c37c9b122e4be735be to your computer and use it in GitHub Desktop.
Dark YouTube theme + Chnage content location and more features for YouTube....
Execute this on YouTube.com JS console. Then refresh the page and click on your Profile Pic.
You will see new options
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