Skip to content

Instantly share code, notes, and snippets.

@NicoWeio
Created June 23, 2023 22:24
Show Gist options
  • Save NicoWeio/b39b7fd38a362c0c7319a56e56cd9ad2 to your computer and use it in GitHub Desktop.
Save NicoWeio/b39b7fd38a362c0c7319a56e56cd9ad2 to your computer and use it in GitHub Desktop.
Extract video links from TikTok user page
copy(
Array.from(document.querySelectorAll(".e1cg0wnj1")).map((x) => x.children[0].href).join("\n")
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment