Skip to content

Instantly share code, notes, and snippets.

@acjr1910
Last active November 30, 2020 16:59
Show Gist options
  • Save acjr1910/43534ec6aa9c1ca2dc66d5489d283c10 to your computer and use it in GitHub Desktop.
Save acjr1910/43534ec6aa9c1ca2dc66d5489d283c10 to your computer and use it in GitHub Desktop.
Opens debugger before window's redirect
window.addEventListener("beforeunload", function() { debugger; }, false)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment