Skip to content

Instantly share code, notes, and snippets.

@johnloy
Last active August 27, 2021 18:33
Show Gist options
  • Save johnloy/50c926e70cf49b83e692aa77ea1138c4 to your computer and use it in GitHub Desktop.
Save johnloy/50c926e70cf49b83e692aa77ea1138c4 to your computer and use it in GitHub Desktop.
Bookmarklet to log web components used on this page
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