Skip to content

Instantly share code, notes, and snippets.

@murrayinman
Created October 5, 2021 21:02
Show Gist options
  • Save murrayinman/a85c5e45d7701d96705138737d8b9be5 to your computer and use it in GitHub Desktop.
Save murrayinman/a85c5e45d7701d96705138737d8b9be5 to your computer and use it in GitHub Desktop.
Script to fire in the browser console to pause the page. Helpful for catching and inspecting hover events.
setTimeout(() => { debugger; }, 5000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment