Skip to content

Commit 3767c19

Browse files
committed
docs: 更新[脚本自述]
合并日志:Change history/README.md → **/*.md 刷新徽章:SHIELDS.md → **/*.md 刷新帮助:HELP.md → **/*.md 相关脚本:ScriptsPath.json[script.relatedscripts] → **/*.md 所有脚本:ScriptsPath.json[script.relatedscripts] → **/*.md 语言导航:**/*.md → xx|xx
1 parent 2fadd5f commit 3767c19

82 files changed

Lines changed: 1400 additions & 277 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

chatgpt-code-hightlight/README.md

Lines changed: 174 additions & 0 deletions
Large diffs are not rendered by default.

chatgpt-code-hightlight/README_en.md

Lines changed: 216 additions & 0 deletions
Large diffs are not rendered by default.

chatgpt-code-hightlight/README_ko.md

Lines changed: 216 additions & 0 deletions
Large diffs are not rendered by default.

chatgpt-code-hightlight/README_vi.md

Lines changed: 216 additions & 0 deletions
Large diffs are not rendered by default.

chatgpt-code-hightlight/README_zh-TW.md

Lines changed: 216 additions & 0 deletions
Large diffs are not rendered by default.

chatgpt-code-styling/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
> ### 🔍你可能在找ChatGPT相关脚本
6363
>
6464
> - [**ChatGPT代码字体缩小.**](https://greasyfork.org/scripts/505209): ChatGPT 让代码字体变小 并且自动折行
65+
> - [**ChatGPT 代码高亮**](https://greasyfork.org/scripts/527255): 为 ChatGPT 添加所有语言代码高亮(使用 highlight.js)
6566
> - [**ChatGPT 聊天复制代码和导出代码按钮**](https://greasyfork.org/scripts/509598): 在 chatgpt.com 上代码块的右下角添加一个带有动画的“复制代码”按钮和一个为 ChatGPT 响应中的代码块添加导出按钮,提示用户根据代码块的类名检测到的编程语言将代码保存为文件。
6667
> - [**ChatGPT 字符计数器限制**](https://greasyfork.org/scripts/506166): 添加一个字符计数器到输入框,限制为 32732 个字符。(ChatGPT 的限制是 32732 个字符。.)
6768
> - [**ChatGPT 折叠自己消息和最大宽度**](https://greasyfork.org/scripts/504901): 折叠ChatGPT中较长的“你”消息,并设置最大宽度
@@ -94,6 +95,7 @@
9495
> ### 🔍你可能在找ChatGPT相关脚本
9596
>
9697
> - [**ChatGPT代码字体缩小.**](https://greasyfork.org/scripts/505209): ChatGPT 让代码字体变小 并且自动折行
98+
> - [**ChatGPT 代码高亮**](https://greasyfork.org/scripts/527255): 为 ChatGPT 添加所有语言代码高亮(使用 highlight.js)
9799
> - [**ChatGPT 聊天复制代码和导出代码按钮**](https://greasyfork.org/scripts/509598): 在 chatgpt.com 上代码块的右下角添加一个带有动画的“复制代码”按钮和一个为 ChatGPT 响应中的代码块添加导出按钮,提示用户根据代码块的类名检测到的编程语言将代码保存为文件。
98100
> - [**ChatGPT 字符计数器限制**](https://greasyfork.org/scripts/506166): 添加一个字符计数器到输入框,限制为 32732 个字符。(ChatGPT 的限制是 32732 个字符。.)
99101
> - [**ChatGPT 折叠自己消息和最大宽度**](https://greasyfork.org/scripts/504901): 折叠ChatGPT中较长的“你”消息,并设置最大宽度
@@ -150,7 +152,7 @@
150152
> ### 🔍你可能在找GreasyFork相关脚本
151153
>
152154
> - [**Greasy fork脚本页面适用于网址增强**](https://greasyfork.org/scripts/497317): 脚本详情页适用于网址不默认跳转搜索 转为可点击的文本链接并弹出提示
153-
> - [**GrreasyFork 用户发布的脚本数据可视化**](https://greasyfork.org/scripts/508968): 使用Chart.js获取和可视化获取用户脚本数据,并在用户个人主页生成一个图表在下方显示详细安装情况
155+
> - [**GreasyFork 用户发布的脚本数据可视化**](https://greasyfork.org/scripts/508968): 使用Chart.js获取和可视化获取用户脚本数据,并在用户个人主页生成一个图表在下方显示详细安装情况
154156
> - [**GreaysFork 增强WebHook同步设置**](https://greasyfork.org/scripts/506717): GreaysFork 快速输入脚本同步信息,并批量增加多个国家的语言代码,而不用一个个地点击选择框再去对应的网址。
155157
> - [**GreasyFork markdown**](https://greasyfork.org/scripts/505164): 在论坛默认使用格式为Markdown,添加格式帮助链接及在发布新脚本,回复时间启用快速编辑的工具栏
156158
> - [**Greasyfork 脚本显示评分**](https://greasyfork.org/scripts/501119): 在浏览脚本列表时在脚本名称后面添加脚本评分

chatgpt-copy-code-button/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@
121121
> ### 🔍你可能在找ChatGPT相关脚本
122122
>
123123
> - [**ChatGPT代码字体缩小.**](https://greasyfork.org/scripts/505209): ChatGPT 让代码字体变小 并且自动折行
124+
> - [**ChatGPT 代码高亮**](https://greasyfork.org/scripts/527255): 为 ChatGPT 添加所有语言代码高亮(使用 highlight.js)
124125
> - [**ChatGPT 聊天复制代码和导出代码按钮**](https://greasyfork.org/scripts/509598): 在 chatgpt.com 上代码块的右下角添加一个带有动画的“复制代码”按钮和一个为 ChatGPT 响应中的代码块添加导出按钮,提示用户根据代码块的类名检测到的编程语言将代码保存为文件。
125126
> - [**ChatGPT 字符计数器限制**](https://greasyfork.org/scripts/506166): 添加一个字符计数器到输入框,限制为 32732 个字符。(ChatGPT 的限制是 32732 个字符。.)
126127
> - [**ChatGPT 折叠自己消息和最大宽度**](https://greasyfork.org/scripts/504901): 折叠ChatGPT中较长的“你”消息,并设置最大宽度
@@ -154,6 +155,7 @@
154155
> ### 🔍你可能在找ChatGPT相关脚本
155156
>
156157
> - [**ChatGPT代码字体缩小.**](https://greasyfork.org/scripts/505209): ChatGPT 让代码字体变小 并且自动折行
158+
> - [**ChatGPT 代码高亮**](https://greasyfork.org/scripts/527255): 为 ChatGPT 添加所有语言代码高亮(使用 highlight.js)
157159
> - [**ChatGPT 聊天复制代码和导出代码按钮**](https://greasyfork.org/scripts/509598): 在 chatgpt.com 上代码块的右下角添加一个带有动画的“复制代码”按钮和一个为 ChatGPT 响应中的代码块添加导出按钮,提示用户根据代码块的类名检测到的编程语言将代码保存为文件。
158160
> - [**ChatGPT 字符计数器限制**](https://greasyfork.org/scripts/506166): 添加一个字符计数器到输入框,限制为 32732 个字符。(ChatGPT 的限制是 32732 个字符。.)
159161
> - [**ChatGPT 折叠自己消息和最大宽度**](https://greasyfork.org/scripts/504901): 折叠ChatGPT中较长的“你”消息,并设置最大宽度
@@ -210,7 +212,7 @@
210212
> ### 🔍你可能在找GreasyFork相关脚本
211213
>
212214
> - [**Greasy fork脚本页面适用于网址增强**](https://greasyfork.org/scripts/497317): 脚本详情页适用于网址不默认跳转搜索 转为可点击的文本链接并弹出提示
213-
> - [**GrreasyFork 用户发布的脚本数据可视化**](https://greasyfork.org/scripts/508968): 使用Chart.js获取和可视化获取用户脚本数据,并在用户个人主页生成一个图表在下方显示详细安装情况
215+
> - [**GreasyFork 用户发布的脚本数据可视化**](https://greasyfork.org/scripts/508968): 使用Chart.js获取和可视化获取用户脚本数据,并在用户个人主页生成一个图表在下方显示详细安装情况
214216
> - [**GreaysFork 增强WebHook同步设置**](https://greasyfork.org/scripts/506717): GreaysFork 快速输入脚本同步信息,并批量增加多个国家的语言代码,而不用一个个地点击选择框再去对应的网址。
215217
> - [**GreasyFork markdown**](https://greasyfork.org/scripts/505164): 在论坛默认使用格式为Markdown,添加格式帮助链接及在发布新脚本,回复时间启用快速编辑的工具栏
216218
> - [**Greasyfork 脚本显示评分**](https://greasyfork.org/scripts/501119): 在浏览脚本列表时在脚本名称后面添加脚本评分

chatgpt-copy-code-button/README_en.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,10 @@ The user script is [chatgpt.com](https://chatgpt.com) and [share.nezhagpt.cloud]
118118
<!--AUTO_ABOUT_PLEASE_DONT_DELETE_IT-->
119119
<img height="6px" width="100%" src="https://media.chatgptautorefresh.com/images/separators/gradient-aqua.png?latest">
120120

121-
> ### 🔍you may be looking forChatGPTRelated scripts
121+
> ### 🔍你可能在找ChatGPT相关脚本
122122
>
123123
> - [**ChatGPTCode font size reduced**](https://greasyfork.org/scripts/505209): ChatGPT Make code font smaller and automatically wrap
124+
> - [**ChatGPT code highlighted**](https://greasyfork.org/scripts/527255): Add all language code highlighting for ChatGPT (using highlight.js)
124125
> - [**ChatGPT Chat copy code and export code buttons**](https://greasyfork.org/scripts/509598): exist chatgpt.com Add an animation in the lower right corner of the upper code block“Copy code”button and a for ChatGPT Code block in response adds export button,Prompts the user to save code to a file based on the programming language detected by the code block’s class name。
125126
> - [**ChatGPT Character counter limit (CCCL)**](https://greasyfork.org/scripts/506166): Add a character counter to the input box,limited to 32732 characters。(ChatGPT The limit is 32732 characters。)
126127
> - [**ChatGPT Collapse self message and max width**](https://greasyfork.org/scripts/504901): foldChatGPTmedium and long“you”information,and set the maximum width
@@ -151,9 +152,10 @@ Recommended browsers and script managers:
151152
<!--AUTO_ChatGPT相关脚本_PLEASE_DONT_DELETE_IT-->
152153
<img height="6px" width="100%" src="https://media.chatgptautorefresh.com/images/separators/gradient-aqua.png?latest">
153154

154-
> ### 🔍you may be looking forChatGPTRelated scripts
155+
> ### 🔍你可能在找ChatGPT相关脚本
155156
>
156157
> - [**ChatGPTCode font size reduced**](https://greasyfork.org/scripts/505209): ChatGPT Make code font smaller and automatically wrap
158+
> - [**ChatGPT code highlighted**](https://greasyfork.org/scripts/527255): Add all language code highlighting for ChatGPT (using highlight.js)
157159
> - [**ChatGPT Chat copy code and export code buttons**](https://greasyfork.org/scripts/509598): exist chatgpt.com Add an animation in the lower right corner of the upper code block“Copy code”button and a for ChatGPT Code block in response adds export button,Prompts the user to save code to a file based on the programming language detected by the code block’s class name。
158160
> - [**ChatGPT Character counter limit (CCCL)**](https://greasyfork.org/scripts/506166): Add a character counter to the input box,limited to 32732 characters。(ChatGPT The limit is 32732 characters。)
159161
> - [**ChatGPT Collapse self message and max width**](https://greasyfork.org/scripts/504901): foldChatGPTmedium and long“you”information,and set the maximum width
@@ -207,10 +209,10 @@ Recommended browsers and script managers:
207209
<!--AUTO_GreasyFork相关脚本_PLEASE_DONT_DELETE_IT-->
208210
<img height="6px" width="100%" src="https://media.chatgptautorefresh.com/images/separators/gradient-aqua.png?latest">
209211

210-
> ### 🔍you may be looking forGreasyForkRelated scripts
212+
> ### 🔍你可能在找GreasyFork相关脚本
211213
>
212-
> - [**Greasy forkScript pages are suitable for URL enhancement**](https://greasyfork.org/scripts/497317): The script details page is suitable for URLs that do not jump to search by default. Convert to clickable text link and pop up prompt
213-
> - [**GrreasyFork User-published script data visualization**](https://greasyfork.org/scripts/508968): useChart.jsObtaining and visualizing user script data,And generate a chart on the user’s personal homepage to display the detailed installation status below.
214+
> - [**Greasy fork脚本页面适用于网址增强**](https://greasyfork.org/scripts/497317): 脚本详情页适用于网址不默认跳转搜索 转为可点击的文本链接并弹出提示
215+
> - [**GreasyFork User-published script data visualization**](https://greasyfork.org/scripts/508968): useChart.jsObtaining and visualizing user script data,And generate a chart on the user’s personal homepage to display the detailed installation status below.
214216
> - [**GreaysFork EnhanceWebHookSync settings**](https://greasyfork.org/scripts/506717): GreaysFork Quickly enter script synchronization information,And add language codes for multiple countries in batches,Instead of clicking the selection boxes one by one and going to the corresponding URL。
215217
> - [**GreasyFork markdown**](https://greasyfork.org/scripts/505164): The default format used in the forum isMarkdown,Add format help link and publish new script,Reply time toolbar with quick editing enabled
216218
> - [**Greasyfork Script to display ratings**](https://greasyfork.org/scripts/501119): Add script rating after script name when browsing script list

chatgpt-counter/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ ChatGPT Character Counter Limit (CCCL) 是一个用户脚本,旨在为 ChatGPT
8181
> ### 🔍你可能在找ChatGPT相关脚本
8282
>
8383
> - [**ChatGPT代码字体缩小.**](https://greasyfork.org/scripts/505209): ChatGPT 让代码字体变小 并且自动折行
84+
> - [**ChatGPT 代码高亮**](https://greasyfork.org/scripts/527255): 为 ChatGPT 添加所有语言代码高亮(使用 highlight.js)
8485
> - [**ChatGPT 聊天复制代码和导出代码按钮**](https://greasyfork.org/scripts/509598): 在 chatgpt.com 上代码块的右下角添加一个带有动画的“复制代码”按钮和一个为 ChatGPT 响应中的代码块添加导出按钮,提示用户根据代码块的类名检测到的编程语言将代码保存为文件。
8586
> - [**ChatGPT 字符计数器限制**](https://greasyfork.org/scripts/506166): 添加一个字符计数器到输入框,限制为 32732 个字符。(ChatGPT 的限制是 32732 个字符。.)
8687
> - [**ChatGPT 折叠自己消息和最大宽度**](https://greasyfork.org/scripts/504901): 折叠ChatGPT中较长的“你”消息,并设置最大宽度
@@ -120,6 +121,7 @@ ChatGPT Character Counter Limit (CCCL) 是一个用户脚本,旨在为 ChatGPT
120121
> ### 🔍你可能在找ChatGPT相关脚本
121122
>
122123
> - [**ChatGPT代码字体缩小.**](https://greasyfork.org/scripts/505209): ChatGPT 让代码字体变小 并且自动折行
124+
> - [**ChatGPT 代码高亮**](https://greasyfork.org/scripts/527255): 为 ChatGPT 添加所有语言代码高亮(使用 highlight.js)
123125
> - [**ChatGPT 聊天复制代码和导出代码按钮**](https://greasyfork.org/scripts/509598): 在 chatgpt.com 上代码块的右下角添加一个带有动画的“复制代码”按钮和一个为 ChatGPT 响应中的代码块添加导出按钮,提示用户根据代码块的类名检测到的编程语言将代码保存为文件。
124126
> - [**ChatGPT 字符计数器限制**](https://greasyfork.org/scripts/506166): 添加一个字符计数器到输入框,限制为 32732 个字符。(ChatGPT 的限制是 32732 个字符。.)
125127
> - [**ChatGPT 折叠自己消息和最大宽度**](https://greasyfork.org/scripts/504901): 折叠ChatGPT中较长的“你”消息,并设置最大宽度
@@ -176,7 +178,7 @@ ChatGPT Character Counter Limit (CCCL) 是一个用户脚本,旨在为 ChatGPT
176178
> ### 🔍你可能在找GreasyFork相关脚本
177179
>
178180
> - [**Greasy fork脚本页面适用于网址增强**](https://greasyfork.org/scripts/497317): 脚本详情页适用于网址不默认跳转搜索 转为可点击的文本链接并弹出提示
179-
> - [**GrreasyFork 用户发布的脚本数据可视化**](https://greasyfork.org/scripts/508968): 使用Chart.js获取和可视化获取用户脚本数据,并在用户个人主页生成一个图表在下方显示详细安装情况
181+
> - [**GreasyFork 用户发布的脚本数据可视化**](https://greasyfork.org/scripts/508968): 使用Chart.js获取和可视化获取用户脚本数据,并在用户个人主页生成一个图表在下方显示详细安装情况
180182
> - [**GreaysFork 增强WebHook同步设置**](https://greasyfork.org/scripts/506717): GreaysFork 快速输入脚本同步信息,并批量增加多个国家的语言代码,而不用一个个地点击选择框再去对应的网址。
181183
> - [**GreasyFork markdown**](https://greasyfork.org/scripts/505164): 在论坛默认使用格式为Markdown,添加格式帮助链接及在发布新脚本,回复时间启用快速编辑的工具栏
182184
> - [**Greasyfork 脚本显示评分**](https://greasyfork.org/scripts/501119): 在浏览脚本列表时在脚本名称后面添加脚本评分

chatgpt-counter/README_en.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,10 @@ Recommended browsers and script managers:
5656
<!--AUTO_ABOUT_PLEASE_DONT_DELETE_IT-->
5757
<img height="6px" width="100%" src="https://media.chatgptautorefresh.com/images/separators/gradient-aqua.png?latest">
5858

59-
> ### 🔍you may be looking forChatGPTRelated scripts
59+
> ### 🔍你可能在找ChatGPT相关脚本
6060
>
6161
> - [**ChatGPTCode font size reduced**](https://greasyfork.org/scripts/505209): ChatGPT Make code font smaller and automatically wrap
62+
> - [**ChatGPT code highlighted**](https://greasyfork.org/scripts/527255): Add all language code highlighting for ChatGPT (using highlight.js)
6263
> - [**ChatGPT Chat copy code and export code buttons**](https://greasyfork.org/scripts/509598): exist chatgpt.com Add an animation in the lower right corner of the upper code block“Copy code”button and a for ChatGPT Code block in response adds export button,Prompts the user to save code to a file based on the programming language detected by the code block’s class name。
6364
> - [**ChatGPT Character counter limit (CCCL)**](https://greasyfork.org/scripts/506166): Add a character counter to the input box,limited to 32732 characters。(ChatGPT The limit is 32732 characters。)
6465
> - [**ChatGPT Collapse self message and max width**](https://greasyfork.org/scripts/504901): foldChatGPTmedium and long“you”information,and set the maximum width
@@ -85,9 +86,10 @@ Recommended browsers and script managers:
8586
<!--AUTO_ChatGPT相关脚本_PLEASE_DONT_DELETE_IT-->
8687
<img height="6px" width="100%" src="https://media.chatgptautorefresh.com/images/separators/gradient-aqua.png?latest">
8788

88-
> ### 🔍you may be looking forChatGPTRelated scripts
89+
> ### 🔍你可能在找ChatGPT相关脚本
8990
>
9091
> - [**ChatGPTCode font size reduced**](https://greasyfork.org/scripts/505209): ChatGPT Make code font smaller and automatically wrap
92+
> - [**ChatGPT code highlighted**](https://greasyfork.org/scripts/527255): Add all language code highlighting for ChatGPT (using highlight.js)
9193
> - [**ChatGPT Chat copy code and export code buttons**](https://greasyfork.org/scripts/509598): exist chatgpt.com Add an animation in the lower right corner of the upper code block“Copy code”button and a for ChatGPT Code block in response adds export button,Prompts the user to save code to a file based on the programming language detected by the code block’s class name。
9294
> - [**ChatGPT Character counter limit (CCCL)**](https://greasyfork.org/scripts/506166): Add a character counter to the input box,limited to 32732 characters。(ChatGPT The limit is 32732 characters。)
9395
> - [**ChatGPT Collapse self message and max width**](https://greasyfork.org/scripts/504901): foldChatGPTmedium and long“you”information,and set the maximum width
@@ -124,10 +126,10 @@ Recommended browsers and script managers:
124126
<!--AUTO_GreasyFork相关脚本_PLEASE_DONT_DELETE_IT-->
125127
<img height="6px" width="100%" src="https://media.chatgptautorefresh.com/images/separators/gradient-aqua.png?latest">
126128

127-
> ### 🔍you may be looking forGreasyForkRelated scripts
129+
> ### 🔍你可能在找GreasyFork相关脚本
128130
>
129-
> - [**Greasy forkScript pages are suitable for URL enhancement**](https://greasyfork.org/scripts/497317): The script details page is suitable for URLs that do not jump to search by default. Convert to clickable text link and pop up prompt
130-
> - [**GrreasyFork User-published script data visualization**](https://greasyfork.org/scripts/508968): useChart.jsObtaining and visualizing user script data,And generate a chart on the user’s personal homepage to display the detailed installation status below.
131+
> - [**Greasy fork脚本页面适用于网址增强**](https://greasyfork.org/scripts/497317): 脚本详情页适用于网址不默认跳转搜索 转为可点击的文本链接并弹出提示
132+
> - [**GreasyFork User-published script data visualization**](https://greasyfork.org/scripts/508968): useChart.jsObtaining and visualizing user script data,And generate a chart on the user’s personal homepage to display the detailed installation status below.
131133
> - [**GreaysFork EnhanceWebHookSync settings**](https://greasyfork.org/scripts/506717): GreaysFork Quickly enter script synchronization information,And add language codes for multiple countries in batches,Instead of clicking the selection boxes one by one and going to the corresponding URL。
132134
> - [**GreasyFork markdown**](https://greasyfork.org/scripts/505164): The default format used in the forum isMarkdown,Add format help link and publish new script,Reply time toolbar with quick editing enabled
133135
> - [**Greasyfork Script to display ratings**](https://greasyfork.org/scripts/501119): Add script rating after script name when browsing script list

0 commit comments

Comments
 (0)