Skip to content

Commit

Permalink
更新菜单
Browse files Browse the repository at this point in the history
  • Loading branch information
xcanwin committed Apr 2, 2023
1 parent bbb623f commit fd98a96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.
// @version 2.8
// @version 2.9
// @author xcanwin
// @description:en Let's make our use of ChatGPT more efficient and smoother, by perfecting the solution to ChatGPT network errors. This saves us from frequently refreshing the webpage and eliminates over 10 unnecessary steps. The following errors have been resolved: (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.
// @namespace https://github.com/xcanwin/KeepChatGPT/
Expand Down Expand Up @@ -54,7 +54,7 @@
ndiv.innerHTML = `<img src='${GM_info.script.icon}' />KeepChatGPT by xcanwin`;
var nav = document.querySelector('nav');
nav.insertBefore(ndiv, nav.childNodes[0]);
ndiv.insertAdjacentHTML('afterend', `<div><ul class="dropdown-menu"><li id=nmenuid1>显示调试窗口</li><li id=nmenuid2>暗色主题</li><li id=nmenuid3>选项3</li></ul></div>`);
ndiv.insertAdjacentHTML('afterend', `<div><ul class="dropdown-menu"><li id=nmenuid1>显示调试窗口</li><li id=nmenuid2>暗色主题</li></ul></div>`);
var newstyle = document.createElement('style');
newstyle.innerHTML = `
#ndivid {
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
- Headless绕过Cloudflare爬虫验证
- non click绕过Cloudflare机器人验证
- 流量最小化原则
- 点击KeepChatGPT畅聊用户专属金标,左下角会展现绕过过程
- 鼠标移到```KeepChatGPT专属金标```,点击```显示调试窗口```,左下角会展现绕过过程

## 用法

Expand Down

0 comments on commit fd98a96

Please sign in to comment.