Skip to content

Instantly share code, notes, and snippets.

@iinsertNameHere
Created March 5, 2024 11:59
Show Gist options
  • Save iinsertNameHere/af51c6cd2d6c2ace212e41e430295103 to your computer and use it in GitHub Desktop.
Save iinsertNameHere/af51c6cd2d6c2ace212e41e430295103 to your computer and use it in GitHub Desktop.
A html file that crashes any Chromium based browser by using up all RAM.
<!DOCTYPE html>
<html>
<head>
<title>Chromium Crasher</title>
<script> for (var i = 5; i > 3; i = i + 1) { console.log(i); } </script>
</head>
<body>
<h1>Crashing...</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment