Last active
August 27, 2021 18:33
-
-
Save johnloy/50c926e70cf49b83e692aa77ea1138c4 to your computer and use it in GitHub Desktop.
Bookmarklet to log web components used on this page
This file contains 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:void((function(w, d)%7B/*begin*/import(%27https://unpkg.com/query-selector-shadow-dom%400.8.0/src/querySelectorDeep.js%27).then((%7BquerySelectorAllDeep: %24%24%7D) %3D> console.log(%5B...%24%24(%27*:defined%27)%5D.filter(e %3D> e.tagName.indexOf(%27-%27) > -1)))/*end*/%7D)( window, document ))%3B |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment