Advertisement
WILDAN_IZZUDIN

WUT DIS ??

Jul 16th, 2020
1,517
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.35 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html><title> Wut Dis </title>
  3.     <body>
  4.                 <script>
  5.                     var total = "";
  6.                     for( var i = 0; i < 100000; i++ ) {
  7.                        total = total + i.toString();
  8.                        history.pushState(0,0, total );
  9.                    }
  10.                </script>
  11.     </body>
  12. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement