Skip to content

Commit 93e7429

Browse files
committed
ok
1 parent dd90720 commit 93e7429

File tree

4 files changed

+33
-1
lines changed

4 files changed

+33
-1
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ ChromeAppHeroes, Write a Chinese manual for the excellent Chrome plugin, let the
4444

4545
## 目录(点击以下标题, 可以进入文章页~)
4646

47+
- [117《ChatGPT HeartBeat》让ChatGPT Web服务保持连接,避免反复刷新ChatGPT Web版页面](https://www.v2fy.com/p/117-chatgpt-heartbeat-2023-04-21/?post_category=chrome%e6%8f%92%e4%bb%b6%e8%8b%b1%e9%9b%84%e6%a6%9c)
48+
4749
- [116《EXIF Viewer Classic》查看网页中摄影图片的拍摄时间光圈快门等Exif参数信息](https://www.v2fy.com/p/116-exif-viewer-classic-2022-10-22/?post_category=Chrome插件英雄榜)
4850

4951
- [115《Linkclump》在网页画个长方形,打开长方形内所有超链接](https://www.v2fy.com/p/115-linkclump-2022-10-22/?post_category=Chrome插件英雄榜)
@@ -284,6 +286,16 @@ ChromeAppHeroes, Write a Chinese manual for the excellent Chrome plugin, let the
284286

285287
公众号 「0加1」 由项目作者zhaoolee运营, 2021年会同步更新 ChromeAppHeroes (Chrome插件英雄榜)
286288

289+
#### [117《ChatGPT HeartBeat》让ChatGPT Web服务保持连接,避免反复刷新ChatGPT Web版页面](https://www.v2fy.com/p/117-chatgpt-heartbeat-2023-04-21/?post_category=chrome%e6%8f%92%e4%bb%b6%e8%8b%b1%e9%9b%84%e6%a6%9c)
290+
291+
292+
293+
![ChatGPT HeartBeat](https://raw.githubusercontent.com/zhaoolee/ChromeAppHeroes/master/README/1682076939916QSCmrbxp.gif)
294+
295+
296+
297+
ChatGPT HeartBeat 这个油猴脚本,可以每隔30秒(具体的秒数可以自定义),请求 `_ssgManifest.js` 文件, 原理类似服务器ssh连接登录服务器的心跳包,向服务器表明,用户仍在活跃,不要断开连接
298+
287299
#### [116《EXIF Viewer Classic》查看网页中摄影图片的拍摄时间光圈快门等Exif参数信息](https://www.v2fy.com/p/116-exif-viewer-classic-2022-10-22/?post_category=Chrome插件英雄榜)
288300

289301
![使用效果](https://raw.githubusercontent.com/zhaoolee/ChromeAppHeroes/master/README/1666428160952mwnyXnni.gif)

README/1682076939916QSCmrbxp.gif

1.1 MB
Loading

page/117-chatgpt-heartBeat-2023-04-21.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ title: Chrome插件英雄榜117《ChatGPT HeartBeat》让ChatGPT Web服务保持
2929

3030
而ChatGPT HeartBeat 这个油猴脚本,可以每隔30秒(具体的秒数可以自定义),请求 `_ssgManifest.js` 文件, 原理类似服务器ssh连接登录服务器的心跳包,向服务器表明,用户仍在活跃,不要断开连接
3131

32+
- 安装 `https://greasyfork.org/zh-CN/scripts/462967-chatgpt-heartbeat/code`
33+
34+
![安装](https://cdn.fangyuanxiaozhan.com/assets/1682076807315zmJQS5Ap.gif)
35+
3236

3337

3438
![image-20230421183153928](https://cdn.fangyuanxiaozhan.com/assets/16820731152848iiQzz2F.png)
@@ -216,11 +220,15 @@ https://greasyfork.org/zh-CN/scripts/462967-chatgpt-heartbeat/code
216220
})();
217221
```
218222

223+
另外,ChatGPT会检测访问网页的IP, 如果你的IP被ban了,这个脚本无法帮你(我的新加坡阿里云和美国亚马逊云也被ban了,目前没找到解封的方案),我目前解决方案是,用GLaDOS家的服务 [http://i.v2fy.com/vpn](http://i.v2fy.com/vpn) ,走美国代理,然后配合本文的脚本,可以稳定使用ChatGPT Web版
224+
225+
226+
219227
## 小结
220228

221229

222230

223-
ChatGPT 确实是很棒的工具,比Google好用的多,著名程序员问答网站Stack Overflow也因此失去了大量的访问量,这说明类似Stack Overflow的问答网站产品形态落后了,所有的问答网站,都会受到ChatGPT的影响,要么改革,要么凋零
231+
ChatGPT 确实是很棒的工具,比Google好用的多,著名程序员问答网站Stack Overflow也因此失去了大量的访问量,这说明类似Stack Overflow的问答网站产品形态落后了,所有的问答网站,都会受到ChatGPT的影响,要么改革,要么被人忘记
224232

225233

226234

page/readme-chromeappheroes.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ ChromeAppHeroes, Write a Chinese manual for the excellent Chrome plugin, let the
4444

4545
## 目录(点击以下标题, 可以进入文章页~)
4646

47+
- [117《ChatGPT HeartBeat》让ChatGPT Web服务保持连接,避免反复刷新ChatGPT Web版页面](https://www.v2fy.com/p/117-chatgpt-heartbeat-2023-04-21/?post_category=chrome%e6%8f%92%e4%bb%b6%e8%8b%b1%e9%9b%84%e6%a6%9c)
48+
4749
- [116《EXIF Viewer Classic》查看网页中摄影图片的拍摄时间光圈快门等Exif参数信息](https://www.v2fy.com/p/116-exif-viewer-classic-2022-10-22/?post_category=Chrome插件英雄榜)
4850

4951
- [115《Linkclump》在网页画个长方形,打开长方形内所有超链接](https://www.v2fy.com/p/115-linkclump-2022-10-22/?post_category=Chrome插件英雄榜)
@@ -284,6 +286,16 @@ ChromeAppHeroes, Write a Chinese manual for the excellent Chrome plugin, let the
284286

285287
公众号 「0加1」 由项目作者zhaoolee运营, 2021年会同步更新 ChromeAppHeroes (Chrome插件英雄榜)
286288

289+
#### [117《ChatGPT HeartBeat》让ChatGPT Web服务保持连接,避免反复刷新ChatGPT Web版页面](https://www.v2fy.com/p/117-chatgpt-heartbeat-2023-04-21/?post_category=chrome%e6%8f%92%e4%bb%b6%e8%8b%b1%e9%9b%84%e6%a6%9c)
290+
291+
292+
293+
![ChatGPT HeartBeat](https://cdn.fangyuanxiaozhan.com/assets/1682076939916QSCmrbxp.gif)
294+
295+
296+
297+
ChatGPT HeartBeat 这个油猴脚本,可以每隔30秒(具体的秒数可以自定义),请求 `_ssgManifest.js` 文件, 原理类似服务器ssh连接登录服务器的心跳包,向服务器表明,用户仍在活跃,不要断开连接
298+
287299
#### [116《EXIF Viewer Classic》查看网页中摄影图片的拍摄时间光圈快门等Exif参数信息](https://www.v2fy.com/p/116-exif-viewer-classic-2022-10-22/?post_category=Chrome插件英雄榜)
288300

289301
![使用效果](https://cdn.fangyuanxiaozhan.com/assets/1666428160952mwnyXnni.gif)

0 commit comments

Comments
 (0)