Created
October 30, 2014 09:34
-
-
Save ashupp/8d1f77d9ad99cf190aef to your computer and use it in GitHub Desktop.
This file contains 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<script> | |
window.setInterval(function() { | |
document.getElementById('buffer').src = "about:blank"; | |
}, 10); | |
</script> | |
</head> | |
<body> | |
<iframe id='buffer' src=''></iframe> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment