Skip to content

Instantly share code, notes, and snippets.

@nathanaschbacher
Created May 18, 2012 03:21
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 nathanaschbacher/2722971 to your computer and use it in GitHub Desktop.
Save nathanaschbacher/2722971 to your computer and use it in GitHub Desktop.
Helping innociv get at his cookies
var cookie_str = "__utmb=7853809.51.10.1337306437; uniquekey=133730899192d4bf232ce84c6";
var uniquekey = cookie_str.split('uniquekey=')[1];
console.log(uniquekey);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment