Skip to content

Instantly share code, notes, and snippets.

@snehalbaghel
Created May 26, 2022 08:58
Show Gist options
  • Save snehalbaghel/41684f46ce5cd7c4281f8dfe5f473fc1 to your computer and use it in GitHub Desktop.
Save snehalbaghel/41684f46ce5cd7c4281f8dfe5f473fc1 to your computer and use it in GitHub Desktop.
debug-on-redirect.js
window.addEventListener("beforeunload", function() { debugger; }, false)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment