Skip to content

Instantly share code, notes, and snippets.

@ginader
Created May 17, 2017 16:04
Show Gist options
  • Save ginader/ea1e54d5269f5662b26dd4377564711e to your computer and use it in GitHub Desktop.
Save ginader/ea1e54d5269f5662b26dd4377564711e to your computer and use it in GitHub Desktop.
Save this into your Dev Tools Snippets and run when you want to follow the focus
window.addEventListener('focus',function(e){
window.console.info('focus',e.target);
},true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment