Skip to content

Instantly share code, notes, and snippets.

@biodata-alfarizi
Last active March 27, 2016 04:24
Show Gist options
  • Save biodata-alfarizi/8aecde38520e841db4a1 to your computer and use it in GitHub Desktop.
Save biodata-alfarizi/8aecde38520e841db4a1 to your computer and use it in GitHub Desktop.
Al-Farizi
<html>
<head>
<title>Al-Farizi, Fuse</title>
<meta charset="utf-8">
<script>
localStorage.setItem("fuse", "-");
while(true) {
var fuse = localStorage.getItem("fuse");
try {
localStorage.setItem("fuse", fuse + fuse);
} catch(e) {
alert("Your browser blew up at " + fuse.length + " with exception: " + e);
break;
}
}
localStorage.removeItem("fuse");
</script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment