This is a cool little hack.
console.table($$('a'),['innerHTML','href'])
Paste that into the console to get all links on a page in a table.
Hi, I'm Harrison. I currently work at me&u as a software engineer. I enjoy golfing, gaming, travel and playing with my dog Spud.
This is a cool little hack.
console.table($$('a'),['innerHTML','href'])
Paste that into the console to get all links on a page in a table.