Skip to content

DoingFedTime/TikTokDelete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Bulk delete all your TikTok videos at once via browser console script

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors