Added link to the discussion

This commit is contained in:
x0x7 2025-02-08 14:59:10 -05:00
parent 63ed74d647
commit 69efcb913d
1 changed files with 7 additions and 0 deletions

View File

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