Skip to content

Instantly share code, notes, and snippets.

@andredtr
Created October 4, 2022 18:58
Show Gist options
  • Select an option

  • Save andredtr/be8865ba3f5722bf00a021317a1f67c5 to your computer and use it in GitHub Desktop.

Select an option

Save andredtr/be8865ba3f5722bf00a021317a1f67c5 to your computer and use it in GitHub Desktop.
window.onbeforeunload = function(){
debugger;
return 'Are you sure you want to leave?';
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment