Skip to content

Instantly share code, notes, and snippets.

@Hans5958
Created August 24, 2024 17:26
Show Gist options
  • Save Hans5958/75014e709f4c0b30682b0b290c0cc276 to your computer and use it in GitHub Desktop.
Save Hans5958/75014e709f4c0b30682b0b290c0cc276 to your computer and use it in GitHub Desktop.
[...document.querySelectorAll('#anchor-watch-on-yt')].map(el => el.href.split('=')[1]).join('\r\n')
// reversed
[...document.querySelectorAll('#anchor-watch-on-yt')].map(el => el.href.split('=')[1]).reverse().join('\r\n')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment