Skip to content

Instantly share code, notes, and snippets.

@jbail
Created November 21, 2010 04:08
Show Gist options
  • Save jbail/708437 to your computer and use it in GitHub Desktop.
Save jbail/708437 to your computer and use it in GitHub Desktop.
How to crash IE with JavaScript
for (d in document.write) {
document.write(d);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment