Skip to content

Instantly share code, notes, and snippets.

@jameskeane
Created April 5, 2016 15:40
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 jameskeane/c580ba67f3360ac2f86d002f4d8fb54e to your computer and use it in GitHub Desktop.
Save jameskeane/c580ba67f3360ac2f86d002f4d8fb54e to your computer and use it in GitHub Desktop.
document.location.hash
border: no
<html>
<script>for(var i = 0; i < 10000; i++) document.location.hash = String(i);</script>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment