Browser-based JavaScript utility for bulk deleting Instagram comments from the comments activity page using Instagram’s current Bloks UI.
- Enables multi-select mode on Instagram’s comments activity page
- Selects comments in small, safe batches
- Deletes them using the Bloks UI + confirmation modal
- Automatically repeats until no comments remain
The script is intentionally conservative to reduce the risk of temporary action limits.
- Open Instagram in a desktop browser.
- Go to: https://www.instagram.com/your_activity/interactions/comments
- Open the browser developer console
- Mac:
Cmd + Option + I - Windows/Linux:
Ctrl + Shift + I
- Copy the script from
auto-delete-instagram-comments.jsand paste it into the console. - Press Enter.
To stop repeated delete cycles, run:
window.__STOP_IG_BULK_DELETE__ = true;This script is provided as-is. No guarantees are made regarding long-term compatibility or continued functionality.