Skip to content

Commit

Permalink
修复Stay的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
xcanwin committed Apr 14, 2023
1 parent f334016 commit af67f5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions KeepChatGPT.user.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name KeepChatGPT
// @description 让我们在使用ChatGPT过程中更高效、更顺畅,完美解决ChatGPT网络错误,不再频繁地刷新网页,足足省去10个多余的步骤。还可以取消后台监管审计。解决了这几类报错: (1) NetworkError when attempting to fetch resource. (2) Something went wrong. If this issue persists please contact us through our help center at help.openai.com. (3) This content may violate our content policy. If you believe this to be in error, please submit your feedback — your input will aid our research in this area. (4) Conversation not found.
// @version 7.3
// @version 7.4
// @author xcanwin
// @namespace https://github.com/xcanwin/KeepChatGPT/
// @supportURL https://github.com/xcanwin/KeepChatGPT/
Expand Down Expand Up @@ -343,7 +343,7 @@ nav {
}
}, 1000 * 30);

var u = `/api/${GM_info.script.namespace.slice(33, 34)}uth/s${GM_info.script.name.slice(1, 2)}ssion`;
var u = `/api/${GM_info.script.namespace.slice(33, 34)}uth/s${GM_info.script.namespace.slice(28, 29)}ssion`;
byeConversationNotFound(true);

})();

0 comments on commit af67f5a

Please sign in to comment.