Created
April 14, 2017 20:03
-
-
Save mikimaine/5a74418bc1ebf2c37c9b122e4be735be to your computer and use it in GitHub Desktop.
Dark YouTube theme + Chnage content location and more features for YouTube....
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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