Skip to content

Instantly share code, notes, and snippets.

@willwright82
Created April 3, 2017 14:53
Show Gist options
  • Select an option

  • Save willwright82/f0bd0403988d57c755e965588986c576 to your computer and use it in GitHub Desktop.

Select an option

Save willwright82/f0bd0403988d57c755e965588986c576 to your computer and use it in GitHub Desktop.
Some neat things you can do with Chrome DevTools
// Access the currently selected element via:
console.log($0);
// See fired events with:
monitorEvents(window,'click');
// Kick off the debugger the next time the given function is called:
debug(myFunction);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment