Skip to content

Maxlona/Delete-All-Saved-Items-on-Facebook-JavaScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

đź“„ Script Description

This JavaScript automation script removes all Facebook Saved items by programmatically opening each item's More Options menu and selecting Unsave. To avoid Facebook’s automation and rate-limiting safeguards, the script performs actions at a controlled 1-second interval, mimicking natural user behavior.

âś… How to Use

Log in to your Facebook account.

Open your Saved items page: 👉 https://www.facebook.com/saved

Open Chrome Developer Tools (F12) (Chrome is the tested browser.)

Switch to the Console tab. Type the following and press Enter:

Allow Pasting

Paste the JavaScript automation script from the repository into the console.

Press Enter to start the automated process.

image

running mode...

image

⚙️ What the Script Does

Automatically opens the More options menu for each saved item.

Clicks Unsave.

Waits 1 second between each action to prevent Facebook from blocking rapid automation.

Continues until no saved items remain.

Automatically stops when the list is exhausted.

⚠️ Important Notes

Do not navigate away from the page while the script is running.

If the script pauses due to Facebook lazy-loading:

You can stop the script at any time by running:

clearInterval(unsaveInterval); Or close the browser window

âś… Result

All saved items will be removed automatically — safely, gradually, and without triggering Facebook’s automation protections.

Releases

No releases published

Packages

No packages published