Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Chat Bulk Delete - Chrome Extension

Multi-select and bulk delete conversations in ChatGPT, Gemini, and other AI chat interfaces.

Features

  • ✅ Checkbox selection on conversation sidebar
  • ✅ Select All / Deselect All
  • ✅ Bulk delete with confirmation
  • ✅ ChatGPT support (via API)
  • ✅ Gemini support (via UI automation)
  • ✅ Floating toolbar with delete controls

Usage

  1. Click the extension icon in toolbar
  2. Click "Enable Selection Mode"
  3. Check the conversations you want to delete
  4. Click "Delete Selected" in the floating toolbar
  5. Confirm deletion

Supported Platforms

Platform Method Status
ChatGPT API (PATCH is_visible) ✅ Working
Gemini UI automation (click delete) ✅ Working

Project Structure

ai-chat-bulk-delete/
├── manifest.json
├── popup/
│   ├── popup.html
│   ├── popup.css
│   └── popup.js
├── content/
│   ├── ui.js          # Custom modal & toast & overlay system
│   ├── ui.css         # Styles for custom UI components
│   ├── styles.css     # Shared checkbox & toolbar styles
│   ├── chatgpt.js     # ChatGPT content script
│   └── gemini.js      # Gemini content script
└── icons/
    ├── icon.svg
    └── icon.png

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages