Skip to content

Instantly share code, notes, and snippets.

@romeoh
Created December 27, 2012 01:04
Show Gist options
  • Save romeoh/4384551 to your computer and use it in GitHub Desktop.
Save romeoh/4384551 to your computer and use it in GitHub Desktop.
window.close();
window.addEventListener('blur', function(){
window.open('','_self','');
window.close();
}, false)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment