Clean up old Instagram comments fast with this simple desktop browser method.
Insta Detox is a browser-based tool that helps you quickly delete old Instagram comments in bulk. No installations, no browser extensions — just a simple JavaScript snippet you run in your browser's console.
- 🚀 Fast Bulk Deletion - Select and delete up to 100 comments at once
- 🔒 Privacy First - Everything runs locally in your browser
- 💻 No Installation - No apps or extensions needed
- ⚡ Automated Selection - Automatically detects and selects checkboxes
- 🔄 Auto-Repeat - Continues cycling until all comments are removed
COPY CODE FROM WEBSITE----- WEBSITE LINK: https://insta-clean-console.vercel.app/
- Open Instagram on a desktop browser
- Navigate to Profile → Your Activity → Comments
- Scroll down to load as many comments as possible
- Open Developer Console:
- Right-click anywhere and choose "Inspect"
- Switch to the "Console" tab
- Copy and paste the JavaScript code from the website
- Press Enter to run the script
- The script will automatically select comments
- Click DELETE and confirm when prompted
- The script will repeat until all comments are removed
Project Structure
├── src/
│ ├── components/ # React components
│ │ ├── ui/ # shadcn/ui components
│ │ └── CodeBlock.tsx
│ ├── pages/ # Page components
│ │ ├── Index.tsx
│ │ └── NotFound.tsx
│ ├── App.tsx # Main app component
│ └── main.tsx # Entry point
├── public/ # Static assets
└── index.html # HTML template
Contributions are welcome! Please feel free to submit a Pull Request.
This project is open source and available under the MIT License.
Created by ariserhys
Disclaimer: This tool is provided as-is for educational and personal use. The author is not responsible for any consequences of using this tool, including but not limited to account restrictions or bans by Instagram.