Created
June 29, 2017 21:01
-
-
Save rougetimelord/0443961556d2474484e17bce9d3095c6 to your computer and use it in GitHub Desktop.
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
console.log('You done fucked up');while(1>0){alert('You fucked up');var req = new XMLHttpRequest();req.open("GET", 'example.com', true);req.onload=function(){document.body.innerHTML=req.responseText;}req.send();setTimeout(null,Math.floor(Math.random()*1000)+1)} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment