This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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 | |
// |