Deletes all your TikTok videos from the browser console. No app or credentials needed. Paste and run.
  • JavaScript 100%
Find a file
2026-04-19 16:00:11 -04:00
delete.js Initial commit: TikTok bulk video deleter 2026-04-19 16:00:11 -04:00
demo.gif Initial commit: TikTok bulk video deleter 2026-04-19 16:00:11 -04:00
LICENSE Initial commit: TikTok bulk video deleter 2026-04-19 16:00:11 -04:00
README.md Initial commit: TikTok bulk video deleter 2026-04-19 16:00:11 -04:00

TikTok Bulk Video Deleter

A browser console script that automatically deletes all videos from your TikTok Studio account.

demo

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

  1. Log in to TikTok and go to TikTok Studio > Content
  2. Open your browser's Developer Tools (F12)
  3. Click the Console tab
  4. Copy the contents of delete.js and paste into the console
  5. 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