Created
August 24, 2024 17:26
-
-
Save Hans5958/75014e709f4c0b30682b0b290c0cc276 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[...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