Created
January 9, 2021 14:02
-
-
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.
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
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