Skip to content

Instantly share code, notes, and snippets.

@ediblecode
Created November 19, 2018 13:56
Show Gist options
  • Select an option

  • Save ediblecode/bcfd08c565f371fcbeb68f124f79904e to your computer and use it in GitHub Desktop.

Select an option

Save ediblecode/bcfd08c565f371fcbeb68f124f79904e to your computer and use it in GitHub Desktop.
Stop window navigating, useful for debugging GTM/GA click handler
// Copy and paste into dev tools console
window.onbeforeunload = () => false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment