tomnomnom / hacks

A collection of hacks and one-off scripts
2.12k stars 633 forks source link

google query selector #30

Open H0rizen opened 3 years ago

H0rizen commented 3 years ago

google query selector seems broke, not works in console either

managed to make this new one, but its dirty and just works!

[...document.querySelectorAll('div.yuRUbf > a')].map(n=>n.href)