Enable Youtube dark mode in Chrome

Paritosh Pundir
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=/";

--

--

Paritosh Pundir
Paritosh Pundir

Written by Paritosh Pundir

Founder of DoRemember.xyz. A productivity hacker on a mission to change the way we connect with ourselves.

No responses yet