Skip to content

Instantly share code, notes, and snippets.

@raflyfahrezi
Created January 9, 2021 14:02
Show Gist options
  • Save raflyfahrezi/e60cf57a0f7b4f820284c292ac6a1b6e to your computer and use it in GitHub Desktop.
Save raflyfahrezi/e60cf57a0f7b4f820284c292ac6a1b6e to your computer and use it in GitHub Desktop.
Script TikTok Video Downloader - Open some videos, open devtools, paste this code at console. Your are done.
const videos = document.getElementsByTagName("VIDEO")
window.open(videos[0].src)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment