Greasy Fork 还支持 简体中文。

Prevent ChatGPT Conversation Reset

Prevents certain browser events from reaching official ChatGPT code. Otherwise, with chat history turned off, the conversation may be reset after 10 min of inactivity or even spontaneously while being active. The script is designed to only affect official ChatGPT code and to avoid interfering with other userscripts or browser extensions.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(У мене вже є менеджер скриптів, дайте мені встановити його!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Автор
h_h
Щоденних встановлень
0
Всього встановлень
395
Рейтинги
1 0 0
Версія
2023.10.06
Створено
05.10.2023
Оновлено
06.10.2023
Size
2,3 кБ
Ліцензія
MIT (https://opensource.org/license/mit/)
Відноситься до

If you're using Greasemonkey in Firefox, see this discussion.


Notable facts for other developers (2023-10-05):

  • In the official code, there's the snippet staleTime:6e5 or, prettified, staleTime: 600000 (10 min).
  • During network analysis of conversations with GPT-4, fetching of the resource v4-2023-04-27 can be seen whenever a reset occurs. Searching for this in the official code with the dev tools revealed a code location that, when halted on, had an association to a focus event in its stack trace. This focus event really is a combination of multiple browser events, though.