Another embedded tweet comes with a nice Chrome browser dev tools tip:
console.table() allows for a parameter to only show a few collumns. This is super useful if you want to, for example, get all in the links in a document.
— Chris Heilmann (@codepo8) February 17, 2021
console.table($$('a'),['href','text'])
You can copy the table to use in Excel or elsewhere. pic.twitter.com/p5F7h9KdDh