Instagram Bulk Remover

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

Bu betiği kurabilmeniz için Tampermonkey, Greasemonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği yüklemek için Tampermonkey gibi bir uzantı yüklemeniz gerekir.

Bu betiği kurabilmeniz için Tampermonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği kurabilmeniz için Tampermonkey ya da Userscripts gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği indirebilmeniz için ayrıca Tampermonkey gibi bir eklenti kurmanız gerekmektedir.

Bu komut dosyasını yüklemek için bir kullanıcı komut dosyası yöneticisi uzantısı yüklemeniz gerekecek.

(Zaten bir kullanıcı komut dosyası yöneticim var, kurmama izin verin!)

Bu stili yüklemek için Stylus gibi bir uzantı yüklemeniz gerekir.

Bu stili yüklemek için Stylus gibi bir uzantı kurmanız gerekir.

Bu stili yükleyebilmek için Stylus gibi bir uzantı yüklemeniz gerekir.

Bu stili yüklemek için bir kullanıcı stili yöneticisi uzantısı yüklemeniz gerekir.

Bu stili yüklemek için bir kullanıcı stili yöneticisi uzantısı kurmanız gerekir.

Bu stili yükleyebilmek için bir kullanıcı stili yöneticisi uzantısı yüklemeniz gerekir.

(Zateb bir user-style yöneticim var, yükleyeyim!)

Yazar
Rahatul Ghazi
Günlük kurulumlar
1
Toplam kurulumlar
82
Değerlendirmeler
0 0 0
Versiyon
1.0.0
Oluşturulma
08.10.2025
Güncellenme
08.10.2025
Boyut
19,8 KB
Lisans
N/A
Geçerli

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