Skip to content

ariserhys/insta-clean-console

Repository files navigation

Insta Detox

Clean up old Instagram comments fast with this simple desktop browser method.

About

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.

Features

  • 🚀 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

How to Use

COPY CODE FROM WEBSITE----- WEBSITE LINK: https://insta-clean-console.vercel.app/

  1. Open Instagram on a desktop browser
  2. Navigate to Profile → Your Activity → Comments
  3. Scroll down to load as many comments as possible
  4. Open Developer Console:
    • Right-click anywhere and choose "Inspect"
    • Switch to the "Console" tab
  5. Copy and paste the JavaScript code from the website
  6. Press Enter to run the script
  7. The script will automatically select comments
  8. Click DELETE and confirm when prompted
  9. 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

Important Notes

⚠️ Use Responsibly: This tool is intended for your own account only. Automating actions on Instagram may fall under platform restrictions. Use at your own risk.

⚠️ Desktop Only: This method works on desktop browsers only, not mobile.

⚠️ Browser Console Warning: If your browser warns you about pasting code into the console, follow its instructions to enable pasting.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is open source and available under the MIT License.

Author

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.

Releases

No releases published

Packages

No packages published

Languages