Skip to content

Instantly share code, notes, and snippets.

@azyobuzin
Created November 2, 2011 11:17
Show Gist options
  • Save azyobuzin/1333410 to your computer and use it in GitHub Desktop.
Save azyobuzin/1333410 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
function wOpen() { window.open(); setTimeout("wOpen()", 200); }
wOpen();
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment