Skip to content

Instantly share code, notes, and snippets.

@effariwhy
effariwhy / delete-reels-from-facebook.js
Created January 21, 2025 23:17
Delete all reels from your facebook account
// Here is a script that will automatically click on buttons
// to delete all your reels one by one from your Facebook account.
//
// * Log into facebook using chrome
// * Navigate to the Reels area (or go to https://www.facebook.com/REPLACE_THIS_WITH_YOUR_USERNAME/reels_tab)
// * Press F12 on your keyboard to open the developer tools
// * Find the console in the developer tools and scroll to the bottom to the command prompt (last line at the bottom)
// * View your most recent reel (this code starts with the most recent and deletes until it gets to the oldest)
// * Copy and paste all of this code into the command prompt and press enter
//