Added link to the discussion
This commit is contained in:
parent
63ed74d647
commit
69efcb913d
|
@ -7,6 +7,13 @@
|
||||||
// @grant none
|
// @grant none
|
||||||
// ==/UserScript==
|
// ==/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(){
|
(async function(){
|
||||||
for await (let newTarget of targetDivs()) {
|
for await (let newTarget of targetDivs()) {
|
||||||
|
|
Loading…
Reference in New Issue