79618573

Date: 2025-05-12 20:16:41
Score: 0.5
Natty:
Report link

Okay, I ended up just getting the actual URLs by doing this in the Chrome Dev tools


const tds = document.querySelectorAll('table tbody tr td span.DPvwYc.QiuYjb.ERSyJd');
const urls = Array.from(tds, td => td.getAttribute('data-value'));
copy(urls.join('\n'));

but yeah, seems a bit weird to have an export option that doesn't really give you what you need, and you have to create your own way of making an export 🤷‍♂️

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: user1015149