Skip to content

Instantly share code, notes, and snippets.

@robisatthefunction
Created September 16, 2022 16:58
Show Gist options
  • Save robisatthefunction/161d6a80a6fd9ce948b7bc8d9361b93f to your computer and use it in GitHub Desktop.
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('nameOfCookie');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment