Skip to content

Instantly share code, notes, and snippets.

@robisatthefunction
Last active November 25, 2024 15:39
Show Gist options
  • Select an option

  • Save robisatthefunction/161d6a80a6fd9ce948b7bc8d9361b93f to your computer and use it in GitHub Desktop.

Select an option

Save robisatthefunction/161d6a80a6fd9ce948b7bc8d9361b93f to your computer and use it in GitHub Desktop.
function getCookie(name){
var match = document.cookie.match(name + '=([^;]*)');
return match ? match[1] : undefined;
}
var optId = getCookie('optimizelyEndUserId');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment