tomnomnom / hacks

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

Webpaste not showing any result #45

Closed remonsec closed 2 years ago

remonsec commented 2 years ago

Hello I have done all configuration well, but still webpaste not showing any result back Can you please look into it !!! Thanks

https://user-images.githubusercontent.com/54717234/148184773-7045d3a5-daf1-44c5-8ae6-7122ddcb02e6.mp4

darkc0d37 commented 2 years ago

Google has changed their codebase recently. Use this below snippet to get the result

[...document.querySelectorAll('div.yuRUbf>a:first-child')].map(n=>n.href)
remonsec commented 2 years ago

Thanks a lot I can confirm that it's working now

webpaste