From 69efcb913da99bf6cd1c76f4414e70425351db41 Mon Sep 17 00:00:00 2001 From: x0x7 Date: Sat, 8 Feb 2025 14:59:10 -0500 Subject: [PATCH] Added link to the discussion --- saveprompt.user.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/saveprompt.user.js b/saveprompt.user.js index 920bd7d..20b0e2d 100644 --- a/saveprompt.user.js +++ b/saveprompt.user.js @@ -7,6 +7,13 @@ // @grant none // ==/UserScript== +/* +Doesn't it suck that chatgpt saves all your history unless you don't send it. There is no draft system in chatgpt. + +This userscript will make it so you can dig for it in localStorage if you really need it. + +Continued discussion about this userscript can be found here: https://goatmatrix.net/c/Userscripts/9sBaPCiRRE +*/ (async function(){ for await (let newTarget of targetDivs()) {