Skip to content

Instantly share code, notes, and snippets.

@piotrekkaminski
Last active July 16, 2021 23:33
Show Gist options
  • Save piotrekkaminski/8a159b28cb4f03edc840be29a2676f20 to your computer and use it in GitHub Desktop.
Save piotrekkaminski/8a159b28cb4f03edc840be29a2676f20 to your computer and use it in GitHub Desktop.
(function() {
document.cookie = "username=John Doe";
alert("Setting cookie");
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment