Enable Youtube dark mode in Chrome
1 min readMay 2, 2017
Open youtube and right click anywhere on the page and click on inspect element, switch to console and paste the following script and hit enter. Now just refresh the browser click on your profile image and in the popup click on dark theme and turn it on.
var cookieDate = new Date(); cookieDate.setFullYear(cookieDate.getFullYear( ) + 1); document.cookie="VISITOR_INFO1_LIVE=fPQ4jCL6EiE; expires=" + cookieDate.toGMTString( ) + "; path=/";