unrelenting.technology

Hi! You are viewing the archive of unrelenting.technology. This website is no longer updated, my current one is val.packett.cool. Check it out instead :)

WebInspectorScrapingSnippets

Get YouTube links:

console.log(Array.from(new Set(Array.prototype.map.call(document.querySelectorAll("a[href^='https://www.youtube.com/watch']"), x => x.href))).map(x => `"${x}"`).join(' '))

Published

Categories and tags

KB