Skip to content

Instantly share code, notes, and snippets.

@arcnmx
Last active November 6, 2021 01:28
Show Gist options
  • Save arcnmx/36842df320813233bfeb27e7edf7d4ba to your computer and use it in GitHub Desktop.
Save arcnmx/36842df320813233bfeb27e7edf7d4ba to your computer and use it in GitHub Desktop.

https://www.twitch.tv/kitboga/videos?filter=highlights&sort=time

for (const link of document.querySelectorAll('a[href^="/videos/"][lines="1"]')) {
  console.log(`- [${link.text}](https://twitch.tv${link.getAttribute("href")})`);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment