🔖 Clear All Bookmarks
Remove all bookmarks from your X/Twitter account.
📋 What It Does
- Navigates to your bookmarks page
- Tries the bulk "Clear all bookmarks" button first
- If bulk clear isn't available, removes bookmarks one by one
- Scrolls to find more and repeats
🌐 Browser Console Script
Steps:
- Go to
x.com/i/bookmarks - Open console (F12) and paste
src/clearAllBookmarks.js
Configuration:
const CONFIG = {
scrollCycles: 30,
delayBetweenRemovals: 1000,
};
📁 Files
src/clearAllBookmarks.js— Clear all bookmarkssrc/bookmarkOrganizer.js— Categorize bookmarks first (companion)
⚠️ Notes
- The bulk clear option may not be available on all accounts
- If bulk clear fails, the script falls back to removing bookmarks individually
- Consider running
src/bookmarkOrganizer.jsfirst to export/categorize your bookmarks before deleting - This action cannot be undone
⚡ Ready to try Clear All Bookmarks?
XActions is 100% free and open-source. No API keys, no fees, no signup.
Browse All Scripts