Skip to content

Instantly share code, notes, and snippets.

@546pvp
Created December 1, 2021 12:55
Show Gist options
  • Save 546pvp/c58f16524950563219b7a0a98a181a9e to your computer and use it in GitHub Desktop.
Save 546pvp/c58f16524950563219b7a0a98a181a9e to your computer and use it in GitHub Desktop.
This JS script will crash site When client open it
//paste this script into your webpage script file
let crash;
crash = "crash"
let i = true;
while (i = true) {
crash += "crash"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment