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()) {