Effortlessly clear your AI chat history with one click. Automates mass-deletion on ChatGPT, Google Gemini, Claude AI, and DeepSeek using human-like UI interaction.
- 🤖 Multi-Platform Support: Works seamlessly with ChatGPT, Gemini, Claude, and DeepSeek.
- 🛡️ Safe Zone: A unique feature that allows you to preserve your 'N' most recent or important chats.
- 🕵️ Human-Like Behavior: Mimics real user clicks and scrolls with smart delays to avoid detection.
- ⚡ No API Required: Works directly in your browser UI. Your passwords and tokens are never shared.
- 🎨 Modern Popup: Simple and intuitive interface to control the cleaning process.
- Core: Vanilla JavaScript (ES6+)
- Automation: DOM Manipulation & Event Simulation
- Platform: Chrome Extension API (Manifest V3)
- Styling: CSS3 (Custom UI for the popup)
Since this is a custom automation tool, you can install it manually in 30 seconds:
- Download this repository as a ZIP file and extract it (or clone it).
- Open your browser and go to the Extensions page:
- Chrome:
chrome://extensions/ - Edge:
edge://extensions/
- Chrome:
- Toggle the "Developer mode" switch (usually in the top right corner).
- Click the "Load unpacked" button.
- Select the folder where you extracted the files.
- Done! You will see the 🧹 AI Chat Mass Purger icon in your toolbar.
- Navigate to your AI chat (ChatGPT, Gemini, etc.).
- Click on the extension icon.
- Set Safe Zone: Enter the number of recent chats you want to keep (e.g.,
5). - Click "Start Purge".
- The extension will automatically handle the deletion process. You can stop it at any time by closing the popup or refreshing the page.
- Clone this repository:
git clone [https://github.com/Gampadich/AI-cleaner.git](https://github.com/Gampadich/AI-cleaner.git)
Open Chrome and navigate to chrome://extensions/.
Enable "Developer mode" (top right).
Click "Load unpacked" and select the project folder.
Open your favorite AI chat and start cleaning!
⚙️ How It Works The extension uses a smart Selector Engine that identifies the specific "Delete" and "Confirm" buttons for each platform. It runs a loop that:
Detects the platform (ChatGPT/Gemini/etc.).
Skips the number of chats defined in your Safe Zone.
Simulates a series of clicks to perform the deletion.
Handles confirmation modals automatically.
👨💻 Author Designed & Developed by Gampadich