Skip to content

Instantly share code, notes, and snippets.

@mehmetboraezer
Last active January 26, 2019 19:07
Show Gist options
  • Save mehmetboraezer/dca33f5b0b5d68e06a0dd46b6bbcfed1 to your computer and use it in GitHub Desktop.
Save mehmetboraezer/dca33f5b0b5d68e06a0dd46b6bbcfed1 to your computer and use it in GitHub Desktop.
Youtube dark theme activation for Firefox

Youtube dark theme activation (for Firefox)

  • Open developer console
  • Run following code
    var cookieDate = new Date();
    cookieDate.setFullYear(cookieDate.getFullYear( ) + 1);
    document.cookie="VISITOR_INFO1_LIVE=fPQ4jCL6EiE; expires=" + cookieDate.toGMTString( ) + "; path=/";
  • Click profile picture and switch to dark theme
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment