您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
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.
If you're using Greasemonkey in Firefox, see this discussion.
Notable facts for other developers (2023-10-05):
staleTime:6e5
or, prettified, staleTime: 600000
(10 min).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.