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