Skip to content

Instantly share code, notes, and snippets.

@ashupp
Created October 30, 2014 09:34
Show Gist options
  • Save ashupp/8d1f77d9ad99cf190aef to your computer and use it in GitHub Desktop.
Save ashupp/8d1f77d9ad99cf190aef to your computer and use it in GitHub Desktop.
<!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