Skip to content

Instantly share code, notes, and snippets.

@merltron-pa
Created September 29, 2020 14:15
Show Gist options
  • Save merltron-pa/bfd1d6aca42b433237dfd9b3737b83f1 to your computer and use it in GitHub Desktop.
Save merltron-pa/bfd1d6aca42b433237dfd9b3737b83f1 to your computer and use it in GitHub Desktop.
multitouch_article_js1
function () {
var name = '_ga'
var re = new RegExp(name + "=([^;]+)");
var value = re.exec(document.cookie);
return (value != null) ? unescape(value[1]) : '(not set)';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment