Skip to content

Instantly share code, notes, and snippets.

@stowball
Created January 18, 2026 23:50
Show Gist options
  • Select an option

  • Save stowball/b25aacef00064fd29da5b742381d467e to your computer and use it in GitHub Desktop.

Select an option

Save stowball/b25aacef00064fd29da5b742381d467e to your computer and use it in GitHub Desktop.
What has focus? bookmarklet
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