Hacker Newsnew | past | comments | ask | show | jobs | submit | sbdchd's commentslogin

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



Consider applying for YC's Summer 2026 batch! Applications are open till May 4

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

Search: