Skip to content

Commit

Permalink
增加英文说明
Browse files Browse the repository at this point in the history
  • Loading branch information
xcanwin committed Apr 9, 2023
1 parent edc044d commit 855fa14
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 6 deletions.
22 changes: 16 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# KeepChatGPT

<br>

[中文文档](README.md) | [English README](README_EN.md)

<br>

## 简介

- ChatGPT畅聊插件,再也不会出现网络报错,再也不用刷新网页
- 解决报错```NetworkError when attempting to fetch resource.```
- 解决报错NetworkError when attempting to fetch resource.```
- <img src="./assets/network_error.png" width="750"></img>
- 解决报错```Something went wrong. If this issue persists please contact us through our help center at help.openai.com.```
- 解决报错Something went wrong. If this issue persists please contact us through our help center at help.openai.com.
- <img src="./assets/somthing_wrong.png" width="750"></img>
- 解决被频繁地打断交流
- 解决频繁地刷新网页
Expand Down Expand Up @@ -35,10 +41,14 @@

## 用法

1. 安装 [Tampermonkey](https://www.tampermonkey.net/) 浏览器拓展;
2. 安装```KeepChatGPT```插件,可从下面选一个渠道安装:
1. 安装```Tampermonkey```浏览器拓展,可以从 [Tampermonkey官网](https://www.tampermonkey.net/) 安装;
2. 安装```KeepChatGPT```插件,可以从```安装渠道```选一个渠道安装;
3. 打开 [ChatGPT](https://chat.openai.com/chat) 尽情享用吧;
4. 另外,还有一个更巧妙的方法就是问ChatGPT:```如何安装tampermonkey插件和greasyfork上的脚本```

## 安装渠道

| 序号 | UserScript源 |
| --- | --- |
| 1 | [Github](https://raw.githubusercontent.com/xcanwin/KeepChatGPT/main/KeepChatGPT.user.js) |
| 2 | [GreasyFork](https://greasyfork.org/zh-CN/scripts/462804-keepchatgpt) |
| No.1 | [Github](https://raw.githubusercontent.com/xcanwin/KeepChatGPT/main/KeepChatGPT.user.js) |
| No.2 | [GreasyFork](https://greasyfork.org/zh-CN/scripts/462804-keepchatgpt) |
54 changes: 54 additions & 0 deletions README_EN.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# KeepChatGPT

<br>

[中文文档](README.md) | [English README](README_EN.md)

<br>

## Introduction

- A UserScript that enables ChatGPT to chat smoothly, never experiencing network errors again, and no need to refresh the webpage anymore.
- Resolved error: NetworkError when attempting to fetch resource.
- <img src="./assets/network_error.png" width="750"></img>
- Resolved error: Something went wrong. If this issue persists please contact us through our help center at help.openai.com.
- <img src="./assets/somthing_wrong.png" width="750"></img>
- Resolved frequent interruptions during communication
- Resolved frequent webpage refreshing
- Supports multiple languages
- Resolved the issue of accidentally copying user avatars
- If you like this script, please support my GitHub project [KeepChatGPT](https://github.com/xcanwin/KeepChatGPT/) by giving it a STAR.

## Comparison

| Experimental Environment | Phenomenon | Step 1 | Step 2 | Step 3 | Step 4 | Step 5 | Step 6 | Step 7 | Step 8 | Step 9 | Step 10 | Step 11 | Step 12 | Step 13 |
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
| Without using ```KeepChatGPT``` | Frequent red warning boxes NetworkError in the chat, appearing every ten minutes or so, requiring the webpage to be refreshed | Issue the prompt | Wait for the result | Encounter a network error | Attempt to click to resend | Encounter the network error again | Copy the previous prompt | Refresh the webpage | Wait for the webpage to finish loading | Open the previous chat session | Paste the previous prompt | Issue the prompt again | Wait for the result again | Obtain the result |
| Using ```KeepChatGPT``` | There will never be network errors again, and there is no need to refresh the webpage | Issue the prompt | Wait for the result | Obtain the result | | | | | | | | | | |

- By comparison, it can be seen that it saves more than 10 unnecessary steps and enables smooth chatting.
- Enjoy the free "Exclusive Gold Label," which represents a dramatic change in your AI experience:
- <img src="./assets/head.png" width="750"></img>
- For friends who like dark tones, you can hover over the "Exclusive Gold Label" with your mouse and select "Theme" to change it to "Exclusive Blue Label":
- <img src="./assets/head_dark.png" width="200"></img>

## Explanation

- Bypass Cloudflare's spider verification during page opening using Headless.
- Bypass Cloudflare's random machine verification using non-click.
- Maintain the principle of minimizing traffic.
- Move the mouse over "Exclusive Gold Label" and select "Show Debugging" to view the bypass process.

## Usage

1. Install ```Tampermonkey``` browser extension from [Tampermonkey website](https://www.tampermonkey.net/).
2. Install ```KeepChatGPT```, you can select a repository from ```Installation repositories```.
3. Open [ChatGPT](https://chat.openai.com/chat) and enjoy the smooth experience.
4. Additionally, there is a more clever way, which is to ask ChatGPT: "How to install the Tampermonkey extension? How to install the userscript from Greasy Fork?"

## Installation repositories

| Num | UserScript repositories |
| --- | --- |
| 1 | [Github](https://raw.githubusercontent.com/xcanwin/KeepChatGPT/main/KeepChatGPT.user.js) |
| 2 | [GreasyFork](https://greasyfork.org/zh-CN/scripts/462804-keepchatgpt) |

0 comments on commit 855fa14

Please sign in to comment.