Bulk unlike/delete with stable duplicate button injection and settings dialog
Instagram Bulk Remover is a user script that automates unliking posts, deleting comments, and removing story replies in bulk on Instagram. It adds a button that opens a control panel where you can configure batch size, delay, and automation behavior.
This tool is designed to work on Instagram’s “Your Activity” pages:
/your_activity/interactions/likes/your_activity/interactions/comments/your_activity/interactions/story_repliesIt safely automates these repetitive actions through the browser using controlled delays and progress checks.
https://www.instagram.com/your_activity/interactions/likeshttps://www.instagram.com/your_activity/interactions/commentsStory Replies: https://www.instagram.com/your_activity/interactions/story_replies
“Unlike Settings” on Likes page
“Uncomment Settings” on Comments page
“Unreply Settings” on Story Replies page
Items per Batch (how many posts/comments to process at once)
Delay per Action (milliseconds between each action)
You can change the default values near the top of the script:
const DEFAULT_MAX_POSTS = 20; // number of items per batch
const DEFAULT_DELAY_MS = 1000; // delay between actions
Adjust these to fit your speed preferences.
| Problem | Possible Fix |
|---|---|
| Duplicate button not appearing | Wait a few seconds or reload page |
| Script doesn’t start | Ensure you are on the correct “Your Activity” subpage |
| Nothing is removed | Increase delay or scroll manually once |
| Popup closes instantly | Disable other conflicting user scripts |