Skip to content

Instantly share code, notes, and snippets.

View jmhublar's full-sized avatar
☘️
🐝

Joshua Hublar jmhublar

☘️
🐝
View GitHub Profile
@jmhublar
jmhublar / gist:6f7f023413bde1c2e428d5e9b3ccbe6e
Created July 6, 2024 18:57 — forked from equinoxmatt/gist:46993dd65b9a7f89f47af457f77f40c7
TamperMonkey script for removing multiple chats in ChatGPT
// ==UserScript==
// @name ChatGPT
// @version 0.1
// @description Allow deleting multiple chats at a time.
// @match https://chat.openai.com/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=openai.com
// @grant none
// ==/UserScript==
(function() {