Skip to content

Instantly share code, notes, and snippets.

@rougetimelord
Created June 29, 2017 21:01
Show Gist options
  • Save rougetimelord/0443961556d2474484e17bce9d3095c6 to your computer and use it in GitHub Desktop.
Save rougetimelord/0443961556d2474484e17bce9d3095c6 to your computer and use it in GitHub Desktop.
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