Created
January 18, 2026 23:50
-
-
Save stowball/b25aacef00064fd29da5b742381d467e to your computer and use it in GitHub Desktop.
What has focus? bookmarklet
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
| javascript:!function(d){d.addEventListener('focus',function(){console.log(d.activeElement);},true);}(document);void(0); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment