Created
September 29, 2020 14:15
-
-
Save merltron-pa/bfd1d6aca42b433237dfd9b3737b83f1 to your computer and use it in GitHub Desktop.
multitouch_article_js1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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