If you installed Node directly using Homebrew, then uninstall it by running:
brew uninstall nodeNow, clean up the rest:
| /* appended to the end */ | |
| @color: rgba(255, 255, 255, 0.2); | |
| .invisible-character { | |
| color: transparent; | |
| .source & { | |
| color: @color; | |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
| <title>Sign In with Auth0</title> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
| </head> | |
| <body> |
If you're shutting down your TikTok account or you simply want a copy of all the videos you've published, TikTok has a process where you can request your data and then download it. However, the process is a bit arduous (perhaps on purpose) as you have to first request the download, wait a few days, then make sure you download it before it expires. Then, once you've downloaded the file, you realize it only contains single-use links to download the actual videos. If you have a lot of videos, the process of downloading each can be very time-consuming.
I've written a simple Node.js script that automates the process. Here's how to use it:
index.js and package.json files included in this gist and move them into a separate folder (eg. `~/Downloads/dow