Skip to content

Instantly share code, notes, and snippets.

@yalov
Last active July 18, 2017 10:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yalov/05a9437a288c23fcef1ede7880e2e17f to your computer and use it in GitHub Desktop.
Save yalov/05a9437a288c23fcef1ede7880e2e17f to your computer and use it in GitHub Desktop.
// Open the chrome-console (Ctrl+Shift+J) and paste. then hit Enter.
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