Bulk archive or delete ChatGPT and Gemini conversations
AI Chat Bulk Manager is a Tampermonkey userscript that helps you select and manage multiple ChatGPT or Gemini conversations from the sidebar.
It is built for people who have too many AI chat histories and do not want to archive or delete them one by one.
Source code and issue tracker:
Most users should install the published Greasy Fork version.
After installation, open one of these pages:
These screenshots show the controls after the script is installed and the chat history list has loaded.
The script adds checkboxes and a control bar above the sidebar conversation list.
Archive selected / 归档选中 to archive or Delete selected / 删除选中 to remove them from the visible list.ChatGPT delete is a user-facing delete. The conversation disappears from the normal sidebar list.
The script adds checkboxes and a control bar above the history list.
Delete selected / 删除选中.AI Chat Bulk Manager 是一个用于 ChatGPT 和 Gemini 的油猴脚本。它会在左侧历史会话列表里加入多选框,让你一次选择多条会话,然后批量归档或删除。
普通用户建议直接安装 Greasy Fork 发布版。
安装后打开:
下面两张图展示的是脚本安装完成后,在左侧历史会话列表里出现的多选框和控制条。
脚本会在左侧会话列表上方加入控制条,并在每条会话旁加入多选框。
Archive selected / 归档选中 批量归档,或点击 Delete selected / 删除选中 从可见列表移除。ChatGPT 的删除是用户层面的删除:会话会从正常侧边栏里消失。
脚本会在左侧历史记录上方加入控制条,并在每条记录旁加入多选框。
Delete selected / 删除选中。Use the Greasy Fork version unless you are developing or testing local changes.
Manual local install:
src/index.user.js.Implementation notes are in spec.md. Maintenance steps are in plan.md.
MIT