Greasy Fork is available in English.
Автоматично изчиства чат историята при посещение на chatgpt.com
< Отзив за Изчистете ChatGPT История 🕶️
button visibility does not seem to work or do anything.
This toggle is to show/hide a 'clear chats' button in sidebar that was recently rendered invisible, after a recent OpenAI update copied my Full-Window mode from https://chatgptevo.com/widescreen thus broke fetchMap.get()
. @XiaoYingYo created the button and I opened https://github.com/adamlui/autoclear-chatgpt-history/issues/6 for him to fix it but you are welcome to contribute, too
Also what is the point of showing a nice toggle button on the screen, if it doesn't work or do anything on click?
It used to work without fetchMap.get()
but again, @XiaoYingYo added the function but it broke after last update so I am waiting for his resolution, but thank you for pointing this out
It would be so much better and more convenient if you made it save the settings onclick, instead of using the tampermonkey menu, not a lot of people knows that menu exists....
That is actually the point of this toggle, to serve people who don't click tiny userscript manager menus (you will notice both switches sync with each other regardless of where user clicks from
Also, the auto clear on setting resets as soon as the page is loaded, making it and the whole script pointless
Actually it used to persist before @XiaoYingYo's addition of fetchMap.get()
, but because of OpenAI update as mentioned, his function broke (I even warned him this would happen w/ UI changes is why I preferred my original method) so the entire callback short circuits is the reason setting no longer saves. But please be patient as he has mentioned in the GitHub issue he will fix it when he has time!
@hacker09 I removed fetchMap.get()
and re-coded the script so everything works as you expect now
It does not always work, and recently it started working most of the time, but it does not auto close the settings page to auto clear all history
sup @hacker09 can you tell me your browser and userscript manager so I will make it always work and close settings page
edge/tampermonkey
@hacker09 thank you for the information, I fixed it to always work now!
still broken
still broken
@hacker09 can you see if it works now? OpenAI released a new UI update and I changed a lot to accomodate it. Also, what browser and userscript manager are you using?
edge/tampermonkey
It works but privacy badger breaks the script because it blocks cookies from chat.openai.com
broken again
@hacker09 I fixed the chatgpt.clearChats()
method of chatgpt.js to fallback to API routine because there is no DOM way anymore since .click()
simply does not work on menu button of new UI. The downside is after API clear, chat history still shows deleted msgs until you refresh browser (but they are deleted already).
If the DOM ever changes so menu button is .click()
able again, then when chatgpt.js is bummped around that time, this script will auto-resort to using menu again so chat history is also hidden
Would you like to be added as a contributor btw to the readme on here and GitHub?
Thanks.
Well, that isn't a nice fix... Since visually it doesn't work.
How about reloading the page automatically, or at least just adding a class/id to chats that currently exist but were erased by the script, so that your script hides this class/id, but only for old chats that were already deleted, then new chats would still show up there since they do exist.
Yes.
That is a lot of work and I have a lot of requested updates to make so it will be on teh tasklist
Thanks!
No worries!
Glad I could help!
@hacker09 I added auto-clear of front-end history on back-end clears also auto-nav out of current chat so you won't get stuck in weird non-existent chat if manual refresh follows
Thanks
It cleans the history even when I am not logged in and there are no chats
@hacker09 actually it doesn't, it's just a notification indicating the plug-in is on. It will go away if you disable all notifications, but do you think it's better to not display a notification upon first visit to chatgpt.com that plug-in is on?
Yes
Also the input button reloads, so it erases whatever I'm writting
Yes
K it is gone
Also the input button reloads, so it erases whatever I'm writting
I couldn't replicate this, can you try disabling every script/extension to be sure this is the cause?
Also if you install my https://gf.chatgptwidescreen.com it will help auto-focus the chatbar when chatgpt.com first loads (currently the website de-focuses it upon first load otherwise)
button visibility does not seem to work or do anything.
Also what is the point of showing a nice toggle button on the screen, if it doesn't work or do anything on click?
It would be so much better and more convenient if you made it save the settings onclick, instead of using the tampermonkey menu, not a lot of people knows that menu exists....
Also, the auto clear on setting resets as soon as the page is loaded, making it and the whole script pointless