Created
November 14, 2012 21:07
-
-
Save tbwiii/4074832 to your computer and use it in GitHub Desktop.
A Bookmarklet that keeps you form accidentally closing a tab you wanted to keep open.
This file contains hidden or 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
javascript:(function(){window.addEventListener('beforeunload',function(){return"Whoa bro, you tried to close me. \n Did you mean to do that?"})})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment