Skip to content

Instantly share code, notes, and snippets.

@kshyju
Last active June 8, 2020 02:23
Show Gist options
  • Save kshyju/f4e166434bf6d03041a061c0fa7fa971 to your computer and use it in GitHub Desktop.
Save kshyju/f4e166434bf6d03041a061c0fa7fa971 to your computer and use it in GitHub Desktop.
CodeToGetCookieValue
document.cookie.split(';').filter(function(item) {
if(item.indexOf('eupubconsent') >= 0){
return item.trim();
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment