Batch delete for ChatGPT

Adds checkboxes to ChatGPT conversations, and a button to batch delete them. Requires manual input of Auth token - take it from any valid request headers.

ئاپتورى
m3Lith
بۈگۈن قاچىلانغىنى
0
جەمئىي قاچىلانغىنى
2
باھا نومۇرى
0 0 0
نەشرى
1.0
قۇرۇلغان ۋاقتى
2025-06-13
يېڭىلانغان ۋاقتى
2025-06-13
Size
4.1 KB
ئىجازەتنامىسى
MIT
قوللايدىغىنى

How to get the Bearer auth token

  • Open your browser's dev tools (F12)
  • Switch to Network tab
  • Find any request that contains Authorization request header (e.g., init)
  • Right click on it, select Copy Value (Firefox), or triple-click it, and press Ctlr-C (Chrome)

Note: I couldn't find a way to automate extracting the token via JS, thus manual input is needed. It's only used locally, for making conversation delete requests.