Skip to content

Instantly share code, notes, and snippets.

@treykane
Last active October 5, 2016 16:22
Show Gist options
  • Save treykane/71d3027eba214c870165 to your computer and use it in GitHub Desktop.
Save treykane/71d3027eba214c870165 to your computer and use it in GitHub Desktop.
Set a basic cookie with JS
if (document.cookie.replace(/(?:(?:^|.*;\s*)modalAddressCheck\s*\=\s*([^;]*).*$)|^.*$/, "$1") !== "1") {
document.cookie = "modalAddressCheck=1";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment