Created
July 24, 2020 09:18
-
-
Save pbroschwitz/d8955a87ac1fbfdbd23b9e3cd5338c72 to your computer and use it in GitHub Desktop.
This file contains 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
// Paste this for example to the console | |
window.addEventListener(“beforeunload”, function() { debugger; }, false) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment