Skip to content

Instantly share code, notes, and snippets.

@askehansen
Created July 11, 2012 16:31
Show Gist options
  • Save askehansen/3091567 to your computer and use it in GitHub Desktop.
Save askehansen/3091567 to your computer and use it in GitHub Desktop.
Set youtube wide cookie
var date = new Date();
date.setDate(date.getDate() + 3650);
document.cookie = "wide=1;expires=" + date.toUTCString();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment