mirror of
https://github.com/DoingFedTime/TikTokDelete.git
synced 2026-04-26 02:22:01 +00:00
Deletes all your TikTok videos from the browser console. No app or credentials needed. Paste and run.
- JavaScript 100%
| delete.js | ||
| demo.gif | ||
| LICENSE | ||
| README.md | ||
TikTok Bulk Video Deleter
A browser console script that automatically deletes all videos from your TikTok Studio account.
How It Works
The script uses React's internal event system to interact with TikTok Studio's UI — opening the more-options menu on each video, clicking Delete, and confirming. It loops until no videos remain, with retry logic to handle TikTok's async re-renders between deletions.
Usage
- Log in to TikTok and go to TikTok Studio > Content
- Open your browser's Developer Tools (
F12) - Click the Console tab
- Copy the contents of
delete.jsand paste into the console - Press Enter
The script will log each deletion:
Deleted #1
Deleted #2
...
No more videos found. Done! Deleted 125 total.
Notes
- No installation required — runs entirely in the browser console
- Tested on Chrome and Brave
- Waits up to 8 seconds between deletions for TikTok's UI to re-render
- If it stops early, just paste and run it again — it picks up where it left off
- TikTok loads videos in batches; the script handles this automatically
Warning
This permanently deletes your videos. There is no undo. Make sure you have local copies of anything you want to keep before running this.
License
GPL-3.0
