Skip to content

Instantly share code, notes, and snippets.

@merltron-pa
Created September 29, 2020 14:17
Show Gist options
  • Save merltron-pa/7edebbfdf85ac19b328da06446138c50 to your computer and use it in GitHub Desktop.
Save merltron-pa/7edebbfdf85ac19b328da06446138c50 to your computer and use it in GitHub Desktop.
multitouch_article_js2
function () {
var name = '_gid'
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