Hacker News new | past | comments | ask | show | jobs | submit | sbdchd's comments login

If anyone is interested, this is the javascript pulled from the webpage.

  var total = "";
  for (var i = 0; i < 100000; i++) {
      total = total + i.toString();
      history.pushState(0, 0, total);
  }
edit: formatting



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: