Instagram Bulk Remover

Bulk unlike/delete with stable duplicate button injection and settings dialog

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey, το Greasemonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

You will need to install an extension such as Tampermonkey to install this script.

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Userscripts για να εγκαταστήσετε αυτόν τον κώδικα.

You will need to install an extension such as Tampermonkey to install this script.

Θα χρειαστεί να εγκαταστήσετε μια επέκταση διαχείρισης κώδικα χρήστη για να εγκαταστήσετε αυτόν τον κώδικα.

(Έχω ήδη έναν διαχειριστή κώδικα χρήστη, επιτρέψτε μου να τον εγκαταστήσω!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Έχω ήδη έναν διαχειριστή στυλ χρήστη, επιτρέψτε μου να τον εγκαταστήσω!)

Δημιουργός
Rahatul Ghazi
Ημερήσιες εγκαταστάσεις
4
Σύνολο εγκαταστάσεων
97
Βαθμολογίες
0 0 0
Έκδοση
1.0.0
Δημιουργήθηκε την
08/10/2025
Ενημερώθηκε την
08/10/2025
Μέγεθος
20 KB
Άδεια
Μη διαθέσιμη
Εφαρμόζεται σε

Instagram Bulk Remover

📋 Overview

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_replies

It safely automates these repetitive actions through the browser using controlled delays and progress checks.


⚙️ Features

  • Bulk unlike/delete: Automates removal of likes, comments, and replies in configurable batches.
  • Customizable delay: Set delay between each action (0–3000 ms).
  • Batch size control: Choose how many items to process at once (1–100).
  • Non-destructive stop/start: You can safely stop and resume.
  • Duplicate button injection: Adds a second “Sort & filter” button to trigger the settings panel.
  • Visual UI panel: Native-looking popup with sliders and a Start/Stop button.

🪄 How to Use

  1. Log in to Instagram on your browser.
  2. Navigate to one of the “Your Activity” pages:

🧠 Tips for Safe Use

  • Start with low batch sizes (5–10) and higher delay (1000–1500 ms) to avoid triggering Instagram’s spam filters.
  • Keep the tab visible and focused while it runs.
  • Avoid switching between pages while automation is running.
  • If the script gets stuck, simply refresh the page — it will reset safely.

🚫 Important Notes

  • This tool works only on the web version of Instagram.
  • It doesn’t bypass Instagram’s rate limits or server restrictions.
  • Avoid excessive use — Instagram may temporarily limit your account actions if abused.
  • You must manually open the correct “Your Activity” page for each type of cleanup (likes, comments, story replies).

🧩 Customization

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.


🧰 Troubleshooting

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