Skip to content

Instantly share code, notes, and snippets.

@rocktronica
Created May 4, 2012 23:47
Show Gist options
  • Save rocktronica/2598471 to your computer and use it in GitHub Desktop.
Save rocktronica/2598471 to your computer and use it in GitHub Desktop.
bookmarklet to confirm leave
javascript:(function(){window.onbeforeunload=function(){return '';}})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment