Created
May 17, 2017 16:04
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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