diff --git a/.github/workflows-bak/1.yml.off b/.github/workflows-bak/1.yml.off deleted file mode 100644 index d78e95afc..000000000 --- a/.github/workflows-bak/1.yml.off +++ /dev/null @@ -1,16 +0,0 @@ -name: Output All Matching Paths - -on: - workflow_dispatch: - -jobs: - output-paths: - runs-on: ubuntu-latest - - steps: - - name: Checkout repository - uses: actions/checkout@v3 - - - name: Find and output all matching paths - run: | - find ./Script\ details/*/Change\ history/README.md diff --git a/.github/workflows/actions-clear.yml b/.github/workflows/actions-clear.yml index d4b6f41cd..a33b5ab42 100644 --- a/.github/workflows/actions-clear.yml +++ b/.github/workflows/actions-clear.yml @@ -12,6 +12,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + with: + sparse-checkout: 'pythonscr/cleanup_actions.py' - name: Install dependencies run: | diff --git a/.github/workflows/auto-close-issue.yml b/.github/workflows/auto-close-issue.yml.off similarity index 100% rename from .github/workflows/auto-close-issue.yml rename to .github/workflows/auto-close-issue.yml.off diff --git a/.github/workflows/merge-change-history.yml b/.github/workflows/merge-change-history.yml index 2dc56727a..0c5d04f5c 100644 --- a/.github/workflows/merge-change-history.yml +++ b/.github/workflows/merge-change-history.yml @@ -54,11 +54,11 @@ jobs: git config --global user.signingkey "${{ secrets.GPG_PRIVATE_ID }}" git pull git add . - git commit -S -m "集中修改脚本[*.md]文件" \ - -m "合并日志→Script details/**/Change history/README.md → Script details/**/*.md" \ - -m "刷新徽章→pythonscr/update-shields/SHIELDS.md → Script details/**/*.md" \ - -m "刷新帮助→pythonscr/update-help/HELP.md → Script details/**/*.md" \ - -m "作者推荐→docs/ScriptsPath.json[script.relatedscripts] → Script details/**/*.md" \ - -m "作者所有脚本→docs/ScriptsPath.json[script.relatedscripts] → Script details/**/*.md" \ + git commit -S -m "集中修改\`[Script details/*/*.md]\`文件" \ + -m "合并日志→Change history/README.md → Script details/**/*.md" \ + -m "刷新徽章→SHIELDS.md → Script details/**/*.md" \ + -m "刷新帮助→HELP.md → Script details/**/*.md" \ + -m "作者推荐→ScriptsPath.json[script.relatedscripts] → Script details/**/*.md" \ + -m "作者所有脚本→ScriptsPath.json[script.relatedscripts] → Script details/**/*.md" \ || echo "没有需要提交的更改" git push diff --git a/.github/workflows/update-chinagodman-commit.yml b/.github/workflows/update-chinagodman-commit.yml index 3ca9ef0bf..124e0377b 100644 --- a/.github/workflows/update-chinagodman-commit.yml +++ b/.github/workflows/update-chinagodman-commit.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest env: GIT_AUTHOR_NAME: ${{ github.event.commits[0].author.name }} - GIT_AUTHOR_EMAIL: toniaiwanowskiskr47@gmail.com + GIT_AUTHOR_EMAIL: ${{ github.event.commits[0].author.email }} GIT_COMMITTER_NAME: qinwuyuan-sync-bot GIT_COMMITTER_EMAIL: "${{ secrets.GPG_PRIVATE_EMAIL }}" diff --git a/.github/workflows/update-contributors.yml b/.github/workflows/update-contributors.yml index 98207a373..708e4902c 100644 --- a/.github/workflows/update-contributors.yml +++ b/.github/workflows/update-contributors.yml @@ -43,6 +43,6 @@ jobs: git config --global commit.gpgSign true # 添加文件并提交 git add docs/README.md - git commit -S -m "update contributors→[docs/README.md]" + git commit -S -m "update contributors→\`[docs/README.md]\`" || echo "没有需要提交的更改" # 推送更改 git push diff --git a/.github/workflows/update-docs-readme-list.yml b/.github/workflows/update-docs-readme-list.yml index 2f02d820f..929a2d29c 100644 --- a/.github/workflows/update-docs-readme-list.yml +++ b/.github/workflows/update-docs-readme-list.yml @@ -15,6 +15,7 @@ concurrency: jobs: update-script-list: + if: ${{ github.event_name == 'workflow_dispatch' || (github.event.workflow_run.head_branch == 'main' && github.event.workflow_run.conclusion == 'success') }} runs-on: ubuntu-latest steps: - name: 检出代码 @@ -37,5 +38,5 @@ jobs: git config --global user.signingkey "${{ secrets.GPG_PRIVATE_ID }}" git pull git add . - git commit -S -m '更新readme脚本列表[docs/ScriptsPath.json→/docs/README.md]' || echo "没有需要提交的更改" + git commit -S -m '更新`[/docs/README.md]`内脚本列表`[docs/ScriptsPath.json→/docs/README.md]`' || echo "没有需要提交的更改" git push diff --git a/.github/workflows/update-translate-repo-md.yml b/.github/workflows/update-translate-repo-md.yml index 236867f57..19769b04c 100644 --- a/.github/workflows/update-translate-repo-md.yml +++ b/.github/workflows/update-translate-repo-md.yml @@ -9,6 +9,7 @@ on: jobs: translate-readme: + if: ${{ github.event_name == 'workflow_dispatch' || (github.event.workflow_run.head_branch == 'main' && github.event.workflow_run.conclusion == 'success') }} runs-on: ubuntu-latest steps: - name: 检出代码 @@ -28,8 +29,5 @@ jobs: git config --global user.signingkey "${{ secrets.GPG_PRIVATE_ID }}" git pull git add . - git commit -S -m "仓库[README.md]更新" \ - -m "GoogleTranslate→[docs/README.md]↓" \ - -m "[docs/README_xx.md {vi,ko,en,jp,zh-TW}]" \ - || echo "没有需要提交的更改" + git commit -S -m "\`[docs/README.md]\`谷歌翻译→\`[docs/{vi,ko,en,jp,zh-TW}.md]\`" || echo "没有需要提交的更改" git push diff --git a/.github/workflows/update-translate-script-md.yml b/.github/workflows/update-translate-script-md.yml index acf4283b7..a352185b1 100644 --- a/.github/workflows/update-translate-script-md.yml +++ b/.github/workflows/update-translate-script-md.yml @@ -9,6 +9,7 @@ on: jobs: translate-script-readme: + if: ${{ github.event_name == 'workflow_dispatch' || (github.event.workflow_run.head_branch == 'main' && github.event.workflow_run.conclusion == 'success') }} runs-on: ubuntu-latest steps: - name: 检出代码 @@ -28,8 +29,5 @@ jobs: git config --global user.signingkey "${{ secrets.GPG_PRIVATE_ID }}" git pull git add . - git commit -S -m "脚本[README{_xx}.md]翻译" \ - -m "GoogleTranslate→[Script details/**/README{_xx}.md]↓" \ - -m "[Script details/**/README{_xx}.md]" \ - || echo "没有更改" + git commit -S -m "脚本说明\`[Script details/**/README.md]\`翻译→\`[Script details/**/README{_xx}.md]\`" || echo "没有需要提交的更改" git push diff --git a/.gitignore b/.gitignore index c6c1fa311..77dd62fc1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,5 @@ - - +qwy_* script_bak .vscode -launch.json -folder_tree.html -pwshscr -1.user.js -CHANGE.TXT -CHANGE.HTML -GitHub commit -1.txt -read.md \ No newline at end of file +*.html +*.txt \ No newline at end of file diff --git a/Script details/chatgpt-code-styling/README.md b/Script details/chatgpt-code-styling/README.md index 7b0a45a90..909c385ba 100644 --- a/Script details/chatgpt-code-styling/README.md +++ b/Script details/chatgpt-code-styling/README.md @@ -26,7 +26,7 @@
「 让 ChatGPT 代码字体变小 」
+「 让 ChatGPT 代码框内字体变小 」
Download:Github | ⭐
> ### 🔍你可能在找ChatGPT相关脚本
-> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码字体变小
+> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码框内字体变小
> - [**ChatGPT 聊天复制代码按钮**](https://greasyfork.org/scripts/509598): 在 chatgpt.com 上代码块的右下角添加一个带有动画的“复制代码”按钮
> - [**ChatGPT 字符计数器**](https://greasyfork.org/scripts/506166): 添加一个字符计数器到输入框,限制为 32732 个字符。(ChatGPT 的限制是 32732 个字符。)
> - [**ChatGPT 折叠自己消息和最大宽度**](https://greasyfork.org/scripts/504901): 自动折叠由你发送的长消息,节省屏幕空间。允许你设置聊天窗口的最大宽度,使得长消息不会超出指定范围。
@@ -68,26 +68,29 @@
-
-
-
+ More user scripts /
back to top↑ 「 添加一characters计数器到输入框,limited to 32732 characters。(ChatGPT The limit is 32732 个字符。) 」 「 add onecharactersCounter to input box,limited to 32732 characters。(ChatGPT The limit is 32732 characters。) 」 Download:Github | ⭐
> ### 🔍you may be looking forChatGPTRelated scripts
-> - [**ChatGPTCode font size reduced**](https://greasyfork.org/scripts/505209): let ChatGPT Code font size becomes smaller
-> - [**ChatGPT chatCopy codebutton**](https://greasyfork.org/scripts/509598): exist chatgpt.com Add an animation in the lower right corner of the upper code block“Copy code”button
+> - [**ChatGPTCode font size reduced**](https://greasyfork.org/scripts/505209): let ChatGPT The font size in the code box becomes smaller
+> - [**ChatGPT chatCopy codebutton**](https://greasyfork.org/scripts/509598): exist chatgpt.com Add an animation with animation in the lower right corner of the upper code block“Copy code”button
> - [**ChatGPT character counter**](https://greasyfork.org/scripts/506166): add onecharactersCounter to input box,limited to 32732 characters。(ChatGPT The limit is 32732 characters。)
> - [**ChatGPT Collapse self message and max width**](https://greasyfork.org/scripts/504901): Automatically collapse long messages sent by you,Save screen space。Allows you to set the maximum width of the chat window,Keep long messages from exceeding the specified range。
@@ -97,27 +97,30 @@ Modified from the script [ChatGPT Character Counter Limit (CCCL)](https://greasy
More user scripts /
back to top↑ More user scripts /
back to top↑ Nhiều tập lệnh người dùng hơn /
trở lại đầu trang↑ More user scripts /
back to top↑ More user scripts /
back to top↑ More user scripts /
back to top↑ More user scripts /
back to top↑ More user scripts /
back to top↑ More user scripts /
back to top↑ More user scripts /
back to top↑ More user scripts /
back to top↑ More user scripts /
back to top↑ More user scripts /
back to top↑ Nhiều tập lệnh người dùng hơn /
trở lại đầu trang↑ More user scripts /
back to top↑ More user scripts /
back to top↑ More user scripts /
back to top↑ More user scripts /
back to top↑ More user scripts /
back to top↑ More user scripts /
back to top↑ More user scripts /
back to top↑ More user scripts /
back to top↑ More user scripts /
back to top↑ More user scripts /
back to top↑ More user scripts /
back to top↑ More user scripts /
back to top↑ More user scripts /
back to top↑ More user scripts /
back to top↑
-
+### 查看所有发布脚本
+
-### 查看所有发布脚本
+
-> ### 🔍你可能在找 ChatGPT相关脚本
-> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码字体变小
+> ### 🔍你可能在找ChatGPT相关脚本
+> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码框内字体变小
> - [**ChatGPT 聊天复制代码按钮**](https://greasyfork.org/scripts/509598): 在 chatgpt.com 上代码块的右下角添加一个带有动画的“复制代码”按钮
> - [**ChatGPT 字符计数器**](https://greasyfork.org/scripts/506166): 添加一个字符计数器到输入框,限制为 32732 个字符。(ChatGPT 的限制是 32732 个字符。)
> - [**ChatGPT 折叠自己消息和最大宽度**](https://greasyfork.org/scripts/504901): 自动折叠由你发送的长消息,节省屏幕空间。允许你设置聊天窗口的最大宽度,使得长消息不会超出指定范围。
+
+
+
+
-> ### 🔍你可能在找 网页相关脚本
+> ### 🔍你可能在找网页相关脚本
> - [**网页写入剪辑版授权管理器**](https://greasyfork.org/scripts/497403): 禁止网页向剪辑版拉屎,绿色为放行,红色禁止,橙色临时方向
> - [**解除CSDN登录复制限制**](https://greasyfork.org/scripts/505207): 去你妈的 CSDN 登录复制,无需登录即可复制代码框内容
> - [**绚丽渐变美化网页表格**](https://greasyfork.org/scripts/507036): 自动为网页上的表格所有列应用颜色渐变美化.
@@ -98,9 +101,13 @@
> - [**上下滚动小按钮**](https://greasyfork.org/scripts/497251): 页面右侧添加上下滚动按钮
> - [**一键置顶和置底按钮**](https://greasyfork.org/scripts/500255): 修改自Greasyfork用户脚本 为网页添加置顶和置底按钮,方便在长页面中快速移动到顶部或底部。 增加向下滚动时按钮变色,3秒内无滚动自动停止
+
+
+
+
-> ### 🔍你可能在找 GitHub相关脚本
+> ### 🔍你可能在找GitHub相关脚本
> - [**GitHub提交信息显示HTML**](https://greasyfork.org/scripts/505830): 该脚本将 GitHub 上的提交信息转化为 HTML 视图,以更清晰地查看提交详情。它会自动将提交信息列表、提交头部和最新提交信息转化为 HTML 格式,提供更佳的视觉效果和用户体验。
> - [**GitHub 文件列表美化器**](https://greasyfork.org/scripts/508047): GitHub 文件列表美化器是一个用户脚本,用于增强 GitHub 仓库中的文件显示效果。它可以为文件和文件夹添加颜色,并将文件类型图标替换为小图像,使得代码库更加易于浏览和管理。
> - [**Github 代码语言列表显示全部**](https://greasyfork.org/scripts/509889): 扩展 Github 存储库上的语言列表,显示每种语言,而不是将小部分隐藏在 “其他” 下
@@ -110,15 +117,23 @@
> - [**🤠 Github 增强小助手 仓库显示大小 不活跃开发警告 仓库内快捷跳转用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): 在Github查看仓库和搜索仓库时显示仓库大小 ,不活跃开发警告,仓库内快捷跳转.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): 仓库列表文件排序方式改为日期降序,方便查看最新更新的文件。
+
+
+
+
-> ### 🔍你可能在找 Google相关脚本
+> ### 🔍你可能在找Google相关脚本
> - [**Google 高级搜索**](https://greasyfork.org/scripts/502652): 这是一个为 Google 添加高级搜索表单的用户脚本。它能在页面顶部添加一个可隐藏的高级搜索表单,使您能够更精确地搜索信息。
> - [**Google 搜索屏蔽指定站点**](https://greasyfork.org/scripts/500262): 在搜索引擎结果中屏蔽特定的站点,帮助用户过滤掉不需要的搜索结果。 自定义输入屏蔽站点。格式-zhihu -baidu 用于屏蔽谷歌搜索内容
+
+
+
+
-> ### 🔍你可能在找 GreasyFork相关脚本
+> ### 🔍你可能在找GreasyFork相关脚本
> - [**GreasyFork适用于增强**](https://greasyfork.org/scripts/497317): 脚本详情页增加适用于链接增加点击打开网页,复制网页,轮胎搜索
> - [**GrreasyFork 用户发布的脚本数据可视化**](https://greasyfork.org/scripts/508968): 使用Chart.js获取和可视化获取用户脚本数据,并在用户个人主页生成一个图表在下方显示详细安装情况
> - [**GreaysFork 增强 WebHook同步设置**](https://greasyfork.org/scripts/506717): 这个脚本可以帮助你快速输入脚本同步信息,并批量增加多个国家的语言代码,而不用一个个地点击选择框再去对应的网址。
@@ -130,22 +145,27 @@
> - [**Greasyfork 通知助手**](https://greasyfork.org/scripts/506345): 当你的脚本或你参与的讨论有新回复时,脚本会在网页上以模态窗口显示最新的讨论内容。
> - [**Script Finder油猴脚本查找器**](https://greasyfork.org/scripts/498904): Script Finder 是一个用户脚本(userscript),它可以帮助你在任何网站上查找和管理用户脚本
+
+
+
+
-> ### 🔍你可能在找 成人脚本
+> ### 🔍你可能在找成人脚本
> - [**MiSSAV自动登录**](https://greasyfork.org/scripts/505325): 检测 MisssAV 状态,并且在未登录时自动登录
> - [**MissAV收藏管理器**](https://greasyfork.org/scripts/497682): miss片单备份,支持下载图片保存视频信息.导出本地网页 支持导出到webdav
> - [**TissAV自动登录**](https://greasyfork.org/scripts/506528): 检测 TissAV 状态,并且在未登录时自动登录
> - [**JableTV自动登录**](https://greasyfork.org/scripts/506730): 检测 JableTV 状态,并且在未登录时自动登录
+
+
+
+
-> ### 🔍你可能在找 自动翻译
+> ### 🔍你可能在找自动翻译
> - [**外语终结者**](https://greasyfork.org/scripts/504890): 识别非中文字符,如果长度大于 5 且翻译文本中不含中文,则替换为中文,需要可访问google的网络
> - [**网页翻译——自动翻译为中文**](https://greasyfork.org/scripts/505208): 给每个非中文的网页右下角(可以调整到左下角)添加一个 google 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译
-
> ### 🔍你可能在找ChatGPT相关脚本
-> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码字体变小
+> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码框内字体变小
> - [**ChatGPT 聊天复制代码按钮**](https://greasyfork.org/scripts/509598): 在 chatgpt.com 上代码块的右下角添加一个带有动画的“复制代码”按钮
> - [**ChatGPT 字符计数器**](https://greasyfork.org/scripts/506166): 添加一个字符计数器到输入框,限制为 32732 个字符。(ChatGPT 的限制是 32732 个字符。)
> - [**ChatGPT 折叠自己消息和最大宽度**](https://greasyfork.org/scripts/504901): 自动折叠由你发送的长消息,节省屏幕空间。允许你设置聊天窗口的最大宽度,使得长消息不会超出指定范围。
@@ -115,39 +115,41 @@
## 使用帮助
-推荐浏览器和脚本管理器:
+ 推荐浏览器和脚本管理器:
+* **Greasemonkey + Waterfox**
+* **Tampermonkey/Violentmonkey + Firefox**
+* **Tampermonkey/Violentmonkey + Chrome**
+* **Userscripts + ios Safari**
+* **Violentmonkey/KiWiBrowser + Android**
-- **Greasemonkey + Waterfox**
-- **Tampermonkey/Violentmonkey + Firefox**
-- **Tampermonkey/Violentmonkey + Chrome**
-- **Userscripts + ios Safari**
-- **Violentmonkey/KiWiBrowser + Android**
-
-**如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/README.md)查看图文教学!**
+ **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/README.md)查看图文教学!**
-
-
-
+
-
+### 查看所有发布脚本
+
-### 查看所有发布脚本
+
-> ### 🔍你可能在找 ChatGPT相关脚本
-> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码字体变小
+> ### 🔍你可能在找ChatGPT相关脚本
+> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码框内字体变小
> - [**ChatGPT 聊天复制代码按钮**](https://greasyfork.org/scripts/509598): 在 chatgpt.com 上代码块的右下角添加一个带有动画的“复制代码”按钮
> - [**ChatGPT 字符计数器**](https://greasyfork.org/scripts/506166): 添加一个字符计数器到输入框,限制为 32732 个字符。(ChatGPT 的限制是 32732 个字符。)
> - [**ChatGPT 折叠自己消息和最大宽度**](https://greasyfork.org/scripts/504901): 自动折叠由你发送的长消息,节省屏幕空间。允许你设置聊天窗口的最大宽度,使得长消息不会超出指定范围。
+
+
+
+
-> ### 🔍你可能在找 网页相关脚本
+> ### 🔍你可能在找网页相关脚本
> - [**网页写入剪辑版授权管理器**](https://greasyfork.org/scripts/497403): 禁止网页向剪辑版拉屎,绿色为放行,红色禁止,橙色临时方向
> - [**解除CSDN登录复制限制**](https://greasyfork.org/scripts/505207): 去你妈的 CSDN 登录复制,无需登录即可复制代码框内容
> - [**绚丽渐变美化网页表格**](https://greasyfork.org/scripts/507036): 自动为网页上的表格所有列应用颜色渐变美化.
@@ -158,9 +160,13 @@
> - [**上下滚动小按钮**](https://greasyfork.org/scripts/497251): 页面右侧添加上下滚动按钮
> - [**一键置顶和置底按钮**](https://greasyfork.org/scripts/500255): 修改自Greasyfork用户脚本 为网页添加置顶和置底按钮,方便在长页面中快速移动到顶部或底部。 增加向下滚动时按钮变色,3秒内无滚动自动停止
+
+
+
+
-> ### 🔍你可能在找 GitHub相关脚本
+> ### 🔍你可能在找GitHub相关脚本
> - [**GitHub提交信息显示HTML**](https://greasyfork.org/scripts/505830): 该脚本将 GitHub 上的提交信息转化为 HTML 视图,以更清晰地查看提交详情。它会自动将提交信息列表、提交头部和最新提交信息转化为 HTML 格式,提供更佳的视觉效果和用户体验。
> - [**GitHub 文件列表美化器**](https://greasyfork.org/scripts/508047): GitHub 文件列表美化器是一个用户脚本,用于增强 GitHub 仓库中的文件显示效果。它可以为文件和文件夹添加颜色,并将文件类型图标替换为小图像,使得代码库更加易于浏览和管理。
> - [**Github 代码语言列表显示全部**](https://greasyfork.org/scripts/509889): 扩展 Github 存储库上的语言列表,显示每种语言,而不是将小部分隐藏在 “其他” 下
@@ -170,15 +176,23 @@
> - [**🤠 Github 增强小助手 仓库显示大小 不活跃开发警告 仓库内快捷跳转用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): 在Github查看仓库和搜索仓库时显示仓库大小 ,不活跃开发警告,仓库内快捷跳转.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): 仓库列表文件排序方式改为日期降序,方便查看最新更新的文件。
+
+
+
+
-> ### 🔍你可能在找 Google相关脚本
+> ### 🔍你可能在找Google相关脚本
> - [**Google 高级搜索**](https://greasyfork.org/scripts/502652): 这是一个为 Google 添加高级搜索表单的用户脚本。它能在页面顶部添加一个可隐藏的高级搜索表单,使您能够更精确地搜索信息。
> - [**Google 搜索屏蔽指定站点**](https://greasyfork.org/scripts/500262): 在搜索引擎结果中屏蔽特定的站点,帮助用户过滤掉不需要的搜索结果。 自定义输入屏蔽站点。格式-zhihu -baidu 用于屏蔽谷歌搜索内容
+
+
+
+
-> ### 🔍你可能在找 GreasyFork相关脚本
+> ### 🔍你可能在找GreasyFork相关脚本
> - [**GreasyFork适用于增强**](https://greasyfork.org/scripts/497317): 脚本详情页增加适用于链接增加点击打开网页,复制网页,轮胎搜索
> - [**GrreasyFork 用户发布的脚本数据可视化**](https://greasyfork.org/scripts/508968): 使用Chart.js获取和可视化获取用户脚本数据,并在用户个人主页生成一个图表在下方显示详细安装情况
> - [**GreaysFork 增强 WebHook同步设置**](https://greasyfork.org/scripts/506717): 这个脚本可以帮助你快速输入脚本同步信息,并批量增加多个国家的语言代码,而不用一个个地点击选择框再去对应的网址。
@@ -190,22 +204,27 @@
> - [**Greasyfork 通知助手**](https://greasyfork.org/scripts/506345): 当你的脚本或你参与的讨论有新回复时,脚本会在网页上以模态窗口显示最新的讨论内容。
> - [**Script Finder油猴脚本查找器**](https://greasyfork.org/scripts/498904): Script Finder 是一个用户脚本(userscript),它可以帮助你在任何网站上查找和管理用户脚本
+
+
+
+
-> ### 🔍你可能在找 成人脚本
+> ### 🔍你可能在找成人脚本
> - [**MiSSAV自动登录**](https://greasyfork.org/scripts/505325): 检测 MisssAV 状态,并且在未登录时自动登录
> - [**MissAV收藏管理器**](https://greasyfork.org/scripts/497682): miss片单备份,支持下载图片保存视频信息.导出本地网页 支持导出到webdav
> - [**TissAV自动登录**](https://greasyfork.org/scripts/506528): 检测 TissAV 状态,并且在未登录时自动登录
> - [**JableTV自动登录**](https://greasyfork.org/scripts/506730): 检测 JableTV 状态,并且在未登录时自动登录
+
+
+
+
-> ### 🔍你可能在找 自动翻译
+> ### 🔍你可能在找自动翻译
> - [**外语终结者**](https://greasyfork.org/scripts/504890): 识别非中文字符,如果长度大于 5 且翻译文本中不含中文,则替换为中文,需要可访问google的网络
> - [**网页翻译——自动翻译为中文**](https://greasyfork.org/scripts/505208): 给每个非中文的网页右下角(可以调整到左下角)添加一个 google 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译
-
-
GitHubView the script for the orderly
+
GreasyForkView the script for the orderly
View the script of the orderly on the current pageGitHubView the script for the orderly
GreasyForkView the script for the orderly
Current page View the People’s Orderly Script
@@ -101,9 +101,9 @@ The user script is [chatgpt.com](https://chatgpt.com) and [share.nezhagpt.cloud]
> ### 🔍you may be looking forChatGPTRelated scripts
-> - [**ChatGPTCode font size reduced**](https://greasyfork.org/scripts/505209): let ChatGPT Code font size becomes smaller
-> - [**ChatGPT 聊天Copy codebutton**](https://greasyfork.org/scripts/509598): exist chatgpt.com Add an animation in the lower right corner of the upper code block“复制代码”按钮
-> - [**ChatGPT character counter**](https://greasyfork.org/scripts/506166): 添加一characters计数器到输入框,limited to 32732 characters。(ChatGPT The limit is 32732 个字符。)
+> - [**ChatGPTCode font size reduced**](https://greasyfork.org/scripts/505209): let ChatGPT The font size in the code box becomes smaller
+> - [**ChatGPT chatCopy codebutton**](https://greasyfork.org/scripts/509598): exist chatgpt.com Add an animation with animation in the lower right corner of the upper code block“Copy code”button
+> - [**ChatGPT character counter**](https://greasyfork.org/scripts/506166): add onecharactersCounter to input box,limited to 32732 characters。(ChatGPT The limit is 32732 characters。)
> - [**ChatGPT Collapse self message and max width**](https://greasyfork.org/scripts/504901): Automatically collapse long messages sent by you,Save screen space。Allows you to set the maximum width of the chat window,Keep long messages from exceeding the specified range。
@@ -115,41 +115,43 @@ The user script is [chatgpt.com](https://chatgpt.com) and [share.nezhagpt.cloud]
## Help
-Recommended browsers and script managers:
+ Recommended browsers and script managers:
+* **Greasemonkey + Waterfox**
+* **Tampermonkey/Violentmonkey + Firefox**
+* **Tampermonkey/Violentmonkey + Chrome**
+* **Userscripts + ios Safari**
+* **Violentmonkey/KiWiBrowser + Android**
-- **Greasemonkey + Waterfox**
-- **Tampermonkey/Violentmonkey + Firefox**
-- **Tampermonkey/Violentmonkey + Chrome**
-- **Userscripts + ios Safari**
-- **Violentmonkey/KiWiBrowser + Android**
-
-**If you need to know more about how to install userscripts,[click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/README.md)View graphic teaching!**
+ **If you need to know more about how to install userscripts,[click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/README.md)View graphic teaching!**
-
+### View all publish scripts
+
-### View all publish scripts
+
-> ### 🔍you may be looking for ChatGPTRelated scripts
-> - [**ChatGPTCode font size reduced**](https://greasyfork.org/scripts/505209): let ChatGPT Code font size becomes smaller
-> - [**ChatGPT 聊天Copy codebutton**](https://greasyfork.org/scripts/509598): exist chatgpt.com Add an animation in the lower right corner of the upper code block“复制代码”按钮
-> - [**ChatGPT character counter**](https://greasyfork.org/scripts/506166): 添加一characters计数器到输入框,limited to 32732 characters。(ChatGPT The limit is 32732 个字符。)
+> ### 🔍you may be looking forChatGPTRelated scripts
+> - [**ChatGPTCode font size reduced**](https://greasyfork.org/scripts/505209): let ChatGPT The font size in the code box becomes smaller
+> - [**ChatGPT chatCopy codebutton**](https://greasyfork.org/scripts/509598): exist chatgpt.com Add an animation in the lower right corner of the upper code block“Copy code”button
+> - [**ChatGPT character counter**](https://greasyfork.org/scripts/506166): add onecharactersCounter to input box,limited to 32732 characters。(ChatGPT The limit is 32732 characters。)
> - [**ChatGPT Collapse self message and max width**](https://greasyfork.org/scripts/504901): Automatically collapse long messages sent by you,Save screen space。Allows you to set the maximum width of the chat window,Keep long messages from exceeding the specified range。
+
+
+
+
-> ### 🔍you may be looking for Web related scripts
-> - [**Web page writing clip version authorization manager**](https://greasyfork.org/scripts/497403): Ban web pages from pooping on edited versions,green for release,red ban,orange temporary directions
-> - [**LiftCSDNLoginCopy限制**](https://greasyfork.org/scripts/505207): fuck you CSDN 登录复制,Copy code box content without logging in
+> ### 🔍You may be looking for web related scripts
+> - [**Web page writing clip version authorization manager**](https://greasyfork.org/scripts/497403): Ban web pages from pooping on edited versions,green for release,red prohibition,orange temporary directions
+> - [**LiftCSDNLoginCopylimit**](https://greasyfork.org/scripts/505207): fuck you CSDN LoginCopy,Copy code box content without logging in
> - [**Beautify web forms with gorgeous gradients**](https://greasyfork.org/scripts/507036): Automatically apply color gradient beautification to all columns of tables on web pages.
> - [**Highlight keywords on web pages+(recommend)**](https://greasyfork.org/scripts/498906): Highlight text on web pages
> - [**Highlight web text_mini version**](https://greasyfork.org/scripts/498905): Custom keyword highlighting on web pages including dynamically loaded content on scroll
@@ -158,54 +160,71 @@ Recommended browsers and script managers:
> - [**Small scroll button up and down**](https://greasyfork.org/scripts/497251): Add up and down scroll buttons on the right side of the page
> - [**One-touch top and bottom buttons**](https://greasyfork.org/scripts/500255): Modified fromGreasyforkuser script Add top and bottom buttons to web pages,Facilitates quick movement to the top or bottom of long pages。 Added button color change when scrolling down,3Automatically stops if there is no scrolling within seconds
+
+
+
+
-> ### 🔍you may be looking for GitHubRelated scripts
+> ### 🔍you may be looking forGitHubRelated scripts
> - [**GitHubSubmit information displayHTML**](https://greasyfork.org/scripts/505830): This script will GitHub The submission information on HTML view,to see submission details more clearly。It will automatically submit the information list、The commit header and latest commit information are converted to HTML Format,Provide better visual effects and user experience。
-> - [**GitHub File list beautifier**](https://greasyfork.org/scripts/508047): GitHub File List Beautifier is a user script,used to enhance GitHub Display effect of files in warehouse。It can add colors to files and folders,and replace the file type icons with small images,Makes the code base easier to browse and manage。
+> - [**GitHub File list beautifier**](https://greasyfork.org/scripts/508047): GitHub File List Beautifier is a user script,used to enhance GitHub Display effect of files in warehouse。It can add color to files and folders,and replace the file type icons with small images,Makes the code base easier to browse and manage。
> - [**Github List of code languages show all**](https://greasyfork.org/scripts/509889): Expand Github List of languages on the repository,Show each language,Instead of hiding small parts in “other” Down
> - [**GitHub Automatically confirm device authorization**](https://greasyfork.org/scripts/508956): existGitHubThe authorization page automatically enters the authorization code and automatically confirms it.。
-> - [**GitHubfolder下载**](https://greasyfork.org/scripts/505496): Add a download button,Allows easy downloading of specific GitHub 文件夹。
+> - [**GitHubfolderdownload**](https://greasyfork.org/scripts/505496): Add a download button,Allows easy downloading of specific GitHub folder。
> - [**GitHubDownload single files and copy filesURL**](https://greasyfork.org/scripts/505501): Add button at the end of each file line,to copy the original file URL and download files
-> - [**🤠 Github Enhance assistant Warehouse display size Inactive development warning Quick jump within the warehouse用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): existGithubShow warehouse size when viewing and searching warehouses ,Inactive development warning,仓库内快捷跳转.
+> - [**🤠 Github Enhance assistant Warehouse display size Inactive development warning Quick jump within the warehouseUser’s other warehouses 🤠**](https://greasyfork.org/scripts/502291): existGithubShow warehouse size when viewing and searching warehouses ,Inactive development warning,Quick jump within the warehouse.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): Change the sorting method of warehouse list files to descending date order,Conveniently view the latest updated files。
+
+
+
+
-> ### 🔍you may be looking for GoogleRelated scripts
-> - [**Google Advanced search**](https://greasyfork.org/scripts/502652): This is a for Google Add user script for advanced search form。It adds a hideable advanced search form at the top of the page,Enable you to search for information more precisely。
+> ### 🔍you may be looking forGoogleRelated scripts
+> - [**Google Advanced search**](https://greasyfork.org/scripts/502652): This is a for Google Add user script for advanced search form。It adds a hideable advanced search form at the top of the page,Enables you to search for information more precisely。
> - [**Google Search and block specific sites**](https://greasyfork.org/scripts/500262): Block specific sites from search engine results,Help users filter out unwanted search results。 Custom input blocking site。Format-zhihu -baidu Used to block Google search content
+
+
+
+
-> ### 🔍you may be looking for GreasyForkRelated scripts
+> ### 🔍you may be looking forGreasyForkRelated scripts
> - [**GreasyForksuitable for enhancement**](https://greasyfork.org/scripts/497317): The script details page is added. It is suitable for links to be added. Click to open the web page.,Copy web page,tire search
> - [**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.
> - [**GreaysFork Enhance WebHookSync settings**](https://greasyfork.org/scripts/506717): This script can help you 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。
> - [**GreasyFork Markdown toobar**](https://greasyfork.org/scripts/505164): Used by default in forums Markdown Format,Add format help link and Markdown Toolbar introduction
> - [**GreasyFork Show script ratings**](https://greasyfork.org/scripts/501119): Add evaluation scores to script list
-> - [**GreasyFork Advanced search**](https://greasyfork.org/scripts/505215): Search using Google GreasyFork and SleazyFork upper script
-> - [**GreasyFork Navigation barEnhance**](https://greasyfork.org/scripts/501880): 增强greasyfork导航栏,Add user list,User console etc.
+> - [**GreasyFork Advanced search**](https://greasyfork.org/scripts/505215): Search using Google GreasyFork and SleazyFork superior script
+> - [**GreasyFork Navigation barEnhance**](https://greasyfork.org/scripts/501880): EnhancegreasyforkNavigation bar,Add user list,User console, etc.
> - [**GreasyforkGlue craftsman**](https://greasyfork.org/scripts/497346): Enhancegreasyfork,Copy code,Script download,Precise time to seconds,Home page cleanup,Discuss one-click reporting,Script list jump code added download Beautify view code and display code reference files,show script icon,Jump to adult scripts and other operations
> - [**Greasyfork Notification assistant**](https://greasyfork.org/scripts/506345): When there’s a new reply to your script or to a discussion you’re participating in,The script will display the latest discussion content in a modal window on the web page。
> - [**Script FinderGrease Monkey Script Finder**](https://greasyfork.org/scripts/498904): Script Finder is a user script(userscript),It helps you find and manage userscripts on any website
+
+
+
+
-> ### 🔍you may be looking for adult script
+> ### 🔍You may be looking for adult scripts
> - [**MiSSAVAutomatic login**](https://greasyfork.org/scripts/505325): Detection MisssAV state,and automatically log in when not logged in
> - [**MissAVCollection manager**](https://greasyfork.org/scripts/497682): missPlaylist backup,Support downloading pictures and saving video information.Export local web page Support export towebdav
> - [**TissAVAutomatic login**](https://greasyfork.org/scripts/506528): Detection TissAV state,and automatically log in when not logged in
> - [**JableTVAutomatic login**](https://greasyfork.org/scripts/506730): Detection JableTV state,and automatically log in when not logged in
-
-> ### 🔍you may be looking for automatic translation
-> - [**foreign language terminator**](https://greasyfork.org/scripts/504890): Recognize non-Chinese characters,If the length is greater than 5 And the translated text does not contain Chinese,then replace it with Chinese,Need to be accessiblegooglenetwork
-> - [**web page translation——Automatically translated to Chinese**](https://greasyfork.org/scripts/505208): Give the lower right corner of each non-Chinese web page(Can be adjusted to the lower left corner)add a google Translate icon,This version is a Chinese translation version,Only translate foreign languages into Chinese,Add automatic translation
+
+
+
-
> ### 🔍你可能在找ChatGPT相关脚本
-> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码字体变小
+> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码框内字体变小
> - [**ChatGPT 聊天复制代码按钮**](https://greasyfork.org/scripts/509598): 在 chatgpt.com 上代码块的右下角添加一个带有动画的“复制代码”按钮
> - [**ChatGPT 字符计数器**](https://greasyfork.org/scripts/506166): 添加一个字符计数器到输入框,限制为 32732 个字符。(ChatGPT 的限制是 32732 个字符。)
> - [**ChatGPT 折叠自己消息和最大宽度**](https://greasyfork.org/scripts/504901): 自动折叠由你发送的长消息,节省屏幕空间。允许你设置聊天窗口的最大宽度,使得长消息不会超出指定范围。
@@ -92,26 +92,29 @@ ChatGPT Character Counter Limit (CCCL) 是一个用户脚本,旨在为 ChatGPT
-
-
-
+
-
+### 查看所有发布脚本
+
-### 查看所有发布脚本
+
-> ### 🔍你可能在找 ChatGPT相关脚本
-> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码字体变小
+> ### 🔍你可能在找ChatGPT相关脚本
+> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码框内字体变小
> - [**ChatGPT 聊天复制代码按钮**](https://greasyfork.org/scripts/509598): 在 chatgpt.com 上代码块的右下角添加一个带有动画的“复制代码”按钮
> - [**ChatGPT 字符计数器**](https://greasyfork.org/scripts/506166): 添加一个字符计数器到输入框,限制为 32732 个字符。(ChatGPT 的限制是 32732 个字符。)
> - [**ChatGPT 折叠自己消息和最大宽度**](https://greasyfork.org/scripts/504901): 自动折叠由你发送的长消息,节省屏幕空间。允许你设置聊天窗口的最大宽度,使得长消息不会超出指定范围。
+
+
+
+
-> ### 🔍你可能在找 网页相关脚本
+> ### 🔍你可能在找网页相关脚本
> - [**网页写入剪辑版授权管理器**](https://greasyfork.org/scripts/497403): 禁止网页向剪辑版拉屎,绿色为放行,红色禁止,橙色临时方向
> - [**解除CSDN登录复制限制**](https://greasyfork.org/scripts/505207): 去你妈的 CSDN 登录复制,无需登录即可复制代码框内容
> - [**绚丽渐变美化网页表格**](https://greasyfork.org/scripts/507036): 自动为网页上的表格所有列应用颜色渐变美化.
@@ -122,9 +125,13 @@ ChatGPT Character Counter Limit (CCCL) 是一个用户脚本,旨在为 ChatGPT
> - [**上下滚动小按钮**](https://greasyfork.org/scripts/497251): 页面右侧添加上下滚动按钮
> - [**一键置顶和置底按钮**](https://greasyfork.org/scripts/500255): 修改自Greasyfork用户脚本 为网页添加置顶和置底按钮,方便在长页面中快速移动到顶部或底部。 增加向下滚动时按钮变色,3秒内无滚动自动停止
+
+
+
+
-> ### 🔍你可能在找 GitHub相关脚本
+> ### 🔍你可能在找GitHub相关脚本
> - [**GitHub提交信息显示HTML**](https://greasyfork.org/scripts/505830): 该脚本将 GitHub 上的提交信息转化为 HTML 视图,以更清晰地查看提交详情。它会自动将提交信息列表、提交头部和最新提交信息转化为 HTML 格式,提供更佳的视觉效果和用户体验。
> - [**GitHub 文件列表美化器**](https://greasyfork.org/scripts/508047): GitHub 文件列表美化器是一个用户脚本,用于增强 GitHub 仓库中的文件显示效果。它可以为文件和文件夹添加颜色,并将文件类型图标替换为小图像,使得代码库更加易于浏览和管理。
> - [**Github 代码语言列表显示全部**](https://greasyfork.org/scripts/509889): 扩展 Github 存储库上的语言列表,显示每种语言,而不是将小部分隐藏在 “其他” 下
@@ -134,15 +141,23 @@ ChatGPT Character Counter Limit (CCCL) 是一个用户脚本,旨在为 ChatGPT
> - [**🤠 Github 增强小助手 仓库显示大小 不活跃开发警告 仓库内快捷跳转用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): 在Github查看仓库和搜索仓库时显示仓库大小 ,不活跃开发警告,仓库内快捷跳转.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): 仓库列表文件排序方式改为日期降序,方便查看最新更新的文件。
+
+
+
+
-> ### 🔍你可能在找 Google相关脚本
+> ### 🔍你可能在找Google相关脚本
> - [**Google 高级搜索**](https://greasyfork.org/scripts/502652): 这是一个为 Google 添加高级搜索表单的用户脚本。它能在页面顶部添加一个可隐藏的高级搜索表单,使您能够更精确地搜索信息。
> - [**Google 搜索屏蔽指定站点**](https://greasyfork.org/scripts/500262): 在搜索引擎结果中屏蔽特定的站点,帮助用户过滤掉不需要的搜索结果。 自定义输入屏蔽站点。格式-zhihu -baidu 用于屏蔽谷歌搜索内容
+
+
+
+
-> ### 🔍你可能在找 GreasyFork相关脚本
+> ### 🔍你可能在找GreasyFork相关脚本
> - [**GreasyFork适用于增强**](https://greasyfork.org/scripts/497317): 脚本详情页增加适用于链接增加点击打开网页,复制网页,轮胎搜索
> - [**GrreasyFork 用户发布的脚本数据可视化**](https://greasyfork.org/scripts/508968): 使用Chart.js获取和可视化获取用户脚本数据,并在用户个人主页生成一个图表在下方显示详细安装情况
> - [**GreaysFork 增强 WebHook同步设置**](https://greasyfork.org/scripts/506717): 这个脚本可以帮助你快速输入脚本同步信息,并批量增加多个国家的语言代码,而不用一个个地点击选择框再去对应的网址。
@@ -154,22 +169,27 @@ ChatGPT Character Counter Limit (CCCL) 是一个用户脚本,旨在为 ChatGPT
> - [**Greasyfork 通知助手**](https://greasyfork.org/scripts/506345): 当你的脚本或你参与的讨论有新回复时,脚本会在网页上以模态窗口显示最新的讨论内容。
> - [**Script Finder油猴脚本查找器**](https://greasyfork.org/scripts/498904): Script Finder 是一个用户脚本(userscript),它可以帮助你在任何网站上查找和管理用户脚本
+
+
+
+
-> ### 🔍你可能在找 成人脚本
+> ### 🔍你可能在找成人脚本
> - [**MiSSAV自动登录**](https://greasyfork.org/scripts/505325): 检测 MisssAV 状态,并且在未登录时自动登录
> - [**MissAV收藏管理器**](https://greasyfork.org/scripts/497682): miss片单备份,支持下载图片保存视频信息.导出本地网页 支持导出到webdav
> - [**TissAV自动登录**](https://greasyfork.org/scripts/506528): 检测 TissAV 状态,并且在未登录时自动登录
> - [**JableTV自动登录**](https://greasyfork.org/scripts/506730): 检测 JableTV 状态,并且在未登录时自动登录
+
+
+
+
-> ### 🔍你可能在找 自动翻译
+> ### 🔍你可能在找自动翻译
> - [**外语终结者**](https://greasyfork.org/scripts/504890): 识别非中文字符,如果长度大于 5 且翻译文本中不含中文,则替换为中文,需要可访问google的网络
> - [**网页翻译——自动翻译为中文**](https://greasyfork.org/scripts/505208): 给每个非中文的网页右下角(可以调整到左下角)添加一个 google 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译
-
ChatGPT character counter
-
-
+### View all publish scripts
+
-### View all publish scripts
+
-> ### 🔍you may be looking for ChatGPTRelated scripts
-> - [**ChatGPTCode font size reduced**](https://greasyfork.org/scripts/505209): let ChatGPT Code font size becomes smaller
+> ### 🔍you may be looking forChatGPTRelated scripts
+> - [**ChatGPTCode font size reduced**](https://greasyfork.org/scripts/505209): let ChatGPT The font size in the code box becomes smaller
> - [**ChatGPT chatCopy codebutton**](https://greasyfork.org/scripts/509598): exist chatgpt.com Add an animation in the lower right corner of the upper code block“Copy code”button
> - [**ChatGPT character counter**](https://greasyfork.org/scripts/506166): add onecharactersCounter to input box,limited to 32732 characters。(ChatGPT The limit is 32732 characters。)
> - [**ChatGPT Collapse self message and max width**](https://greasyfork.org/scripts/504901): Automatically collapse long messages sent by you,Save screen space。Allows you to set the maximum width of the chat window,Keep long messages from exceeding the specified range。
+
+
+
+
-> ### 🔍you may be looking for Web related scripts
-> - [**Web page writing clip version authorization manager**](https://greasyfork.org/scripts/497403): Ban web pages from pooping on edited versions,green for release,red ban,orange temporary directions
+> ### 🔍You may be looking for web related scripts
+> - [**Web page writing clip version authorization manager**](https://greasyfork.org/scripts/497403): Ban web pages from pooping on edited versions,green for release,red prohibition,orange temporary directions
> - [**LiftCSDNLoginCopylimit**](https://greasyfork.org/scripts/505207): fuck you CSDN LoginCopy,Copy code box content without logging in
> - [**Beautify web forms with gorgeous gradients**](https://greasyfork.org/scripts/507036): Automatically apply color gradient beautification to all columns of tables on web pages.
> - [**Highlight keywords on web pages+(recommend)**](https://greasyfork.org/scripts/498906): Highlight text on web pages
@@ -127,11 +130,15 @@ Modified from the script [ChatGPT Character Counter Limit (CCCL)](https://greasy
> - [**Small scroll button up and down**](https://greasyfork.org/scripts/497251): Add up and down scroll buttons on the right side of the page
> - [**One-touch top and bottom buttons**](https://greasyfork.org/scripts/500255): Modified fromGreasyforkuser script Add top and bottom buttons to web pages,Facilitates quick movement to the top or bottom of long pages。 Added button color change when scrolling down,3Automatically stops if there is no scrolling within seconds
+
+
+
+
-> ### 🔍you may be looking for GitHubRelated scripts
+> ### 🔍you may be looking forGitHubRelated scripts
> - [**GitHubSubmit information displayHTML**](https://greasyfork.org/scripts/505830): This script will GitHub The submission information on HTML view,to see submission details more clearly。It will automatically submit the information list、The commit header and latest commit information are converted to HTML Format,Provide better visual effects and user experience。
-> - [**GitHub File list beautifier**](https://greasyfork.org/scripts/508047): GitHub File List Beautifier is a user script,used to enhance GitHub Display effect of files in warehouse。It can add colors to files and folders,and replace the file type icons with small images,Makes the code base easier to browse and manage。
+> - [**GitHub File list beautifier**](https://greasyfork.org/scripts/508047): GitHub File List Beautifier is a user script,used to enhance GitHub Display effect of files in warehouse。It can add color to files and folders,and replace the file type icons with small images,Makes the code base easier to browse and manage。
> - [**Github List of code languages show all**](https://greasyfork.org/scripts/509889): Expand Github List of languages on the repository,Show each language,Instead of hiding small parts in “other” Down
> - [**GitHub Automatically confirm device authorization**](https://greasyfork.org/scripts/508956): existGitHubThe authorization page automatically enters the authorization code and automatically confirms it.。
> - [**GitHubfolderdownload**](https://greasyfork.org/scripts/505496): Add a download button,Allows easy downloading of specific GitHub folder。
@@ -139,42 +146,55 @@ Modified from the script [ChatGPT Character Counter Limit (CCCL)](https://greasy
> - [**🤠 Github Enhance assistant Warehouse display size Inactive development warning Quick jump within the warehouseUser’s other warehouses 🤠**](https://greasyfork.org/scripts/502291): existGithubShow warehouse size when viewing and searching warehouses ,Inactive development warning,Quick jump within the warehouse.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): Change the sorting method of warehouse list files to descending date order,Conveniently view the latest updated files。
+
+
+
+
-> ### 🔍you may be looking for GoogleRelated scripts
-> - [**Google Advanced search**](https://greasyfork.org/scripts/502652): This is a for Google Add user script for advanced search form。It adds a hideable advanced search form at the top of the page,Enable you to search for information more precisely。
+> ### 🔍you may be looking forGoogleRelated scripts
+> - [**Google Advanced search**](https://greasyfork.org/scripts/502652): This is a for Google Add user script for advanced search form。It adds a hideable advanced search form at the top of the page,Enables you to search for information more precisely。
> - [**Google Search and block specific sites**](https://greasyfork.org/scripts/500262): Block specific sites from search engine results,Help users filter out unwanted search results。 Custom input blocking site。Format-zhihu -baidu Used to block Google search content
+
+
+
+
-> ### 🔍you may be looking for GreasyForkRelated scripts
+> ### 🔍you may be looking forGreasyForkRelated scripts
> - [**GreasyForksuitable for enhancement**](https://greasyfork.org/scripts/497317): The script details page is added. It is suitable for links to be added. Click to open the web page.,Copy web page,tire search
> - [**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.
> - [**GreaysFork Enhance WebHookSync settings**](https://greasyfork.org/scripts/506717): This script can help you 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。
> - [**GreasyFork Markdown toobar**](https://greasyfork.org/scripts/505164): Used by default in forums Markdown Format,Add format help link and Markdown Toolbar introduction
> - [**GreasyFork Show script ratings**](https://greasyfork.org/scripts/501119): Add evaluation scores to script list
-> - [**GreasyFork Advanced search**](https://greasyfork.org/scripts/505215): Search using Google GreasyFork and SleazyFork upper script
-> - [**GreasyFork Navigation barEnhance**](https://greasyfork.org/scripts/501880): EnhancegreasyforkNavigation bar,Add user list,User console etc.
+> - [**GreasyFork Advanced search**](https://greasyfork.org/scripts/505215): Search using Google GreasyFork and SleazyFork superior script
+> - [**GreasyFork Navigation barEnhance**](https://greasyfork.org/scripts/501880): EnhancegreasyforkNavigation bar,Add user list,User console, etc.
> - [**GreasyforkGlue craftsman**](https://greasyfork.org/scripts/497346): Enhancegreasyfork,Copy code,Script download,Precise time to seconds,Home page cleanup,Discuss one-click reporting,Script list jump code added download Beautify view code and display code reference files,show script icon,Jump to adult scripts and other operations
> - [**Greasyfork Notification assistant**](https://greasyfork.org/scripts/506345): When there’s a new reply to your script or to a discussion you’re participating in,The script will display the latest discussion content in a modal window on the web page。
> - [**Script FinderGrease Monkey Script Finder**](https://greasyfork.org/scripts/498904): Script Finder is a user script(userscript),It helps you find and manage userscripts on any website
+
+
+
+
-> ### 🔍you may be looking for adult script
+> ### 🔍You may be looking for adult scripts
> - [**MiSSAVAutomatic login**](https://greasyfork.org/scripts/505325): Detection MisssAV state,and automatically log in when not logged in
> - [**MissAVCollection manager**](https://greasyfork.org/scripts/497682): missPlaylist backup,Support downloading pictures and saving video information.Export local web page Support export towebdav
> - [**TissAVAutomatic login**](https://greasyfork.org/scripts/506528): Detection TissAV state,and automatically log in when not logged in
> - [**JableTVAutomatic login**](https://greasyfork.org/scripts/506730): Detection JableTV state,and automatically log in when not logged in
-
-> ### 🔍you may be looking for automatic translation
-> - [**foreign language terminator**](https://greasyfork.org/scripts/504890): Recognize non-Chinese characters,If the length is greater than 5 And the translated text does not contain Chinese,then replace it with Chinese,Need to be accessiblegooglenetwork
-> - [**web page translation——Automatically translated to Chinese**](https://greasyfork.org/scripts/505208): Give the lower right corner of each non-Chinese web page(Can be adjusted to the lower left corner)add a google Translate icon,This version is a Chinese translation version,Only translate foreign languages into Chinese,Add automatic translation
+
+
+
-
> ### 🔍你可能在找ChatGPT相关脚本
-> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码字体变小
+> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码框内字体变小
> - [**ChatGPT 聊天复制代码按钮**](https://greasyfork.org/scripts/509598): 在 chatgpt.com 上代码块的右下角添加一个带有动画的“复制代码”按钮
> - [**ChatGPT 字符计数器**](https://greasyfork.org/scripts/506166): 添加一个字符计数器到输入框,限制为 32732 个字符。(ChatGPT 的限制是 32732 个字符。)
> - [**ChatGPT 折叠自己消息和最大宽度**](https://greasyfork.org/scripts/504901): 自动折叠由你发送的长消息,节省屏幕空间。允许你设置聊天窗口的最大宽度,使得长消息不会超出指定范围。
@@ -107,26 +107,29 @@
-
-
-
+
-
+### 查看所有发布脚本
+
-### 查看所有发布脚本
+
-> ### 🔍你可能在找 ChatGPT相关脚本
-> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码字体变小
+> ### 🔍你可能在找ChatGPT相关脚本
+> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码框内字体变小
> - [**ChatGPT 聊天复制代码按钮**](https://greasyfork.org/scripts/509598): 在 chatgpt.com 上代码块的右下角添加一个带有动画的“复制代码”按钮
> - [**ChatGPT 字符计数器**](https://greasyfork.org/scripts/506166): 添加一个字符计数器到输入框,限制为 32732 个字符。(ChatGPT 的限制是 32732 个字符。)
> - [**ChatGPT 折叠自己消息和最大宽度**](https://greasyfork.org/scripts/504901): 自动折叠由你发送的长消息,节省屏幕空间。允许你设置聊天窗口的最大宽度,使得长消息不会超出指定范围。
+
+
+
+
-> ### 🔍你可能在找 网页相关脚本
+> ### 🔍你可能在找网页相关脚本
> - [**网页写入剪辑版授权管理器**](https://greasyfork.org/scripts/497403): 禁止网页向剪辑版拉屎,绿色为放行,红色禁止,橙色临时方向
> - [**解除CSDN登录复制限制**](https://greasyfork.org/scripts/505207): 去你妈的 CSDN 登录复制,无需登录即可复制代码框内容
> - [**绚丽渐变美化网页表格**](https://greasyfork.org/scripts/507036): 自动为网页上的表格所有列应用颜色渐变美化.
@@ -137,9 +140,13 @@
> - [**上下滚动小按钮**](https://greasyfork.org/scripts/497251): 页面右侧添加上下滚动按钮
> - [**一键置顶和置底按钮**](https://greasyfork.org/scripts/500255): 修改自Greasyfork用户脚本 为网页添加置顶和置底按钮,方便在长页面中快速移动到顶部或底部。 增加向下滚动时按钮变色,3秒内无滚动自动停止
+
+
+
+
-> ### 🔍你可能在找 GitHub相关脚本
+> ### 🔍你可能在找GitHub相关脚本
> - [**GitHub提交信息显示HTML**](https://greasyfork.org/scripts/505830): 该脚本将 GitHub 上的提交信息转化为 HTML 视图,以更清晰地查看提交详情。它会自动将提交信息列表、提交头部和最新提交信息转化为 HTML 格式,提供更佳的视觉效果和用户体验。
> - [**GitHub 文件列表美化器**](https://greasyfork.org/scripts/508047): GitHub 文件列表美化器是一个用户脚本,用于增强 GitHub 仓库中的文件显示效果。它可以为文件和文件夹添加颜色,并将文件类型图标替换为小图像,使得代码库更加易于浏览和管理。
> - [**Github 代码语言列表显示全部**](https://greasyfork.org/scripts/509889): 扩展 Github 存储库上的语言列表,显示每种语言,而不是将小部分隐藏在 “其他” 下
@@ -149,15 +156,23 @@
> - [**🤠 Github 增强小助手 仓库显示大小 不活跃开发警告 仓库内快捷跳转用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): 在Github查看仓库和搜索仓库时显示仓库大小 ,不活跃开发警告,仓库内快捷跳转.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): 仓库列表文件排序方式改为日期降序,方便查看最新更新的文件。
+
+
+
+
-> ### 🔍你可能在找 Google相关脚本
+> ### 🔍你可能在找Google相关脚本
> - [**Google 高级搜索**](https://greasyfork.org/scripts/502652): 这是一个为 Google 添加高级搜索表单的用户脚本。它能在页面顶部添加一个可隐藏的高级搜索表单,使您能够更精确地搜索信息。
> - [**Google 搜索屏蔽指定站点**](https://greasyfork.org/scripts/500262): 在搜索引擎结果中屏蔽特定的站点,帮助用户过滤掉不需要的搜索结果。 自定义输入屏蔽站点。格式-zhihu -baidu 用于屏蔽谷歌搜索内容
+
+
+
+
-> ### 🔍你可能在找 GreasyFork相关脚本
+> ### 🔍你可能在找GreasyFork相关脚本
> - [**GreasyFork适用于增强**](https://greasyfork.org/scripts/497317): 脚本详情页增加适用于链接增加点击打开网页,复制网页,轮胎搜索
> - [**GrreasyFork 用户发布的脚本数据可视化**](https://greasyfork.org/scripts/508968): 使用Chart.js获取和可视化获取用户脚本数据,并在用户个人主页生成一个图表在下方显示详细安装情况
> - [**GreaysFork 增强 WebHook同步设置**](https://greasyfork.org/scripts/506717): 这个脚本可以帮助你快速输入脚本同步信息,并批量增加多个国家的语言代码,而不用一个个地点击选择框再去对应的网址。
@@ -169,22 +184,27 @@
> - [**Greasyfork 通知助手**](https://greasyfork.org/scripts/506345): 当你的脚本或你参与的讨论有新回复时,脚本会在网页上以模态窗口显示最新的讨论内容。
> - [**Script Finder油猴脚本查找器**](https://greasyfork.org/scripts/498904): Script Finder 是一个用户脚本(userscript),它可以帮助你在任何网站上查找和管理用户脚本
+
+
+
+
-> ### 🔍你可能在找 成人脚本
+> ### 🔍你可能在找成人脚本
> - [**MiSSAV自动登录**](https://greasyfork.org/scripts/505325): 检测 MisssAV 状态,并且在未登录时自动登录
> - [**MissAV收藏管理器**](https://greasyfork.org/scripts/497682): miss片单备份,支持下载图片保存视频信息.导出本地网页 支持导出到webdav
> - [**TissAV自动登录**](https://greasyfork.org/scripts/506528): 检测 TissAV 状态,并且在未登录时自动登录
> - [**JableTV自动登录**](https://greasyfork.org/scripts/506730): 检测 JableTV 状态,并且在未登录时自动登录
+
+
+
+
-> ### 🔍你可能在找 自动翻译
+> ### 🔍你可能在找自动翻译
> - [**外语终结者**](https://greasyfork.org/scripts/504890): 识别非中文字符,如果长度大于 5 且翻译文本中不含中文,则替换为中文,需要可访问google的网络
> - [**网页翻译——自动翻译为中文**](https://greasyfork.org/scripts/505208): 给每个非中文的网页右下角(可以调整到左下角)添加一个 google 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译
-
> ### 🔍you may be looking forChatGPTRelated scripts
-> - [**ChatGPTCode font size reduced**](https://greasyfork.org/scripts/505209): let ChatGPT Code font size becomes smaller
-> - [**ChatGPT 聊天Copy codebutton**](https://greasyfork.org/scripts/509598): exist chatgpt.com Add an animation in the lower right corner of the upper code block“复制代码”按钮
-> - [**ChatGPT character counter**](https://greasyfork.org/scripts/506166): 添加一characters计数器到输入框,limited to 32732 characters。(ChatGPT The limit is 32732 个字符。)
+> - [**ChatGPTCode font size reduced**](https://greasyfork.org/scripts/505209): let ChatGPT The font size in the code box becomes smaller
+> - [**ChatGPT chatCopy codebutton**](https://greasyfork.org/scripts/509598): exist chatgpt.com Add an animation with animation in the lower right corner of the upper code block“Copy code”button
+> - [**ChatGPT character counter**](https://greasyfork.org/scripts/506166): add onecharactersCounter to input box,limited to 32732 characters。(ChatGPT The limit is 32732 characters。)
> - [**ChatGPT Collapse self message and max width**](https://greasyfork.org/scripts/504901): Automatically collapse long messages sent by you,Save screen space。Allows you to set the maximum width of the chat window,Keep long messages from exceeding the specified range。
@@ -110,28 +110,31 @@ If you have any suggestions or find a problem,Please pass GitHub orGreasyFork
-
+### View all publish scripts
+
-### View all publish scripts
+
-> ### 🔍you may be looking for ChatGPTRelated scripts
-> - [**ChatGPTCode font size reduced**](https://greasyfork.org/scripts/505209): let ChatGPT Code font size becomes smaller
-> - [**ChatGPT 聊天Copy codebutton**](https://greasyfork.org/scripts/509598): exist chatgpt.com Add an animation in the lower right corner of the upper code block“复制代码”按钮
-> - [**ChatGPT character counter**](https://greasyfork.org/scripts/506166): 添加一characters计数器到输入框,limited to 32732 characters。(ChatGPT The limit is 32732 个字符。)
+> ### 🔍you may be looking forChatGPTRelated scripts
+> - [**ChatGPTCode font size reduced**](https://greasyfork.org/scripts/505209): let ChatGPT The font size in the code box becomes smaller
+> - [**ChatGPT chatCopy codebutton**](https://greasyfork.org/scripts/509598): exist chatgpt.com Add an animation in the lower right corner of the upper code block“Copy code”button
+> - [**ChatGPT character counter**](https://greasyfork.org/scripts/506166): add onecharactersCounter to input box,limited to 32732 characters。(ChatGPT The limit is 32732 characters。)
> - [**ChatGPT Collapse self message and max width**](https://greasyfork.org/scripts/504901): Automatically collapse long messages sent by you,Save screen space。Allows you to set the maximum width of the chat window,Keep long messages from exceeding the specified range。
+
+
+
+
-> ### 🔍you may be looking for Web related scripts
-> - [**Web page writing clip version authorization manager**](https://greasyfork.org/scripts/497403): Ban web pages from pooping on edited versions,green for release,red ban,orange temporary directions
-> - [**LiftCSDNLoginCopy限制**](https://greasyfork.org/scripts/505207): fuck you CSDN 登录复制,Copy code box content without logging in
+> ### 🔍You may be looking for web related scripts
+> - [**Web page writing clip version authorization manager**](https://greasyfork.org/scripts/497403): Ban web pages from pooping on edited versions,green for release,red prohibition,orange temporary directions
+> - [**LiftCSDNLoginCopylimit**](https://greasyfork.org/scripts/505207): fuck you CSDN LoginCopy,Copy code box content without logging in
> - [**Beautify web forms with gorgeous gradients**](https://greasyfork.org/scripts/507036): Automatically apply color gradient beautification to all columns of tables on web pages.
> - [**Highlight keywords on web pages+(recommend)**](https://greasyfork.org/scripts/498906): Highlight text on web pages
> - [**Highlight web text_mini version**](https://greasyfork.org/scripts/498905): Custom keyword highlighting on web pages including dynamically loaded content on scroll
@@ -140,54 +143,71 @@ If you have any suggestions or find a problem,Please pass GitHub orGreasyFork
> - [**Small scroll button up and down**](https://greasyfork.org/scripts/497251): Add up and down scroll buttons on the right side of the page
> - [**One-touch top and bottom buttons**](https://greasyfork.org/scripts/500255): Modified fromGreasyforkuser script Add top and bottom buttons to web pages,Facilitates quick movement to the top or bottom of long pages。 Added button color change when scrolling down,3Automatically stops if there is no scrolling within seconds
+
+
+
+
-> ### 🔍you may be looking for GitHubRelated scripts
+> ### 🔍you may be looking forGitHubRelated scripts
> - [**GitHubSubmit information displayHTML**](https://greasyfork.org/scripts/505830): This script will GitHub The submission information on HTML view,to see submission details more clearly。It will automatically submit the information list、The commit header and latest commit information are converted to HTML Format,Provide better visual effects and user experience。
-> - [**GitHub File list beautifier**](https://greasyfork.org/scripts/508047): GitHub File List Beautifier is a user script,used to enhance GitHub Display effect of files in warehouse。It can add colors to files and folders,and replace the file type icons with small images,Makes the code base easier to browse and manage。
+> - [**GitHub File list beautifier**](https://greasyfork.org/scripts/508047): GitHub File List Beautifier is a user script,used to enhance GitHub Display effect of files in warehouse。It can add color to files and folders,and replace the file type icons with small images,Makes the code base easier to browse and manage。
> - [**Github List of code languages show all**](https://greasyfork.org/scripts/509889): Expand Github List of languages on the repository,Show each language,Instead of hiding small parts in “other” Down
> - [**GitHub Automatically confirm device authorization**](https://greasyfork.org/scripts/508956): existGitHubThe authorization page automatically enters the authorization code and automatically confirms it.。
-> - [**GitHubfolder下载**](https://greasyfork.org/scripts/505496): Add a download button,Allows easy downloading of specific GitHub 文件夹。
+> - [**GitHubfolderdownload**](https://greasyfork.org/scripts/505496): Add a download button,Allows easy downloading of specific GitHub folder。
> - [**GitHubDownload single files and copy filesURL**](https://greasyfork.org/scripts/505501): Add button at the end of each file line,to copy the original file URL and download files
-> - [**🤠 Github Enhance assistant Warehouse display size Inactive development warning Quick jump within the warehouse用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): existGithubShow warehouse size when viewing and searching warehouses ,Inactive development warning,仓库内快捷跳转.
+> - [**🤠 Github Enhance assistant Warehouse display size Inactive development warning Quick jump within the warehouseUser’s other warehouses 🤠**](https://greasyfork.org/scripts/502291): existGithubShow warehouse size when viewing and searching warehouses ,Inactive development warning,Quick jump within the warehouse.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): Change the sorting method of warehouse list files to descending date order,Conveniently view the latest updated files。
+
+
+
+
-> ### 🔍you may be looking for GoogleRelated scripts
-> - [**Google Advanced search**](https://greasyfork.org/scripts/502652): This is a for Google Add user script for advanced search form。It adds a hideable advanced search form at the top of the page,Enable you to search for information more precisely。
+> ### 🔍you may be looking forGoogleRelated scripts
+> - [**Google Advanced search**](https://greasyfork.org/scripts/502652): This is a for Google Add user script for advanced search form。It adds a hideable advanced search form at the top of the page,Enables you to search for information more precisely。
> - [**Google Search and block specific sites**](https://greasyfork.org/scripts/500262): Block specific sites from search engine results,Help users filter out unwanted search results。 Custom input blocking site。Format-zhihu -baidu Used to block Google search content
+
+
+
+
-> ### 🔍you may be looking for GreasyForkRelated scripts
+> ### 🔍you may be looking forGreasyForkRelated scripts
> - [**GreasyForksuitable for enhancement**](https://greasyfork.org/scripts/497317): The script details page is added. It is suitable for links to be added. Click to open the web page.,Copy web page,tire search
> - [**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.
> - [**GreaysFork Enhance WebHookSync settings**](https://greasyfork.org/scripts/506717): This script can help you 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。
> - [**GreasyFork Markdown toobar**](https://greasyfork.org/scripts/505164): Used by default in forums Markdown Format,Add format help link and Markdown Toolbar introduction
> - [**GreasyFork Show script ratings**](https://greasyfork.org/scripts/501119): Add evaluation scores to script list
-> - [**GreasyFork Advanced search**](https://greasyfork.org/scripts/505215): Search using Google GreasyFork and SleazyFork upper script
-> - [**GreasyFork Navigation barEnhance**](https://greasyfork.org/scripts/501880): 增强greasyfork导航栏,Add user list,User console etc.
+> - [**GreasyFork Advanced search**](https://greasyfork.org/scripts/505215): Search using Google GreasyFork and SleazyFork superior script
+> - [**GreasyFork Navigation barEnhance**](https://greasyfork.org/scripts/501880): EnhancegreasyforkNavigation bar,Add user list,User console, etc.
> - [**GreasyforkGlue craftsman**](https://greasyfork.org/scripts/497346): Enhancegreasyfork,Copy code,Script download,Precise time to seconds,Home page cleanup,Discuss one-click reporting,Script list jump code added download Beautify view code and display code reference files,show script icon,Jump to adult scripts and other operations
> - [**Greasyfork Notification assistant**](https://greasyfork.org/scripts/506345): When there’s a new reply to your script or to a discussion you’re participating in,The script will display the latest discussion content in a modal window on the web page。
> - [**Script FinderGrease Monkey Script Finder**](https://greasyfork.org/scripts/498904): Script Finder is a user script(userscript),It helps you find and manage userscripts on any website
+
+
+
+
-> ### 🔍you may be looking for adult script
+> ### 🔍You may be looking for adult scripts
> - [**MiSSAVAutomatic login**](https://greasyfork.org/scripts/505325): Detection MisssAV state,and automatically log in when not logged in
> - [**MissAVCollection manager**](https://greasyfork.org/scripts/497682): missPlaylist backup,Support downloading pictures and saving video information.Export local web page Support export towebdav
> - [**TissAVAutomatic login**](https://greasyfork.org/scripts/506528): Detection TissAV state,and automatically log in when not logged in
> - [**JableTVAutomatic login**](https://greasyfork.org/scripts/506730): Detection JableTV state,and automatically log in when not logged in
-
-> ### 🔍you may be looking for automatic translation
-> - [**foreign language terminator**](https://greasyfork.org/scripts/504890): Recognize non-Chinese characters,If the length is greater than 5 And the translated text does not contain Chinese,then replace it with Chinese,Need to be accessiblegooglenetwork
-> - [**web page translation——Automatically translated to Chinese**](https://greasyfork.org/scripts/505208): Give the lower right corner of each non-Chinese web page(Can be adjusted to the lower left corner)add a google Translate icon,This version is a Chinese translation version,Only translate foreign languages into Chinese,Add automatic translation
+
+
+
-
> ### 🔍có thể bạn đang tìm kiếmChatGPTTập lệnh liên quan
-> - [**ChatGPTKích thước phông chữ mã giảm**](https://greasyfork.org/scripts/505209): cho phép ChatGPT Kích thước phông chữ mã trở nên nhỏ hơn
-> - [**ChatGPT 聊天Sao chép mãcái nút**](https://greasyfork.org/scripts/509598): hiện hữu chatgpt.com Thêm hình động ở góc dưới bên phải của khối mã phía trên“复制代码”按钮
-> - [**ChatGPT bộ đếm ký tự**](https://greasyfork.org/scripts/506166): 添加一nhân vật计数器到输入框,giới hạn ở 32732 nhân vật。(ChatGPT Giới hạn là 32732 个字符。)
+> - [**ChatGPTKích thước phông chữ mã giảm**](https://greasyfork.org/scripts/505209): cho phép ChatGPT Cỡ chữ trong hộp mã trở nên nhỏ hơn
+> - [**ChatGPT trò chuyệnSao chép mãcái nút**](https://greasyfork.org/scripts/509598): hiện hữu chatgpt.com Thêm hình động có hình động ở góc dưới bên phải của khối mã phía trên“Sao chép mã”cái nút
+> - [**ChatGPT bộ đếm ký tự**](https://greasyfork.org/scripts/506166): thêm mộtnhân vậtBộ đếm vào hộp đầu vào,giới hạn ở 32732 nhân vật。(ChatGPT Giới hạn là 32732 nhân vật。)
> - [**ChatGPT Thu gọn tin nhắn tự và chiều rộng tối đa**](https://greasyfork.org/scripts/504901): Tự động thu gọn các tin nhắn dài do bạn gửi,Tiết kiệm không gian màn hình。Cho phép bạn đặt độ rộng tối đa của cửa sổ trò chuyện,Giữ tin nhắn dài không vượt quá phạm vi được chỉ định。
@@ -114,84 +114,104 @@ Nếu bạn có bất kỳ đề xuất hoặc tìm thấy một vấn đề,X
-
+### Xem tất cả các tập lệnh xuất bản
+
-### Xem tất cả các tập lệnh xuất bản
+
-> ### 🔍có thể bạn đang tìm kiếm ChatGPTTập lệnh liên quan
-> - [**ChatGPTKích thước phông chữ mã giảm**](https://greasyfork.org/scripts/505209): cho phép ChatGPT Kích thước phông chữ mã trở nên nhỏ hơn
-> - [**ChatGPT 聊天Sao chép mãcái nút**](https://greasyfork.org/scripts/509598): hiện hữu chatgpt.com Thêm hình động ở góc dưới bên phải của khối mã phía trên“复制代码”按钮
-> - [**ChatGPT bộ đếm ký tự**](https://greasyfork.org/scripts/506166): 添加一nhân vật计数器到输入框,giới hạn ở 32732 nhân vật。(ChatGPT Giới hạn là 32732 个字符。)
+> ### 🔍có thể bạn đang tìm kiếmChatGPTTập lệnh liên quan
+> - [**ChatGPTKích thước phông chữ mã giảm**](https://greasyfork.org/scripts/505209): cho phép ChatGPT Cỡ chữ trong hộp mã trở nên nhỏ hơn
+> - [**ChatGPT trò chuyệnSao chép mãcái nút**](https://greasyfork.org/scripts/509598): hiện hữu chatgpt.com Thêm hình động ở góc dưới bên phải của khối mã phía trên“Sao chép mã”cái nút
+> - [**ChatGPT bộ đếm ký tự**](https://greasyfork.org/scripts/506166): thêm mộtnhân vậtBộ đếm vào hộp đầu vào,giới hạn ở 32732 nhân vật。(ChatGPT Giới hạn là 32732 nhân vật。)
> - [**ChatGPT Thu gọn tin nhắn tự và chiều rộng tối đa**](https://greasyfork.org/scripts/504901): Tự động thu gọn các tin nhắn dài do bạn gửi,Tiết kiệm không gian màn hình。Cho phép bạn đặt độ rộng tối đa của cửa sổ trò chuyện,Giữ tin nhắn dài không vượt quá phạm vi được chỉ định。
+
+
+
+
-> ### 🔍có thể bạn đang tìm kiếm Các tập lệnh liên quan đến web
-> - [**Trình quản lý ủy quyền phiên bản clip viết trang web**](https://greasyfork.org/scripts/497403): Cấm các trang web ị trên các phiên bản đã chỉnh sửa,màu xanh lá cây để phát hành,lệnh cấm đỏ,hướng dẫn tạm thời màu cam
-> - [**Thang máyCSDNĐăng nhậpSao chép限制**](https://greasyfork.org/scripts/505207): chết tiệt bạn CSDN 登录复制,Sao chép nội dung hộp mã mà không cần đăng nhập
+> ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web
+> - [**Trình quản lý ủy quyền phiên bản clip viết trang web**](https://greasyfork.org/scripts/497403): Cấm các trang web ị trên các phiên bản đã chỉnh sửa,màu xanh lá cây để phát hành,lệnh cấm màu đỏ,hướng dẫn tạm thời màu cam
+> - [**Thang máyCSDNĐăng nhậpSao chépgiới hạn**](https://greasyfork.org/scripts/505207): chết tiệt bạn CSDN Đăng nhậpSao chép,Sao chép nội dung hộp mã mà không cần đăng nhập
> - [**Làm đẹp các biểu mẫu web với độ dốc tuyệt đẹp**](https://greasyfork.org/scripts/507036): Tự động áp dụng làm đẹp độ dốc màu cho tất cả các cột của bảng trên trang web.
> - [**Đánh dấu từ khóa trên các trang web+(gợi ý)**](https://greasyfork.org/scripts/498906): Đánh dấu văn bản trên các trang web
> - [**Làm nổi bật văn bản web_phiên bản nhỏ**](https://greasyfork.org/scripts/498905): Làm nổi bật từ khóa tùy chỉnh trên các trang web bao gồm nội dung được tải động khi cuộn
> - [**Xem trước cửa sổ nhỏ**](https://greasyfork.org/scripts/504880): Mở liên kết trong cửa sổ bật lên khi kéo liên kết,và cung cấp bản xem trước trước khi mở,sử dụng Edge công nghệ đọc trước。Đồng thời, thêm hiệu ứng acrylic phía sau cửa sổ nhỏ khi nó được mở.。
> - [**Xóa gạch chân liên kết**](https://greasyfork.org/scripts/498625): Xóa gạch chân khỏi liên kết web
> - [**Nút cuộn nhỏ lên xuống**](https://greasyfork.org/scripts/497251): Thêm nút cuộn lên xuống ở bên phải trang
-> - [**Nút trên và dưới một chạm**](https://greasyfork.org/scripts/500255): Được sửa đổi từGreasyforktập lệnh người dùng Thêm nút trên và dưới vào trang web,Tạo điều kiện di chuyển nhanh lên đầu hoặc cuối trang dài。 Đã thêm thay đổi màu nút khi cuộn xuống,3Tự động dừng nếu không cuộn trong vài giây
+> - [**Nút trên và dưới một chạm**](https://greasyfork.org/scripts/500255): Đã sửa đổi từGreasyforktập lệnh người dùng Thêm nút trên và dưới vào trang web,Tạo điều kiện di chuyển nhanh lên đầu hoặc cuối trang dài。 Đã thêm thay đổi màu nút khi cuộn xuống,3Tự động dừng nếu không cuộn trong vài giây
+
+
+
+
-> ### 🔍có thể bạn đang tìm kiếm GitHubTập lệnh liên quan
+> ### 🔍có thể bạn đang tìm kiếmGitHubTập lệnh liên quan
> - [**GitHubGửi hiển thị thông tinHTML**](https://greasyfork.org/scripts/505830): Kịch bản này sẽ GitHub Thông tin nộp hồ sơ trên HTML xem,để xem chi tiết gửi rõ ràng hơn。Nó sẽ tự động gửi danh sách thông tin、Tiêu đề cam kết và thông tin cam kết mới nhất được chuyển đổi thành HTML Định dạng,Cung cấp hiệu ứng hình ảnh và trải nghiệm người dùng tốt hơn。
-> - [**GitHub Trình làm đẹp danh sách tập tin**](https://greasyfork.org/scripts/508047): GitHub File List Beautifier là một tập lệnh người dùng,được sử dụng để tăng cường GitHub Hiển thị tác dụng của file trong kho。Nó có thể thêm màu sắc vào tập tin và thư mục,và thay thế các biểu tượng loại tệp bằng hình ảnh nhỏ,Làm cho cơ sở mã dễ dàng duyệt và quản lý hơn。
+> - [**GitHub Trình làm đẹp danh sách tập tin**](https://greasyfork.org/scripts/508047): GitHub File List Beautifier là một tập lệnh người dùng,được sử dụng để tăng cường GitHub Hiển thị tác dụng của file trong kho。Nó có thể thêm màu vào tập tin và thư mục,và thay thế các biểu tượng loại tệp bằng hình ảnh nhỏ,Làm cho cơ sở mã dễ dàng duyệt và quản lý hơn。
> - [**Github Danh sách ngôn ngữ mã hiển thị tất cả**](https://greasyfork.org/scripts/509889): Mở rộng Github Danh sách ngôn ngữ trên kho lưu trữ,Hiển thị từng ngôn ngữ,Thay vì giấu những phần nhỏ trong “khác” Xuống
> - [**GitHub Tự động xác nhận ủy quyền thiết bị**](https://greasyfork.org/scripts/508956): hiện hữuGitHubTrang ủy quyền tự động nhập mã ủy quyền và tự động xác nhận.。
-> - [**GitHubthư mục下载**](https://greasyfork.org/scripts/505496): Thêm nút tải xuống,Cho phép dễ dàng tải xuống cụ thể GitHub 文件夹。
+> - [**GitHubthư mụctải về**](https://greasyfork.org/scripts/505496): Thêm nút tải xuống,Cho phép dễ dàng tải xuống cụ thể GitHub thư mục。
> - [**GitHubTải xuống các tập tin đơn lẻ và sao chép các tập tinURL**](https://greasyfork.org/scripts/505501): Nút thêm vào cuối mỗi dòng file,để sao chép tập tin gốc URL và tải về các tập tin
-> - [**🤠 Github Tăng cường trợ lý Kích thước hiển thị kho Cảnh báo phát triển không hoạt động Nhảy nhanh vào kho用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): hiện hữuGithubHiển thị kích thước kho khi xem và tìm kiếm kho ,Cảnh báo phát triển không hoạt động,仓库内快捷跳转.
+> - [**🤠 Github Tăng cường trợ lý Kích thước hiển thị kho Cảnh báo phát triển không hoạt động Nhảy nhanh vào khoKho khác của người dùng 🤠**](https://greasyfork.org/scripts/502291): hiện hữuGithubHiển thị kích thước kho khi xem và tìm kiếm kho ,Cảnh báo phát triển không hoạt động,Nhảy nhanh vào kho.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): Thay đổi cách sắp xếp file danh sách kho theo thứ tự ngày giảm dần,Thuận tiện xem các tập tin cập nhật mới nhất。
+
+
+
+
-> ### 🔍có thể bạn đang tìm kiếm GoogleTập lệnh liên quan
+> ### 🔍có thể bạn đang tìm kiếmGoogleTập lệnh liên quan
> - [**Google Tìm kiếm nâng cao**](https://greasyfork.org/scripts/502652): Đây là một cho Google Thêm tập lệnh người dùng cho biểu mẫu tìm kiếm nâng cao。Nó thêm một biểu mẫu tìm kiếm nâng cao có thể ẩn ở đầu trang,Giúp bạn tìm kiếm thông tin chính xác hơn。
> - [**Google Tìm kiếm và chặn các trang web cụ thể**](https://greasyfork.org/scripts/500262): Chặn các trang web cụ thể khỏi kết quả của công cụ tìm kiếm,Giúp người dùng lọc ra các kết quả tìm kiếm không mong muốn。 Trang web chặn đầu vào tùy chỉnh。Định dạng-zhihu -baidu Được sử dụng để chặn nội dung tìm kiếm của Google
+
+
+
+
-> ### 🔍có thể bạn đang tìm kiếm GreasyForkTập lệnh liên quan
-> - [**GreasyForkthích hợp để nâng cao**](https://greasyfork.org/scripts/497317): Trang chi tiết tập lệnh được thêm vào. Nó phù hợp để thêm các liên kết. Nhấp để mở trang web.,Sao chép trang web,tìm kiếm lốp xe
+> ### 🔍có thể bạn đang tìm kiếmGreasyForkTập lệnh liên quan
+> - [**GreasyForkthích hợp để nâng cao**](https://greasyfork.org/scripts/497317): Trang chi tiết script đã được thêm vào. Nó phù hợp để thêm các liên kết.,Sao chép trang web,tìm kiếm lốp xe
> - [**GrreasyFork Trực quan hóa dữ liệu tập lệnh do người dùng xuất bản**](https://greasyfork.org/scripts/508968): sử dụngChart.jsLấy và hiển thị dữ liệu tập lệnh người dùng,Và tạo biểu đồ trên trang chủ cá nhân của người dùng để hiển thị trạng thái cài đặt chi tiết bên dưới.
-> - [**GreaysFork Nâng cao WebHookĐồng bộ hóa cài đặt**](https://greasyfork.org/scripts/506717): Tập lệnh này có thể giúp bạn nhập nhanh thông tin đồng bộ hóa tập lệnh,Và thêm mã ngôn ngữ cho nhiều quốc gia theo đợt,Thay vì nhấp vào từng hộp lựa chọn và đi tới URL tương ứng。
+> - [**GreaysFork Nâng cao WebHookĐồng bộ hóa cài đặt**](https://greasyfork.org/scripts/506717): Tập lệnh này có thể giúp bạn nhanh chóng nhập thông tin đồng bộ hóa tập lệnh,Và thêm mã ngôn ngữ cho nhiều quốc gia theo đợt,Thay vì nhấp vào từng hộp lựa chọn và đi đến URL tương ứng。
> - [**GreasyFork Markdown toobar**](https://greasyfork.org/scripts/505164): Được sử dụng theo mặc định trong diễn đàn Markdown Định dạng,Thêm liên kết trợ giúp định dạng và Markdown Giới thiệu thanh công cụ
> - [**GreasyFork Hiển thị xếp hạng kịch bản**](https://greasyfork.org/scripts/501119): Thêm điểm đánh giá vào danh sách tập lệnh
-> - [**GreasyFork Tìm kiếm nâng cao**](https://greasyfork.org/scripts/505215): Tìm kiếm bằng Google GreasyFork Và SleazyFork chữ viết trên
-> - [**GreasyFork Thanh điều hướngNâng cao**](https://greasyfork.org/scripts/501880): 增强greasyfork导航栏,Thêm danh sách người dùng,Bảng điều khiển người dùng, v.v.
+> - [**GreasyFork Tìm kiếm nâng cao**](https://greasyfork.org/scripts/505215): Tìm kiếm bằng Google GreasyFork Và SleazyFork kịch bản cao cấp
+> - [**GreasyFork Thanh điều hướngNâng cao**](https://greasyfork.org/scripts/501880): Nâng caogreasyforkThanh điều hướng,Thêm danh sách người dùng,Bảng điều khiển người dùng, v.v.
> - [**GreasyforkThợ làm keo**](https://greasyfork.org/scripts/497346): Nâng caogreasyfork,Sao chép mã,Tải xuống tập lệnh,Thời gian chính xác đến từng giây,Dọn dẹp trang chủ,Thảo luận về báo cáo bằng một cú nhấp chuột,Đã thêm mã nhảy danh sách tập lệnh tải xuống Làm đẹp mã xem và hiển thị các tệp tham chiếu mã,hiển thị biểu tượng tập lệnh,Chuyển đến tập lệnh dành cho người lớn và các thao tác khác
> - [**Greasyfork Trợ lý thông báo**](https://greasyfork.org/scripts/506345): Khi có câu trả lời mới cho tập lệnh của bạn hoặc cho cuộc thảo luận mà bạn đang tham gia,Kịch bản sẽ hiển thị nội dung thảo luận mới nhất trong một cửa sổ phương thức trên trang web。
> - [**Script FinderCông cụ tìm tập lệnh Grease Monkey**](https://greasyfork.org/scripts/498904): Script Finder là một tập lệnh người dùng(userscript),Nó giúp bạn tìm và quản lý mô tả người dùng trên bất kỳ trang web nào
+
+
+
+
-> ### 🔍có thể bạn đang tìm kiếm kịch bản người lớn
+> ### 🔍Có thể bạn đang tìm kiếm kịch bản dành cho người lớn
> - [**MiSSAVĐăng nhập tự động**](https://greasyfork.org/scripts/505325): Phát hiện MisssAV tình trạng,và tự động đăng nhập khi chưa đăng nhập
> - [**MissAVNgười quản lý bộ sưu tập**](https://greasyfork.org/scripts/497682): missSao lưu danh sách phát,Hỗ trợ tải hình ảnh và lưu thông tin video.Xuất trang web địa phương Hỗ trợ xuất khẩu sangwebdav
> - [**TissAVĐăng nhập tự động**](https://greasyfork.org/scripts/506528): Phát hiện TissAV tình trạng,và tự động đăng nhập khi chưa đăng nhập
> - [**JableTVĐăng nhập tự động**](https://greasyfork.org/scripts/506730): Phát hiện JableTV tình trạng,và tự động đăng nhập khi chưa đăng nhập
-
-> ### 🔍có thể bạn đang tìm kiếm dịch tự động
-> - [**đầu cuối ngoại ngữ**](https://greasyfork.org/scripts/504890): Nhận biết các ký tự không phải tiếng Trung,Nếu chiều dài lớn hơn 5 Và văn bản dịch không chứa tiếng Trung Quốc,sau đó thay thế bằng tiếng Trung,Cần phải có thể truy cập đượcgooglemạng
-> - [**dịch trang web——Tự động dịch sang tiếng Trung**](https://greasyfork.org/scripts/505208): Cung cấp góc dưới bên phải của mỗi trang web không phải tiếng Trung Quốc(Có thể điều chỉnh ở góc dưới bên trái)thêm một google Biểu tượng dịch,Phiên bản này là phiên bản dịch tiếng Trung,Chỉ dịch tiếng nước ngoài sang tiếng Trung,Thêm bản dịch tự động
+
+
+
-
> ### 🔍你可能在找ChatGPT相關腳本
-> - [**ChatGPT程式碼字體縮小**](https://greasyfork.org/scripts/505209): 讓 ChatGPT 程式碼字體變小
-> - [**ChatGPT 聊天複製程式碼按鈕**](https://greasyfork.org/scripts/509598): 在 chatgpt.com 上代碼區塊的右下角添加一個帶有動畫的“复制代码”按钮
-> - [**ChatGPT 字元計數器**](https://greasyfork.org/scripts/506166): 添加一個字元计数器到输入框,限制為 32732 個字元。(ChatGPT 的限制是 32732 个字符。)
+> - [**ChatGPT程式碼字體縮小**](https://greasyfork.org/scripts/505209): 讓 ChatGPT 程式碼框內字體變小
+> - [**ChatGPT 聊天複製程式碼按鈕**](https://greasyfork.org/scripts/509598): 在 chatgpt.com 上代碼區塊的右下角添加一個帶有動畫的“複製程式碼”按鈕
+> - [**ChatGPT 字元計數器**](https://greasyfork.org/scripts/506166): 添加一個字元计数器到输入框,限制為 32732 個字元。(ChatGPT 的限制是 32732 個字元。)
> - [**ChatGPT 折疊自己訊息和最大寬度**](https://greasyfork.org/scripts/504901): 自動折疊由你發送的長訊息,節省螢幕空間。允許你設定聊天視窗的最大寬度,使得長訊息不會超出指定範圍。
@@ -109,28 +109,31 @@
-
-
-
+
-
+### 查看所有發布腳本
+
-### 查看所有發布腳本
+
-> ### 🔍你可能在找 ChatGPT相關腳本
-> - [**ChatGPT程式碼字體縮小**](https://greasyfork.org/scripts/505209): 讓 ChatGPT 程式碼字體變小
-> - [**ChatGPT 聊天複製程式碼按鈕**](https://greasyfork.org/scripts/509598): 在 chatgpt.com 上代碼區塊的右下角添加一個帶有動畫的“复制代码”按钮
-> - [**ChatGPT 字元計數器**](https://greasyfork.org/scripts/506166): 添加一個字元计数器到输入框,限制為 32732 個字元。(ChatGPT 的限制是 32732 个字符。)
+> ### 🔍你可能在找ChatGPT相關腳本
+> - [**ChatGPT程式碼字體縮小**](https://greasyfork.org/scripts/505209): 讓 ChatGPT 程式碼框內字體變小
+> - [**ChatGPT 聊天複製程式碼按鈕**](https://greasyfork.org/scripts/509598): 在 chatgpt.com 上代碼區塊的右下角添加一個帶有動畫的“複製程式碼”按鈕
+> - [**ChatGPT 字元計數器**](https://greasyfork.org/scripts/506166): 添加一個字元计数器到输入框,限制為 32732 個字元。(ChatGPT 的限制是 32732 個字元。)
> - [**ChatGPT 折疊自己訊息和最大寬度**](https://greasyfork.org/scripts/504901): 自動折疊由你發送的長訊息,節省螢幕空間。允許你設定聊天視窗的最大寬度,使得長訊息不會超出指定範圍。
+
+
+
+
-> ### 🔍你可能在找 網頁相關腳本
+> ### 🔍你可能在找網頁相關腳本
> - [**網頁寫入剪輯版授權管理員**](https://greasyfork.org/scripts/497403): 禁止網頁向剪輯版拉屎,綠色為放行,紅色禁止,橙色臨時方向
-> - [**解除CSDN登入複製限制**](https://greasyfork.org/scripts/505207): 去你媽的 CSDN 登录复制,無需登入即可複製程式碼框內容
+> - [**解除CSDN登入複製限制**](https://greasyfork.org/scripts/505207): 去你媽的 CSDN 登入複製,無需登入即可複製程式碼框內容
> - [**絢麗漸層美化網頁表格**](https://greasyfork.org/scripts/507036): 自動為網頁上的表格所有欄位套用顏色漸層美化.
> - [**網頁高亮關鍵字+(推薦)**](https://greasyfork.org/scripts/498906): 對網頁上的文字進行高亮顯示
> - [**高亮網頁文本_迷你版**](https://greasyfork.org/scripts/498905): 在網頁上自訂關鍵字突出顯示包括滾動時動態載入的內容
@@ -139,54 +142,71 @@
> - [**上下滾動小按鈕**](https://greasyfork.org/scripts/497251): 頁面右側新增上下滾動按鈕
> - [**一鍵置頂和置底按鈕**](https://greasyfork.org/scripts/500255): 修改自Greasyfork使用者腳本 為網頁新增置頂和置底按鈕,方便在長頁面中快速移動到頂部或底部。 增加向下滾動時按鈕變色,3秒內無滾動自動停止
+
+
+
+
-> ### 🔍你可能在找 GitHub相關腳本
+> ### 🔍你可能在找GitHub相關腳本
> - [**GitHub提交資訊顯示HTML**](https://greasyfork.org/scripts/505830): 該腳本將 GitHub 上的提交資訊轉化為 HTML 視圖,以更清晰地查看提交詳情。它會自動將提交資訊列表、提交頭部和最新提交資訊轉化為 HTML 格式,提供更佳的視覺效果與使用者體驗。
> - [**GitHub 文件列表美化器**](https://greasyfork.org/scripts/508047): GitHub 文件清單美化器是一個使用者腳本,用於增強 GitHub 倉庫中的文件顯示效果。它可以為文件和資料夾添加顏色,並將文件類型圖示替換為小圖像,使得程式碼庫更加易於瀏覽和管理。
> - [**Github 代碼語言列表顯示全部**](https://greasyfork.org/scripts/509889): 擴充 Github 儲存庫上的語言列表,顯示每種語言,而不是將小部分隱藏在 “其他” 下
> - [**GitHub 自動確認設備授權**](https://greasyfork.org/scripts/508956): 在GitHub授權頁面自動輸入授權碼與自動確認。
-> - [**GitHub資料夾下载**](https://greasyfork.org/scripts/505496): 新增一個下載按鈕,允許輕鬆下載特定的 GitHub 文件夹。
+> - [**GitHub資料夾下载**](https://greasyfork.org/scripts/505496): 新增一個下載按鈕,允許輕鬆下載特定的 GitHub 資料夾。
> - [**GitHub下載單一文件和複製文件URL**](https://greasyfork.org/scripts/505501): 在每個文件行的末尾新增按鈕,以複製原始文件 URL 和下載文件
-> - [**🤠 Github 增強助手 倉庫顯示大小 不活躍開發警告 倉庫內快捷跳轉用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): 在Github查看倉庫和搜尋倉庫時顯示倉庫大小 ,不活躍開發警告,仓库内快捷跳转.
+> - [**🤠 Github 增強助手 倉庫顯示大小 不活躍開發警告 倉庫內快捷跳轉用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): 在Github查看倉庫和搜尋倉庫時顯示倉庫大小 ,不活躍開發警告,倉庫內快捷跳轉.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): 倉庫列表文件排序方式改為日期降序,方便查看最新更新的文件。
+
+
+
+
-> ### 🔍你可能在找 Google相關腳本
+> ### 🔍你可能在找Google相關腳本
> - [**Google 進階搜尋**](https://greasyfork.org/scripts/502652): 這是一個為 Google 新增進階搜尋表單的使用者腳本。它能在頁面頂部添加一個可隱藏的高級搜尋表單,使您能夠更精確地搜尋訊息。
> - [**Google 搜尋屏蔽指定站點**](https://greasyfork.org/scripts/500262): 在搜尋引擎結果中封鎖特定的站點,幫助用戶過濾掉不需要的搜尋結果。 自訂輸入屏蔽站點。格式-zhihu -baidu 用於封鎖谷歌搜尋內容
+
+
+
+
-> ### 🔍你可能在找 GreasyFork相關腳本
+> ### 🔍你可能在找GreasyFork相關腳本
> - [**GreasyFork適用於增強**](https://greasyfork.org/scripts/497317): 腳本詳情頁增加適用於連結增加點擊開啟網頁,複製網頁,輪胎搜尋
-> - [**GrreasyFork 用戶發布的腳本資料視覺化**](https://greasyfork.org/scripts/508968): 使用Chart.js獲取和可視化獲取用戶腳本數據,並在使用者個人主頁產生圖表在下方顯示詳細安裝狀況
+> - [**GrreasyFork 用戶發布的腳本資料視覺化**](https://greasyfork.org/scripts/508968): 使用Chart.js獲取和可視化獲取用戶腳本數據,並在使用者個人主頁產生圖表在下方顯示詳細安裝情況
> - [**GreaysFork 增強 WebHook同步設定**](https://greasyfork.org/scripts/506717): 這個腳本可以幫助你快速輸入腳本同步訊息,並批量增加多個國家的語言代碼,而不用一個個地點擊選擇框再去對應的網址。
> - [**GreasyFork Markdown toobar**](https://greasyfork.org/scripts/505164): 在論壇預設使用 Markdown 格式,添加格式幫助連結及 Markdown 工具列紹
> - [**GreasyFork 顯示腳本評分**](https://greasyfork.org/scripts/501119): 腳本清單新增評價分數
-> - [**GreasyFork 進階搜尋**](https://greasyfork.org/scripts/505215): 使用谷歌搜尋 GreasyFork 和 SleazyFork 上體文字
-> - [**GreasyFork 導覽列增強**](https://greasyfork.org/scripts/501880): 增强greasyfork导航栏,增加用戶列表,使用者控制台等
+> - [**GreasyFork 進階搜尋**](https://greasyfork.org/scripts/505215): 使用谷歌搜尋 GreasyFork 和 SleazyFork 上級腳本
+> - [**GreasyFork 導覽列增強**](https://greasyfork.org/scripts/501880): 增強greasyfork導覽列,增加用戶列表,使用者控制台等
> - [**Greasyfork膠水工匠**](https://greasyfork.org/scripts/497346): 增強greasyfork,複製程式碼,腳本下載,精確時間到秒,主頁清理,討論一鍵舉報,腳本清單跳轉代碼添加下載 美化查看程式碼顯示程式碼引用文件,顯示腳本圖示,跳轉成人腳本等等一些操作
> - [**Greasyfork 通知助手**](https://greasyfork.org/scripts/506345): 當你的腳本或你參與的討論有新回應時,腳本會在網頁上以模態視窗顯示最新的討論內容。
> - [**Script Finder油猴腳本查找器**](https://greasyfork.org/scripts/498904): Script Finder 是一個使用者腳本(userscript),它可以幫助你在任何網站上尋找和管理使用者腳本
+
+
+
+
-> ### 🔍你可能在找 成人劇本
+> ### 🔍你可能在找成人腳本
> - [**MiSSAV自動登入**](https://greasyfork.org/scripts/505325): 偵測 MisssAV 狀態,並且在未登入時自動登入
> - [**MissAV收藏管理器**](https://greasyfork.org/scripts/497682): miss單張備份,支援下載圖片保存影片訊息.導出本地網頁 支援導出到webdav
> - [**TissAV自動登入**](https://greasyfork.org/scripts/506528): 偵測 TissAV 狀態,並且在未登入時自動登入
> - [**JableTV自動登入**](https://greasyfork.org/scripts/506730): 偵測 JableTV 狀態,並且在未登入時自動登入
+
+
+
+
-> ### 🔍你可能在找 自動翻譯
+> ### 🔍你可能在找自動翻譯
> - [**外語終結者**](https://greasyfork.org/scripts/504890): 識別非中文字符,如果長度大於 5 且翻譯文中不含中文,則替換為中文,需要可訪問google的網路
> - [**網頁翻譯——自動翻譯為中文**](https://greasyfork.org/scripts/505208): 給每個非中文的網頁右下角(可以調整到左下角)添加一個 google 翻譯圖示,此版本為中文翻譯版本,只把外文翻譯為中文,新增自動翻譯
-
-
+### 查看所有发布脚本
+
-### 查看所有发布脚本
+
-> ### 🔍你可能在找 ChatGPT相关脚本
-> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码字体变小
+> ### 🔍你可能在找ChatGPT相关脚本
+> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码框内字体变小
> - [**ChatGPT 聊天复制代码按钮**](https://greasyfork.org/scripts/509598): 在 chatgpt.com 上代码块的右下角添加一个带有动画的“复制代码”按钮
> - [**ChatGPT 字符计数器**](https://greasyfork.org/scripts/506166): 添加一个字符计数器到输入框,限制为 32732 个字符。(ChatGPT 的限制是 32732 个字符。)
> - [**ChatGPT 折叠自己消息和最大宽度**](https://greasyfork.org/scripts/504901): 自动折叠由你发送的长消息,节省屏幕空间。允许你设置聊天窗口的最大宽度,使得长消息不会超出指定范围。
+
+
+
+
-> ### 🔍你可能在找 网页相关脚本
+> ### 🔍你可能在找网页相关脚本
> - [**网页写入剪辑版授权管理器**](https://greasyfork.org/scripts/497403): 禁止网页向剪辑版拉屎,绿色为放行,红色禁止,橙色临时方向
> - [**解除CSDN登录复制限制**](https://greasyfork.org/scripts/505207): 去你妈的 CSDN 登录复制,无需登录即可复制代码框内容
> - [**绚丽渐变美化网页表格**](https://greasyfork.org/scripts/507036): 自动为网页上的表格所有列应用颜色渐变美化.
@@ -133,9 +135,13 @@
> - [**上下滚动小按钮**](https://greasyfork.org/scripts/497251): 页面右侧添加上下滚动按钮
> - [**一键置顶和置底按钮**](https://greasyfork.org/scripts/500255): 修改自Greasyfork用户脚本 为网页添加置顶和置底按钮,方便在长页面中快速移动到顶部或底部。 增加向下滚动时按钮变色,3秒内无滚动自动停止
+
+
+
+
-> ### 🔍你可能在找 GitHub相关脚本
+> ### 🔍你可能在找GitHub相关脚本
> - [**GitHub提交信息显示HTML**](https://greasyfork.org/scripts/505830): 该脚本将 GitHub 上的提交信息转化为 HTML 视图,以更清晰地查看提交详情。它会自动将提交信息列表、提交头部和最新提交信息转化为 HTML 格式,提供更佳的视觉效果和用户体验。
> - [**GitHub 文件列表美化器**](https://greasyfork.org/scripts/508047): GitHub 文件列表美化器是一个用户脚本,用于增强 GitHub 仓库中的文件显示效果。它可以为文件和文件夹添加颜色,并将文件类型图标替换为小图像,使得代码库更加易于浏览和管理。
> - [**Github 代码语言列表显示全部**](https://greasyfork.org/scripts/509889): 扩展 Github 存储库上的语言列表,显示每种语言,而不是将小部分隐藏在 “其他” 下
@@ -145,15 +151,23 @@
> - [**🤠 Github 增强小助手 仓库显示大小 不活跃开发警告 仓库内快捷跳转用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): 在Github查看仓库和搜索仓库时显示仓库大小 ,不活跃开发警告,仓库内快捷跳转.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): 仓库列表文件排序方式改为日期降序,方便查看最新更新的文件。
+
+
+
+
-> ### 🔍你可能在找 Google相关脚本
+> ### 🔍你可能在找Google相关脚本
> - [**Google 高级搜索**](https://greasyfork.org/scripts/502652): 这是一个为 Google 添加高级搜索表单的用户脚本。它能在页面顶部添加一个可隐藏的高级搜索表单,使您能够更精确地搜索信息。
> - [**Google 搜索屏蔽指定站点**](https://greasyfork.org/scripts/500262): 在搜索引擎结果中屏蔽特定的站点,帮助用户过滤掉不需要的搜索结果。 自定义输入屏蔽站点。格式-zhihu -baidu 用于屏蔽谷歌搜索内容
+
+
+
+
-> ### 🔍你可能在找 GreasyFork相关脚本
+> ### 🔍你可能在找GreasyFork相关脚本
> - [**GreasyFork适用于增强**](https://greasyfork.org/scripts/497317): 脚本详情页增加适用于链接增加点击打开网页,复制网页,轮胎搜索
> - [**GrreasyFork 用户发布的脚本数据可视化**](https://greasyfork.org/scripts/508968): 使用Chart.js获取和可视化获取用户脚本数据,并在用户个人主页生成一个图表在下方显示详细安装情况
> - [**GreaysFork 增强 WebHook同步设置**](https://greasyfork.org/scripts/506717): 这个脚本可以帮助你快速输入脚本同步信息,并批量增加多个国家的语言代码,而不用一个个地点击选择框再去对应的网址。
@@ -165,22 +179,27 @@
> - [**Greasyfork 通知助手**](https://greasyfork.org/scripts/506345): 当你的脚本或你参与的讨论有新回复时,脚本会在网页上以模态窗口显示最新的讨论内容。
> - [**Script Finder油猴脚本查找器**](https://greasyfork.org/scripts/498904): Script Finder 是一个用户脚本(userscript),它可以帮助你在任何网站上查找和管理用户脚本
+
+
+
+
-> ### 🔍你可能在找 成人脚本
+> ### 🔍你可能在找成人脚本
> - [**MiSSAV自动登录**](https://greasyfork.org/scripts/505325): 检测 MisssAV 状态,并且在未登录时自动登录
> - [**MissAV收藏管理器**](https://greasyfork.org/scripts/497682): miss片单备份,支持下载图片保存视频信息.导出本地网页 支持导出到webdav
> - [**TissAV自动登录**](https://greasyfork.org/scripts/506528): 检测 TissAV 状态,并且在未登录时自动登录
> - [**JableTV自动登录**](https://greasyfork.org/scripts/506730): 检测 JableTV 状态,并且在未登录时自动登录
+
+
+
+
-> ### 🔍你可能在找 自动翻译
+> ### 🔍你可能在找自动翻译
> - [**外语终结者**](https://greasyfork.org/scripts/504890): 识别非中文字符,如果长度大于 5 且翻译文本中不含中文,则替换为中文,需要可访问google的网络
> - [**网页翻译——自动翻译为中文**](https://greasyfork.org/scripts/505208): 给每个非中文的网页右下角(可以调整到左下角)添加一个 google 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译
-
-
+### View all publish scripts
+
-### View all publish scripts
+
-> ### 🔍you may be looking for ChatGPTRelated scripts
-> - [**ChatGPTCode font size reduced**](https://greasyfork.org/scripts/505209): let ChatGPT Code font size becomes smaller
-> - [**ChatGPT 聊天Copy codebutton**](https://greasyfork.org/scripts/509598): exist chatgpt.com Add an animation in the lower right corner of the upper code block“复制代码”按钮
-> - [**ChatGPT character counter**](https://greasyfork.org/scripts/506166): 添加一characters计数器到输入框,limited to 32732 characters。(ChatGPT The limit is 32732 个字符。)
+> ### 🔍you may be looking forChatGPTRelated scripts
+> - [**ChatGPTCode font size reduced**](https://greasyfork.org/scripts/505209): let ChatGPT The font size in the code box becomes smaller
+> - [**ChatGPT chatCopy codebutton**](https://greasyfork.org/scripts/509598): exist chatgpt.com Add an animation in the lower right corner of the upper code block“Copy code”button
+> - [**ChatGPT character counter**](https://greasyfork.org/scripts/506166): add onecharactersCounter to input box,limited to 32732 characters。(ChatGPT The limit is 32732 characters。)
> - [**ChatGPT Collapse self message and max width**](https://greasyfork.org/scripts/504901): Automatically collapse long messages sent by you,Save screen space。Allows you to set the maximum width of the chat window,Keep long messages from exceeding the specified range。
+
+
+
+
-> ### 🔍you may be looking for Web related scripts
-> - [**Web page writing clip version authorization manager**](https://greasyfork.org/scripts/497403): Ban web pages from pooping on edited versions,green for release,red ban,orange temporary directions
-> - [**LiftCSDNLoginCopy限制**](https://greasyfork.org/scripts/505207): fuck you CSDN 登录复制,Copy code box content without logging in
+> ### 🔍You may be looking for web related scripts
+> - [**Web page writing clip version authorization manager**](https://greasyfork.org/scripts/497403): Ban web pages from pooping on edited versions,green for release,red prohibition,orange temporary directions
+> - [**LiftCSDNLoginCopylimit**](https://greasyfork.org/scripts/505207): fuck you CSDN LoginCopy,Copy code box content without logging in
> - [**Beautify web forms with gorgeous gradients**](https://greasyfork.org/scripts/507036): Automatically apply color gradient beautification to all columns of tables on web pages.
> - [**Highlight keywords on web pages+(recommend)**](https://greasyfork.org/scripts/498906): Highlight text on web pages
> - [**Highlight web text_mini version**](https://greasyfork.org/scripts/498905): Custom keyword highlighting on web pages including dynamically loaded content on scroll
@@ -133,54 +135,71 @@ Recommended browsers and script managers:
> - [**Small scroll button up and down**](https://greasyfork.org/scripts/497251): Add up and down scroll buttons on the right side of the page
> - [**One-touch top and bottom buttons**](https://greasyfork.org/scripts/500255): Modified fromGreasyforkuser script Add top and bottom buttons to web pages,Facilitates quick movement to the top or bottom of long pages。 Added button color change when scrolling down,3Automatically stops if there is no scrolling within seconds
+
+
+
+
-> ### 🔍you may be looking for GitHubRelated scripts
+> ### 🔍you may be looking forGitHubRelated scripts
> - [**GitHubSubmit information displayHTML**](https://greasyfork.org/scripts/505830): This script will GitHub The submission information on HTML view,to see submission details more clearly。It will automatically submit the information list、The commit header and latest commit information are converted to HTML Format,Provide better visual effects and user experience。
-> - [**GitHub File list beautifier**](https://greasyfork.org/scripts/508047): GitHub File List Beautifier is a user script,used to enhance GitHub Display effect of files in warehouse。It can add colors to files and folders,and replace the file type icons with small images,Makes the code base easier to browse and manage。
+> - [**GitHub File list beautifier**](https://greasyfork.org/scripts/508047): GitHub File List Beautifier is a user script,used to enhance GitHub Display effect of files in warehouse。It can add color to files and folders,and replace the file type icons with small images,Makes the code base easier to browse and manage。
> - [**Github List of code languages show all**](https://greasyfork.org/scripts/509889): Expand Github List of languages on the repository,Show each language,Instead of hiding small parts in “other” Down
> - [**GitHub Automatically confirm device authorization**](https://greasyfork.org/scripts/508956): existGitHubThe authorization page automatically enters the authorization code and automatically confirms it.。
-> - [**GitHubfolder下载**](https://greasyfork.org/scripts/505496): Add a download button,Allows easy downloading of specific GitHub 文件夹。
+> - [**GitHubfolderdownload**](https://greasyfork.org/scripts/505496): Add a download button,Allows easy downloading of specific GitHub folder。
> - [**GitHubDownload single files and copy filesURL**](https://greasyfork.org/scripts/505501): Add button at the end of each file line,to copy the original file URL and download files
-> - [**🤠 Github Enhance assistant Warehouse display size Inactive development warning Quick jump within the warehouse用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): existGithubShow warehouse size when viewing and searching warehouses ,Inactive development warning,仓库内快捷跳转.
+> - [**🤠 Github Enhance assistant Warehouse display size Inactive development warning Quick jump within the warehouseUser’s other warehouses 🤠**](https://greasyfork.org/scripts/502291): existGithubShow warehouse size when viewing and searching warehouses ,Inactive development warning,Quick jump within the warehouse.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): Change the sorting method of warehouse list files to descending date order,Conveniently view the latest updated files。
+
+
+
+
-> ### 🔍you may be looking for GoogleRelated scripts
-> - [**Google Advanced search**](https://greasyfork.org/scripts/502652): This is a for Google Add user script for advanced search form。It adds a hideable advanced search form at the top of the page,Enable you to search for information more precisely。
+> ### 🔍you may be looking forGoogleRelated scripts
+> - [**Google Advanced search**](https://greasyfork.org/scripts/502652): This is a for Google Add user script for advanced search form。It adds a hideable advanced search form at the top of the page,Enables you to search for information more precisely。
> - [**Google Search and block specific sites**](https://greasyfork.org/scripts/500262): Block specific sites from search engine results,Help users filter out unwanted search results。 Custom input blocking site。Format-zhihu -baidu Used to block Google search content
+
+
+
+
-> ### 🔍you may be looking for GreasyForkRelated scripts
+> ### 🔍you may be looking forGreasyForkRelated scripts
> - [**GreasyForksuitable for enhancement**](https://greasyfork.org/scripts/497317): The script details page is added. It is suitable for links to be added. Click to open the web page.,Copy web page,tire search
> - [**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.
> - [**GreaysFork Enhance WebHookSync settings**](https://greasyfork.org/scripts/506717): This script can help you 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。
> - [**GreasyFork Markdown toobar**](https://greasyfork.org/scripts/505164): Used by default in forums Markdown Format,Add format help link and Markdown Toolbar introduction
> - [**GreasyFork Show script ratings**](https://greasyfork.org/scripts/501119): Add evaluation scores to script list
-> - [**GreasyFork Advanced search**](https://greasyfork.org/scripts/505215): Search using Google GreasyFork and SleazyFork upper script
-> - [**GreasyFork Navigation barEnhance**](https://greasyfork.org/scripts/501880): 增强greasyfork导航栏,Add user list,User console etc.
+> - [**GreasyFork Advanced search**](https://greasyfork.org/scripts/505215): Search using Google GreasyFork and SleazyFork superior script
+> - [**GreasyFork Navigation barEnhance**](https://greasyfork.org/scripts/501880): EnhancegreasyforkNavigation bar,Add user list,User console, etc.
> - [**GreasyforkGlue craftsman**](https://greasyfork.org/scripts/497346): Enhancegreasyfork,Copy code,Script download,Precise time to seconds,Home page cleanup,Discuss one-click reporting,Script list jump code added download Beautify view code and display code reference files,show script icon,Jump to adult scripts and other operations
> - [**Greasyfork Notification assistant**](https://greasyfork.org/scripts/506345): When there’s a new reply to your script or to a discussion you’re participating in,The script will display the latest discussion content in a modal window on the web page。
> - [**Script FinderGrease Monkey Script Finder**](https://greasyfork.org/scripts/498904): Script Finder is a user script(userscript),It helps you find and manage userscripts on any website
+
+
+
+
-> ### 🔍you may be looking for adult script
+> ### 🔍You may be looking for adult scripts
> - [**MiSSAVAutomatic login**](https://greasyfork.org/scripts/505325): Detection MisssAV state,and automatically log in when not logged in
> - [**MissAVCollection manager**](https://greasyfork.org/scripts/497682): missPlaylist backup,Support downloading pictures and saving video information.Export local web page Support export towebdav
> - [**TissAVAutomatic login**](https://greasyfork.org/scripts/506528): Detection TissAV state,and automatically log in when not logged in
> - [**JableTVAutomatic login**](https://greasyfork.org/scripts/506730): Detection JableTV state,and automatically log in when not logged in
-
-> ### 🔍you may be looking for automatic translation
-> - [**foreign language terminator**](https://greasyfork.org/scripts/504890): Recognize non-Chinese characters,If the length is greater than 5 And the translated text does not contain Chinese,then replace it with Chinese,Need to be accessiblegooglenetwork
-> - [**web page translation——Automatically translated to Chinese**](https://greasyfork.org/scripts/505208): Give the lower right corner of each non-Chinese web page(Can be adjusted to the lower left corner)add a google Translate icon,This version is a Chinese translation version,Only translate foreign languages into Chinese,Add automatic translation
+
+
+
-
-
+### 查看所有发布脚本
+
-### 查看所有发布脚本
+
-> ### 🔍你可能在找 ChatGPT相关脚本
-> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码字体变小
+> ### 🔍你可能在找ChatGPT相关脚本
+> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码框内字体变小
> - [**ChatGPT 聊天复制代码按钮**](https://greasyfork.org/scripts/509598): 在 chatgpt.com 上代码块的右下角添加一个带有动画的“复制代码”按钮
> - [**ChatGPT 字符计数器**](https://greasyfork.org/scripts/506166): 添加一个字符计数器到输入框,限制为 32732 个字符。(ChatGPT 的限制是 32732 个字符。)
> - [**ChatGPT 折叠自己消息和最大宽度**](https://greasyfork.org/scripts/504901): 自动折叠由你发送的长消息,节省屏幕空间。允许你设置聊天窗口的最大宽度,使得长消息不会超出指定范围。
+
+
+
+
-> ### 🔍你可能在找 网页相关脚本
+> ### 🔍你可能在找网页相关脚本
> - [**网页写入剪辑版授权管理器**](https://greasyfork.org/scripts/497403): 禁止网页向剪辑版拉屎,绿色为放行,红色禁止,橙色临时方向
> - [**解除CSDN登录复制限制**](https://greasyfork.org/scripts/505207): 去你妈的 CSDN 登录复制,无需登录即可复制代码框内容
> - [**绚丽渐变美化网页表格**](https://greasyfork.org/scripts/507036): 自动为网页上的表格所有列应用颜色渐变美化.
@@ -141,9 +144,13 @@
> - [**上下滚动小按钮**](https://greasyfork.org/scripts/497251): 页面右侧添加上下滚动按钮
> - [**一键置顶和置底按钮**](https://greasyfork.org/scripts/500255): 修改自Greasyfork用户脚本 为网页添加置顶和置底按钮,方便在长页面中快速移动到顶部或底部。 增加向下滚动时按钮变色,3秒内无滚动自动停止
+
+
+
+
-> ### 🔍你可能在找 GitHub相关脚本
+> ### 🔍你可能在找GitHub相关脚本
> - [**GitHub提交信息显示HTML**](https://greasyfork.org/scripts/505830): 该脚本将 GitHub 上的提交信息转化为 HTML 视图,以更清晰地查看提交详情。它会自动将提交信息列表、提交头部和最新提交信息转化为 HTML 格式,提供更佳的视觉效果和用户体验。
> - [**GitHub 文件列表美化器**](https://greasyfork.org/scripts/508047): GitHub 文件列表美化器是一个用户脚本,用于增强 GitHub 仓库中的文件显示效果。它可以为文件和文件夹添加颜色,并将文件类型图标替换为小图像,使得代码库更加易于浏览和管理。
> - [**Github 代码语言列表显示全部**](https://greasyfork.org/scripts/509889): 扩展 Github 存储库上的语言列表,显示每种语言,而不是将小部分隐藏在 “其他” 下
@@ -153,15 +160,23 @@
> - [**🤠 Github 增强小助手 仓库显示大小 不活跃开发警告 仓库内快捷跳转用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): 在Github查看仓库和搜索仓库时显示仓库大小 ,不活跃开发警告,仓库内快捷跳转.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): 仓库列表文件排序方式改为日期降序,方便查看最新更新的文件。
+
+
+
+
-> ### 🔍你可能在找 Google相关脚本
+> ### 🔍你可能在找Google相关脚本
> - [**Google 高级搜索**](https://greasyfork.org/scripts/502652): 这是一个为 Google 添加高级搜索表单的用户脚本。它能在页面顶部添加一个可隐藏的高级搜索表单,使您能够更精确地搜索信息。
> - [**Google 搜索屏蔽指定站点**](https://greasyfork.org/scripts/500262): 在搜索引擎结果中屏蔽特定的站点,帮助用户过滤掉不需要的搜索结果。 自定义输入屏蔽站点。格式-zhihu -baidu 用于屏蔽谷歌搜索内容
+
+
+
+
-> ### 🔍你可能在找 GreasyFork相关脚本
+> ### 🔍你可能在找GreasyFork相关脚本
> - [**GreasyFork适用于增强**](https://greasyfork.org/scripts/497317): 脚本详情页增加适用于链接增加点击打开网页,复制网页,轮胎搜索
> - [**GrreasyFork 用户发布的脚本数据可视化**](https://greasyfork.org/scripts/508968): 使用Chart.js获取和可视化获取用户脚本数据,并在用户个人主页生成一个图表在下方显示详细安装情况
> - [**GreaysFork 增强 WebHook同步设置**](https://greasyfork.org/scripts/506717): 这个脚本可以帮助你快速输入脚本同步信息,并批量增加多个国家的语言代码,而不用一个个地点击选择框再去对应的网址。
@@ -173,22 +188,27 @@
> - [**Greasyfork 通知助手**](https://greasyfork.org/scripts/506345): 当你的脚本或你参与的讨论有新回复时,脚本会在网页上以模态窗口显示最新的讨论内容。
> - [**Script Finder油猴脚本查找器**](https://greasyfork.org/scripts/498904): Script Finder 是一个用户脚本(userscript),它可以帮助你在任何网站上查找和管理用户脚本
+
+
+
+
-> ### 🔍你可能在找 成人脚本
+> ### 🔍你可能在找成人脚本
> - [**MiSSAV自动登录**](https://greasyfork.org/scripts/505325): 检测 MisssAV 状态,并且在未登录时自动登录
> - [**MissAV收藏管理器**](https://greasyfork.org/scripts/497682): miss片单备份,支持下载图片保存视频信息.导出本地网页 支持导出到webdav
> - [**TissAV自动登录**](https://greasyfork.org/scripts/506528): 检测 TissAV 状态,并且在未登录时自动登录
> - [**JableTV自动登录**](https://greasyfork.org/scripts/506730): 检测 JableTV 状态,并且在未登录时自动登录
+
+
+
+
-> ### 🔍你可能在找 自动翻译
+> ### 🔍你可能在找自动翻译
> - [**外语终结者**](https://greasyfork.org/scripts/504890): 识别非中文字符,如果长度大于 5 且翻译文本中不含中文,则替换为中文,需要可访问google的网络
> - [**网页翻译——自动翻译为中文**](https://greasyfork.org/scripts/505208): 给每个非中文的网页右下角(可以调整到左下角)添加一个 google 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译
-
-
+### View all publish scripts
+
-### View all publish scripts
+
-> ### 🔍you may be looking for ChatGPTRelated scripts
-> - [**ChatGPTCode font size reduced**](https://greasyfork.org/scripts/505209): let ChatGPT Code font size becomes smaller
-> - [**ChatGPT 聊天Copy codebutton**](https://greasyfork.org/scripts/509598): exist chatgpt.com Add an animation in the lower right corner of the upper code block“复制代码”按钮
-> - [**ChatGPT character counter**](https://greasyfork.org/scripts/506166): 添加一characters计数器到输入框,limited to 32732 characters。(ChatGPT The limit is 32732 个字符。)
+> ### 🔍you may be looking forChatGPTRelated scripts
+> - [**ChatGPTCode font size reduced**](https://greasyfork.org/scripts/505209): let ChatGPT The font size in the code box becomes smaller
+> - [**ChatGPT chatCopy codebutton**](https://greasyfork.org/scripts/509598): exist chatgpt.com Add an animation in the lower right corner of the upper code block“Copy code”button
+> - [**ChatGPT character counter**](https://greasyfork.org/scripts/506166): add onecharactersCounter to input box,limited to 32732 characters。(ChatGPT The limit is 32732 characters。)
> - [**ChatGPT Collapse self message and max width**](https://greasyfork.org/scripts/504901): Automatically collapse long messages sent by you,Save screen space。Allows you to set the maximum width of the chat window,Keep long messages from exceeding the specified range。
+
+
+
+
-> ### 🔍you may be looking for Web related scripts
-> - [**Web page writing clip version authorization manager**](https://greasyfork.org/scripts/497403): Ban web pages from pooping on edited versions,green for release,red ban,orange temporary directions
-> - [**LiftCSDNLoginCopy限制**](https://greasyfork.org/scripts/505207): fuck you CSDN 登录复制,Copy code box content without logging in
+> ### 🔍You may be looking for web related scripts
+> - [**Web page writing clip version authorization manager**](https://greasyfork.org/scripts/497403): Ban web pages from pooping on edited versions,green for release,red prohibition,orange temporary directions
+> - [**LiftCSDNLoginCopylimit**](https://greasyfork.org/scripts/505207): fuck you CSDN LoginCopy,Copy code box content without logging in
> - [**Beautify web forms with gorgeous gradients**](https://greasyfork.org/scripts/507036): Automatically apply color gradient beautification to all columns of tables on web pages.
> - [**Highlight keywords on web pages+(recommend)**](https://greasyfork.org/scripts/498906): Highlight text on web pages
> - [**Highlight web text_mini version**](https://greasyfork.org/scripts/498905): Custom keyword highlighting on web pages including dynamically loaded content on scroll
@@ -145,54 +148,71 @@ This script is suitable for any webpage containing tables, automatically applyin
> - [**Small scroll button up and down**](https://greasyfork.org/scripts/497251): Add up and down scroll buttons on the right side of the page
> - [**One-touch top and bottom buttons**](https://greasyfork.org/scripts/500255): Modified fromGreasyforkuser script Add top and bottom buttons to web pages,Facilitates quick movement to the top or bottom of long pages。 Added button color change when scrolling down,3Automatically stops if there is no scrolling within seconds
+
+
+
+
-> ### 🔍you may be looking for GitHubRelated scripts
+> ### 🔍you may be looking forGitHubRelated scripts
> - [**GitHubSubmit information displayHTML**](https://greasyfork.org/scripts/505830): This script will GitHub The submission information on HTML view,to see submission details more clearly。It will automatically submit the information list、The commit header and latest commit information are converted to HTML Format,Provide better visual effects and user experience。
-> - [**GitHub File list beautifier**](https://greasyfork.org/scripts/508047): GitHub File List Beautifier is a user script,used to enhance GitHub Display effect of files in warehouse。It can add colors to files and folders,and replace the file type icons with small images,Makes the code base easier to browse and manage。
+> - [**GitHub File list beautifier**](https://greasyfork.org/scripts/508047): GitHub File List Beautifier is a user script,used to enhance GitHub Display effect of files in warehouse。It can add color to files and folders,and replace the file type icons with small images,Makes the code base easier to browse and manage。
> - [**Github List of code languages show all**](https://greasyfork.org/scripts/509889): Expand Github List of languages on the repository,Show each language,Instead of hiding small parts in “other” Down
> - [**GitHub Automatically confirm device authorization**](https://greasyfork.org/scripts/508956): existGitHubThe authorization page automatically enters the authorization code and automatically confirms it.。
-> - [**GitHubfolder下载**](https://greasyfork.org/scripts/505496): Add a download button,Allows easy downloading of specific GitHub 文件夹。
+> - [**GitHubfolderdownload**](https://greasyfork.org/scripts/505496): Add a download button,Allows easy downloading of specific GitHub folder。
> - [**GitHubDownload single files and copy filesURL**](https://greasyfork.org/scripts/505501): Add button at the end of each file line,to copy the original file URL and download files
-> - [**🤠 Github Enhance assistant Warehouse display size Inactive development warning Quick jump within the warehouse用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): existGithubShow warehouse size when viewing and searching warehouses ,Inactive development warning,仓库内快捷跳转.
+> - [**🤠 Github Enhance assistant Warehouse display size Inactive development warning Quick jump within the warehouseUser’s other warehouses 🤠**](https://greasyfork.org/scripts/502291): existGithubShow warehouse size when viewing and searching warehouses ,Inactive development warning,Quick jump within the warehouse.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): Change the sorting method of warehouse list files to descending date order,Conveniently view the latest updated files。
+
+
+
+
-> ### 🔍you may be looking for GoogleRelated scripts
-> - [**Google Advanced search**](https://greasyfork.org/scripts/502652): This is a for Google Add user script for advanced search form。It adds a hideable advanced search form at the top of the page,Enable you to search for information more precisely。
+> ### 🔍you may be looking forGoogleRelated scripts
+> - [**Google Advanced search**](https://greasyfork.org/scripts/502652): This is a for Google Add user script for advanced search form。It adds a hideable advanced search form at the top of the page,Enables you to search for information more precisely。
> - [**Google Search and block specific sites**](https://greasyfork.org/scripts/500262): Block specific sites from search engine results,Help users filter out unwanted search results。 Custom input blocking site。Format-zhihu -baidu Used to block Google search content
+
+
+
+
-> ### 🔍you may be looking for GreasyForkRelated scripts
+> ### 🔍you may be looking forGreasyForkRelated scripts
> - [**GreasyForksuitable for enhancement**](https://greasyfork.org/scripts/497317): The script details page is added. It is suitable for links to be added. Click to open the web page.,Copy web page,tire search
> - [**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.
> - [**GreaysFork Enhance WebHookSync settings**](https://greasyfork.org/scripts/506717): This script can help you 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。
> - [**GreasyFork Markdown toobar**](https://greasyfork.org/scripts/505164): Used by default in forums Markdown Format,Add format help link and Markdown Toolbar introduction
> - [**GreasyFork Show script ratings**](https://greasyfork.org/scripts/501119): Add evaluation scores to script list
-> - [**GreasyFork Advanced search**](https://greasyfork.org/scripts/505215): Search using Google GreasyFork and SleazyFork upper script
-> - [**GreasyFork Navigation barEnhance**](https://greasyfork.org/scripts/501880): 增强greasyfork导航栏,Add user list,User console etc.
+> - [**GreasyFork Advanced search**](https://greasyfork.org/scripts/505215): Search using Google GreasyFork and SleazyFork superior script
+> - [**GreasyFork Navigation barEnhance**](https://greasyfork.org/scripts/501880): EnhancegreasyforkNavigation bar,Add user list,User console, etc.
> - [**GreasyforkGlue craftsman**](https://greasyfork.org/scripts/497346): Enhancegreasyfork,Copy code,Script download,Precise time to seconds,Home page cleanup,Discuss one-click reporting,Script list jump code added download Beautify view code and display code reference files,show script icon,Jump to adult scripts and other operations
> - [**Greasyfork Notification assistant**](https://greasyfork.org/scripts/506345): When there’s a new reply to your script or to a discussion you’re participating in,The script will display the latest discussion content in a modal window on the web page。
> - [**Script FinderGrease Monkey Script Finder**](https://greasyfork.org/scripts/498904): Script Finder is a user script(userscript),It helps you find and manage userscripts on any website
+
+
+
+
-> ### 🔍you may be looking for adult script
+> ### 🔍You may be looking for adult scripts
> - [**MiSSAVAutomatic login**](https://greasyfork.org/scripts/505325): Detection MisssAV state,and automatically log in when not logged in
> - [**MissAVCollection manager**](https://greasyfork.org/scripts/497682): missPlaylist backup,Support downloading pictures and saving video information.Export local web page Support export towebdav
> - [**TissAVAutomatic login**](https://greasyfork.org/scripts/506528): Detection TissAV state,and automatically log in when not logged in
> - [**JableTVAutomatic login**](https://greasyfork.org/scripts/506730): Detection JableTV state,and automatically log in when not logged in
-
-> ### 🔍you may be looking for automatic translation
-> - [**foreign language terminator**](https://greasyfork.org/scripts/504890): Recognize non-Chinese characters,If the length is greater than 5 And the translated text does not contain Chinese,then replace it with Chinese,Need to be accessiblegooglenetwork
-> - [**web page translation——Automatically translated to Chinese**](https://greasyfork.org/scripts/505208): Give the lower right corner of each non-Chinese web page(Can be adjusted to the lower left corner)add a google Translate icon,This version is a Chinese translation version,Only translate foreign languages into Chinese,Add automatic translation
+
+
+
-
-
+### 查看所有发布脚本
+
-### 查看所有发布脚本
+
-> ### 🔍你可能在找 ChatGPT相关脚本
-> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码字体变小
+> ### 🔍你可能在找ChatGPT相关脚本
+> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码框内字体变小
> - [**ChatGPT 聊天复制代码按钮**](https://greasyfork.org/scripts/509598): 在 chatgpt.com 上代码块的右下角添加一个带有动画的“复制代码”按钮
> - [**ChatGPT 字符计数器**](https://greasyfork.org/scripts/506166): 添加一个字符计数器到输入框,限制为 32732 个字符。(ChatGPT 的限制是 32732 个字符。)
> - [**ChatGPT 折叠自己消息和最大宽度**](https://greasyfork.org/scripts/504901): 自动折叠由你发送的长消息,节省屏幕空间。允许你设置聊天窗口的最大宽度,使得长消息不会超出指定范围。
+
+
+
+
-> ### 🔍你可能在找 网页相关脚本
+> ### 🔍你可能在找网页相关脚本
> - [**网页写入剪辑版授权管理器**](https://greasyfork.org/scripts/497403): 禁止网页向剪辑版拉屎,绿色为放行,红色禁止,橙色临时方向
> - [**解除CSDN登录复制限制**](https://greasyfork.org/scripts/505207): 去你妈的 CSDN 登录复制,无需登录即可复制代码框内容
> - [**绚丽渐变美化网页表格**](https://greasyfork.org/scripts/507036): 自动为网页上的表格所有列应用颜色渐变美化.
@@ -104,9 +107,13 @@
> - [**上下滚动小按钮**](https://greasyfork.org/scripts/497251): 页面右侧添加上下滚动按钮
> - [**一键置顶和置底按钮**](https://greasyfork.org/scripts/500255): 修改自Greasyfork用户脚本 为网页添加置顶和置底按钮,方便在长页面中快速移动到顶部或底部。 增加向下滚动时按钮变色,3秒内无滚动自动停止
+
+
+
+
-> ### 🔍你可能在找 GitHub相关脚本
+> ### 🔍你可能在找GitHub相关脚本
> - [**GitHub提交信息显示HTML**](https://greasyfork.org/scripts/505830): 该脚本将 GitHub 上的提交信息转化为 HTML 视图,以更清晰地查看提交详情。它会自动将提交信息列表、提交头部和最新提交信息转化为 HTML 格式,提供更佳的视觉效果和用户体验。
> - [**GitHub 文件列表美化器**](https://greasyfork.org/scripts/508047): GitHub 文件列表美化器是一个用户脚本,用于增强 GitHub 仓库中的文件显示效果。它可以为文件和文件夹添加颜色,并将文件类型图标替换为小图像,使得代码库更加易于浏览和管理。
> - [**Github 代码语言列表显示全部**](https://greasyfork.org/scripts/509889): 扩展 Github 存储库上的语言列表,显示每种语言,而不是将小部分隐藏在 “其他” 下
@@ -116,15 +123,23 @@
> - [**🤠 Github 增强小助手 仓库显示大小 不活跃开发警告 仓库内快捷跳转用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): 在Github查看仓库和搜索仓库时显示仓库大小 ,不活跃开发警告,仓库内快捷跳转.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): 仓库列表文件排序方式改为日期降序,方便查看最新更新的文件。
+
+
+
+
-> ### 🔍你可能在找 Google相关脚本
+> ### 🔍你可能在找Google相关脚本
> - [**Google 高级搜索**](https://greasyfork.org/scripts/502652): 这是一个为 Google 添加高级搜索表单的用户脚本。它能在页面顶部添加一个可隐藏的高级搜索表单,使您能够更精确地搜索信息。
> - [**Google 搜索屏蔽指定站点**](https://greasyfork.org/scripts/500262): 在搜索引擎结果中屏蔽特定的站点,帮助用户过滤掉不需要的搜索结果。 自定义输入屏蔽站点。格式-zhihu -baidu 用于屏蔽谷歌搜索内容
+
+
+
+
-> ### 🔍你可能在找 GreasyFork相关脚本
+> ### 🔍你可能在找GreasyFork相关脚本
> - [**GreasyFork适用于增强**](https://greasyfork.org/scripts/497317): 脚本详情页增加适用于链接增加点击打开网页,复制网页,轮胎搜索
> - [**GrreasyFork 用户发布的脚本数据可视化**](https://greasyfork.org/scripts/508968): 使用Chart.js获取和可视化获取用户脚本数据,并在用户个人主页生成一个图表在下方显示详细安装情况
> - [**GreaysFork 增强 WebHook同步设置**](https://greasyfork.org/scripts/506717): 这个脚本可以帮助你快速输入脚本同步信息,并批量增加多个国家的语言代码,而不用一个个地点击选择框再去对应的网址。
@@ -136,22 +151,27 @@
> - [**Greasyfork 通知助手**](https://greasyfork.org/scripts/506345): 当你的脚本或你参与的讨论有新回复时,脚本会在网页上以模态窗口显示最新的讨论内容。
> - [**Script Finder油猴脚本查找器**](https://greasyfork.org/scripts/498904): Script Finder 是一个用户脚本(userscript),它可以帮助你在任何网站上查找和管理用户脚本
+
+
+
+
-> ### 🔍你可能在找 成人脚本
+> ### 🔍你可能在找成人脚本
> - [**MiSSAV自动登录**](https://greasyfork.org/scripts/505325): 检测 MisssAV 状态,并且在未登录时自动登录
> - [**MissAV收藏管理器**](https://greasyfork.org/scripts/497682): miss片单备份,支持下载图片保存视频信息.导出本地网页 支持导出到webdav
> - [**TissAV自动登录**](https://greasyfork.org/scripts/506528): 检测 TissAV 状态,并且在未登录时自动登录
> - [**JableTV自动登录**](https://greasyfork.org/scripts/506730): 检测 JableTV 状态,并且在未登录时自动登录
+
+
+
+
-> ### 🔍你可能在找 自动翻译
+> ### 🔍你可能在找自动翻译
> - [**外语终结者**](https://greasyfork.org/scripts/504890): 识别非中文字符,如果长度大于 5 且翻译文本中不含中文,则替换为中文,需要可访问google的网络
> - [**网页翻译——自动翻译为中文**](https://greasyfork.org/scripts/505208): 给每个非中文的网页右下角(可以调整到左下角)添加一个 google 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译
-
-
+### 查看所有发布脚本
+
-### 查看所有发布脚本
+
-> ### 🔍你可能在找 ChatGPT相关脚本
-> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码字体变小
+> ### 🔍你可能在找ChatGPT相关脚本
+> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码框内字体变小
> - [**ChatGPT 聊天复制代码按钮**](https://greasyfork.org/scripts/509598): 在 chatgpt.com 上代码块的右下角添加一个带有动画的“复制代码”按钮
> - [**ChatGPT 字符计数器**](https://greasyfork.org/scripts/506166): 添加一个字符计数器到输入框,限制为 32732 个字符。(ChatGPT 的限制是 32732 个字符。)
> - [**ChatGPT 折叠自己消息和最大宽度**](https://greasyfork.org/scripts/504901): 自动折叠由你发送的长消息,节省屏幕空间。允许你设置聊天窗口的最大宽度,使得长消息不会超出指定范围。
+
+
+
+
-> ### 🔍你可能在找 网页相关脚本
+> ### 🔍你可能在找网页相关脚本
> - [**网页写入剪辑版授权管理器**](https://greasyfork.org/scripts/497403): 禁止网页向剪辑版拉屎,绿色为放行,红色禁止,橙色临时方向
> - [**解除CSDN登录复制限制**](https://greasyfork.org/scripts/505207): 去你妈的 CSDN 登录复制,无需登录即可复制代码框内容
> - [**绚丽渐变美化网页表格**](https://greasyfork.org/scripts/507036): 自动为网页上的表格所有列应用颜色渐变美化.
@@ -193,9 +196,13 @@ Copy-Item -Path $qinwuyuan_messageFilePath -Destination $qinwuyuan_oldCommitFile
> - [**上下滚动小按钮**](https://greasyfork.org/scripts/497251): 页面右侧添加上下滚动按钮
> - [**一键置顶和置底按钮**](https://greasyfork.org/scripts/500255): 修改自Greasyfork用户脚本 为网页添加置顶和置底按钮,方便在长页面中快速移动到顶部或底部。 增加向下滚动时按钮变色,3秒内无滚动自动停止
+
+
+
+
-> ### 🔍你可能在找 GitHub相关脚本
+> ### 🔍你可能在找GitHub相关脚本
> - [**GitHub提交信息显示HTML**](https://greasyfork.org/scripts/505830): 该脚本将 GitHub 上的提交信息转化为 HTML 视图,以更清晰地查看提交详情。它会自动将提交信息列表、提交头部和最新提交信息转化为 HTML 格式,提供更佳的视觉效果和用户体验。
> - [**GitHub 文件列表美化器**](https://greasyfork.org/scripts/508047): GitHub 文件列表美化器是一个用户脚本,用于增强 GitHub 仓库中的文件显示效果。它可以为文件和文件夹添加颜色,并将文件类型图标替换为小图像,使得代码库更加易于浏览和管理。
> - [**Github 代码语言列表显示全部**](https://greasyfork.org/scripts/509889): 扩展 Github 存储库上的语言列表,显示每种语言,而不是将小部分隐藏在 “其他” 下
@@ -205,15 +212,23 @@ Copy-Item -Path $qinwuyuan_messageFilePath -Destination $qinwuyuan_oldCommitFile
> - [**🤠 Github 增强小助手 仓库显示大小 不活跃开发警告 仓库内快捷跳转用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): 在Github查看仓库和搜索仓库时显示仓库大小 ,不活跃开发警告,仓库内快捷跳转.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): 仓库列表文件排序方式改为日期降序,方便查看最新更新的文件。
+
+
+
+
-> ### 🔍你可能在找 Google相关脚本
+> ### 🔍你可能在找Google相关脚本
> - [**Google 高级搜索**](https://greasyfork.org/scripts/502652): 这是一个为 Google 添加高级搜索表单的用户脚本。它能在页面顶部添加一个可隐藏的高级搜索表单,使您能够更精确地搜索信息。
> - [**Google 搜索屏蔽指定站点**](https://greasyfork.org/scripts/500262): 在搜索引擎结果中屏蔽特定的站点,帮助用户过滤掉不需要的搜索结果。 自定义输入屏蔽站点。格式-zhihu -baidu 用于屏蔽谷歌搜索内容
+
+
+
+
-> ### 🔍你可能在找 GreasyFork相关脚本
+> ### 🔍你可能在找GreasyFork相关脚本
> - [**GreasyFork适用于增强**](https://greasyfork.org/scripts/497317): 脚本详情页增加适用于链接增加点击打开网页,复制网页,轮胎搜索
> - [**GrreasyFork 用户发布的脚本数据可视化**](https://greasyfork.org/scripts/508968): 使用Chart.js获取和可视化获取用户脚本数据,并在用户个人主页生成一个图表在下方显示详细安装情况
> - [**GreaysFork 增强 WebHook同步设置**](https://greasyfork.org/scripts/506717): 这个脚本可以帮助你快速输入脚本同步信息,并批量增加多个国家的语言代码,而不用一个个地点击选择框再去对应的网址。
@@ -225,22 +240,27 @@ Copy-Item -Path $qinwuyuan_messageFilePath -Destination $qinwuyuan_oldCommitFile
> - [**Greasyfork 通知助手**](https://greasyfork.org/scripts/506345): 当你的脚本或你参与的讨论有新回复时,脚本会在网页上以模态窗口显示最新的讨论内容。
> - [**Script Finder油猴脚本查找器**](https://greasyfork.org/scripts/498904): Script Finder 是一个用户脚本(userscript),它可以帮助你在任何网站上查找和管理用户脚本
+
+
+
+
-> ### 🔍你可能在找 成人脚本
+> ### 🔍你可能在找成人脚本
> - [**MiSSAV自动登录**](https://greasyfork.org/scripts/505325): 检测 MisssAV 状态,并且在未登录时自动登录
> - [**MissAV收藏管理器**](https://greasyfork.org/scripts/497682): miss片单备份,支持下载图片保存视频信息.导出本地网页 支持导出到webdav
> - [**TissAV自动登录**](https://greasyfork.org/scripts/506528): 检测 TissAV 状态,并且在未登录时自动登录
> - [**JableTV自动登录**](https://greasyfork.org/scripts/506730): 检测 JableTV 状态,并且在未登录时自动登录
+
+
+
+
-> ### 🔍你可能在找 自动翻译
+> ### 🔍你可能在找自动翻译
> - [**外语终结者**](https://greasyfork.org/scripts/504890): 识别非中文字符,如果长度大于 5 且翻译文本中不含中文,则替换为中文,需要可访问google的网络
> - [**网页翻译——自动翻译为中文**](https://greasyfork.org/scripts/505208): 给每个非中文的网页右下角(可以调整到左下角)添加一个 google 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译
-
-
+### View all publish scripts
+
-### View all publish scripts
+
-> ### 🔍you may be looking for ChatGPTRelated scripts
-> - [**ChatGPTCode font size reduced**](https://greasyfork.org/scripts/505209): let ChatGPT Code font size becomes smaller
-> - [**ChatGPT 聊天Copy codebutton**](https://greasyfork.org/scripts/509598): exist chatgpt.com Add an animation in the lower right corner of the upper code block“复制代码”按钮
-> - [**ChatGPT character counter**](https://greasyfork.org/scripts/506166): 添加一characters计数器到输入框,limited to 32732 characters。(ChatGPT The limit is 32732 个字符。)
+> ### 🔍you may be looking forChatGPTRelated scripts
+> - [**ChatGPTCode font size reduced**](https://greasyfork.org/scripts/505209): let ChatGPT The font size in the code box becomes smaller
+> - [**ChatGPT chatCopy codebutton**](https://greasyfork.org/scripts/509598): exist chatgpt.com Add an animation in the lower right corner of the upper code block“Copy code”button
+> - [**ChatGPT character counter**](https://greasyfork.org/scripts/506166): add onecharactersCounter to input box,limited to 32732 characters。(ChatGPT The limit is 32732 characters。)
> - [**ChatGPT Collapse self message and max width**](https://greasyfork.org/scripts/504901): Automatically collapse long messages sent by you,Save screen space。Allows you to set the maximum width of the chat window,Keep long messages from exceeding the specified range。
+
+
+
+
-> ### 🔍you may be looking for Web related scripts
-> - [**Web page writing clip version authorization manager**](https://greasyfork.org/scripts/497403): Ban web pages from pooping on edited versions,green for release,red ban,orange temporary directions
-> - [**LiftCSDNLoginCopy限制**](https://greasyfork.org/scripts/505207): fuck you CSDN 登录复制,Copy code box content without logging in
+> ### 🔍You may be looking for web related scripts
+> - [**Web page writing clip version authorization manager**](https://greasyfork.org/scripts/497403): Ban web pages from pooping on edited versions,green for release,red prohibition,orange temporary directions
+> - [**LiftCSDNLoginCopylimit**](https://greasyfork.org/scripts/505207): fuck you CSDN LoginCopy,Copy code box content without logging in
> - [**Beautify web forms with gorgeous gradients**](https://greasyfork.org/scripts/507036): Automatically apply color gradient beautification to all columns of tables on web pages.
> - [**Highlight keywords on web pages+(recommend)**](https://greasyfork.org/scripts/498906): Highlight text on web pages
> - [**Highlight web text_mini version**](https://greasyfork.org/scripts/498905): Custom keyword highlighting on web pages including dynamically loaded content on scroll
@@ -195,54 +198,71 @@ This script is licensed under the [MIT License](https://opensource.org/licenses/
> - [**Small scroll button up and down**](https://greasyfork.org/scripts/497251): Add up and down scroll buttons on the right side of the page
> - [**One-touch top and bottom buttons**](https://greasyfork.org/scripts/500255): Modified fromGreasyforkuser script Add top and bottom buttons to web pages,Facilitates quick movement to the top or bottom of long pages。 Added button color change when scrolling down,3Automatically stops if there is no scrolling within seconds
+
+
+
+
-> ### 🔍you may be looking for GitHubRelated scripts
+> ### 🔍you may be looking forGitHubRelated scripts
> - [**GitHubSubmit information displayHTML**](https://greasyfork.org/scripts/505830): This script will GitHub The submission information on HTML view,to see submission details more clearly。It will automatically submit the information list、The commit header and latest commit information are converted to HTML Format,Provide better visual effects and user experience。
-> - [**GitHub File list beautifier**](https://greasyfork.org/scripts/508047): GitHub File List Beautifier is a user script,used to enhance GitHub Display effect of files in warehouse。It can add colors to files and folders,and replace the file type icons with small images,Makes the code base easier to browse and manage。
+> - [**GitHub File list beautifier**](https://greasyfork.org/scripts/508047): GitHub File List Beautifier is a user script,used to enhance GitHub Display effect of files in warehouse。It can add color to files and folders,and replace the file type icons with small images,Makes the code base easier to browse and manage。
> - [**Github List of code languages show all**](https://greasyfork.org/scripts/509889): Expand Github List of languages on the repository,Show each language,Instead of hiding small parts in “other” Down
> - [**GitHub Automatically confirm device authorization**](https://greasyfork.org/scripts/508956): existGitHubThe authorization page automatically enters the authorization code and automatically confirms it.。
-> - [**GitHubfolder下载**](https://greasyfork.org/scripts/505496): Add a download button,Allows easy downloading of specific GitHub 文件夹。
+> - [**GitHubfolderdownload**](https://greasyfork.org/scripts/505496): Add a download button,Allows easy downloading of specific GitHub folder。
> - [**GitHubDownload single files and copy filesURL**](https://greasyfork.org/scripts/505501): Add button at the end of each file line,to copy the original file URL and download files
-> - [**🤠 Github Enhance assistant Warehouse display size Inactive development warning Quick jump within the warehouse用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): existGithubShow warehouse size when viewing and searching warehouses ,Inactive development warning,仓库内快捷跳转.
+> - [**🤠 Github Enhance assistant Warehouse display size Inactive development warning Quick jump within the warehouseUser’s other warehouses 🤠**](https://greasyfork.org/scripts/502291): existGithubShow warehouse size when viewing and searching warehouses ,Inactive development warning,Quick jump within the warehouse.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): Change the sorting method of warehouse list files to descending date order,Conveniently view the latest updated files。
+
+
+
+
-> ### 🔍you may be looking for GoogleRelated scripts
-> - [**Google Advanced search**](https://greasyfork.org/scripts/502652): This is a for Google Add user script for advanced search form。It adds a hideable advanced search form at the top of the page,Enable you to search for information more precisely。
+> ### 🔍you may be looking forGoogleRelated scripts
+> - [**Google Advanced search**](https://greasyfork.org/scripts/502652): This is a for Google Add user script for advanced search form。It adds a hideable advanced search form at the top of the page,Enables you to search for information more precisely。
> - [**Google Search and block specific sites**](https://greasyfork.org/scripts/500262): Block specific sites from search engine results,Help users filter out unwanted search results。 Custom input blocking site。Format-zhihu -baidu Used to block Google search content
+
+
+
+
-> ### 🔍you may be looking for GreasyForkRelated scripts
+> ### 🔍you may be looking forGreasyForkRelated scripts
> - [**GreasyForksuitable for enhancement**](https://greasyfork.org/scripts/497317): The script details page is added. It is suitable for links to be added. Click to open the web page.,Copy web page,tire search
> - [**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.
> - [**GreaysFork Enhance WebHookSync settings**](https://greasyfork.org/scripts/506717): This script can help you 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。
> - [**GreasyFork Markdown toobar**](https://greasyfork.org/scripts/505164): Used by default in forums Markdown Format,Add format help link and Markdown Toolbar introduction
> - [**GreasyFork Show script ratings**](https://greasyfork.org/scripts/501119): Add evaluation scores to script list
-> - [**GreasyFork Advanced search**](https://greasyfork.org/scripts/505215): Search using Google GreasyFork and SleazyFork upper script
-> - [**GreasyFork Navigation barEnhance**](https://greasyfork.org/scripts/501880): 增强greasyfork导航栏,Add user list,User console etc.
+> - [**GreasyFork Advanced search**](https://greasyfork.org/scripts/505215): Search using Google GreasyFork and SleazyFork superior script
+> - [**GreasyFork Navigation barEnhance**](https://greasyfork.org/scripts/501880): EnhancegreasyforkNavigation bar,Add user list,User console, etc.
> - [**GreasyforkGlue craftsman**](https://greasyfork.org/scripts/497346): Enhancegreasyfork,Copy code,Script download,Precise time to seconds,Home page cleanup,Discuss one-click reporting,Script list jump code added download Beautify view code and display code reference files,show script icon,Jump to adult scripts and other operations
> - [**Greasyfork Notification assistant**](https://greasyfork.org/scripts/506345): When there’s a new reply to your script or to a discussion you’re participating in,The script will display the latest discussion content in a modal window on the web page。
> - [**Script FinderGrease Monkey Script Finder**](https://greasyfork.org/scripts/498904): Script Finder is a user script(userscript),It helps you find and manage userscripts on any website
+
+
+
+
-> ### 🔍you may be looking for adult script
+> ### 🔍You may be looking for adult scripts
> - [**MiSSAVAutomatic login**](https://greasyfork.org/scripts/505325): Detection MisssAV state,and automatically log in when not logged in
> - [**MissAVCollection manager**](https://greasyfork.org/scripts/497682): missPlaylist backup,Support downloading pictures and saving video information.Export local web page Support export towebdav
> - [**TissAVAutomatic login**](https://greasyfork.org/scripts/506528): Detection TissAV state,and automatically log in when not logged in
> - [**JableTVAutomatic login**](https://greasyfork.org/scripts/506730): Detection JableTV state,and automatically log in when not logged in
-
-> ### 🔍you may be looking for automatic translation
-> - [**foreign language terminator**](https://greasyfork.org/scripts/504890): Recognize non-Chinese characters,If the length is greater than 5 And the translated text does not contain Chinese,then replace it with Chinese,Need to be accessiblegooglenetwork
-> - [**web page translation——Automatically translated to Chinese**](https://greasyfork.org/scripts/505208): Give the lower right corner of each non-Chinese web page(Can be adjusted to the lower left corner)add a google Translate icon,This version is a Chinese translation version,Only translate foreign languages into Chinese,Add automatic translation
+
+
+
-
-
+### 查看所有发布脚本
+
-### 查看所有发布脚本
+
-> ### 🔍你可能在找 ChatGPT相关脚本
-> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码字体变小
+> ### 🔍你可能在找ChatGPT相关脚本
+> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码框内字体变小
> - [**ChatGPT 聊天复制代码按钮**](https://greasyfork.org/scripts/509598): 在 chatgpt.com 上代码块的右下角添加一个带有动画的“复制代码”按钮
> - [**ChatGPT 字符计数器**](https://greasyfork.org/scripts/506166): 添加一个字符计数器到输入框,限制为 32732 个字符。(ChatGPT 的限制是 32732 个字符。)
> - [**ChatGPT 折叠自己消息和最大宽度**](https://greasyfork.org/scripts/504901): 自动折叠由你发送的长消息,节省屏幕空间。允许你设置聊天窗口的最大宽度,使得长消息不会超出指定范围。
+
+
+
+
-> ### 🔍你可能在找 网页相关脚本
+> ### 🔍你可能在找网页相关脚本
> - [**网页写入剪辑版授权管理器**](https://greasyfork.org/scripts/497403): 禁止网页向剪辑版拉屎,绿色为放行,红色禁止,橙色临时方向
> - [**解除CSDN登录复制限制**](https://greasyfork.org/scripts/505207): 去你妈的 CSDN 登录复制,无需登录即可复制代码框内容
> - [**绚丽渐变美化网页表格**](https://greasyfork.org/scripts/507036): 自动为网页上的表格所有列应用颜色渐变美化.
@@ -161,9 +164,13 @@
> - [**上下滚动小按钮**](https://greasyfork.org/scripts/497251): 页面右侧添加上下滚动按钮
> - [**一键置顶和置底按钮**](https://greasyfork.org/scripts/500255): 修改自Greasyfork用户脚本 为网页添加置顶和置底按钮,方便在长页面中快速移动到顶部或底部。 增加向下滚动时按钮变色,3秒内无滚动自动停止
+
+
+
+
-> ### 🔍你可能在找 GitHub相关脚本
+> ### 🔍你可能在找GitHub相关脚本
> - [**GitHub提交信息显示HTML**](https://greasyfork.org/scripts/505830): 该脚本将 GitHub 上的提交信息转化为 HTML 视图,以更清晰地查看提交详情。它会自动将提交信息列表、提交头部和最新提交信息转化为 HTML 格式,提供更佳的视觉效果和用户体验。
> - [**GitHub 文件列表美化器**](https://greasyfork.org/scripts/508047): GitHub 文件列表美化器是一个用户脚本,用于增强 GitHub 仓库中的文件显示效果。它可以为文件和文件夹添加颜色,并将文件类型图标替换为小图像,使得代码库更加易于浏览和管理。
> - [**Github 代码语言列表显示全部**](https://greasyfork.org/scripts/509889): 扩展 Github 存储库上的语言列表,显示每种语言,而不是将小部分隐藏在 “其他” 下
@@ -173,15 +180,23 @@
> - [**🤠 Github 增强小助手 仓库显示大小 不活跃开发警告 仓库内快捷跳转用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): 在Github查看仓库和搜索仓库时显示仓库大小 ,不活跃开发警告,仓库内快捷跳转.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): 仓库列表文件排序方式改为日期降序,方便查看最新更新的文件。
+
+
+
+
-> ### 🔍你可能在找 Google相关脚本
+> ### 🔍你可能在找Google相关脚本
> - [**Google 高级搜索**](https://greasyfork.org/scripts/502652): 这是一个为 Google 添加高级搜索表单的用户脚本。它能在页面顶部添加一个可隐藏的高级搜索表单,使您能够更精确地搜索信息。
> - [**Google 搜索屏蔽指定站点**](https://greasyfork.org/scripts/500262): 在搜索引擎结果中屏蔽特定的站点,帮助用户过滤掉不需要的搜索结果。 自定义输入屏蔽站点。格式-zhihu -baidu 用于屏蔽谷歌搜索内容
+
+
+
+
-> ### 🔍你可能在找 GreasyFork相关脚本
+> ### 🔍你可能在找GreasyFork相关脚本
> - [**GreasyFork适用于增强**](https://greasyfork.org/scripts/497317): 脚本详情页增加适用于链接增加点击打开网页,复制网页,轮胎搜索
> - [**GrreasyFork 用户发布的脚本数据可视化**](https://greasyfork.org/scripts/508968): 使用Chart.js获取和可视化获取用户脚本数据,并在用户个人主页生成一个图表在下方显示详细安装情况
> - [**GreaysFork 增强 WebHook同步设置**](https://greasyfork.org/scripts/506717): 这个脚本可以帮助你快速输入脚本同步信息,并批量增加多个国家的语言代码,而不用一个个地点击选择框再去对应的网址。
@@ -193,22 +208,27 @@
> - [**Greasyfork 通知助手**](https://greasyfork.org/scripts/506345): 当你的脚本或你参与的讨论有新回复时,脚本会在网页上以模态窗口显示最新的讨论内容。
> - [**Script Finder油猴脚本查找器**](https://greasyfork.org/scripts/498904): Script Finder 是一个用户脚本(userscript),它可以帮助你在任何网站上查找和管理用户脚本
+
+
+
+
-> ### 🔍你可能在找 成人脚本
+> ### 🔍你可能在找成人脚本
> - [**MiSSAV自动登录**](https://greasyfork.org/scripts/505325): 检测 MisssAV 状态,并且在未登录时自动登录
> - [**MissAV收藏管理器**](https://greasyfork.org/scripts/497682): miss片单备份,支持下载图片保存视频信息.导出本地网页 支持导出到webdav
> - [**TissAV自动登录**](https://greasyfork.org/scripts/506528): 检测 TissAV 状态,并且在未登录时自动登录
> - [**JableTV自动登录**](https://greasyfork.org/scripts/506730): 检测 JableTV 状态,并且在未登录时自动登录
+
+
+
+
-> ### 🔍你可能在找 自动翻译
+> ### 🔍你可能在找自动翻译
> - [**外语终结者**](https://greasyfork.org/scripts/504890): 识别非中文字符,如果长度大于 5 且翻译文本中不含中文,则替换为中文,需要可访问google的网络
> - [**网页翻译——自动翻译为中文**](https://greasyfork.org/scripts/505208): 给每个非中文的网页右下角(可以调整到左下角)添加一个 google 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译
-
-
+### View all publish scripts
+
-### View all publish scripts
+
-> ### 🔍you may be looking for ChatGPTRelated scripts
-> - [**ChatGPTCode font size reduced**](https://greasyfork.org/scripts/505209): let ChatGPT Code font size becomes smaller
-> - [**ChatGPT 聊天Copy codebutton**](https://greasyfork.org/scripts/509598): exist chatgpt.com Add an animation in the lower right corner of the upper code block“复制代码”按钮
-> - [**ChatGPT character counter**](https://greasyfork.org/scripts/506166): 添加一characters计数器到输入框,limited to 32732 characters。(ChatGPT The limit is 32732 个字符。)
+> ### 🔍you may be looking forChatGPTRelated scripts
+> - [**ChatGPTCode font size reduced**](https://greasyfork.org/scripts/505209): let ChatGPT The font size in the code box becomes smaller
+> - [**ChatGPT chatCopy codebutton**](https://greasyfork.org/scripts/509598): exist chatgpt.com Add an animation in the lower right corner of the upper code block“Copy code”button
+> - [**ChatGPT character counter**](https://greasyfork.org/scripts/506166): add onecharactersCounter to input box,limited to 32732 characters。(ChatGPT The limit is 32732 characters。)
> - [**ChatGPT Collapse self message and max width**](https://greasyfork.org/scripts/504901): Automatically collapse long messages sent by you,Save screen space。Allows you to set the maximum width of the chat window,Keep long messages from exceeding the specified range。
+
+
+
+
-> ### 🔍you may be looking for Web related scripts
-> - [**Web page writing clip version authorization manager**](https://greasyfork.org/scripts/497403): Ban web pages from pooping on edited versions,green for release,red ban,orange temporary directions
-> - [**LiftCSDNLoginCopy限制**](https://greasyfork.org/scripts/505207): fuck you CSDN 登录复制,Copy code box content without logging in
+> ### 🔍You may be looking for web related scripts
+> - [**Web page writing clip version authorization manager**](https://greasyfork.org/scripts/497403): Ban web pages from pooping on edited versions,green for release,red prohibition,orange temporary directions
+> - [**LiftCSDNLoginCopylimit**](https://greasyfork.org/scripts/505207): fuck you CSDN LoginCopy,Copy code box content without logging in
> - [**Beautify web forms with gorgeous gradients**](https://greasyfork.org/scripts/507036): Automatically apply color gradient beautification to all columns of tables on web pages.
> - [**Highlight keywords on web pages+(recommend)**](https://greasyfork.org/scripts/498906): Highlight text on web pages
> - [**Highlight web text_mini version**](https://greasyfork.org/scripts/498905): Custom keyword highlighting on web pages including dynamically loaded content on scroll
@@ -149,54 +152,71 @@ Thanks to [LemonPupl](https://greasyfork.org/zh-CN/users/1274376) for the script
> - [**Small scroll button up and down**](https://greasyfork.org/scripts/497251): Add up and down scroll buttons on the right side of the page
> - [**One-touch top and bottom buttons**](https://greasyfork.org/scripts/500255): Modified fromGreasyforkuser script Add top and bottom buttons to web pages,Facilitates quick movement to the top or bottom of long pages。 Added button color change when scrolling down,3Automatically stops if there is no scrolling within seconds
+
+
+
+
-> ### 🔍you may be looking for GitHubRelated scripts
+> ### 🔍you may be looking forGitHubRelated scripts
> - [**GitHubSubmit information displayHTML**](https://greasyfork.org/scripts/505830): This script will GitHub The submission information on HTML view,to see submission details more clearly。It will automatically submit the information list、The commit header and latest commit information are converted to HTML Format,Provide better visual effects and user experience。
-> - [**GitHub File list beautifier**](https://greasyfork.org/scripts/508047): GitHub File List Beautifier is a user script,used to enhance GitHub Display effect of files in warehouse。It can add colors to files and folders,and replace the file type icons with small images,Makes the code base easier to browse and manage。
+> - [**GitHub File list beautifier**](https://greasyfork.org/scripts/508047): GitHub File List Beautifier is a user script,used to enhance GitHub Display effect of files in warehouse。It can add color to files and folders,and replace the file type icons with small images,Makes the code base easier to browse and manage。
> - [**Github List of code languages show all**](https://greasyfork.org/scripts/509889): Expand Github List of languages on the repository,Show each language,Instead of hiding small parts in “other” Down
> - [**GitHub Automatically confirm device authorization**](https://greasyfork.org/scripts/508956): existGitHubThe authorization page automatically enters the authorization code and automatically confirms it.。
-> - [**GitHubfolder下载**](https://greasyfork.org/scripts/505496): Add a download button,Allows easy downloading of specific GitHub 文件夹。
+> - [**GitHubfolderdownload**](https://greasyfork.org/scripts/505496): Add a download button,Allows easy downloading of specific GitHub folder。
> - [**GitHubDownload single files and copy filesURL**](https://greasyfork.org/scripts/505501): Add button at the end of each file line,to copy the original file URL and download files
-> - [**🤠 Github Enhance assistant Warehouse display size Inactive development warning Quick jump within the warehouse用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): existGithubShow warehouse size when viewing and searching warehouses ,Inactive development warning,仓库内快捷跳转.
+> - [**🤠 Github Enhance assistant Warehouse display size Inactive development warning Quick jump within the warehouseUser’s other warehouses 🤠**](https://greasyfork.org/scripts/502291): existGithubShow warehouse size when viewing and searching warehouses ,Inactive development warning,Quick jump within the warehouse.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): Change the sorting method of warehouse list files to descending date order,Conveniently view the latest updated files。
+
+
+
+
-> ### 🔍you may be looking for GoogleRelated scripts
-> - [**Google Advanced search**](https://greasyfork.org/scripts/502652): This is a for Google Add user script for advanced search form。It adds a hideable advanced search form at the top of the page,Enable you to search for information more precisely。
+> ### 🔍you may be looking forGoogleRelated scripts
+> - [**Google Advanced search**](https://greasyfork.org/scripts/502652): This is a for Google Add user script for advanced search form。It adds a hideable advanced search form at the top of the page,Enables you to search for information more precisely。
> - [**Google Search and block specific sites**](https://greasyfork.org/scripts/500262): Block specific sites from search engine results,Help users filter out unwanted search results。 Custom input blocking site。Format-zhihu -baidu Used to block Google search content
+
+
+
+
-> ### 🔍you may be looking for GreasyForkRelated scripts
+> ### 🔍you may be looking forGreasyForkRelated scripts
> - [**GreasyForksuitable for enhancement**](https://greasyfork.org/scripts/497317): The script details page is added. It is suitable for links to be added. Click to open the web page.,Copy web page,tire search
> - [**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.
> - [**GreaysFork Enhance WebHookSync settings**](https://greasyfork.org/scripts/506717): This script can help you 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。
> - [**GreasyFork Markdown toobar**](https://greasyfork.org/scripts/505164): Used by default in forums Markdown Format,Add format help link and Markdown Toolbar introduction
> - [**GreasyFork Show script ratings**](https://greasyfork.org/scripts/501119): Add evaluation scores to script list
-> - [**GreasyFork Advanced search**](https://greasyfork.org/scripts/505215): Search using Google GreasyFork and SleazyFork upper script
-> - [**GreasyFork Navigation barEnhance**](https://greasyfork.org/scripts/501880): 增强greasyfork导航栏,Add user list,User console etc.
+> - [**GreasyFork Advanced search**](https://greasyfork.org/scripts/505215): Search using Google GreasyFork and SleazyFork superior script
+> - [**GreasyFork Navigation barEnhance**](https://greasyfork.org/scripts/501880): EnhancegreasyforkNavigation bar,Add user list,User console, etc.
> - [**GreasyforkGlue craftsman**](https://greasyfork.org/scripts/497346): Enhancegreasyfork,Copy code,Script download,Precise time to seconds,Home page cleanup,Discuss one-click reporting,Script list jump code added download Beautify view code and display code reference files,show script icon,Jump to adult scripts and other operations
> - [**Greasyfork Notification assistant**](https://greasyfork.org/scripts/506345): When there’s a new reply to your script or to a discussion you’re participating in,The script will display the latest discussion content in a modal window on the web page。
> - [**Script FinderGrease Monkey Script Finder**](https://greasyfork.org/scripts/498904): Script Finder is a user script(userscript),It helps you find and manage userscripts on any website
+
+
+
+
-> ### 🔍you may be looking for adult script
+> ### 🔍You may be looking for adult scripts
> - [**MiSSAVAutomatic login**](https://greasyfork.org/scripts/505325): Detection MisssAV state,and automatically log in when not logged in
> - [**MissAVCollection manager**](https://greasyfork.org/scripts/497682): missPlaylist backup,Support downloading pictures and saving video information.Export local web page Support export towebdav
> - [**TissAVAutomatic login**](https://greasyfork.org/scripts/506528): Detection TissAV state,and automatically log in when not logged in
> - [**JableTVAutomatic login**](https://greasyfork.org/scripts/506730): Detection JableTV state,and automatically log in when not logged in
-
-> ### 🔍you may be looking for automatic translation
-> - [**foreign language terminator**](https://greasyfork.org/scripts/504890): Recognize non-Chinese characters,If the length is greater than 5 And the translated text does not contain Chinese,then replace it with Chinese,Need to be accessiblegooglenetwork
-> - [**web page translation——Automatically translated to Chinese**](https://greasyfork.org/scripts/505208): Give the lower right corner of each non-Chinese web page(Can be adjusted to the lower left corner)add a google Translate icon,This version is a Chinese translation version,Only translate foreign languages into Chinese,Add automatic translation
+
+
+
-
-
+### 查看所有发布脚本
+
-### 查看所有发布脚本
+
-> ### 🔍你可能在找 ChatGPT相关脚本
-> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码字体变小
+> ### 🔍你可能在找ChatGPT相关脚本
+> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码框内字体变小
> - [**ChatGPT 聊天复制代码按钮**](https://greasyfork.org/scripts/509598): 在 chatgpt.com 上代码块的右下角添加一个带有动画的“复制代码”按钮
> - [**ChatGPT 字符计数器**](https://greasyfork.org/scripts/506166): 添加一个字符计数器到输入框,限制为 32732 个字符。(ChatGPT 的限制是 32732 个字符。)
> - [**ChatGPT 折叠自己消息和最大宽度**](https://greasyfork.org/scripts/504901): 自动折叠由你发送的长消息,节省屏幕空间。允许你设置聊天窗口的最大宽度,使得长消息不会超出指定范围。
+
+
+
+
-> ### 🔍你可能在找 网页相关脚本
+> ### 🔍你可能在找网页相关脚本
> - [**网页写入剪辑版授权管理器**](https://greasyfork.org/scripts/497403): 禁止网页向剪辑版拉屎,绿色为放行,红色禁止,橙色临时方向
> - [**解除CSDN登录复制限制**](https://greasyfork.org/scripts/505207): 去你妈的 CSDN 登录复制,无需登录即可复制代码框内容
> - [**绚丽渐变美化网页表格**](https://greasyfork.org/scripts/507036): 自动为网页上的表格所有列应用颜色渐变美化.
@@ -219,9 +222,13 @@ GitHub 文件列表美化器是一个用户脚本,用于增强 GitHub 仓库
> - [**上下滚动小按钮**](https://greasyfork.org/scripts/497251): 页面右侧添加上下滚动按钮
> - [**一键置顶和置底按钮**](https://greasyfork.org/scripts/500255): 修改自Greasyfork用户脚本 为网页添加置顶和置底按钮,方便在长页面中快速移动到顶部或底部。 增加向下滚动时按钮变色,3秒内无滚动自动停止
+
+
+
+
-> ### 🔍你可能在找 GitHub相关脚本
+> ### 🔍你可能在找GitHub相关脚本
> - [**GitHub提交信息显示HTML**](https://greasyfork.org/scripts/505830): 该脚本将 GitHub 上的提交信息转化为 HTML 视图,以更清晰地查看提交详情。它会自动将提交信息列表、提交头部和最新提交信息转化为 HTML 格式,提供更佳的视觉效果和用户体验。
> - [**GitHub 文件列表美化器**](https://greasyfork.org/scripts/508047): GitHub 文件列表美化器是一个用户脚本,用于增强 GitHub 仓库中的文件显示效果。它可以为文件和文件夹添加颜色,并将文件类型图标替换为小图像,使得代码库更加易于浏览和管理。
> - [**Github 代码语言列表显示全部**](https://greasyfork.org/scripts/509889): 扩展 Github 存储库上的语言列表,显示每种语言,而不是将小部分隐藏在 “其他” 下
@@ -231,15 +238,23 @@ GitHub 文件列表美化器是一个用户脚本,用于增强 GitHub 仓库
> - [**🤠 Github 增强小助手 仓库显示大小 不活跃开发警告 仓库内快捷跳转用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): 在Github查看仓库和搜索仓库时显示仓库大小 ,不活跃开发警告,仓库内快捷跳转.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): 仓库列表文件排序方式改为日期降序,方便查看最新更新的文件。
+
+
+
+
-> ### 🔍你可能在找 Google相关脚本
+> ### 🔍你可能在找Google相关脚本
> - [**Google 高级搜索**](https://greasyfork.org/scripts/502652): 这是一个为 Google 添加高级搜索表单的用户脚本。它能在页面顶部添加一个可隐藏的高级搜索表单,使您能够更精确地搜索信息。
> - [**Google 搜索屏蔽指定站点**](https://greasyfork.org/scripts/500262): 在搜索引擎结果中屏蔽特定的站点,帮助用户过滤掉不需要的搜索结果。 自定义输入屏蔽站点。格式-zhihu -baidu 用于屏蔽谷歌搜索内容
+
+
+
+
-> ### 🔍你可能在找 GreasyFork相关脚本
+> ### 🔍你可能在找GreasyFork相关脚本
> - [**GreasyFork适用于增强**](https://greasyfork.org/scripts/497317): 脚本详情页增加适用于链接增加点击打开网页,复制网页,轮胎搜索
> - [**GrreasyFork 用户发布的脚本数据可视化**](https://greasyfork.org/scripts/508968): 使用Chart.js获取和可视化获取用户脚本数据,并在用户个人主页生成一个图表在下方显示详细安装情况
> - [**GreaysFork 增强 WebHook同步设置**](https://greasyfork.org/scripts/506717): 这个脚本可以帮助你快速输入脚本同步信息,并批量增加多个国家的语言代码,而不用一个个地点击选择框再去对应的网址。
@@ -251,22 +266,27 @@ GitHub 文件列表美化器是一个用户脚本,用于增强 GitHub 仓库
> - [**Greasyfork 通知助手**](https://greasyfork.org/scripts/506345): 当你的脚本或你参与的讨论有新回复时,脚本会在网页上以模态窗口显示最新的讨论内容。
> - [**Script Finder油猴脚本查找器**](https://greasyfork.org/scripts/498904): Script Finder 是一个用户脚本(userscript),它可以帮助你在任何网站上查找和管理用户脚本
+
+
+
+
-> ### 🔍你可能在找 成人脚本
+> ### 🔍你可能在找成人脚本
> - [**MiSSAV自动登录**](https://greasyfork.org/scripts/505325): 检测 MisssAV 状态,并且在未登录时自动登录
> - [**MissAV收藏管理器**](https://greasyfork.org/scripts/497682): miss片单备份,支持下载图片保存视频信息.导出本地网页 支持导出到webdav
> - [**TissAV自动登录**](https://greasyfork.org/scripts/506528): 检测 TissAV 状态,并且在未登录时自动登录
> - [**JableTV自动登录**](https://greasyfork.org/scripts/506730): 检测 JableTV 状态,并且在未登录时自动登录
+
+
+
+
-> ### 🔍你可能在找 自动翻译
+> ### 🔍你可能在找自动翻译
> - [**外语终结者**](https://greasyfork.org/scripts/504890): 识别非中文字符,如果长度大于 5 且翻译文本中不含中文,则替换为中文,需要可访问google的网络
> - [**网页翻译——自动翻译为中文**](https://greasyfork.org/scripts/505208): 给每个非中文的网页右下角(可以调整到左下角)添加一个 google 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译
-
-
+### View all publish scripts
+
-### View all publish scripts
+
-> ### 🔍you may be looking for ChatGPTRelated scripts
-> - [**ChatGPTCode font size reduced**](https://greasyfork.org/scripts/505209): let ChatGPT Code font size becomes smaller
-> - [**ChatGPT 聊天Copy codebutton**](https://greasyfork.org/scripts/509598): exist chatgpt.com Add an animation in the lower right corner of the upper code block“复制代码”按钮
-> - [**ChatGPT character counter**](https://greasyfork.org/scripts/506166): 添加一characters计数器到输入框,limited to 32732 characters。(ChatGPT The limit is 32732 个字符。)
+> ### 🔍you may be looking forChatGPTRelated scripts
+> - [**ChatGPTCode font size reduced**](https://greasyfork.org/scripts/505209): let ChatGPT The font size in the code box becomes smaller
+> - [**ChatGPT chatCopy codebutton**](https://greasyfork.org/scripts/509598): exist chatgpt.com Add an animation in the lower right corner of the upper code block“Copy code”button
+> - [**ChatGPT character counter**](https://greasyfork.org/scripts/506166): add onecharactersCounter to input box,limited to 32732 characters。(ChatGPT The limit is 32732 characters。)
> - [**ChatGPT Collapse self message and max width**](https://greasyfork.org/scripts/504901): Automatically collapse long messages sent by you,Save screen space。Allows you to set the maximum width of the chat window,Keep long messages from exceeding the specified range。
+
+
+
+
-> ### 🔍you may be looking for Web related scripts
-> - [**Web page writing clip version authorization manager**](https://greasyfork.org/scripts/497403): Ban web pages from pooping on edited versions,green for release,red ban,orange temporary directions
-> - [**LiftCSDNLoginCopy限制**](https://greasyfork.org/scripts/505207): fuck you CSDN 登录复制,Copy code box content without logging in
+> ### 🔍You may be looking for web related scripts
+> - [**Web page writing clip version authorization manager**](https://greasyfork.org/scripts/497403): Ban web pages from pooping on edited versions,green for release,red prohibition,orange temporary directions
+> - [**LiftCSDNLoginCopylimit**](https://greasyfork.org/scripts/505207): fuck you CSDN LoginCopy,Copy code box content without logging in
> - [**Beautify web forms with gorgeous gradients**](https://greasyfork.org/scripts/507036): Automatically apply color gradient beautification to all columns of tables on web pages.
> - [**Highlight keywords on web pages+(recommend)**](https://greasyfork.org/scripts/498906): Highlight text on web pages
> - [**Highlight web text_mini version**](https://greasyfork.org/scripts/498905): Custom keyword highlighting on web pages including dynamically loaded content on scroll
@@ -219,54 +222,71 @@ GitHub File List Beautifier is a user script,used to enhance GitHub Display ef
> - [**Small scroll button up and down**](https://greasyfork.org/scripts/497251): Add up and down scroll buttons on the right side of the page
> - [**One-touch top and bottom buttons**](https://greasyfork.org/scripts/500255): Modified fromGreasyforkuser script Add top and bottom buttons to web pages,Facilitates quick movement to the top or bottom of long pages。 Added button color change when scrolling down,3Automatically stops if there is no scrolling within seconds
+
+
+
+
-> ### 🔍you may be looking for GitHubRelated scripts
+> ### 🔍you may be looking forGitHubRelated scripts
> - [**GitHubSubmit information displayHTML**](https://greasyfork.org/scripts/505830): This script will GitHub The submission information on HTML view,to see submission details more clearly。It will automatically submit the information list、The commit header and latest commit information are converted to HTML Format,Provide better visual effects and user experience。
-> - [**GitHub File list beautifier**](https://greasyfork.org/scripts/508047): GitHub File List Beautifier is a user script,used to enhance GitHub Display effect of files in warehouse。It can add colors to files and folders,and replace the file type icons with small images,Makes the code base easier to browse and manage。
+> - [**GitHub File list beautifier**](https://greasyfork.org/scripts/508047): GitHub File List Beautifier is a user script,used to enhance GitHub Display effect of files in warehouse。It can add color to files and folders,and replace the file type icons with small images,Makes the code base easier to browse and manage。
> - [**Github List of code languages show all**](https://greasyfork.org/scripts/509889): Expand Github List of languages on the repository,Show each language,Instead of hiding small parts in “other” Down
> - [**GitHub Automatically confirm device authorization**](https://greasyfork.org/scripts/508956): existGitHubThe authorization page automatically enters the authorization code and automatically confirms it.。
-> - [**GitHubfolder下载**](https://greasyfork.org/scripts/505496): Add a download button,Allows easy downloading of specific GitHub 文件夹。
+> - [**GitHubfolderdownload**](https://greasyfork.org/scripts/505496): Add a download button,Allows easy downloading of specific GitHub folder。
> - [**GitHubDownload single files and copy filesURL**](https://greasyfork.org/scripts/505501): Add button at the end of each file line,to copy the original file URL and download files
-> - [**🤠 Github Enhance assistant Warehouse display size Inactive development warning Quick jump within the warehouse用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): existGithubShow warehouse size when viewing and searching warehouses ,Inactive development warning,仓库内快捷跳转.
+> - [**🤠 Github Enhance assistant Warehouse display size Inactive development warning Quick jump within the warehouseUser’s other warehouses 🤠**](https://greasyfork.org/scripts/502291): existGithubShow warehouse size when viewing and searching warehouses ,Inactive development warning,Quick jump within the warehouse.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): Change the sorting method of warehouse list files to descending date order,Conveniently view the latest updated files。
+
+
+
+
-> ### 🔍you may be looking for GoogleRelated scripts
-> - [**Google Advanced search**](https://greasyfork.org/scripts/502652): This is a for Google Add user script for advanced search form。It adds a hideable advanced search form at the top of the page,Enable you to search for information more precisely。
+> ### 🔍you may be looking forGoogleRelated scripts
+> - [**Google Advanced search**](https://greasyfork.org/scripts/502652): This is a for Google Add user script for advanced search form。It adds a hideable advanced search form at the top of the page,Enables you to search for information more precisely。
> - [**Google Search and block specific sites**](https://greasyfork.org/scripts/500262): Block specific sites from search engine results,Help users filter out unwanted search results。 Custom input blocking site。Format-zhihu -baidu Used to block Google search content
+
+
+
+
-> ### 🔍you may be looking for GreasyForkRelated scripts
+> ### 🔍you may be looking forGreasyForkRelated scripts
> - [**GreasyForksuitable for enhancement**](https://greasyfork.org/scripts/497317): The script details page is added. It is suitable for links to be added. Click to open the web page.,Copy web page,tire search
> - [**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.
> - [**GreaysFork Enhance WebHookSync settings**](https://greasyfork.org/scripts/506717): This script can help you 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。
> - [**GreasyFork Markdown toobar**](https://greasyfork.org/scripts/505164): Used by default in forums Markdown Format,Add format help link and Markdown Toolbar introduction
> - [**GreasyFork Show script ratings**](https://greasyfork.org/scripts/501119): Add evaluation scores to script list
-> - [**GreasyFork Advanced search**](https://greasyfork.org/scripts/505215): Search using Google GreasyFork and SleazyFork upper script
-> - [**GreasyFork Navigation barEnhance**](https://greasyfork.org/scripts/501880): 增强greasyfork导航栏,Add user list,User console etc.
+> - [**GreasyFork Advanced search**](https://greasyfork.org/scripts/505215): Search using Google GreasyFork and SleazyFork superior script
+> - [**GreasyFork Navigation barEnhance**](https://greasyfork.org/scripts/501880): EnhancegreasyforkNavigation bar,Add user list,User console, etc.
> - [**GreasyforkGlue craftsman**](https://greasyfork.org/scripts/497346): Enhancegreasyfork,Copy code,Script download,Precise time to seconds,Home page cleanup,Discuss one-click reporting,Script list jump code added download Beautify view code and display code reference files,show script icon,Jump to adult scripts and other operations
> - [**Greasyfork Notification assistant**](https://greasyfork.org/scripts/506345): When there’s a new reply to your script or to a discussion you’re participating in,The script will display the latest discussion content in a modal window on the web page。
> - [**Script FinderGrease Monkey Script Finder**](https://greasyfork.org/scripts/498904): Script Finder is a user script(userscript),It helps you find and manage userscripts on any website
+
+
+
+
-> ### 🔍you may be looking for adult script
+> ### 🔍You may be looking for adult scripts
> - [**MiSSAVAutomatic login**](https://greasyfork.org/scripts/505325): Detection MisssAV state,and automatically log in when not logged in
> - [**MissAVCollection manager**](https://greasyfork.org/scripts/497682): missPlaylist backup,Support downloading pictures and saving video information.Export local web page Support export towebdav
> - [**TissAVAutomatic login**](https://greasyfork.org/scripts/506528): Detection TissAV state,and automatically log in when not logged in
> - [**JableTVAutomatic login**](https://greasyfork.org/scripts/506730): Detection JableTV state,and automatically log in when not logged in
-
-> ### 🔍you may be looking for automatic translation
-> - [**foreign language terminator**](https://greasyfork.org/scripts/504890): Recognize non-Chinese characters,If the length is greater than 5 And the translated text does not contain Chinese,then replace it with Chinese,Need to be accessiblegooglenetwork
-> - [**web page translation——Automatically translated to Chinese**](https://greasyfork.org/scripts/505208): Give the lower right corner of each non-Chinese web page(Can be adjusted to the lower left corner)add a google Translate icon,This version is a Chinese translation version,Only translate foreign languages into Chinese,Add automatic translation
+
+
+
-
-
+### 查看所有发布脚本
+
-### 查看所有发布脚本
+
-> ### 🔍你可能在找 ChatGPT相关脚本
-> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码字体变小
+> ### 🔍你可能在找ChatGPT相关脚本
+> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码框内字体变小
> - [**ChatGPT 聊天复制代码按钮**](https://greasyfork.org/scripts/509598): 在 chatgpt.com 上代码块的右下角添加一个带有动画的“复制代码”按钮
> - [**ChatGPT 字符计数器**](https://greasyfork.org/scripts/506166): 添加一个字符计数器到输入框,限制为 32732 个字符。(ChatGPT 的限制是 32732 个字符。)
> - [**ChatGPT 折叠自己消息和最大宽度**](https://greasyfork.org/scripts/504901): 自动折叠由你发送的长消息,节省屏幕空间。允许你设置聊天窗口的最大宽度,使得长消息不会超出指定范围。
+
+
+
+
-> ### 🔍你可能在找 网页相关脚本
+> ### 🔍你可能在找网页相关脚本
> - [**网页写入剪辑版授权管理器**](https://greasyfork.org/scripts/497403): 禁止网页向剪辑版拉屎,绿色为放行,红色禁止,橙色临时方向
> - [**解除CSDN登录复制限制**](https://greasyfork.org/scripts/505207): 去你妈的 CSDN 登录复制,无需登录即可复制代码框内容
> - [**绚丽渐变美化网页表格**](https://greasyfork.org/scripts/507036): 自动为网页上的表格所有列应用颜色渐变美化.
@@ -136,9 +139,13 @@ GitHub 文件夹下载器为 GitHub 文件夹添加了一个下载按钮,使
> - [**上下滚动小按钮**](https://greasyfork.org/scripts/497251): 页面右侧添加上下滚动按钮
> - [**一键置顶和置底按钮**](https://greasyfork.org/scripts/500255): 修改自Greasyfork用户脚本 为网页添加置顶和置底按钮,方便在长页面中快速移动到顶部或底部。 增加向下滚动时按钮变色,3秒内无滚动自动停止
+
+
+
+
-> ### 🔍你可能在找 GitHub相关脚本
+> ### 🔍你可能在找GitHub相关脚本
> - [**GitHub提交信息显示HTML**](https://greasyfork.org/scripts/505830): 该脚本将 GitHub 上的提交信息转化为 HTML 视图,以更清晰地查看提交详情。它会自动将提交信息列表、提交头部和最新提交信息转化为 HTML 格式,提供更佳的视觉效果和用户体验。
> - [**GitHub 文件列表美化器**](https://greasyfork.org/scripts/508047): GitHub 文件列表美化器是一个用户脚本,用于增强 GitHub 仓库中的文件显示效果。它可以为文件和文件夹添加颜色,并将文件类型图标替换为小图像,使得代码库更加易于浏览和管理。
> - [**Github 代码语言列表显示全部**](https://greasyfork.org/scripts/509889): 扩展 Github 存储库上的语言列表,显示每种语言,而不是将小部分隐藏在 “其他” 下
@@ -148,15 +155,23 @@ GitHub 文件夹下载器为 GitHub 文件夹添加了一个下载按钮,使
> - [**🤠 Github 增强小助手 仓库显示大小 不活跃开发警告 仓库内快捷跳转用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): 在Github查看仓库和搜索仓库时显示仓库大小 ,不活跃开发警告,仓库内快捷跳转.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): 仓库列表文件排序方式改为日期降序,方便查看最新更新的文件。
+
+
+
+
-> ### 🔍你可能在找 Google相关脚本
+> ### 🔍你可能在找Google相关脚本
> - [**Google 高级搜索**](https://greasyfork.org/scripts/502652): 这是一个为 Google 添加高级搜索表单的用户脚本。它能在页面顶部添加一个可隐藏的高级搜索表单,使您能够更精确地搜索信息。
> - [**Google 搜索屏蔽指定站点**](https://greasyfork.org/scripts/500262): 在搜索引擎结果中屏蔽特定的站点,帮助用户过滤掉不需要的搜索结果。 自定义输入屏蔽站点。格式-zhihu -baidu 用于屏蔽谷歌搜索内容
+
+
+
+
-> ### 🔍你可能在找 GreasyFork相关脚本
+> ### 🔍你可能在找GreasyFork相关脚本
> - [**GreasyFork适用于增强**](https://greasyfork.org/scripts/497317): 脚本详情页增加适用于链接增加点击打开网页,复制网页,轮胎搜索
> - [**GrreasyFork 用户发布的脚本数据可视化**](https://greasyfork.org/scripts/508968): 使用Chart.js获取和可视化获取用户脚本数据,并在用户个人主页生成一个图表在下方显示详细安装情况
> - [**GreaysFork 增强 WebHook同步设置**](https://greasyfork.org/scripts/506717): 这个脚本可以帮助你快速输入脚本同步信息,并批量增加多个国家的语言代码,而不用一个个地点击选择框再去对应的网址。
@@ -168,22 +183,27 @@ GitHub 文件夹下载器为 GitHub 文件夹添加了一个下载按钮,使
> - [**Greasyfork 通知助手**](https://greasyfork.org/scripts/506345): 当你的脚本或你参与的讨论有新回复时,脚本会在网页上以模态窗口显示最新的讨论内容。
> - [**Script Finder油猴脚本查找器**](https://greasyfork.org/scripts/498904): Script Finder 是一个用户脚本(userscript),它可以帮助你在任何网站上查找和管理用户脚本
+
+
+
+
-> ### 🔍你可能在找 成人脚本
+> ### 🔍你可能在找成人脚本
> - [**MiSSAV自动登录**](https://greasyfork.org/scripts/505325): 检测 MisssAV 状态,并且在未登录时自动登录
> - [**MissAV收藏管理器**](https://greasyfork.org/scripts/497682): miss片单备份,支持下载图片保存视频信息.导出本地网页 支持导出到webdav
> - [**TissAV自动登录**](https://greasyfork.org/scripts/506528): 检测 TissAV 状态,并且在未登录时自动登录
> - [**JableTV自动登录**](https://greasyfork.org/scripts/506730): 检测 JableTV 状态,并且在未登录时自动登录
+
+
+
+
-> ### 🔍你可能在找 自动翻译
+> ### 🔍你可能在找自动翻译
> - [**外语终结者**](https://greasyfork.org/scripts/504890): 识别非中文字符,如果长度大于 5 且翻译文本中不含中文,则替换为中文,需要可访问google的网络
> - [**网页翻译——自动翻译为中文**](https://greasyfork.org/scripts/505208): 给每个非中文的网页右下角(可以调整到左下角)添加一个 google 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译
-
-
+### View all publish scripts
+
-### View all publish scripts
+
-> ### 🔍you may be looking for ChatGPTRelated scripts
-> - [**ChatGPTCode font size reduced**](https://greasyfork.org/scripts/505209): let ChatGPT Code font size becomes smaller
-> - [**ChatGPT 聊天Copy codebutton**](https://greasyfork.org/scripts/509598): exist chatgpt.com Add an animation in the lower right corner of the upper code block“复制代码”按钮
-> - [**ChatGPT character counter**](https://greasyfork.org/scripts/506166): 添加一characters计数器到输入框,limited to 32732 characters。(ChatGPT The limit is 32732 个字符。)
+> ### 🔍you may be looking forChatGPTRelated scripts
+> - [**ChatGPTCode font size reduced**](https://greasyfork.org/scripts/505209): let ChatGPT The font size in the code box becomes smaller
+> - [**ChatGPT chatCopy codebutton**](https://greasyfork.org/scripts/509598): exist chatgpt.com Add an animation in the lower right corner of the upper code block“Copy code”button
+> - [**ChatGPT character counter**](https://greasyfork.org/scripts/506166): add onecharactersCounter to input box,limited to 32732 characters。(ChatGPT The limit is 32732 characters。)
> - [**ChatGPT Collapse self message and max width**](https://greasyfork.org/scripts/504901): Automatically collapse long messages sent by you,Save screen space。Allows you to set the maximum width of the chat window,Keep long messages from exceeding the specified range。
+
+
+
+
-> ### 🔍you may be looking for Web related scripts
-> - [**Web page writing clip version authorization manager**](https://greasyfork.org/scripts/497403): Ban web pages from pooping on edited versions,green for release,red ban,orange temporary directions
-> - [**LiftCSDNLoginCopy限制**](https://greasyfork.org/scripts/505207): fuck you CSDN 登录复制,Copy code box content without logging in
+> ### 🔍You may be looking for web related scripts
+> - [**Web page writing clip version authorization manager**](https://greasyfork.org/scripts/497403): Ban web pages from pooping on edited versions,green for release,red prohibition,orange temporary directions
+> - [**LiftCSDNLoginCopylimit**](https://greasyfork.org/scripts/505207): fuck you CSDN LoginCopy,Copy code box content without logging in
> - [**Beautify web forms with gorgeous gradients**](https://greasyfork.org/scripts/507036): Automatically apply color gradient beautification to all columns of tables on web pages.
> - [**Highlight keywords on web pages+(recommend)**](https://greasyfork.org/scripts/498906): Highlight text on web pages
> - [**Highlight web text_mini version**](https://greasyfork.org/scripts/498905): Custom keyword highlighting on web pages including dynamically loaded content on scroll
@@ -137,54 +140,71 @@ Modified from the script [GitHub artspiecesfolderDownload](https://greasyfork.or
> - [**Small scroll button up and down**](https://greasyfork.org/scripts/497251): Add up and down scroll buttons on the right side of the page
> - [**One-touch top and bottom buttons**](https://greasyfork.org/scripts/500255): Modified fromGreasyforkuser script Add top and bottom buttons to web pages,Facilitates quick movement to the top or bottom of long pages。 Added button color change when scrolling down,3Automatically stops if there is no scrolling within seconds
+
+
+
+
-> ### 🔍you may be looking for GitHubRelated scripts
+> ### 🔍you may be looking forGitHubRelated scripts
> - [**GitHubSubmit information displayHTML**](https://greasyfork.org/scripts/505830): This script will GitHub The submission information on HTML view,to see submission details more clearly。It will automatically submit the information list、The commit header and latest commit information are converted to HTML Format,Provide better visual effects and user experience。
-> - [**GitHub File list beautifier**](https://greasyfork.org/scripts/508047): GitHub File List Beautifier is a user script,used to enhance GitHub Display effect of files in warehouse。It can add colors to files and folders,and replace the file type icons with small images,Makes the code base easier to browse and manage。
+> - [**GitHub File list beautifier**](https://greasyfork.org/scripts/508047): GitHub File List Beautifier is a user script,used to enhance GitHub Display effect of files in warehouse。It can add color to files and folders,and replace the file type icons with small images,Makes the code base easier to browse and manage。
> - [**Github List of code languages show all**](https://greasyfork.org/scripts/509889): Expand Github List of languages on the repository,Show each language,Instead of hiding small parts in “other” Down
> - [**GitHub Automatically confirm device authorization**](https://greasyfork.org/scripts/508956): existGitHubThe authorization page automatically enters the authorization code and automatically confirms it.。
-> - [**GitHubfolder下载**](https://greasyfork.org/scripts/505496): Add a download button,Allows easy downloading of specific GitHub 文件夹。
+> - [**GitHubfolderdownload**](https://greasyfork.org/scripts/505496): Add a download button,Allows easy downloading of specific GitHub folder。
> - [**GitHubDownload single files and copy filesURL**](https://greasyfork.org/scripts/505501): Add button at the end of each file line,to copy the original file URL and download files
-> - [**🤠 Github Enhance assistant Warehouse display size Inactive development warning Quick jump within the warehouse用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): existGithubShow warehouse size when viewing and searching warehouses ,Inactive development warning,仓库内快捷跳转.
+> - [**🤠 Github Enhance assistant Warehouse display size Inactive development warning Quick jump within the warehouseUser’s other warehouses 🤠**](https://greasyfork.org/scripts/502291): existGithubShow warehouse size when viewing and searching warehouses ,Inactive development warning,Quick jump within the warehouse.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): Change the sorting method of warehouse list files to descending date order,Conveniently view the latest updated files。
+
+
+
+
-> ### 🔍you may be looking for GoogleRelated scripts
-> - [**Google Advanced search**](https://greasyfork.org/scripts/502652): This is a for Google Add user script for advanced search form。It adds a hideable advanced search form at the top of the page,Enable you to search for information more precisely。
+> ### 🔍you may be looking forGoogleRelated scripts
+> - [**Google Advanced search**](https://greasyfork.org/scripts/502652): This is a for Google Add user script for advanced search form。It adds a hideable advanced search form at the top of the page,Enables you to search for information more precisely。
> - [**Google Search and block specific sites**](https://greasyfork.org/scripts/500262): Block specific sites from search engine results,Help users filter out unwanted search results。 Custom input blocking site。Format-zhihu -baidu Used to block Google search content
+
+
+
+
-> ### 🔍you may be looking for GreasyForkRelated scripts
+> ### 🔍you may be looking forGreasyForkRelated scripts
> - [**GreasyForksuitable for enhancement**](https://greasyfork.org/scripts/497317): The script details page is added. It is suitable for links to be added. Click to open the web page.,Copy web page,tire search
> - [**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.
> - [**GreaysFork Enhance WebHookSync settings**](https://greasyfork.org/scripts/506717): This script can help you 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。
> - [**GreasyFork Markdown toobar**](https://greasyfork.org/scripts/505164): Used by default in forums Markdown Format,Add format help link and Markdown Toolbar introduction
> - [**GreasyFork Show script ratings**](https://greasyfork.org/scripts/501119): Add evaluation scores to script list
-> - [**GreasyFork Advanced search**](https://greasyfork.org/scripts/505215): Search using Google GreasyFork and SleazyFork upper script
-> - [**GreasyFork Navigation barEnhance**](https://greasyfork.org/scripts/501880): 增强greasyfork导航栏,Add user list,User console etc.
+> - [**GreasyFork Advanced search**](https://greasyfork.org/scripts/505215): Search using Google GreasyFork and SleazyFork superior script
+> - [**GreasyFork Navigation barEnhance**](https://greasyfork.org/scripts/501880): EnhancegreasyforkNavigation bar,Add user list,User console, etc.
> - [**GreasyforkGlue craftsman**](https://greasyfork.org/scripts/497346): Enhancegreasyfork,Copy code,Script download,Precise time to seconds,Home page cleanup,Discuss one-click reporting,Script list jump code added download Beautify view code and display code reference files,show script icon,Jump to adult scripts and other operations
> - [**Greasyfork Notification assistant**](https://greasyfork.org/scripts/506345): When there’s a new reply to your script or to a discussion you’re participating in,The script will display the latest discussion content in a modal window on the web page。
> - [**Script FinderGrease Monkey Script Finder**](https://greasyfork.org/scripts/498904): Script Finder is a user script(userscript),It helps you find and manage userscripts on any website
+
+
+
+
-> ### 🔍you may be looking for adult script
+> ### 🔍You may be looking for adult scripts
> - [**MiSSAVAutomatic login**](https://greasyfork.org/scripts/505325): Detection MisssAV state,and automatically log in when not logged in
> - [**MissAVCollection manager**](https://greasyfork.org/scripts/497682): missPlaylist backup,Support downloading pictures and saving video information.Export local web page Support export towebdav
> - [**TissAVAutomatic login**](https://greasyfork.org/scripts/506528): Detection TissAV state,and automatically log in when not logged in
> - [**JableTVAutomatic login**](https://greasyfork.org/scripts/506730): Detection JableTV state,and automatically log in when not logged in
-
-> ### 🔍you may be looking for automatic translation
-> - [**foreign language terminator**](https://greasyfork.org/scripts/504890): Recognize non-Chinese characters,If the length is greater than 5 And the translated text does not contain Chinese,then replace it with Chinese,Need to be accessiblegooglenetwork
-> - [**web page translation——Automatically translated to Chinese**](https://greasyfork.org/scripts/505208): Give the lower right corner of each non-Chinese web page(Can be adjusted to the lower left corner)add a google Translate icon,This version is a Chinese translation version,Only translate foreign languages into Chinese,Add automatic translation
+
+
+
-
-
+### 查看所有发布脚本
+
-### 查看所有发布脚本
+
-> ### 🔍你可能在找 ChatGPT相关脚本
-> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码字体变小
+> ### 🔍你可能在找ChatGPT相关脚本
+> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码框内字体变小
> - [**ChatGPT 聊天复制代码按钮**](https://greasyfork.org/scripts/509598): 在 chatgpt.com 上代码块的右下角添加一个带有动画的“复制代码”按钮
> - [**ChatGPT 字符计数器**](https://greasyfork.org/scripts/506166): 添加一个字符计数器到输入框,限制为 32732 个字符。(ChatGPT 的限制是 32732 个字符。)
> - [**ChatGPT 折叠自己消息和最大宽度**](https://greasyfork.org/scripts/504901): 自动折叠由你发送的长消息,节省屏幕空间。允许你设置聊天窗口的最大宽度,使得长消息不会超出指定范围。
+
+
+
+
-> ### 🔍你可能在找 网页相关脚本
+> ### 🔍你可能在找网页相关脚本
> - [**网页写入剪辑版授权管理器**](https://greasyfork.org/scripts/497403): 禁止网页向剪辑版拉屎,绿色为放行,红色禁止,橙色临时方向
> - [**解除CSDN登录复制限制**](https://greasyfork.org/scripts/505207): 去你妈的 CSDN 登录复制,无需登录即可复制代码框内容
> - [**绚丽渐变美化网页表格**](https://greasyfork.org/scripts/507036): 自动为网页上的表格所有列应用颜色渐变美化.
@@ -159,9 +162,13 @@
> - [**上下滚动小按钮**](https://greasyfork.org/scripts/497251): 页面右侧添加上下滚动按钮
> - [**一键置顶和置底按钮**](https://greasyfork.org/scripts/500255): 修改自Greasyfork用户脚本 为网页添加置顶和置底按钮,方便在长页面中快速移动到顶部或底部。 增加向下滚动时按钮变色,3秒内无滚动自动停止
+
+
+
+
-> ### 🔍你可能在找 GitHub相关脚本
+> ### 🔍你可能在找GitHub相关脚本
> - [**GitHub提交信息显示HTML**](https://greasyfork.org/scripts/505830): 该脚本将 GitHub 上的提交信息转化为 HTML 视图,以更清晰地查看提交详情。它会自动将提交信息列表、提交头部和最新提交信息转化为 HTML 格式,提供更佳的视觉效果和用户体验。
> - [**GitHub 文件列表美化器**](https://greasyfork.org/scripts/508047): GitHub 文件列表美化器是一个用户脚本,用于增强 GitHub 仓库中的文件显示效果。它可以为文件和文件夹添加颜色,并将文件类型图标替换为小图像,使得代码库更加易于浏览和管理。
> - [**Github 代码语言列表显示全部**](https://greasyfork.org/scripts/509889): 扩展 Github 存储库上的语言列表,显示每种语言,而不是将小部分隐藏在 “其他” 下
@@ -171,15 +178,23 @@
> - [**🤠 Github 增强小助手 仓库显示大小 不活跃开发警告 仓库内快捷跳转用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): 在Github查看仓库和搜索仓库时显示仓库大小 ,不活跃开发警告,仓库内快捷跳转.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): 仓库列表文件排序方式改为日期降序,方便查看最新更新的文件。
+
+
+
+
-> ### 🔍你可能在找 Google相关脚本
+> ### 🔍你可能在找Google相关脚本
> - [**Google 高级搜索**](https://greasyfork.org/scripts/502652): 这是一个为 Google 添加高级搜索表单的用户脚本。它能在页面顶部添加一个可隐藏的高级搜索表单,使您能够更精确地搜索信息。
> - [**Google 搜索屏蔽指定站点**](https://greasyfork.org/scripts/500262): 在搜索引擎结果中屏蔽特定的站点,帮助用户过滤掉不需要的搜索结果。 自定义输入屏蔽站点。格式-zhihu -baidu 用于屏蔽谷歌搜索内容
+
+
+
+
-> ### 🔍你可能在找 GreasyFork相关脚本
+> ### 🔍你可能在找GreasyFork相关脚本
> - [**GreasyFork适用于增强**](https://greasyfork.org/scripts/497317): 脚本详情页增加适用于链接增加点击打开网页,复制网页,轮胎搜索
> - [**GrreasyFork 用户发布的脚本数据可视化**](https://greasyfork.org/scripts/508968): 使用Chart.js获取和可视化获取用户脚本数据,并在用户个人主页生成一个图表在下方显示详细安装情况
> - [**GreaysFork 增强 WebHook同步设置**](https://greasyfork.org/scripts/506717): 这个脚本可以帮助你快速输入脚本同步信息,并批量增加多个国家的语言代码,而不用一个个地点击选择框再去对应的网址。
@@ -191,22 +206,27 @@
> - [**Greasyfork 通知助手**](https://greasyfork.org/scripts/506345): 当你的脚本或你参与的讨论有新回复时,脚本会在网页上以模态窗口显示最新的讨论内容。
> - [**Script Finder油猴脚本查找器**](https://greasyfork.org/scripts/498904): Script Finder 是一个用户脚本(userscript),它可以帮助你在任何网站上查找和管理用户脚本
+
+
+
+
-> ### 🔍你可能在找 成人脚本
+> ### 🔍你可能在找成人脚本
> - [**MiSSAV自动登录**](https://greasyfork.org/scripts/505325): 检测 MisssAV 状态,并且在未登录时自动登录
> - [**MissAV收藏管理器**](https://greasyfork.org/scripts/497682): miss片单备份,支持下载图片保存视频信息.导出本地网页 支持导出到webdav
> - [**TissAV自动登录**](https://greasyfork.org/scripts/506528): 检测 TissAV 状态,并且在未登录时自动登录
> - [**JableTV自动登录**](https://greasyfork.org/scripts/506730): 检测 JableTV 状态,并且在未登录时自动登录
+
+
+
+
-> ### 🔍你可能在找 自动翻译
+> ### 🔍你可能在找自动翻译
> - [**外语终结者**](https://greasyfork.org/scripts/504890): 识别非中文字符,如果长度大于 5 且翻译文本中不含中文,则替换为中文,需要可访问google的网络
> - [**网页翻译——自动翻译为中文**](https://greasyfork.org/scripts/505208): 给每个非中文的网页右下角(可以调整到左下角)添加一个 google 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译
-
-
+### View all publish scripts
+
-### View all publish scripts
+
-> ### 🔍you may be looking for ChatGPTRelated scripts
-> - [**ChatGPTCode font size reduced**](https://greasyfork.org/scripts/505209): let ChatGPT Code font size becomes smaller
-> - [**ChatGPT 聊天Copy codebutton**](https://greasyfork.org/scripts/509598): exist chatgpt.com Add an animation in the lower right corner of the upper code block“复制代码”按钮
-> - [**ChatGPT character counter**](https://greasyfork.org/scripts/506166): 添加一characters计数器到输入框,limited to 32732 characters。(ChatGPT The limit is 32732 个字符。)
+> ### 🔍you may be looking forChatGPTRelated scripts
+> - [**ChatGPTCode font size reduced**](https://greasyfork.org/scripts/505209): let ChatGPT The font size in the code box becomes smaller
+> - [**ChatGPT chatCopy codebutton**](https://greasyfork.org/scripts/509598): exist chatgpt.com Add an animation in the lower right corner of the upper code block“Copy code”button
+> - [**ChatGPT character counter**](https://greasyfork.org/scripts/506166): add onecharactersCounter to input box,limited to 32732 characters。(ChatGPT The limit is 32732 characters。)
> - [**ChatGPT Collapse self message and max width**](https://greasyfork.org/scripts/504901): Automatically collapse long messages sent by you,Save screen space。Allows you to set the maximum width of the chat window,Keep long messages from exceeding the specified range。
+
+
+
+
-> ### 🔍you may be looking for Web related scripts
-> - [**Web page writing clip version authorization manager**](https://greasyfork.org/scripts/497403): Ban web pages from pooping on edited versions,green for release,red ban,orange temporary directions
-> - [**LiftCSDNLoginCopy限制**](https://greasyfork.org/scripts/505207): fuck you CSDN 登录复制,Copy code box content without logging in
+> ### 🔍You may be looking for web related scripts
+> - [**Web page writing clip version authorization manager**](https://greasyfork.org/scripts/497403): Ban web pages from pooping on edited versions,green for release,red prohibition,orange temporary directions
+> - [**LiftCSDNLoginCopylimit**](https://greasyfork.org/scripts/505207): fuck you CSDN LoginCopy,Copy code box content without logging in
> - [**Beautify web forms with gorgeous gradients**](https://greasyfork.org/scripts/507036): Automatically apply color gradient beautification to all columns of tables on web pages.
> - [**Highlight keywords on web pages+(recommend)**](https://greasyfork.org/scripts/498906): Highlight text on web pages
> - [**Highlight web text_mini version**](https://greasyfork.org/scripts/498905): Custom keyword highlighting on web pages including dynamically loaded content on scroll
@@ -159,54 +162,71 @@ In the repository page,You can see the following display:
> - [**Small scroll button up and down**](https://greasyfork.org/scripts/497251): Add up and down scroll buttons on the right side of the page
> - [**One-touch top and bottom buttons**](https://greasyfork.org/scripts/500255): Modified fromGreasyforkuser script Add top and bottom buttons to web pages,Facilitates quick movement to the top or bottom of long pages。 Added button color change when scrolling down,3Automatically stops if there is no scrolling within seconds
+
+
+
+
-> ### 🔍you may be looking for GitHubRelated scripts
+> ### 🔍you may be looking forGitHubRelated scripts
> - [**GitHubSubmit information displayHTML**](https://greasyfork.org/scripts/505830): This script will GitHub The submission information on HTML view,to see submission details more clearly。It will automatically submit the information list、The commit header and latest commit information are converted to HTML Format,Provide better visual effects and user experience。
-> - [**GitHub File list beautifier**](https://greasyfork.org/scripts/508047): GitHub File List Beautifier is a user script,used to enhance GitHub Display effect of files in warehouse。It can add colors to files and folders,and replace the file type icons with small images,Makes the code base easier to browse and manage。
+> - [**GitHub File list beautifier**](https://greasyfork.org/scripts/508047): GitHub File List Beautifier is a user script,used to enhance GitHub Display effect of files in warehouse。It can add color to files and folders,and replace the file type icons with small images,Makes the code base easier to browse and manage。
> - [**Github List of code languages show all**](https://greasyfork.org/scripts/509889): Expand Github List of languages on the repository,Show each language,Instead of hiding small parts in “other” Down
> - [**GitHub Automatically confirm device authorization**](https://greasyfork.org/scripts/508956): existGitHubThe authorization page automatically enters the authorization code and automatically confirms it.。
-> - [**GitHubfolder下载**](https://greasyfork.org/scripts/505496): Add a download button,Allows easy downloading of specific GitHub 文件夹。
+> - [**GitHubfolderdownload**](https://greasyfork.org/scripts/505496): Add a download button,Allows easy downloading of specific GitHub folder。
> - [**GitHubDownload single files and copy filesURL**](https://greasyfork.org/scripts/505501): Add button at the end of each file line,to copy the original file URL and download files
-> - [**🤠 Github Enhance assistant Warehouse display size Inactive development warning Quick jump within the warehouse用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): existGithubShow warehouse size when viewing and searching warehouses ,Inactive development warning,仓库内快捷跳转.
+> - [**🤠 Github Enhance assistant Warehouse display size Inactive development warning Quick jump within the warehouseUser’s other warehouses 🤠**](https://greasyfork.org/scripts/502291): existGithubShow warehouse size when viewing and searching warehouses ,Inactive development warning,Quick jump within the warehouse.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): Change the sorting method of warehouse list files to descending date order,Conveniently view the latest updated files。
+
+
+
+
-> ### 🔍you may be looking for GoogleRelated scripts
-> - [**Google Advanced search**](https://greasyfork.org/scripts/502652): This is a for Google Add user script for advanced search form。It adds a hideable advanced search form at the top of the page,Enable you to search for information more precisely。
+> ### 🔍you may be looking forGoogleRelated scripts
+> - [**Google Advanced search**](https://greasyfork.org/scripts/502652): This is a for Google Add user script for advanced search form。It adds a hideable advanced search form at the top of the page,Enables you to search for information more precisely。
> - [**Google Search and block specific sites**](https://greasyfork.org/scripts/500262): Block specific sites from search engine results,Help users filter out unwanted search results。 Custom input blocking site。Format-zhihu -baidu Used to block Google search content
+
+
+
+
-> ### 🔍you may be looking for GreasyForkRelated scripts
+> ### 🔍you may be looking forGreasyForkRelated scripts
> - [**GreasyForksuitable for enhancement**](https://greasyfork.org/scripts/497317): The script details page is added. It is suitable for links to be added. Click to open the web page.,Copy web page,tire search
> - [**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.
> - [**GreaysFork Enhance WebHookSync settings**](https://greasyfork.org/scripts/506717): This script can help you 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。
> - [**GreasyFork Markdown toobar**](https://greasyfork.org/scripts/505164): Used by default in forums Markdown Format,Add format help link and Markdown Toolbar introduction
> - [**GreasyFork Show script ratings**](https://greasyfork.org/scripts/501119): Add evaluation scores to script list
-> - [**GreasyFork Advanced search**](https://greasyfork.org/scripts/505215): Search using Google GreasyFork and SleazyFork upper script
-> - [**GreasyFork Navigation barEnhance**](https://greasyfork.org/scripts/501880): 增强greasyfork导航栏,Add user list,User console etc.
+> - [**GreasyFork Advanced search**](https://greasyfork.org/scripts/505215): Search using Google GreasyFork and SleazyFork superior script
+> - [**GreasyFork Navigation barEnhance**](https://greasyfork.org/scripts/501880): EnhancegreasyforkNavigation bar,Add user list,User console, etc.
> - [**GreasyforkGlue craftsman**](https://greasyfork.org/scripts/497346): Enhancegreasyfork,Copy code,Script download,Precise time to seconds,Home page cleanup,Discuss one-click reporting,Script list jump code added download Beautify view code and display code reference files,show script icon,Jump to adult scripts and other operations
> - [**Greasyfork Notification assistant**](https://greasyfork.org/scripts/506345): When there’s a new reply to your script or to a discussion you’re participating in,The script will display the latest discussion content in a modal window on the web page。
> - [**Script FinderGrease Monkey Script Finder**](https://greasyfork.org/scripts/498904): Script Finder is a user script(userscript),It helps you find and manage userscripts on any website
+
+
+
+
-> ### 🔍you may be looking for adult script
+> ### 🔍You may be looking for adult scripts
> - [**MiSSAVAutomatic login**](https://greasyfork.org/scripts/505325): Detection MisssAV state,and automatically log in when not logged in
> - [**MissAVCollection manager**](https://greasyfork.org/scripts/497682): missPlaylist backup,Support downloading pictures and saving video information.Export local web page Support export towebdav
> - [**TissAVAutomatic login**](https://greasyfork.org/scripts/506528): Detection TissAV state,and automatically log in when not logged in
> - [**JableTVAutomatic login**](https://greasyfork.org/scripts/506730): Detection JableTV state,and automatically log in when not logged in
-
-> ### 🔍you may be looking for automatic translation
-> - [**foreign language terminator**](https://greasyfork.org/scripts/504890): Recognize non-Chinese characters,If the length is greater than 5 And the translated text does not contain Chinese,then replace it with Chinese,Need to be accessiblegooglenetwork
-> - [**web page translation——Automatically translated to Chinese**](https://greasyfork.org/scripts/505208): Give the lower right corner of each non-Chinese web page(Can be adjusted to the lower left corner)add a google Translate icon,This version is a Chinese translation version,Only translate foreign languages into Chinese,Add automatic translation
+
+
+
-
-
+### 查看所有发布脚本
+
-### 查看所有发布脚本
+
-> ### 🔍你可能在找 ChatGPT相关脚本
-> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码字体变小
+> ### 🔍你可能在找ChatGPT相关脚本
+> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码框内字体变小
> - [**ChatGPT 聊天复制代码按钮**](https://greasyfork.org/scripts/509598): 在 chatgpt.com 上代码块的右下角添加一个带有动画的“复制代码”按钮
> - [**ChatGPT 字符计数器**](https://greasyfork.org/scripts/506166): 添加一个字符计数器到输入框,限制为 32732 个字符。(ChatGPT 的限制是 32732 个字符。)
> - [**ChatGPT 折叠自己消息和最大宽度**](https://greasyfork.org/scripts/504901): 自动折叠由你发送的长消息,节省屏幕空间。允许你设置聊天窗口的最大宽度,使得长消息不会超出指定范围。
+
+
+
+
-> ### 🔍你可能在找 网页相关脚本
+> ### 🔍你可能在找网页相关脚本
> - [**网页写入剪辑版授权管理器**](https://greasyfork.org/scripts/497403): 禁止网页向剪辑版拉屎,绿色为放行,红色禁止,橙色临时方向
> - [**解除CSDN登录复制限制**](https://greasyfork.org/scripts/505207): 去你妈的 CSDN 登录复制,无需登录即可复制代码框内容
> - [**绚丽渐变美化网页表格**](https://greasyfork.org/scripts/507036): 自动为网页上的表格所有列应用颜色渐变美化.
@@ -145,9 +148,13 @@ MIT 许可证
> - [**上下滚动小按钮**](https://greasyfork.org/scripts/497251): 页面右侧添加上下滚动按钮
> - [**一键置顶和置底按钮**](https://greasyfork.org/scripts/500255): 修改自Greasyfork用户脚本 为网页添加置顶和置底按钮,方便在长页面中快速移动到顶部或底部。 增加向下滚动时按钮变色,3秒内无滚动自动停止
+
+
+
+
-> ### 🔍你可能在找 GitHub相关脚本
+> ### 🔍你可能在找GitHub相关脚本
> - [**GitHub提交信息显示HTML**](https://greasyfork.org/scripts/505830): 该脚本将 GitHub 上的提交信息转化为 HTML 视图,以更清晰地查看提交详情。它会自动将提交信息列表、提交头部和最新提交信息转化为 HTML 格式,提供更佳的视觉效果和用户体验。
> - [**GitHub 文件列表美化器**](https://greasyfork.org/scripts/508047): GitHub 文件列表美化器是一个用户脚本,用于增强 GitHub 仓库中的文件显示效果。它可以为文件和文件夹添加颜色,并将文件类型图标替换为小图像,使得代码库更加易于浏览和管理。
> - [**Github 代码语言列表显示全部**](https://greasyfork.org/scripts/509889): 扩展 Github 存储库上的语言列表,显示每种语言,而不是将小部分隐藏在 “其他” 下
@@ -157,15 +164,23 @@ MIT 许可证
> - [**🤠 Github 增强小助手 仓库显示大小 不活跃开发警告 仓库内快捷跳转用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): 在Github查看仓库和搜索仓库时显示仓库大小 ,不活跃开发警告,仓库内快捷跳转.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): 仓库列表文件排序方式改为日期降序,方便查看最新更新的文件。
+
+
+
+
-> ### 🔍你可能在找 Google相关脚本
+> ### 🔍你可能在找Google相关脚本
> - [**Google 高级搜索**](https://greasyfork.org/scripts/502652): 这是一个为 Google 添加高级搜索表单的用户脚本。它能在页面顶部添加一个可隐藏的高级搜索表单,使您能够更精确地搜索信息。
> - [**Google 搜索屏蔽指定站点**](https://greasyfork.org/scripts/500262): 在搜索引擎结果中屏蔽特定的站点,帮助用户过滤掉不需要的搜索结果。 自定义输入屏蔽站点。格式-zhihu -baidu 用于屏蔽谷歌搜索内容
+
+
+
+
-> ### 🔍你可能在找 GreasyFork相关脚本
+> ### 🔍你可能在找GreasyFork相关脚本
> - [**GreasyFork适用于增强**](https://greasyfork.org/scripts/497317): 脚本详情页增加适用于链接增加点击打开网页,复制网页,轮胎搜索
> - [**GrreasyFork 用户发布的脚本数据可视化**](https://greasyfork.org/scripts/508968): 使用Chart.js获取和可视化获取用户脚本数据,并在用户个人主页生成一个图表在下方显示详细安装情况
> - [**GreaysFork 增强 WebHook同步设置**](https://greasyfork.org/scripts/506717): 这个脚本可以帮助你快速输入脚本同步信息,并批量增加多个国家的语言代码,而不用一个个地点击选择框再去对应的网址。
@@ -177,22 +192,27 @@ MIT 许可证
> - [**Greasyfork 通知助手**](https://greasyfork.org/scripts/506345): 当你的脚本或你参与的讨论有新回复时,脚本会在网页上以模态窗口显示最新的讨论内容。
> - [**Script Finder油猴脚本查找器**](https://greasyfork.org/scripts/498904): Script Finder 是一个用户脚本(userscript),它可以帮助你在任何网站上查找和管理用户脚本
+
+
+
+
-> ### 🔍你可能在找 成人脚本
+> ### 🔍你可能在找成人脚本
> - [**MiSSAV自动登录**](https://greasyfork.org/scripts/505325): 检测 MisssAV 状态,并且在未登录时自动登录
> - [**MissAV收藏管理器**](https://greasyfork.org/scripts/497682): miss片单备份,支持下载图片保存视频信息.导出本地网页 支持导出到webdav
> - [**TissAV自动登录**](https://greasyfork.org/scripts/506528): 检测 TissAV 状态,并且在未登录时自动登录
> - [**JableTV自动登录**](https://greasyfork.org/scripts/506730): 检测 JableTV 状态,并且在未登录时自动登录
+
+
+
+
-> ### 🔍你可能在找 自动翻译
+> ### 🔍你可能在找自动翻译
> - [**外语终结者**](https://greasyfork.org/scripts/504890): 识别非中文字符,如果长度大于 5 且翻译文本中不含中文,则替换为中文,需要可访问google的网络
> - [**网页翻译——自动翻译为中文**](https://greasyfork.org/scripts/505208): 给每个非中文的网页右下角(可以调整到左下角)添加一个 google 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译
-
-
+### View all publish scripts
+
-### View all publish scripts
+
-> ### 🔍you may be looking for ChatGPTRelated scripts
-> - [**ChatGPTCode font size reduced**](https://greasyfork.org/scripts/505209): let ChatGPT Code font size becomes smaller
-> - [**ChatGPT 聊天Copy codebutton**](https://greasyfork.org/scripts/509598): exist chatgpt.com Add an animation in the lower right corner of the upper code block“复制代码”按钮
-> - [**ChatGPT character counter**](https://greasyfork.org/scripts/506166): 添加一characters计数器到输入框,limited to 32732 characters。(ChatGPT The limit is 32732 个字符。)
+> ### 🔍you may be looking forChatGPTRelated scripts
+> - [**ChatGPTCode font size reduced**](https://greasyfork.org/scripts/505209): let ChatGPT The font size in the code box becomes smaller
+> - [**ChatGPT chatCopy codebutton**](https://greasyfork.org/scripts/509598): exist chatgpt.com Add an animation in the lower right corner of the upper code block“Copy code”button
+> - [**ChatGPT character counter**](https://greasyfork.org/scripts/506166): add onecharactersCounter to input box,limited to 32732 characters。(ChatGPT The limit is 32732 characters。)
> - [**ChatGPT Collapse self message and max width**](https://greasyfork.org/scripts/504901): Automatically collapse long messages sent by you,Save screen space。Allows you to set the maximum width of the chat window,Keep long messages from exceeding the specified range。
+
+
+
+
-> ### 🔍you may be looking for Web related scripts
-> - [**Web page writing clip version authorization manager**](https://greasyfork.org/scripts/497403): Ban web pages from pooping on edited versions,green for release,red ban,orange temporary directions
-> - [**LiftCSDNLoginCopy限制**](https://greasyfork.org/scripts/505207): fuck you CSDN 登录复制,Copy code box content without logging in
+> ### 🔍You may be looking for web related scripts
+> - [**Web page writing clip version authorization manager**](https://greasyfork.org/scripts/497403): Ban web pages from pooping on edited versions,green for release,red prohibition,orange temporary directions
+> - [**LiftCSDNLoginCopylimit**](https://greasyfork.org/scripts/505207): fuck you CSDN LoginCopy,Copy code box content without logging in
> - [**Beautify web forms with gorgeous gradients**](https://greasyfork.org/scripts/507036): Automatically apply color gradient beautification to all columns of tables on web pages.
> - [**Highlight keywords on web pages+(recommend)**](https://greasyfork.org/scripts/498906): Highlight text on web pages
> - [**Highlight web text_mini version**](https://greasyfork.org/scripts/498905): Custom keyword highlighting on web pages including dynamically loaded content on scroll
@@ -153,54 +156,71 @@ The script is modified from user **[Kamikaze](https://greasyfork.org/zh-CN/users
> - [**Small scroll button up and down**](https://greasyfork.org/scripts/497251): Add up and down scroll buttons on the right side of the page
> - [**One-touch top and bottom buttons**](https://greasyfork.org/scripts/500255): Modified fromGreasyforkuser script Add top and bottom buttons to web pages,Facilitates quick movement to the top or bottom of long pages。 Added button color change when scrolling down,3Automatically stops if there is no scrolling within seconds
+
+
+
+
-> ### 🔍you may be looking for GitHubRelated scripts
+> ### 🔍you may be looking forGitHubRelated scripts
> - [**GitHubSubmit information displayHTML**](https://greasyfork.org/scripts/505830): This script will GitHub The submission information on HTML view,to see submission details more clearly。It will automatically submit the information list、The commit header and latest commit information are converted to HTML Format,Provide better visual effects and user experience。
-> - [**GitHub File list beautifier**](https://greasyfork.org/scripts/508047): GitHub File List Beautifier is a user script,used to enhance GitHub Display effect of files in warehouse。It can add colors to files and folders,and replace the file type icons with small images,Makes the code base easier to browse and manage。
+> - [**GitHub File list beautifier**](https://greasyfork.org/scripts/508047): GitHub File List Beautifier is a user script,used to enhance GitHub Display effect of files in warehouse。It can add color to files and folders,and replace the file type icons with small images,Makes the code base easier to browse and manage。
> - [**Github List of code languages show all**](https://greasyfork.org/scripts/509889): Expand Github List of languages on the repository,Show each language,Instead of hiding small parts in “other” Down
> - [**GitHub Automatically confirm device authorization**](https://greasyfork.org/scripts/508956): existGitHubThe authorization page automatically enters the authorization code and automatically confirms it.。
-> - [**GitHubfolder下载**](https://greasyfork.org/scripts/505496): Add a download button,Allows easy downloading of specific GitHub 文件夹。
+> - [**GitHubfolderdownload**](https://greasyfork.org/scripts/505496): Add a download button,Allows easy downloading of specific GitHub folder。
> - [**GitHubDownload single files and copy filesURL**](https://greasyfork.org/scripts/505501): Add button at the end of each file line,to copy the original file URL and download files
-> - [**🤠 Github Enhance assistant Warehouse display size Inactive development warning Quick jump within the warehouse用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): existGithubShow warehouse size when viewing and searching warehouses ,Inactive development warning,仓库内快捷跳转.
+> - [**🤠 Github Enhance assistant Warehouse display size Inactive development warning Quick jump within the warehouseUser’s other warehouses 🤠**](https://greasyfork.org/scripts/502291): existGithubShow warehouse size when viewing and searching warehouses ,Inactive development warning,Quick jump within the warehouse.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): Change the sorting method of warehouse list files to descending date order,Conveniently view the latest updated files。
+
+
+
+
-> ### 🔍you may be looking for GoogleRelated scripts
-> - [**Google Advanced search**](https://greasyfork.org/scripts/502652): This is a for Google Add user script for advanced search form。It adds a hideable advanced search form at the top of the page,Enable you to search for information more precisely。
+> ### 🔍you may be looking forGoogleRelated scripts
+> - [**Google Advanced search**](https://greasyfork.org/scripts/502652): This is a for Google Add user script for advanced search form。It adds a hideable advanced search form at the top of the page,Enables you to search for information more precisely。
> - [**Google Search and block specific sites**](https://greasyfork.org/scripts/500262): Block specific sites from search engine results,Help users filter out unwanted search results。 Custom input blocking site。Format-zhihu -baidu Used to block Google search content
+
+
+
+
-> ### 🔍you may be looking for GreasyForkRelated scripts
+> ### 🔍you may be looking forGreasyForkRelated scripts
> - [**GreasyForksuitable for enhancement**](https://greasyfork.org/scripts/497317): The script details page is added. It is suitable for links to be added. Click to open the web page.,Copy web page,tire search
> - [**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.
> - [**GreaysFork Enhance WebHookSync settings**](https://greasyfork.org/scripts/506717): This script can help you 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。
> - [**GreasyFork Markdown toobar**](https://greasyfork.org/scripts/505164): Used by default in forums Markdown Format,Add format help link and Markdown Toolbar introduction
> - [**GreasyFork Show script ratings**](https://greasyfork.org/scripts/501119): Add evaluation scores to script list
-> - [**GreasyFork Advanced search**](https://greasyfork.org/scripts/505215): Search using Google GreasyFork and SleazyFork upper script
-> - [**GreasyFork Navigation barEnhance**](https://greasyfork.org/scripts/501880): 增强greasyfork导航栏,Add user list,User console etc.
+> - [**GreasyFork Advanced search**](https://greasyfork.org/scripts/505215): Search using Google GreasyFork and SleazyFork superior script
+> - [**GreasyFork Navigation barEnhance**](https://greasyfork.org/scripts/501880): EnhancegreasyforkNavigation bar,Add user list,User console, etc.
> - [**GreasyforkGlue craftsman**](https://greasyfork.org/scripts/497346): Enhancegreasyfork,Copy code,Script download,Precise time to seconds,Home page cleanup,Discuss one-click reporting,Script list jump code added download Beautify view code and display code reference files,show script icon,Jump to adult scripts and other operations
> - [**Greasyfork Notification assistant**](https://greasyfork.org/scripts/506345): When there’s a new reply to your script or to a discussion you’re participating in,The script will display the latest discussion content in a modal window on the web page。
> - [**Script FinderGrease Monkey Script Finder**](https://greasyfork.org/scripts/498904): Script Finder is a user script(userscript),It helps you find and manage userscripts on any website
+
+
+
+
-> ### 🔍you may be looking for adult script
+> ### 🔍You may be looking for adult scripts
> - [**MiSSAVAutomatic login**](https://greasyfork.org/scripts/505325): Detection MisssAV state,and automatically log in when not logged in
> - [**MissAVCollection manager**](https://greasyfork.org/scripts/497682): missPlaylist backup,Support downloading pictures and saving video information.Export local web page Support export towebdav
> - [**TissAVAutomatic login**](https://greasyfork.org/scripts/506528): Detection TissAV state,and automatically log in when not logged in
> - [**JableTVAutomatic login**](https://greasyfork.org/scripts/506730): Detection JableTV state,and automatically log in when not logged in
-
-> ### 🔍you may be looking for automatic translation
-> - [**foreign language terminator**](https://greasyfork.org/scripts/504890): Recognize non-Chinese characters,If the length is greater than 5 And the translated text does not contain Chinese,then replace it with Chinese,Need to be accessiblegooglenetwork
-> - [**web page translation——Automatically translated to Chinese**](https://greasyfork.org/scripts/505208): Give the lower right corner of each non-Chinese web page(Can be adjusted to the lower left corner)add a google Translate icon,This version is a Chinese translation version,Only translate foreign languages into Chinese,Add automatic translation
+
+
+
-
+
+### 查看所有发布脚本
-
+
+
-### 查看所有发布脚本
+> ### 🔍你可能在找ChatGPT相关脚本
+> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码框内字体变小
+> - [**ChatGPT 聊天复制代码按钮**](https://greasyfork.org/scripts/509598): 在 chatgpt.com 上代码块的右下角添加一个带有动画的“复制代码”按钮
+> - [**ChatGPT 字符计数器**](https://greasyfork.org/scripts/506166): 添加一个字符计数器到输入框,限制为 32732 个字符。(ChatGPT 的限制是 32732 个字符。)
+> - [**ChatGPT 折叠自己消息和最大宽度**](https://greasyfork.org/scripts/504901): 自动折叠由你发送的长消息,节省屏幕空间。允许你设置聊天窗口的最大宽度,使得长消息不会超出指定范围。
-
-> ### 🔍 你可能在找 ChatGPT 相关脚本
->
-> - [**ChatGPT 代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码字体变小
-> - [**ChatGPT 聊天复制代码按钮**](https://greasyfork.org/scripts/509598): 在 chatgpt.com 上代码块的右下角添加一个带有动画的“复制代码”按钮
-> - [**ChatGPT 字符计数器**](https://greasyfork.org/scripts/506166): 添加一个字符计数器到输入框,限制为 32732 个字符。(ChatGPT 的限制是 32732 个字符。)
-> - [**ChatGPT 折叠自己消息和最大宽度**](https://greasyfork.org/scripts/504901): 自动折叠由你发送的长消息,节省屏幕空间。允许你设置聊天窗口的最大宽度,使得长消息不会超出指定范围。
+
+
-> ### 🔍 你可能在找 网页相关脚本
->
-> - [**网页写入剪辑版授权管理器**](https://greasyfork.org/scripts/497403): 禁止网页向剪辑版拉屎,绿色为放行,红色禁止,橙色临时方向
-> - [**解除 CSDN 登录复制限制**](https://greasyfork.org/scripts/505207): 去你妈的 CSDN 登录复制,无需登录即可复制代码框内容
-> - [**绚丽渐变美化网页表格**](https://greasyfork.org/scripts/507036): 自动为网页上的表格所有列应用颜色渐变美化.
-> - [**网页高亮关键字+(推荐)**](https://greasyfork.org/scripts/498906): 对网页上的文字进行高亮显示
-> - [**高亮网页文本\_迷你版**](https://greasyfork.org/scripts/498905): 在网页上自定义关键词突出显示包括滚动时动态加载的内容
-> - [**小窗口预览**](https://greasyfork.org/scripts/504880): 拖拽链接时在弹出窗口中打开链接,并在打开前提供预览,使用 Edge 的预读技术。同时在小窗口打开时在背后添加亚克力效果。
-> - [**去除链接下划线**](https://greasyfork.org/scripts/498625): 去除网页链接的下划线
-> - [**上下滚动小按钮**](https://greasyfork.org/scripts/497251): 页面右侧添加上下滚动按钮
-> - [**一键置顶和置底按钮**](https://greasyfork.org/scripts/500255): 修改自 Greasyfork 用户脚本 为网页添加置顶和置底按钮,方便在长页面中快速移动到顶部或底部。 增加向下滚动时按钮变色,3 秒内无滚动自动停止
+> ### 🔍你可能在找网页相关脚本
+> - [**网页写入剪辑版授权管理器**](https://greasyfork.org/scripts/497403): 禁止网页向剪辑版拉屎,绿色为放行,红色禁止,橙色临时方向
+> - [**解除CSDN登录复制限制**](https://greasyfork.org/scripts/505207): 去你妈的 CSDN 登录复制,无需登录即可复制代码框内容
+> - [**绚丽渐变美化网页表格**](https://greasyfork.org/scripts/507036): 自动为网页上的表格所有列应用颜色渐变美化.
+> - [**网页高亮关键字+(推荐)**](https://greasyfork.org/scripts/498906): 对网页上的文字进行高亮显示
+> - [**高亮网页文本_迷你版**](https://greasyfork.org/scripts/498905): 在网页上自定义关键词突出显示包括滚动时动态加载的内容
+> - [**小窗口预览**](https://greasyfork.org/scripts/504880): 拖拽链接时在弹出窗口中打开链接,并在打开前提供预览,使用 Edge 的预读技术。同时在小窗口打开时在背后添加亚克力效果。
+> - [**去除链接下划线**](https://greasyfork.org/scripts/498625): 去除网页链接的下划线
+> - [**上下滚动小按钮**](https://greasyfork.org/scripts/497251): 页面右侧添加上下滚动按钮
+> - [**一键置顶和置底按钮**](https://greasyfork.org/scripts/500255): 修改自Greasyfork用户脚本 为网页添加置顶和置底按钮,方便在长页面中快速移动到顶部或底部。 增加向下滚动时按钮变色,3秒内无滚动自动停止
+
+
+
+
-> ### 🔍 你可能在找 GitHub 相关脚本
->
-> - [**GitHub 提交信息显示 HTML**](https://greasyfork.org/scripts/505830): 该脚本将 GitHub 上的提交信息转化为 HTML 视图,以更清晰地查看提交详情。它会自动将提交信息列表、提交头部和最新提交信息转化为 HTML 格式,提供更佳的视觉效果和用户体验。
-> - [**GitHub 文件列表美化器**](https://greasyfork.org/scripts/508047): GitHub 文件列表美化器是一个用户脚本,用于增强 GitHub 仓库中的文件显示效果。它可以为文件和文件夹添加颜色,并将文件类型图标替换为小图像,使得代码库更加易于浏览和管理。
-> - [**Github 代码语言列表显示全部**](https://greasyfork.org/scripts/509889): 扩展 Github 存储库上的语言列表,显示每种语言,而不是将小部分隐藏在 “其他” 下
-> - [**GitHub 自动确认设备授权**](https://greasyfork.org/scripts/508956): 在 GitHub 授权页面自动输入授权码与自动确认。
-> - [**GitHub 文件夹下载**](https://greasyfork.org/scripts/505496): 添加一个下载按钮,允许轻松下载特定的 GitHub 文件夹。
-> - [**GitHub 下载单文件和复制文件 URL**](https://greasyfork.org/scripts/505501): 在每个文件行的末尾添加按钮,以复制原始文件 URL 和下载文件
-> - [**🤠 Github 增强小助手 仓库显示大小 不活跃开发警告 仓库内快捷跳转用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): 在 Github 查看仓库和搜索仓库时显示仓库大小 ,不活跃开发警告,仓库内快捷跳转.
-> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): 仓库列表文件排序方式改为日期降序,方便查看最新更新的文件。
+> ### 🔍你可能在找GitHub相关脚本
+> - [**GitHub提交信息显示HTML**](https://greasyfork.org/scripts/505830): 该脚本将 GitHub 上的提交信息转化为 HTML 视图,以更清晰地查看提交详情。它会自动将提交信息列表、提交头部和最新提交信息转化为 HTML 格式,提供更佳的视觉效果和用户体验。
+> - [**GitHub 文件列表美化器**](https://greasyfork.org/scripts/508047): GitHub 文件列表美化器是一个用户脚本,用于增强 GitHub 仓库中的文件显示效果。它可以为文件和文件夹添加颜色,并将文件类型图标替换为小图像,使得代码库更加易于浏览和管理。
+> - [**Github 代码语言列表显示全部**](https://greasyfork.org/scripts/509889): 扩展 Github 存储库上的语言列表,显示每种语言,而不是将小部分隐藏在 “其他” 下
+> - [**GitHub 自动确认设备授权**](https://greasyfork.org/scripts/508956): 在GitHub授权页面自动输入授权码与自动确认。
+> - [**GitHub文件夹下载**](https://greasyfork.org/scripts/505496): 添加一个下载按钮,允许轻松下载特定的 GitHub 文件夹。
+> - [**GitHub下载单文件和复制文件URL**](https://greasyfork.org/scripts/505501): 在每个文件行的末尾添加按钮,以复制原始文件 URL 和下载文件
+> - [**🤠 Github 增强小助手 仓库显示大小 不活跃开发警告 仓库内快捷跳转用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): 在Github查看仓库和搜索仓库时显示仓库大小 ,不活跃开发警告,仓库内快捷跳转.
+> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): 仓库列表文件排序方式改为日期降序,方便查看最新更新的文件。
+
+
+
+
-> ### 🔍 你可能在找 Google 相关脚本
->
-> - [**Google 高级搜索**](https://greasyfork.org/scripts/502652): 这是一个为 Google 添加高级搜索表单的用户脚本。它能在页面顶部添加一个可隐藏的高级搜索表单,使您能够更精确地搜索信息。
-> - [**Google 搜索屏蔽指定站点**](https://greasyfork.org/scripts/500262): 在搜索引擎结果中屏蔽特定的站点,帮助用户过滤掉不需要的搜索结果。 自定义输入屏蔽站点。格式-zhihu -baidu 用于屏蔽谷歌搜索内容
+> ### 🔍你可能在找Google相关脚本
+> - [**Google 高级搜索**](https://greasyfork.org/scripts/502652): 这是一个为 Google 添加高级搜索表单的用户脚本。它能在页面顶部添加一个可隐藏的高级搜索表单,使您能够更精确地搜索信息。
+> - [**Google 搜索屏蔽指定站点**](https://greasyfork.org/scripts/500262): 在搜索引擎结果中屏蔽特定的站点,帮助用户过滤掉不需要的搜索结果。 自定义输入屏蔽站点。格式-zhihu -baidu 用于屏蔽谷歌搜索内容
+
+
+
+
-> ### 🔍 你可能在找 GreasyFork 相关脚本
->
-> - [**GreasyFork 适用于增强**](https://greasyfork.org/scripts/497317): 脚本详情页增加适用于链接增加点击打开网页,复制网页,轮胎搜索
-> - [**GrreasyFork 用户发布的脚本数据可视化**](https://greasyfork.org/scripts/508968): 使用 Chart.js 获取和可视化获取用户脚本数据,并在用户个人主页生成一个图表在下方显示详细安装情况
-> - [**GreaysFork 增强 WebHook 同步设置**](https://greasyfork.org/scripts/506717): 这个脚本可以帮助你快速输入脚本同步信息,并批量增加多个国家的语言代码,而不用一个个地点击选择框再去对应的网址。
-> - [**GreasyFork Markdown toobar**](https://greasyfork.org/scripts/505164): 在论坛默认使用 Markdown 格式,添加格式帮助链接及 Markdown 工具栏绍
-> - [**GreasyFork 显示脚本评分**](https://greasyfork.org/scripts/501119): 脚本列表添加评价分数
-> - [**GreasyFork 高级搜索**](https://greasyfork.org/scripts/505215): 使用谷歌搜索 GreasyFork 和 SleazyFork 上的脚本
-> - [**GreasyFork 导航栏增强**](https://greasyfork.org/scripts/501880): 增强 greasyfork 导航栏,增加用户列表,用户控制台等
-> - [**Greasyfork 糊裱匠**](https://greasyfork.org/scripts/497346): 增强 greasyfork,复制代码,脚本下载,精确时间到秒,主页清理,讨论一键举报,脚本列表跳转代码添加下载 美化查看代码显示代码引用文件,显示脚本图标,跳转成人脚本等等一些操作
-> - [**Greasyfork 通知助手**](https://greasyfork.org/scripts/506345): 当你的脚本或你参与的讨论有新回复时,脚本会在网页上以模态窗口显示最新的讨论内容。
-> - [**Script Finder 油猴脚本查找器**](https://greasyfork.org/scripts/498904): Script Finder 是一个用户脚本(userscript),它可以帮助你在任何网站上查找和管理用户脚本
+> ### 🔍你可能在找GreasyFork相关脚本
+> - [**GreasyFork适用于增强**](https://greasyfork.org/scripts/497317): 脚本详情页增加适用于链接增加点击打开网页,复制网页,轮胎搜索
+> - [**GrreasyFork 用户发布的脚本数据可视化**](https://greasyfork.org/scripts/508968): 使用Chart.js获取和可视化获取用户脚本数据,并在用户个人主页生成一个图表在下方显示详细安装情况
+> - [**GreaysFork 增强 WebHook同步设置**](https://greasyfork.org/scripts/506717): 这个脚本可以帮助你快速输入脚本同步信息,并批量增加多个国家的语言代码,而不用一个个地点击选择框再去对应的网址。
+> - [**GreasyFork Markdown toobar**](https://greasyfork.org/scripts/505164): 在论坛默认使用 Markdown 格式,添加格式帮助链接及 Markdown 工具栏绍
+> - [**GreasyFork 显示脚本评分**](https://greasyfork.org/scripts/501119): 脚本列表添加评价分数
+> - [**GreasyFork 高级搜索**](https://greasyfork.org/scripts/505215): 使用谷歌搜索 GreasyFork 和 SleazyFork 上的脚本
+> - [**GreasyFork 导航栏增强**](https://greasyfork.org/scripts/501880): 增强greasyfork导航栏,增加用户列表,用户控制台等
+> - [**Greasyfork糊裱匠**](https://greasyfork.org/scripts/497346): 增强greasyfork,复制代码,脚本下载,精确时间到秒,主页清理,讨论一键举报,脚本列表跳转代码添加下载 美化查看代码显示代码引用文件,显示脚本图标,跳转成人脚本等等一些操作
+> - [**Greasyfork 通知助手**](https://greasyfork.org/scripts/506345): 当你的脚本或你参与的讨论有新回复时,脚本会在网页上以模态窗口显示最新的讨论内容。
+> - [**Script Finder油猴脚本查找器**](https://greasyfork.org/scripts/498904): Script Finder 是一个用户脚本(userscript),它可以帮助你在任何网站上查找和管理用户脚本
+
+
+
+
-> ### 🔍 你可能在找 成人脚本
->
-> - [**MiSSAV 自动登录**](https://greasyfork.org/scripts/505325): 检测 MisssAV 状态,并且在未登录时自动登录
-> - [**MissAV 收藏管理器**](https://greasyfork.org/scripts/497682): miss 片单备份,支持下载图片保存视频信息.导出本地网页 支持导出到 webdav
-> - [**TissAV 自动登录**](https://greasyfork.org/scripts/506528): 检测 TissAV 状态,并且在未登录时自动登录
-> - [**JableTV 自动登录**](https://greasyfork.org/scripts/506730): 检测 JableTV 状态,并且在未登录时自动登录
+> ### 🔍你可能在找成人脚本
+> - [**MiSSAV自动登录**](https://greasyfork.org/scripts/505325): 检测 MisssAV 状态,并且在未登录时自动登录
+> - [**MissAV收藏管理器**](https://greasyfork.org/scripts/497682): miss片单备份,支持下载图片保存视频信息.导出本地网页 支持导出到webdav
+> - [**TissAV自动登录**](https://greasyfork.org/scripts/506528): 检测 TissAV 状态,并且在未登录时自动登录
+> - [**JableTV自动登录**](https://greasyfork.org/scripts/506730): 检测 JableTV 状态,并且在未登录时自动登录
+
+
+
+
-> ### 🔍 你可能在找 自动翻译
->
-> - [**外语终结者**](https://greasyfork.org/scripts/504890): 识别非中文字符,如果长度大于 5 且翻译文本中不含中文,则替换为中文,需要可访问 google 的网络
-> - [**网页翻译——自动翻译为中文**](https://greasyfork.org/scripts/505208): 给每个非中文的网页右下角(可以调整到左下角)添加一个 google 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译
+> ### 🔍你可能在找自动翻译
+> - [**外语终结者**](https://greasyfork.org/scripts/504890): 识别非中文字符,如果长度大于 5 且翻译文本中不含中文,则替换为中文,需要可访问google的网络
+> - [**网页翻译——自动翻译为中文**](https://greasyfork.org/scripts/505208): 给每个非中文的网页右下角(可以调整到左下角)添加一个 google 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译
-
+
+### View all publish scripts
-
+
+
-### View all publish scripts
+> ### 🔍you may be looking forChatGPTRelated scripts
+> - [**ChatGPTCode font size reduced**](https://greasyfork.org/scripts/505209): let ChatGPT The font size in the code box becomes smaller
+> - [**ChatGPT chatCopy codebutton**](https://greasyfork.org/scripts/509598): exist chatgpt.com Add an animation in the lower right corner of the upper code block“Copy code”button
+> - [**ChatGPT character counter**](https://greasyfork.org/scripts/506166): add onecharactersCounter to input box,limited to 32732 characters。(ChatGPT The limit is 32732 characters。)
+> - [**ChatGPT Collapse self message and max width**](https://greasyfork.org/scripts/504901): Automatically collapse long messages sent by you,Save screen space。Allows you to set the maximum width of the chat window,Keep long messages from exceeding the specified range。
-
-> ### 🔍you may be looking for ChatGPTRelated scripts
->
-> - [**ChatGPTCode font size reduced**](https://greasyfork.org/scripts/505209): let ChatGPT Code font size becomes smaller
-> - [**ChatGPT chatCopy codebutton**](https://greasyfork.org/scripts/509598): exist chatgpt.com Add an animation in the lower right corner of the upper code block“Copy code”button
-> - [**ChatGPT character counter**](https://greasyfork.org/scripts/506166): add onecharactersCounter to input box,limited to 32732 characters。(ChatGPT The limit is 32732 characters。)
-> - [**ChatGPT Collapse self message and max width**](https://greasyfork.org/scripts/504901): Automatically collapse long messages sent by you,Save screen space。Allows you to set the maximum width of the chat window,Keep long messages from exceeding the specified range。
+
+
-> ### 🔍you may be looking for Web related scripts
->
-> - [**Web page writing clip version authorization manager**](https://greasyfork.org/scripts/497403): Ban web pages from pooping on edited versions,green for release,red ban,orange temporary directions
-> - [**LiftCSDNLoginCopylimit**](https://greasyfork.org/scripts/505207): fuck you CSDN LoginCopy,Copy code box content without logging in
-> - [**Beautify web forms with gorgeous gradients**](https://greasyfork.org/scripts/507036): Automatically apply color gradient beautification to all columns of tables on web pages.
-> - [**Highlight keywords on web pages+(recommend)**](https://greasyfork.org/scripts/498906): Highlight text on web pages
-> - [**Highlight web text_mini version**](https://greasyfork.org/scripts/498905): Custom keyword highlighting on web pages including dynamically loaded content on scroll
-> - [**Small window preview**](https://greasyfork.org/scripts/504880): Open link in popup window when dragging link,and provide a preview before opening,use Edge pre-reading technology。At the same time, add an acrylic effect behind the small window when it is opened.。
-> - [**Remove link underline**](https://greasyfork.org/scripts/498625): Remove underline from web links
-> - [**Small scroll button up and down**](https://greasyfork.org/scripts/497251): Add up and down scroll buttons on the right side of the page
-> - [**One-touch top and bottom buttons**](https://greasyfork.org/scripts/500255): Modified fromGreasyforkuser script Add top and bottom buttons to web pages,Facilitates quick movement to the top or bottom of long pages。 Added button color change when scrolling down,3Automatically stops if there is no scrolling within seconds
+> ### 🔍You may be looking for web related scripts
+> - [**Web page writing clip version authorization manager**](https://greasyfork.org/scripts/497403): Ban web pages from pooping on edited versions,green for release,red prohibition,orange temporary directions
+> - [**LiftCSDNLoginCopylimit**](https://greasyfork.org/scripts/505207): fuck you CSDN LoginCopy,Copy code box content without logging in
+> - [**Beautify web forms with gorgeous gradients**](https://greasyfork.org/scripts/507036): Automatically apply color gradient beautification to all columns of tables on web pages.
+> - [**Highlight keywords on web pages+(recommend)**](https://greasyfork.org/scripts/498906): Highlight text on web pages
+> - [**Highlight web text_mini version**](https://greasyfork.org/scripts/498905): Custom keyword highlighting on web pages including dynamically loaded content on scroll
+> - [**Small window preview**](https://greasyfork.org/scripts/504880): Open link in popup window when dragging link,and provide a preview before opening,use Edge pre-reading technology。At the same time, add an acrylic effect behind the small window when it is opened.。
+> - [**Remove link underline**](https://greasyfork.org/scripts/498625): Remove underline from web links
+> - [**Small scroll button up and down**](https://greasyfork.org/scripts/497251): Add up and down scroll buttons on the right side of the page
+> - [**One-touch top and bottom buttons**](https://greasyfork.org/scripts/500255): Modified fromGreasyforkuser script Add top and bottom buttons to web pages,Facilitates quick movement to the top or bottom of long pages。 Added button color change when scrolling down,3Automatically stops if there is no scrolling within seconds
+
+
+
+
-> ### 🔍you may be looking for GitHubRelated scripts
->
-> - [**GitHubSubmit information displayHTML**](https://greasyfork.org/scripts/505830): This script will GitHub The submission information on HTML view,to see submission details more clearly。It will automatically submit the information list、The commit header and latest commit information are converted to HTML Format,Provide better visual effects and user experience。
-> - [**GitHub File list beautifier**](https://greasyfork.org/scripts/508047): GitHub File List Beautifier is a user script,used to enhance GitHub Display effect of files in warehouse。It can add colors to files and folders,and replace the file type icons with small images,Makes the code base easier to browse and manage。
-> - [**Github List of code languages show all**](https://greasyfork.org/scripts/509889): Expand Github List of languages on the repository,Show each language,Instead of hiding small parts in “other” Down
-> - [**GitHub Automatically confirm device authorization**](https://greasyfork.org/scripts/508956): existGitHubThe authorization page automatically enters the authorization code and automatically confirms it.。
-> - [**GitHubfolderdownload**](https://greasyfork.org/scripts/505496): Add a download button,Allows easy downloading of specific GitHub folder。
-> - [**GitHubDownload single files and copy filesURL**](https://greasyfork.org/scripts/505501): Add button at the end of each file line,to copy the original file URL and download files
-> - [**🤠 Github Enhance assistant Warehouse display size Inactive development warning Quick jump within the warehouseUser’s other warehouses 🤠**](https://greasyfork.org/scripts/502291): existGithubShow warehouse size when viewing and searching warehouses ,Inactive development warning,Quick jump within the warehouse.
-> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): Change the sorting method of warehouse list files to descending date order,Conveniently view the latest updated files。
+> ### 🔍you may be looking forGitHubRelated scripts
+> - [**GitHubSubmit information displayHTML**](https://greasyfork.org/scripts/505830): This script will GitHub The submission information on HTML view,to see submission details more clearly。It will automatically submit the information list、The commit header and latest commit information are converted to HTML Format,Provide better visual effects and user experience。
+> - [**GitHub File list beautifier**](https://greasyfork.org/scripts/508047): GitHub File List Beautifier is a user script,used to enhance GitHub Display effect of files in warehouse。It can add color to files and folders,and replace the file type icons with small images,Makes the code base easier to browse and manage。
+> - [**Github List of code languages show all**](https://greasyfork.org/scripts/509889): Expand Github List of languages on the repository,Show each language,Instead of hiding small parts in “other” Down
+> - [**GitHub Automatically confirm device authorization**](https://greasyfork.org/scripts/508956): existGitHubThe authorization page automatically enters the authorization code and automatically confirms it.。
+> - [**GitHubfolderdownload**](https://greasyfork.org/scripts/505496): Add a download button,Allows easy downloading of specific GitHub folder。
+> - [**GitHubDownload single files and copy filesURL**](https://greasyfork.org/scripts/505501): Add button at the end of each file line,to copy the original file URL and download files
+> - [**🤠 Github Enhance assistant Warehouse display size Inactive development warning Quick jump within the warehouseUser’s other warehouses 🤠**](https://greasyfork.org/scripts/502291): existGithubShow warehouse size when viewing and searching warehouses ,Inactive development warning,Quick jump within the warehouse.
+> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): Change the sorting method of warehouse list files to descending date order,Conveniently view the latest updated files。
+
+
+
+
-> ### 🔍you may be looking for GoogleRelated scripts
->
-> - [**Google Advanced search**](https://greasyfork.org/scripts/502652): This is a for Google Add user script for advanced search form。It adds a hideable advanced search form at the top of the page,Enable you to search for information more precisely。
-> - [**Google Search and block specific sites**](https://greasyfork.org/scripts/500262): Block specific sites from search engine results,Help users filter out unwanted search results。 Custom input blocking site。Format-zhihu -baidu Used to block Google search content
+> ### 🔍you may be looking forGoogleRelated scripts
+> - [**Google Advanced search**](https://greasyfork.org/scripts/502652): This is a for Google Add user script for advanced search form。It adds a hideable advanced search form at the top of the page,Enables you to search for information more precisely。
+> - [**Google Search and block specific sites**](https://greasyfork.org/scripts/500262): Block specific sites from search engine results,Help users filter out unwanted search results。 Custom input blocking site。Format-zhihu -baidu Used to block Google search content
+
+
+
+
-> ### 🔍you may be looking for GreasyForkRelated scripts
->
-> - [**GreasyForksuitable for enhancement**](https://greasyfork.org/scripts/497317): The script details page is added. It is suitable for links to be added. Click to open the web page.,Copy web page,tire search
-> - [**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.
-> - [**GreaysFork Enhance WebHookSync settings**](https://greasyfork.org/scripts/506717): This script can help you 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。
-> - [**GreasyFork Markdown toobar**](https://greasyfork.org/scripts/505164): Used by default in forums Markdown Format,Add format help link and Markdown Toolbar introduction
-> - [**GreasyFork Show script ratings**](https://greasyfork.org/scripts/501119): Add evaluation scores to script list
-> - [**GreasyFork Advanced search**](https://greasyfork.org/scripts/505215): Search using Google GreasyFork and SleazyFork upper script
-> - [**GreasyFork Navigation barEnhance**](https://greasyfork.org/scripts/501880): EnhancegreasyforkNavigation bar,Add user list,User console etc.
-> - [**GreasyforkGlue craftsman**](https://greasyfork.org/scripts/497346): Enhancegreasyfork,Copy code,Script download,Precise time to seconds,Home page cleanup,Discuss one-click reporting,Script list jump code added download Beautify view code and display code reference files,show script icon,Jump to adult scripts and other operations
-> - [**Greasyfork Notification assistant**](https://greasyfork.org/scripts/506345): When there’s a new reply to your script or to a discussion you’re participating in,The script will display the latest discussion content in a modal window on the web page。
-> - [**Script FinderGrease Monkey Script Finder**](https://greasyfork.org/scripts/498904): Script Finder is a user script(userscript),It helps you find and manage userscripts on any website
+> ### 🔍you may be looking forGreasyForkRelated scripts
+> - [**GreasyForksuitable for enhancement**](https://greasyfork.org/scripts/497317): The script details page is added. It is suitable for links to be added. Click to open the web page.,Copy web page,tire search
+> - [**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.
+> - [**GreaysFork Enhance WebHookSync settings**](https://greasyfork.org/scripts/506717): This script can help you 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。
+> - [**GreasyFork Markdown toobar**](https://greasyfork.org/scripts/505164): Used by default in forums Markdown Format,Add format help link and Markdown Toolbar introduction
+> - [**GreasyFork Show script ratings**](https://greasyfork.org/scripts/501119): Add evaluation scores to script list
+> - [**GreasyFork Advanced search**](https://greasyfork.org/scripts/505215): Search using Google GreasyFork and SleazyFork superior script
+> - [**GreasyFork Navigation barEnhance**](https://greasyfork.org/scripts/501880): EnhancegreasyforkNavigation bar,Add user list,User console, etc.
+> - [**GreasyforkGlue craftsman**](https://greasyfork.org/scripts/497346): Enhancegreasyfork,Copy code,Script download,Precise time to seconds,Home page cleanup,Discuss one-click reporting,Script list jump code added download Beautify view code and display code reference files,show script icon,Jump to adult scripts and other operations
+> - [**Greasyfork Notification assistant**](https://greasyfork.org/scripts/506345): When there’s a new reply to your script or to a discussion you’re participating in,The script will display the latest discussion content in a modal window on the web page。
+> - [**Script FinderGrease Monkey Script Finder**](https://greasyfork.org/scripts/498904): Script Finder is a user script(userscript),It helps you find and manage userscripts on any website
+
+
+
+
-> ### 🔍you may be looking for adult script
->
-> - [**MiSSAVAutomatic login**](https://greasyfork.org/scripts/505325): Detection MisssAV state,and automatically log in when not logged in
-> - [**MissAVCollection manager**](https://greasyfork.org/scripts/497682): missPlaylist backup,Support downloading pictures and saving video information.Export local web page Support export towebdav
-> - [**TissAVAutomatic login**](https://greasyfork.org/scripts/506528): Detection TissAV state,and automatically log in when not logged in
-> - [**JableTVAutomatic login**](https://greasyfork.org/scripts/506730): Detection JableTV state,and automatically log in when not logged in
+> ### 🔍You may be looking for adult scripts
+> - [**MiSSAVAutomatic login**](https://greasyfork.org/scripts/505325): Detection MisssAV state,and automatically log in when not logged in
+> - [**MissAVCollection manager**](https://greasyfork.org/scripts/497682): missPlaylist backup,Support downloading pictures and saving video information.Export local web page Support export towebdav
+> - [**TissAVAutomatic login**](https://greasyfork.org/scripts/506528): Detection TissAV state,and automatically log in when not logged in
+> - [**JableTVAutomatic login**](https://greasyfork.org/scripts/506730): Detection JableTV state,and automatically log in when not logged in
+
+
+
+
-> ### 🔍you may be looking for automatic translation
->
-> - [**foreign language terminator**](https://greasyfork.org/scripts/504890): Recognize non-Chinese characters,If the length is greater than 5 And the translated text does not contain Chinese,then replace it with Chinese,Need to be accessiblegooglenetwork
-> - [**web page translation——Automatically translated to Chinese**](https://greasyfork.org/scripts/505208): Give the lower right corner of each non-Chinese web page(Can be adjusted to the lower left corner)add a google Translate icon,This version is a Chinese translation version,Only translate foreign languages into Chinese,Add automatic translation
+> ### 🔍You may be looking for automatic translation
+> - [**foreign language terminator**](https://greasyfork.org/scripts/504890): Recognize non-Chinese characters,If the length is greater than 5 And the translated text does not contain Chinese,then replace it with Chinese,Need to be accessiblegooglenetwork
+> - [**web page translation——Automatically translated into Chinese**](https://greasyfork.org/scripts/505208): Give the lower right corner of each non-Chinese web page(Can be adjusted to the lower left corner)add a google Translate icon,This version is a Chinese translation version,Only translate foreign languages into Chinese,Add automatic translation
-
-
+### 查看所有发布脚本
+
-### 查看所有发布脚本
+
-> ### 🔍你可能在找 ChatGPT相关脚本
-> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码字体变小
+> ### 🔍你可能在找ChatGPT相关脚本
+> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码框内字体变小
> - [**ChatGPT 聊天复制代码按钮**](https://greasyfork.org/scripts/509598): 在 chatgpt.com 上代码块的右下角添加一个带有动画的“复制代码”按钮
> - [**ChatGPT 字符计数器**](https://greasyfork.org/scripts/506166): 添加一个字符计数器到输入框,限制为 32732 个字符。(ChatGPT 的限制是 32732 个字符。)
> - [**ChatGPT 折叠自己消息和最大宽度**](https://greasyfork.org/scripts/504901): 自动折叠由你发送的长消息,节省屏幕空间。允许你设置聊天窗口的最大宽度,使得长消息不会超出指定范围。
+
+
+
+
-> ### 🔍你可能在找 网页相关脚本
+> ### 🔍你可能在找网页相关脚本
> - [**网页写入剪辑版授权管理器**](https://greasyfork.org/scripts/497403): 禁止网页向剪辑版拉屎,绿色为放行,红色禁止,橙色临时方向
> - [**解除CSDN登录复制限制**](https://greasyfork.org/scripts/505207): 去你妈的 CSDN 登录复制,无需登录即可复制代码框内容
> - [**绚丽渐变美化网页表格**](https://greasyfork.org/scripts/507036): 自动为网页上的表格所有列应用颜色渐变美化.
@@ -127,9 +130,13 @@
> - [**上下滚动小按钮**](https://greasyfork.org/scripts/497251): 页面右侧添加上下滚动按钮
> - [**一键置顶和置底按钮**](https://greasyfork.org/scripts/500255): 修改自Greasyfork用户脚本 为网页添加置顶和置底按钮,方便在长页面中快速移动到顶部或底部。 增加向下滚动时按钮变色,3秒内无滚动自动停止
+
+
+
+
-> ### 🔍你可能在找 GitHub相关脚本
+> ### 🔍你可能在找GitHub相关脚本
> - [**GitHub提交信息显示HTML**](https://greasyfork.org/scripts/505830): 该脚本将 GitHub 上的提交信息转化为 HTML 视图,以更清晰地查看提交详情。它会自动将提交信息列表、提交头部和最新提交信息转化为 HTML 格式,提供更佳的视觉效果和用户体验。
> - [**GitHub 文件列表美化器**](https://greasyfork.org/scripts/508047): GitHub 文件列表美化器是一个用户脚本,用于增强 GitHub 仓库中的文件显示效果。它可以为文件和文件夹添加颜色,并将文件类型图标替换为小图像,使得代码库更加易于浏览和管理。
> - [**Github 代码语言列表显示全部**](https://greasyfork.org/scripts/509889): 扩展 Github 存储库上的语言列表,显示每种语言,而不是将小部分隐藏在 “其他” 下
@@ -139,15 +146,23 @@
> - [**🤠 Github 增强小助手 仓库显示大小 不活跃开发警告 仓库内快捷跳转用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): 在Github查看仓库和搜索仓库时显示仓库大小 ,不活跃开发警告,仓库内快捷跳转.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): 仓库列表文件排序方式改为日期降序,方便查看最新更新的文件。
+
+
+
+
-> ### 🔍你可能在找 Google相关脚本
+> ### 🔍你可能在找Google相关脚本
> - [**Google 高级搜索**](https://greasyfork.org/scripts/502652): 这是一个为 Google 添加高级搜索表单的用户脚本。它能在页面顶部添加一个可隐藏的高级搜索表单,使您能够更精确地搜索信息。
> - [**Google 搜索屏蔽指定站点**](https://greasyfork.org/scripts/500262): 在搜索引擎结果中屏蔽特定的站点,帮助用户过滤掉不需要的搜索结果。 自定义输入屏蔽站点。格式-zhihu -baidu 用于屏蔽谷歌搜索内容
+
+
+
+
-> ### 🔍你可能在找 GreasyFork相关脚本
+> ### 🔍你可能在找GreasyFork相关脚本
> - [**GreasyFork适用于增强**](https://greasyfork.org/scripts/497317): 脚本详情页增加适用于链接增加点击打开网页,复制网页,轮胎搜索
> - [**GrreasyFork 用户发布的脚本数据可视化**](https://greasyfork.org/scripts/508968): 使用Chart.js获取和可视化获取用户脚本数据,并在用户个人主页生成一个图表在下方显示详细安装情况
> - [**GreaysFork 增强 WebHook同步设置**](https://greasyfork.org/scripts/506717): 这个脚本可以帮助你快速输入脚本同步信息,并批量增加多个国家的语言代码,而不用一个个地点击选择框再去对应的网址。
@@ -159,22 +174,27 @@
> - [**Greasyfork 通知助手**](https://greasyfork.org/scripts/506345): 当你的脚本或你参与的讨论有新回复时,脚本会在网页上以模态窗口显示最新的讨论内容。
> - [**Script Finder油猴脚本查找器**](https://greasyfork.org/scripts/498904): Script Finder 是一个用户脚本(userscript),它可以帮助你在任何网站上查找和管理用户脚本
+
+
+
+
-> ### 🔍你可能在找 成人脚本
+> ### 🔍你可能在找成人脚本
> - [**MiSSAV自动登录**](https://greasyfork.org/scripts/505325): 检测 MisssAV 状态,并且在未登录时自动登录
> - [**MissAV收藏管理器**](https://greasyfork.org/scripts/497682): miss片单备份,支持下载图片保存视频信息.导出本地网页 支持导出到webdav
> - [**TissAV自动登录**](https://greasyfork.org/scripts/506528): 检测 TissAV 状态,并且在未登录时自动登录
> - [**JableTV自动登录**](https://greasyfork.org/scripts/506730): 检测 JableTV 状态,并且在未登录时自动登录
+
+
+
+
-> ### 🔍你可能在找 自动翻译
+> ### 🔍你可能在找自动翻译
> - [**外语终结者**](https://greasyfork.org/scripts/504890): 识别非中文字符,如果长度大于 5 且翻译文本中不含中文,则替换为中文,需要可访问google的网络
> - [**网页翻译——自动翻译为中文**](https://greasyfork.org/scripts/505208): 给每个非中文的网页右下角(可以调整到左下角)添加一个 google 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译
-
-
+### View all publish scripts
+
-### View all publish scripts
+
-> ### 🔍you may be looking for ChatGPTRelated scripts
-> - [**ChatGPTCode font size reduced**](https://greasyfork.org/scripts/505209): let ChatGPT Code font size becomes smaller
-> - [**ChatGPT 聊天Copy codebutton**](https://greasyfork.org/scripts/509598): exist chatgpt.com Add an animation in the lower right corner of the upper code block“复制代码”按钮
-> - [**ChatGPT character counter**](https://greasyfork.org/scripts/506166): 添加一characters计数器到输入框,limited to 32732 characters。(ChatGPT The limit is 32732 个字符。)
+> ### 🔍you may be looking forChatGPTRelated scripts
+> - [**ChatGPTCode font size reduced**](https://greasyfork.org/scripts/505209): let ChatGPT The font size in the code box becomes smaller
+> - [**ChatGPT chatCopy codebutton**](https://greasyfork.org/scripts/509598): exist chatgpt.com Add an animation in the lower right corner of the upper code block“Copy code”button
+> - [**ChatGPT character counter**](https://greasyfork.org/scripts/506166): add onecharactersCounter to input box,limited to 32732 characters。(ChatGPT The limit is 32732 characters。)
> - [**ChatGPT Collapse self message and max width**](https://greasyfork.org/scripts/504901): Automatically collapse long messages sent by you,Save screen space。Allows you to set the maximum width of the chat window,Keep long messages from exceeding the specified range。
+
+
+
+
-> ### 🔍you may be looking for Web related scripts
-> - [**Web page writing clip version authorization manager**](https://greasyfork.org/scripts/497403): Ban web pages from pooping on edited versions,green for release,red ban,orange temporary directions
-> - [**LiftCSDNLoginCopy限制**](https://greasyfork.org/scripts/505207): fuck you CSDN 登录复制,Copy code box content without logging in
+> ### 🔍You may be looking for web related scripts
+> - [**Web page writing clip version authorization manager**](https://greasyfork.org/scripts/497403): Ban web pages from pooping on edited versions,green for release,red prohibition,orange temporary directions
+> - [**LiftCSDNLoginCopylimit**](https://greasyfork.org/scripts/505207): fuck you CSDN LoginCopy,Copy code box content without logging in
> - [**Beautify web forms with gorgeous gradients**](https://greasyfork.org/scripts/507036): Automatically apply color gradient beautification to all columns of tables on web pages.
> - [**Highlight keywords on web pages+(recommend)**](https://greasyfork.org/scripts/498906): Highlight text on web pages
> - [**Highlight web text_mini version**](https://greasyfork.org/scripts/498905): Custom keyword highlighting on web pages including dynamically loaded content on scroll
@@ -126,54 +129,71 @@ author[androidcn]( https://greasyfork.org/zh-CN/users/18158)script[Github Sort b
> - [**Small scroll button up and down**](https://greasyfork.org/scripts/497251): Add up and down scroll buttons on the right side of the page
> - [**One-touch top and bottom buttons**](https://greasyfork.org/scripts/500255): Modified fromGreasyforkuser script Add top and bottom buttons to web pages,Facilitates quick movement to the top or bottom of long pages。 Added button color change when scrolling down,3Automatically stops if there is no scrolling within seconds
+
+
+
+
-> ### 🔍you may be looking for GitHubRelated scripts
+> ### 🔍you may be looking forGitHubRelated scripts
> - [**GitHubSubmit information displayHTML**](https://greasyfork.org/scripts/505830): This script will GitHub The submission information on HTML view,to see submission details more clearly。It will automatically submit the information list、The commit header and latest commit information are converted to HTML Format,Provide better visual effects and user experience。
-> - [**GitHub File list beautifier**](https://greasyfork.org/scripts/508047): GitHub File List Beautifier is a user script,used to enhance GitHub Display effect of files in warehouse。It can add colors to files and folders,and replace the file type icons with small images,Makes the code base easier to browse and manage。
+> - [**GitHub File list beautifier**](https://greasyfork.org/scripts/508047): GitHub File List Beautifier is a user script,used to enhance GitHub Display effect of files in warehouse。It can add color to files and folders,and replace the file type icons with small images,Makes the code base easier to browse and manage。
> - [**Github List of code languages show all**](https://greasyfork.org/scripts/509889): Expand Github List of languages on the repository,Show each language,Instead of hiding small parts in “other” Down
> - [**GitHub Automatically confirm device authorization**](https://greasyfork.org/scripts/508956): existGitHubThe authorization page automatically enters the authorization code and automatically confirms it.。
-> - [**GitHubfolder下载**](https://greasyfork.org/scripts/505496): Add a download button,Allows easy downloading of specific GitHub 文件夹。
+> - [**GitHubfolderdownload**](https://greasyfork.org/scripts/505496): Add a download button,Allows easy downloading of specific GitHub folder。
> - [**GitHubDownload single files and copy filesURL**](https://greasyfork.org/scripts/505501): Add button at the end of each file line,to copy the original file URL and download files
-> - [**🤠 Github Enhance assistant Warehouse display size Inactive development warning Quick jump within the warehouse用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): existGithubShow warehouse size when viewing and searching warehouses ,Inactive development warning,仓库内快捷跳转.
+> - [**🤠 Github Enhance assistant Warehouse display size Inactive development warning Quick jump within the warehouseUser’s other warehouses 🤠**](https://greasyfork.org/scripts/502291): existGithubShow warehouse size when viewing and searching warehouses ,Inactive development warning,Quick jump within the warehouse.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): Change the sorting method of warehouse list files to descending date order,Conveniently view the latest updated files。
+
+
+
+
-> ### 🔍you may be looking for GoogleRelated scripts
-> - [**Google Advanced search**](https://greasyfork.org/scripts/502652): This is a for Google Add user script for advanced search form。It adds a hideable advanced search form at the top of the page,Enable you to search for information more precisely。
+> ### 🔍you may be looking forGoogleRelated scripts
+> - [**Google Advanced search**](https://greasyfork.org/scripts/502652): This is a for Google Add user script for advanced search form。It adds a hideable advanced search form at the top of the page,Enables you to search for information more precisely。
> - [**Google Search and block specific sites**](https://greasyfork.org/scripts/500262): Block specific sites from search engine results,Help users filter out unwanted search results。 Custom input blocking site。Format-zhihu -baidu Used to block Google search content
+
+
+
+
-> ### 🔍you may be looking for GreasyForkRelated scripts
+> ### 🔍you may be looking forGreasyForkRelated scripts
> - [**GreasyForksuitable for enhancement**](https://greasyfork.org/scripts/497317): The script details page is added. It is suitable for links to be added. Click to open the web page.,Copy web page,tire search
> - [**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.
> - [**GreaysFork Enhance WebHookSync settings**](https://greasyfork.org/scripts/506717): This script can help you 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。
> - [**GreasyFork Markdown toobar**](https://greasyfork.org/scripts/505164): Used by default in forums Markdown Format,Add format help link and Markdown Toolbar introduction
> - [**GreasyFork Show script ratings**](https://greasyfork.org/scripts/501119): Add evaluation scores to script list
-> - [**GreasyFork Advanced search**](https://greasyfork.org/scripts/505215): Search using Google GreasyFork and SleazyFork upper script
-> - [**GreasyFork Navigation barEnhance**](https://greasyfork.org/scripts/501880): 增强greasyfork导航栏,Add user list,User console etc.
+> - [**GreasyFork Advanced search**](https://greasyfork.org/scripts/505215): Search using Google GreasyFork and SleazyFork superior script
+> - [**GreasyFork Navigation barEnhance**](https://greasyfork.org/scripts/501880): EnhancegreasyforkNavigation bar,Add user list,User console, etc.
> - [**GreasyforkGlue craftsman**](https://greasyfork.org/scripts/497346): Enhancegreasyfork,Copy code,Script download,Precise time to seconds,Home page cleanup,Discuss one-click reporting,Script list jump code added download Beautify view code and display code reference files,show script icon,Jump to adult scripts and other operations
> - [**Greasyfork Notification assistant**](https://greasyfork.org/scripts/506345): When there’s a new reply to your script or to a discussion you’re participating in,The script will display the latest discussion content in a modal window on the web page。
> - [**Script FinderGrease Monkey Script Finder**](https://greasyfork.org/scripts/498904): Script Finder is a user script(userscript),It helps you find and manage userscripts on any website
+
+
+
+
-> ### 🔍you may be looking for adult script
+> ### 🔍You may be looking for adult scripts
> - [**MiSSAVAutomatic login**](https://greasyfork.org/scripts/505325): Detection MisssAV state,and automatically log in when not logged in
> - [**MissAVCollection manager**](https://greasyfork.org/scripts/497682): missPlaylist backup,Support downloading pictures and saving video information.Export local web page Support export towebdav
> - [**TissAVAutomatic login**](https://greasyfork.org/scripts/506528): Detection TissAV state,and automatically log in when not logged in
> - [**JableTVAutomatic login**](https://greasyfork.org/scripts/506730): Detection JableTV state,and automatically log in when not logged in
-
-> ### 🔍you may be looking for automatic translation
-> - [**foreign language terminator**](https://greasyfork.org/scripts/504890): Recognize non-Chinese characters,If the length is greater than 5 And the translated text does not contain Chinese,then replace it with Chinese,Need to be accessiblegooglenetwork
-> - [**web page translation——Automatically translated to Chinese**](https://greasyfork.org/scripts/505208): Give the lower right corner of each non-Chinese web page(Can be adjusted to the lower left corner)add a google Translate icon,This version is a Chinese translation version,Only translate foreign languages into Chinese,Add automatic translation
+
+
+
-
-
+### 모든 게시 스크립트 보기
+
-### 모든 게시 스크립트 보기
+
-> ### 🔍당신은 찾고있을 수 있습니다 ChatGPT관련 스크립트
-> - [**ChatGPT코드 글꼴 크기 감소**](https://greasyfork.org/scripts/505209): 허락하다 ChatGPT 코드 글꼴 크기가 작아집니다.
-> - [**ChatGPT 聊天코드 복사단추**](https://greasyfork.org/scripts/509598): 존재하다 chatgpt.com 상단 코드 블록의 오른쪽 하단에 애니메이션을 추가합니다.“复制代码”按钮
-> - [**ChatGPT 캐릭터 카운터**](https://greasyfork.org/scripts/506166): 添加一문자计数器到输入框,로 제한됨 32732 문자。(ChatGPT 한도는 32732 个字符。)
+> ### 🔍당신은 찾고있을 수 있습니다ChatGPT관련 스크립트
+> - [**ChatGPT코드 글꼴 크기 감소**](https://greasyfork.org/scripts/505209): 허락하다 ChatGPT 코드 상자의 글꼴 크기가 작아집니다.
+> - [**ChatGPT 채팅코드 복사단추**](https://greasyfork.org/scripts/509598): 존재하다 chatgpt.com 상단 코드 블록의 오른쪽 하단에 애니메이션을 추가합니다.“코드 복사”단추
+> - [**ChatGPT 캐릭터 카운터**](https://greasyfork.org/scripts/506166): 하나 추가캐릭터입력 상자에 대한 카운터,제한됨 32732 캐릭터。(ChatGPT 한도는 32732 캐릭터。)
> - [**ChatGPT 자체 메시지 및 최대 너비 축소**](https://greasyfork.org/scripts/504901): 귀하가 보낸 긴 메시지를 자동으로 접습니다.,화면 공간 절약。채팅 창의 최대 너비를 설정할 수 있습니다.,긴 메시지가 지정된 범위를 초과하지 않도록 유지。
+
+
+
+
-> ### 🔍당신은 찾고있을 수 있습니다 웹 관련 스크립트
+> ### 🔍웹 관련 스크립트를 찾고 있을 수도 있습니다.
> - [**웹 페이지 작성 클립 버전 권한 관리자**](https://greasyfork.org/scripts/497403): 편집된 버전에서 웹페이지가 표시되는 것을 금지합니다.,출시용 녹색,빨간색 금지,주황색 임시 방향
-> - [**승강기CSDN로그인복사限制**](https://greasyfork.org/scripts/505207): 엿 먹어라 CSDN 登录复制,로그인하지 않고 코드 상자 내용 복사
+> - [**승강기CSDN로그인복사한계**](https://greasyfork.org/scripts/505207): 엿 먹어라 CSDN 로그인복사,로그인하지 않고 코드 상자 내용 복사
> - [**화려한 그라데이션으로 웹 양식을 아름답게 꾸미세요**](https://greasyfork.org/scripts/507036): 웹 페이지 테이블의 모든 열에 색상 그라데이션 미화를 자동으로 적용합니다..
> - [**웹페이지에서 키워드 강조표시+(추천하다)**](https://greasyfork.org/scripts/498906): 웹페이지의 텍스트 강조표시
> - [**웹 텍스트 강조 표시_미니 버전**](https://greasyfork.org/scripts/498905): 스크롤 시 동적으로 로드되는 콘텐츠를 포함하여 웹페이지에서 사용자 정의 키워드 강조 표시
@@ -130,54 +133,71 @@
> - [**위아래로 작은 스크롤 버튼**](https://greasyfork.org/scripts/497251): 페이지 오른쪽에 상하 스크롤 버튼 추가
> - [**원터치 상하 버튼**](https://greasyfork.org/scripts/500255): 다음에서 수정됨Greasyfork사용자 스크립트 웹 페이지에 상단 및 하단 버튼 추가,긴 페이지의 상단 또는 하단으로 빠르게 이동할 수 있습니다.。 아래로 스크롤할 때 버튼 색상 변경 추가,3몇 초 내에 스크롤이 없으면 자동으로 중지됩니다.
+
+
+
+
-> ### 🔍당신은 찾고있을 수 있습니다 GitHub관련 스크립트
+> ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트
> - [**GitHub정보 표시 제출HTML**](https://greasyfork.org/scripts/505830): 이 스크립트는 GitHub 제출정보는 HTML 보다,제출 세부정보를 더 명확하게 보려면。정보 목록이 자동으로 제출됩니다.、커밋 헤더와 최신 커밋 정보는 다음과 같이 변환됩니다. HTML 체재,더 나은 시각 효과와 사용자 경험 제공。
> - [**GitHub 파일 목록 미화자**](https://greasyfork.org/scripts/508047): GitHub File List Beautifier는 사용자 스크립트입니다.,향상시키는 데 사용됨 GitHub 창고 내 파일 표시 효과。파일과 폴더에 색상을 추가할 수 있습니다.,파일 형식 아이콘을 작은 이미지로 바꿉니다.,코드 베이스를 더 쉽게 찾아보고 관리할 수 있습니다.。
> - [**Github 코드 언어 목록 모두 표시**](https://greasyfork.org/scripts/509889): 확장하다 Github 저장소의 언어 목록,각 언어 표시,작은 부품을 숨기는 것보다 “다른” 아래에
> - [**GitHub 장치 승인 자동 확인**](https://greasyfork.org/scripts/508956): 존재하다GitHub인증 페이지에서는 자동으로 인증 코드를 입력하고 자동으로 확인합니다.。
-> - [**GitHub접는 사람下载**](https://greasyfork.org/scripts/505496): 다운로드 버튼 추가,특정 파일을 쉽게 다운로드할 수 있습니다. GitHub 文件夹。
+> - [**GitHub접는 사람다운로드**](https://greasyfork.org/scripts/505496): 다운로드 버튼 추가,특정 파일을 쉽게 다운로드할 수 있습니다. GitHub 접는 사람。
> - [**GitHub단일 파일 다운로드 및 파일 복사URL**](https://greasyfork.org/scripts/505501): 각 파일 줄 끝에 추가 버튼,원본 파일을 복사하려면 URL 그리고 파일 다운로드
-> - [**🤠 Github 어시스턴트 강화 창고 전시 크기 비활성 개발 경고 창고 내 빠른 점프用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): 존재하다Github창고 보기 및 검색 시 창고 크기 표시 ,비활성 개발 경고,仓库内快捷跳转.
+> - [**🤠 Github 어시스턴트 강화 창고 전시 크기 비활성 개발 경고 창고 내 빠른 점프사용자의 다른 창고 🤠**](https://greasyfork.org/scripts/502291): 존재하다Github창고 보기 및 검색 시 창고 크기 표시 ,비활성 개발 경고,창고 내 빠른 점프.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): 창고 목록 파일 정렬 방식을 날짜 내림차순으로 변경,최신 업데이트 파일을 편리하게 확인하세요。
+
+
+
+
-> ### 🔍당신은 찾고있을 수 있습니다 Google관련 스크립트
+> ### 🔍당신은 찾고있을 수 있습니다Google관련 스크립트
> - [**Google 고급 검색**](https://greasyfork.org/scripts/502652): 이것은 Google 고급 검색 양식에 대한 사용자 스크립트 추가。페이지 상단에 숨길 수 있는 고급 검색 양식을 추가합니다.,보다 정확하게 정보를 검색할 수 있습니다.。
> - [**Google 특정 사이트 검색 및 차단**](https://greasyfork.org/scripts/500262): 검색 엔진 결과에서 특정 사이트 차단,사용자가 원치 않는 검색 결과를 필터링하도록 지원。 사용자 정의 입력 차단 사이트。체재-zhihu -baidu Google 검색 콘텐츠를 차단하는 데 사용됩니다.
+
+
+
+
-> ### 🔍당신은 찾고있을 수 있습니다 GreasyFork관련 스크립트
+> ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트
> - [**GreasyFork향상에 적합**](https://greasyfork.org/scripts/497317): 추가할 링크에 적합한 스크립트 세부정보 페이지가 추가됩니다.,웹페이지 복사,타이어 검색
> - [**GrreasyFork 사용자 게시 스크립트 데이터 시각화**](https://greasyfork.org/scripts/508968): 사용Chart.js사용자 스크립트 데이터 획득 및 시각화,그리고 사용자의 개인 홈페이지에 차트를 생성하여 아래와 같이 자세한 설치 현황을 표시합니다.
-> - [**GreaysFork 향상시키다 WebHook동기화 설정**](https://greasyfork.org/scripts/506717): 이 스크립트를 사용하면 스크립트 동기화 정보를 빠르게 입력할 수 있습니다.,여러 국가의 언어 코드를 일괄 추가하세요.,선택 상자를 하나씩 클릭하여 해당 URL로 이동하는 대신。
+> - [**GreaysFork 향상시키다 WebHook동기화 설정**](https://greasyfork.org/scripts/506717): 이 스크립트를 사용하면 스크립트 동기화 정보를 빠르게 입력할 수 있습니다.,여러 국가의 언어 코드를 일괄 추가합니다.,선택 상자를 하나씩 클릭하여 해당 URL로 이동하는 대신。
> - [**GreasyFork Markdown toobar**](https://greasyfork.org/scripts/505164): 포럼에서 기본적으로 사용됨 Markdown 체재,형식 도움말 링크를 추가하고 Markdown 툴바 소개
> - [**GreasyFork 스크립트 등급 표시**](https://greasyfork.org/scripts/501119): 스크립트 목록에 평가 점수 추가
> - [**GreasyFork 고급 검색**](https://greasyfork.org/scripts/505215): Google을 사용하여 검색 GreasyFork 그리고 SleazyFork 상적 각본
-> - [**GreasyFork 네비게이션 바향상시키다**](https://greasyfork.org/scripts/501880): 增强greasyfork导航栏,사용자 목록 추가,사용자 콘솔 등
+> - [**GreasyFork 네비게이션 바향상시키다**](https://greasyfork.org/scripts/501880): 향상시키다greasyfork네비게이션 바,사용자 목록 추가,사용자 콘솔 등
> - [**Greasyfork糊裱匠**](https://greasyfork.org/scripts/497346): 향상시키다greasyfork,코드 복사,스크립트 다운로드,초 단위의 정확한 시간,홈페이지 정리,원클릭 보고에 대해 논의,스크립트 목록 점프 코드 추가 다운로드 코드 보기 및 코드 참조 파일 표시,스크립트 아이콘 표시,성인용 스크립트 및 기타 작업으로 이동
> - [**Greasyfork 알림 도우미**](https://greasyfork.org/scripts/506345): 귀하의 스크립트나 귀하가 참여하고 있는 토론에 대한 새로운 답변이 있는 경우,스크립트는 웹 페이지의 모달 창에 최신 토론 내용을 표시합니다.。
> - [**Script Finder그리스 원숭이 스크립트 찾기**](https://greasyfork.org/scripts/498904): Script Finder 사용자 스크립트입니다(userscript),모든 웹사이트에서 사용자 스크립트를 찾고 관리하는 데 도움이 됩니다.
+
+
+
+
-> ### 🔍당신은 찾고있을 수 있습니다 성인 각본
+> ### 🔍성인용 스크립트를 찾고 있을 수도 있습니다.
> - [**MiSSAV자동 로그인**](https://greasyfork.org/scripts/505325): 발각 MisssAV 상태,로그인하지 않으면 자동으로 로그인됩니다.
> - [**MissAV컬렉션 관리자**](https://greasyfork.org/scripts/497682): miss재생목록 백업,사진 다운로드 및 비디오 정보 저장 지원.로컬 웹페이지 내보내기 수출 지원webdav
> - [**TissAV자동 로그인**](https://greasyfork.org/scripts/506528): 발각 TissAV 상태,로그인하지 않으면 자동으로 로그인됩니다.
> - [**JableTV자동 로그인**](https://greasyfork.org/scripts/506730): 발각 JableTV 상태,로그인하지 않으면 자동으로 로그인됩니다.
-
-> ### 🔍당신은 찾고있을 수 있습니다 자동 번역
-> - [**외국어 터미네이터**](https://greasyfork.org/scripts/504890): 중국어가 아닌 문자 인식,길이가 그 이상인 경우 5 그리고 번역된 텍스트에는 중국어가 포함되어 있지 않습니다.,그럼 중국어로 바꾸세요,접근 가능해야 함google회로망
-> - [**웹페이지 번역——중국어로 자동 번역됨**](https://greasyfork.org/scripts/505208): 중국어가 아닌 웹페이지의 오른쪽 하단 모서리를 제공합니다.(왼쪽 하단으로 조정 가능)추가하다 google 번역 아이콘,이 버전은 중국어 번역 버전입니다.,외국어만 중국어로 번역하세요,자동 번역 추가
+
+
+
-
-
+### Xem tất cả các tập lệnh xuất bản
+
-### Xem tất cả các tập lệnh xuất bản
+
-> ### 🔍có thể bạn đang tìm kiếm ChatGPTTập lệnh liên quan
-> - [**ChatGPTKích thước phông chữ mã giảm**](https://greasyfork.org/scripts/505209): cho phép ChatGPT Kích thước phông chữ mã trở nên nhỏ hơn
-> - [**ChatGPT 聊天Sao chép mãcái nút**](https://greasyfork.org/scripts/509598): hiện hữu chatgpt.com Thêm hình động ở góc dưới bên phải của khối mã phía trên“复制代码”按钮
-> - [**ChatGPT bộ đếm ký tự**](https://greasyfork.org/scripts/506166): 添加一nhân vật计数器到输入框,giới hạn ở 32732 nhân vật。(ChatGPT Giới hạn là 32732 个字符。)
+> ### 🔍có thể bạn đang tìm kiếmChatGPTTập lệnh liên quan
+> - [**ChatGPTKích thước phông chữ mã giảm**](https://greasyfork.org/scripts/505209): cho phép ChatGPT Cỡ chữ trong hộp mã trở nên nhỏ hơn
+> - [**ChatGPT trò chuyệnSao chép mãcái nút**](https://greasyfork.org/scripts/509598): hiện hữu chatgpt.com Thêm hình động ở góc dưới bên phải của khối mã phía trên“Sao chép mã”cái nút
+> - [**ChatGPT bộ đếm ký tự**](https://greasyfork.org/scripts/506166): thêm mộtnhân vậtBộ đếm vào hộp đầu vào,giới hạn ở 32732 nhân vật。(ChatGPT Giới hạn là 32732 nhân vật。)
> - [**ChatGPT Thu gọn tin nhắn tự và chiều rộng tối đa**](https://greasyfork.org/scripts/504901): Tự động thu gọn các tin nhắn dài do bạn gửi,Tiết kiệm không gian màn hình。Cho phép bạn đặt độ rộng tối đa của cửa sổ trò chuyện,Giữ tin nhắn dài không vượt quá phạm vi được chỉ định。
+
+
+
+
-> ### 🔍có thể bạn đang tìm kiếm Các tập lệnh liên quan đến web
-> - [**Trình quản lý ủy quyền phiên bản clip viết trang web**](https://greasyfork.org/scripts/497403): Cấm các trang web ị trên các phiên bản đã chỉnh sửa,màu xanh lá cây để phát hành,lệnh cấm đỏ,hướng dẫn tạm thời màu cam
-> - [**Thang máyCSDNĐăng nhậpSao chép限制**](https://greasyfork.org/scripts/505207): chết tiệt bạn CSDN 登录复制,Sao chép nội dung hộp mã mà không cần đăng nhập
+> ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web
+> - [**Trình quản lý ủy quyền phiên bản clip viết trang web**](https://greasyfork.org/scripts/497403): Cấm các trang web ị trên các phiên bản đã chỉnh sửa,màu xanh lá cây để phát hành,lệnh cấm màu đỏ,hướng dẫn tạm thời màu cam
+> - [**Thang máyCSDNĐăng nhậpSao chépgiới hạn**](https://greasyfork.org/scripts/505207): chết tiệt bạn CSDN Đăng nhậpSao chép,Sao chép nội dung hộp mã mà không cần đăng nhập
> - [**Làm đẹp các biểu mẫu web với độ dốc tuyệt đẹp**](https://greasyfork.org/scripts/507036): Tự động áp dụng làm đẹp độ dốc màu cho tất cả các cột của bảng trên trang web.
> - [**Đánh dấu từ khóa trên các trang web+(gợi ý)**](https://greasyfork.org/scripts/498906): Đánh dấu văn bản trên các trang web
> - [**Làm nổi bật văn bản web_phiên bản nhỏ**](https://greasyfork.org/scripts/498905): Làm nổi bật từ khóa tùy chỉnh trên các trang web bao gồm nội dung được tải động khi cuộn
> - [**Xem trước cửa sổ nhỏ**](https://greasyfork.org/scripts/504880): Mở liên kết trong cửa sổ bật lên khi kéo liên kết,và cung cấp bản xem trước trước khi mở,sử dụng Edge công nghệ đọc trước。Đồng thời, thêm hiệu ứng acrylic phía sau cửa sổ nhỏ khi nó được mở.。
> - [**Xóa gạch chân liên kết**](https://greasyfork.org/scripts/498625): Xóa gạch chân khỏi liên kết web
> - [**Nút cuộn nhỏ lên xuống**](https://greasyfork.org/scripts/497251): Thêm nút cuộn lên xuống ở bên phải trang
-> - [**Nút trên và dưới một chạm**](https://greasyfork.org/scripts/500255): Được sửa đổi từGreasyforktập lệnh người dùng Thêm nút trên và dưới vào trang web,Tạo điều kiện di chuyển nhanh lên đầu hoặc cuối trang dài。 Đã thêm thay đổi màu nút khi cuộn xuống,3Tự động dừng nếu không cuộn trong vài giây
+> - [**Nút trên và dưới một chạm**](https://greasyfork.org/scripts/500255): Đã sửa đổi từGreasyforktập lệnh người dùng Thêm nút trên và dưới vào trang web,Tạo điều kiện di chuyển nhanh lên đầu hoặc cuối trang dài。 Đã thêm thay đổi màu nút khi cuộn xuống,3Tự động dừng nếu không cuộn trong vài giây
+
+
+
+
-> ### 🔍có thể bạn đang tìm kiếm GitHubTập lệnh liên quan
+> ### 🔍có thể bạn đang tìm kiếmGitHubTập lệnh liên quan
> - [**GitHubGửi hiển thị thông tinHTML**](https://greasyfork.org/scripts/505830): Kịch bản này sẽ GitHub Thông tin nộp hồ sơ trên HTML xem,để xem chi tiết gửi rõ ràng hơn。Nó sẽ tự động gửi danh sách thông tin、Tiêu đề cam kết và thông tin cam kết mới nhất được chuyển đổi thành HTML Định dạng,Cung cấp hiệu ứng hình ảnh và trải nghiệm người dùng tốt hơn。
-> - [**GitHub Trình làm đẹp danh sách tập tin**](https://greasyfork.org/scripts/508047): GitHub File List Beautifier là một tập lệnh người dùng,được sử dụng để tăng cường GitHub Hiển thị tác dụng của file trong kho。Nó có thể thêm màu sắc vào tập tin và thư mục,và thay thế các biểu tượng loại tệp bằng hình ảnh nhỏ,Làm cho cơ sở mã dễ dàng duyệt và quản lý hơn。
+> - [**GitHub Trình làm đẹp danh sách tập tin**](https://greasyfork.org/scripts/508047): GitHub File List Beautifier là một tập lệnh người dùng,được sử dụng để tăng cường GitHub Hiển thị tác dụng của file trong kho。Nó có thể thêm màu vào tập tin và thư mục,và thay thế các biểu tượng loại tệp bằng hình ảnh nhỏ,Làm cho cơ sở mã dễ dàng duyệt và quản lý hơn。
> - [**Github Danh sách ngôn ngữ mã hiển thị tất cả**](https://greasyfork.org/scripts/509889): Mở rộng Github Danh sách ngôn ngữ trên kho lưu trữ,Hiển thị từng ngôn ngữ,Thay vì giấu những phần nhỏ trong “khác” Xuống
> - [**GitHub Tự động xác nhận ủy quyền thiết bị**](https://greasyfork.org/scripts/508956): hiện hữuGitHubTrang ủy quyền tự động nhập mã ủy quyền và tự động xác nhận.。
-> - [**GitHubthư mục下载**](https://greasyfork.org/scripts/505496): Thêm nút tải xuống,Cho phép dễ dàng tải xuống cụ thể GitHub 文件夹。
-> - [**GitHubTải xuống các tập tin đơn lẻ và sao chép các tập tinURL**](https://greasyfork.org/scripts/505501): Nút thêm vào cuối mỗi dòng file,để sao chép tập tin gốc URL và tải về các tập tin
-> - [**🤠 Github Tăng cường trợ lý Kích thước hiển thị kho Cảnh báo phát triển không hoạt động Nhảy nhanh vào kho用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): hiện hữuGithubHiển thị kích thước kho khi xem và tìm kiếm kho ,Cảnh báo phát triển không hoạt động,仓库内快捷跳转.
-> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): Thay đổi cách sắp xếp file danh sách kho theo thứ tự ngày giảm dần,Thuận tiện xem các tập tin cập nhật mới nhất。
+> - [**GitHubthư mụctải về**](https://greasyfork.org/scripts/505496): Thêm nút tải xuống,Cho phép dễ dàng tải xuống cụ thể GitHub thư mục。
+> - [**GitHubTải xuống các tập tin đơn lẻ và sao chép các tập tinURL**](https://greasyfork.org/scripts/505501): Nút thêm vào cuối mỗi dòng tập tin,để sao chép tập tin gốc URL và tải về các tập tin
+> - [**🤠 Github Tăng cường trợ lý Kích thước hiển thị kho Cảnh báo phát triển không hoạt động Nhảy nhanh vào khoKho khác của người dùng 🤠**](https://greasyfork.org/scripts/502291): hiện hữuGithubHiển thị kích thước kho khi xem và tìm kiếm kho ,Cảnh báo phát triển không hoạt động,Nhảy nhanh vào kho.
+> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): Thay đổi cách sắp xếp file danh sách kho theo thứ tự ngày giảm dần,Xem thuận tiện các tập tin cập nhật mới nhất。
+
+
+
+
-> ### 🔍có thể bạn đang tìm kiếm GoogleTập lệnh liên quan
+> ### 🔍có thể bạn đang tìm kiếmGoogleTập lệnh liên quan
> - [**Google Tìm kiếm nâng cao**](https://greasyfork.org/scripts/502652): Đây là một cho Google Thêm tập lệnh người dùng cho biểu mẫu tìm kiếm nâng cao。Nó thêm một biểu mẫu tìm kiếm nâng cao có thể ẩn ở đầu trang,Giúp bạn tìm kiếm thông tin chính xác hơn。
> - [**Google Tìm kiếm và chặn các trang web cụ thể**](https://greasyfork.org/scripts/500262): Chặn các trang web cụ thể khỏi kết quả của công cụ tìm kiếm,Giúp người dùng lọc ra các kết quả tìm kiếm không mong muốn。 Trang web chặn đầu vào tùy chỉnh。Định dạng-zhihu -baidu Được sử dụng để chặn nội dung tìm kiếm của Google
+
+
+
+
-> ### 🔍có thể bạn đang tìm kiếm GreasyForkTập lệnh liên quan
-> - [**GreasyForkthích hợp để nâng cao**](https://greasyfork.org/scripts/497317): Trang chi tiết tập lệnh được thêm vào. Nó phù hợp để thêm các liên kết. Nhấp để mở trang web.,Sao chép trang web,tìm kiếm lốp xe
+> ### 🔍có thể bạn đang tìm kiếmGreasyForkTập lệnh liên quan
+> - [**GreasyForkthích hợp để nâng cao**](https://greasyfork.org/scripts/497317): Trang chi tiết script đã được thêm vào. Nó phù hợp để thêm các liên kết.,Sao chép trang web,tìm kiếm lốp xe
> - [**GrreasyFork Trực quan hóa dữ liệu tập lệnh do người dùng xuất bản**](https://greasyfork.org/scripts/508968): sử dụngChart.jsLấy và hiển thị dữ liệu tập lệnh người dùng,Và tạo biểu đồ trên trang chủ cá nhân của người dùng để hiển thị trạng thái cài đặt chi tiết bên dưới.
> - [**GreaysFork Nâng cao WebHookĐồng bộ hóa cài đặt**](https://greasyfork.org/scripts/506717): Tập lệnh này có thể giúp bạn nhập nhanh thông tin đồng bộ hóa tập lệnh,Và thêm mã ngôn ngữ cho nhiều quốc gia theo đợt,Thay vì nhấp vào từng hộp lựa chọn và đi tới URL tương ứng。
> - [**GreasyFork Markdown toobar**](https://greasyfork.org/scripts/505164): Được sử dụng theo mặc định trong diễn đàn Markdown Định dạng,Thêm liên kết trợ giúp định dạng và Markdown Giới thiệu thanh công cụ
> - [**GreasyFork Hiển thị xếp hạng kịch bản**](https://greasyfork.org/scripts/501119): Thêm điểm đánh giá vào danh sách tập lệnh
-> - [**GreasyFork Tìm kiếm nâng cao**](https://greasyfork.org/scripts/505215): Tìm kiếm bằng Google GreasyFork Và SleazyFork chữ viết trên
-> - [**GreasyFork Thanh điều hướngNâng cao**](https://greasyfork.org/scripts/501880): 增强greasyfork导航栏,Thêm danh sách người dùng,Bảng điều khiển người dùng, v.v.
-> - [**GreasyforkThợ làm keo**](https://greasyfork.org/scripts/497346): Nâng caogreasyfork,Sao chép mã,Tải xuống tập lệnh,Thời gian chính xác đến từng giây,Dọn dẹp trang chủ,Thảo luận về báo cáo bằng một cú nhấp chuột,Đã thêm mã nhảy danh sách tập lệnh tải xuống Làm đẹp mã xem và hiển thị các tệp tham chiếu mã,hiển thị biểu tượng tập lệnh,Chuyển đến tập lệnh dành cho người lớn và các thao tác khác
+> - [**GreasyFork Tìm kiếm nâng cao**](https://greasyfork.org/scripts/505215): Tìm kiếm bằng Google GreasyFork Và SleazyFork kịch bản cao cấp
+> - [**GreasyFork Thanh điều hướngNâng cao**](https://greasyfork.org/scripts/501880): Nâng caogreasyforkThanh điều hướng,Thêm danh sách người dùng,Bảng điều khiển người dùng, v.v.
+> - [**GreasyforkThợ keo**](https://greasyfork.org/scripts/497346): Nâng caogreasyfork,Sao chép mã,Tải xuống tập lệnh,Thời gian chính xác đến từng giây,Dọn dẹp trang chủ,Thảo luận về báo cáo bằng một cú nhấp chuột,Đã thêm mã nhảy danh sách tập lệnh tải xuống Làm đẹp mã xem và hiển thị các tệp tham chiếu mã,hiển thị biểu tượng tập lệnh,Chuyển đến tập lệnh dành cho người lớn và các thao tác khác
> - [**Greasyfork Trợ lý thông báo**](https://greasyfork.org/scripts/506345): Khi có câu trả lời mới cho tập lệnh của bạn hoặc cho cuộc thảo luận mà bạn đang tham gia,Kịch bản sẽ hiển thị nội dung thảo luận mới nhất trong một cửa sổ phương thức trên trang web。
> - [**Script FinderCông cụ tìm tập lệnh Grease Monkey**](https://greasyfork.org/scripts/498904): Script Finder là một tập lệnh người dùng(userscript),Nó giúp bạn tìm và quản lý mô tả người dùng trên bất kỳ trang web nào
+
+
+
+
-> ### 🔍có thể bạn đang tìm kiếm kịch bản người lớn
+> ### 🔍Có thể bạn đang tìm kiếm kịch bản dành cho người lớn
> - [**MiSSAVĐăng nhập tự động**](https://greasyfork.org/scripts/505325): Phát hiện MisssAV tình trạng,và tự động đăng nhập khi chưa đăng nhập
> - [**MissAVNgười quản lý bộ sưu tập**](https://greasyfork.org/scripts/497682): missSao lưu danh sách phát,Hỗ trợ tải hình ảnh và lưu thông tin video.Xuất trang web địa phương Hỗ trợ xuất khẩu sangwebdav
> - [**TissAVĐăng nhập tự động**](https://greasyfork.org/scripts/506528): Phát hiện TissAV tình trạng,và tự động đăng nhập khi chưa đăng nhập
> - [**JableTVĐăng nhập tự động**](https://greasyfork.org/scripts/506730): Phát hiện JableTV tình trạng,và tự động đăng nhập khi chưa đăng nhập
+
+
+
+
-> ### 🔍có thể bạn đang tìm kiếm dịch tự động
+> ### 🔍Bạn có thể đang tìm kiếm bản dịch tự động
> - [**đầu cuối ngoại ngữ**](https://greasyfork.org/scripts/504890): Nhận biết các ký tự không phải tiếng Trung,Nếu chiều dài lớn hơn 5 Và văn bản dịch không chứa tiếng Trung Quốc,sau đó thay thế bằng tiếng Trung,Cần phải có thể truy cập đượcgooglemạng
> - [**dịch trang web——Tự động dịch sang tiếng Trung**](https://greasyfork.org/scripts/505208): Cung cấp góc dưới bên phải của mỗi trang web không phải tiếng Trung Quốc(Có thể điều chỉnh ở góc dưới bên trái)thêm một google Biểu tượng dịch,Phiên bản này là phiên bản dịch tiếng Trung,Chỉ dịch tiếng nước ngoài sang tiếng Trung,Thêm bản dịch tự động
-
-
+### 查看所有发布脚本
+
-### 查看所有发布脚本
+
-> ### 🔍你可能在找 ChatGPT相关脚本
-> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码字体变小
+> ### 🔍你可能在找ChatGPT相关脚本
+> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码框内字体变小
> - [**ChatGPT 聊天复制代码按钮**](https://greasyfork.org/scripts/509598): 在 chatgpt.com 上代码块的右下角添加一个带有动画的“复制代码”按钮
> - [**ChatGPT 字符计数器**](https://greasyfork.org/scripts/506166): 添加一个字符计数器到输入框,限制为 32732 个字符。(ChatGPT 的限制是 32732 个字符。)
> - [**ChatGPT 折叠自己消息和最大宽度**](https://greasyfork.org/scripts/504901): 自动折叠由你发送的长消息,节省屏幕空间。允许你设置聊天窗口的最大宽度,使得长消息不会超出指定范围。
+
+
+
+
-> ### 🔍你可能在找 网页相关脚本
+> ### 🔍你可能在找网页相关脚本
> - [**网页写入剪辑版授权管理器**](https://greasyfork.org/scripts/497403): 禁止网页向剪辑版拉屎,绿色为放行,红色禁止,橙色临时方向
> - [**解除CSDN登录复制限制**](https://greasyfork.org/scripts/505207): 去你妈的 CSDN 登录复制,无需登录即可复制代码框内容
> - [**绚丽渐变美化网页表格**](https://greasyfork.org/scripts/507036): 自动为网页上的表格所有列应用颜色渐变美化.
@@ -158,9 +161,13 @@
> - [**上下滚动小按钮**](https://greasyfork.org/scripts/497251): 页面右侧添加上下滚动按钮
> - [**一键置顶和置底按钮**](https://greasyfork.org/scripts/500255): 修改自Greasyfork用户脚本 为网页添加置顶和置底按钮,方便在长页面中快速移动到顶部或底部。 增加向下滚动时按钮变色,3秒内无滚动自动停止
+
+
+
+
-> ### 🔍你可能在找 GitHub相关脚本
+> ### 🔍你可能在找GitHub相关脚本
> - [**GitHub提交信息显示HTML**](https://greasyfork.org/scripts/505830): 该脚本将 GitHub 上的提交信息转化为 HTML 视图,以更清晰地查看提交详情。它会自动将提交信息列表、提交头部和最新提交信息转化为 HTML 格式,提供更佳的视觉效果和用户体验。
> - [**GitHub 文件列表美化器**](https://greasyfork.org/scripts/508047): GitHub 文件列表美化器是一个用户脚本,用于增强 GitHub 仓库中的文件显示效果。它可以为文件和文件夹添加颜色,并将文件类型图标替换为小图像,使得代码库更加易于浏览和管理。
> - [**Github 代码语言列表显示全部**](https://greasyfork.org/scripts/509889): 扩展 Github 存储库上的语言列表,显示每种语言,而不是将小部分隐藏在 “其他” 下
@@ -170,15 +177,23 @@
> - [**🤠 Github 增强小助手 仓库显示大小 不活跃开发警告 仓库内快捷跳转用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): 在Github查看仓库和搜索仓库时显示仓库大小 ,不活跃开发警告,仓库内快捷跳转.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): 仓库列表文件排序方式改为日期降序,方便查看最新更新的文件。
+
+
+
+
-> ### 🔍你可能在找 Google相关脚本
+> ### 🔍你可能在找Google相关脚本
> - [**Google 高级搜索**](https://greasyfork.org/scripts/502652): 这是一个为 Google 添加高级搜索表单的用户脚本。它能在页面顶部添加一个可隐藏的高级搜索表单,使您能够更精确地搜索信息。
> - [**Google 搜索屏蔽指定站点**](https://greasyfork.org/scripts/500262): 在搜索引擎结果中屏蔽特定的站点,帮助用户过滤掉不需要的搜索结果。 自定义输入屏蔽站点。格式-zhihu -baidu 用于屏蔽谷歌搜索内容
+
+
+
+
-> ### 🔍你可能在找 GreasyFork相关脚本
+> ### 🔍你可能在找GreasyFork相关脚本
> - [**GreasyFork适用于增强**](https://greasyfork.org/scripts/497317): 脚本详情页增加适用于链接增加点击打开网页,复制网页,轮胎搜索
> - [**GrreasyFork 用户发布的脚本数据可视化**](https://greasyfork.org/scripts/508968): 使用Chart.js获取和可视化获取用户脚本数据,并在用户个人主页生成一个图表在下方显示详细安装情况
> - [**GreaysFork 增强 WebHook同步设置**](https://greasyfork.org/scripts/506717): 这个脚本可以帮助你快速输入脚本同步信息,并批量增加多个国家的语言代码,而不用一个个地点击选择框再去对应的网址。
@@ -190,22 +205,27 @@
> - [**Greasyfork 通知助手**](https://greasyfork.org/scripts/506345): 当你的脚本或你参与的讨论有新回复时,脚本会在网页上以模态窗口显示最新的讨论内容。
> - [**Script Finder油猴脚本查找器**](https://greasyfork.org/scripts/498904): Script Finder 是一个用户脚本(userscript),它可以帮助你在任何网站上查找和管理用户脚本
+
+
+
+
-> ### 🔍你可能在找 成人脚本
+> ### 🔍你可能在找成人脚本
> - [**MiSSAV自动登录**](https://greasyfork.org/scripts/505325): 检测 MisssAV 状态,并且在未登录时自动登录
> - [**MissAV收藏管理器**](https://greasyfork.org/scripts/497682): miss片单备份,支持下载图片保存视频信息.导出本地网页 支持导出到webdav
> - [**TissAV自动登录**](https://greasyfork.org/scripts/506528): 检测 TissAV 状态,并且在未登录时自动登录
> - [**JableTV自动登录**](https://greasyfork.org/scripts/506730): 检测 JableTV 状态,并且在未登录时自动登录
+
+
+
+
-> ### 🔍你可能在找 自动翻译
+> ### 🔍你可能在找自动翻译
> - [**外语终结者**](https://greasyfork.org/scripts/504890): 识别非中文字符,如果长度大于 5 且翻译文本中不含中文,则替换为中文,需要可访问google的网络
> - [**网页翻译——自动翻译为中文**](https://greasyfork.org/scripts/505208): 给每个非中文的网页右下角(可以调整到左下角)添加一个 google 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译
-
-
+### View all publish scripts
+
-### View all publish scripts
+
-> ### 🔍you may be looking for ChatGPTRelated scripts
-> - [**ChatGPTCode font size reduced**](https://greasyfork.org/scripts/505209): let ChatGPT Code font size becomes smaller
-> - [**ChatGPT 聊天Copy codebutton**](https://greasyfork.org/scripts/509598): exist chatgpt.com Add an animation in the lower right corner of the upper code block“复制代码”按钮
-> - [**ChatGPT character counter**](https://greasyfork.org/scripts/506166): 添加一characters计数器到输入框,limited to 32732 characters。(ChatGPT The limit is 32732 个字符。)
+> ### 🔍you may be looking forChatGPTRelated scripts
+> - [**ChatGPTCode font size reduced**](https://greasyfork.org/scripts/505209): let ChatGPT The font size in the code box becomes smaller
+> - [**ChatGPT chatCopy codebutton**](https://greasyfork.org/scripts/509598): exist chatgpt.com Add an animation in the lower right corner of the upper code block“Copy code”button
+> - [**ChatGPT character counter**](https://greasyfork.org/scripts/506166): add onecharactersCounter to input box,limited to 32732 characters。(ChatGPT The limit is 32732 characters。)
> - [**ChatGPT Collapse self message and max width**](https://greasyfork.org/scripts/504901): Automatically collapse long messages sent by you,Save screen space。Allows you to set the maximum width of the chat window,Keep long messages from exceeding the specified range。
+
+
+
+
-> ### 🔍you may be looking for Web related scripts
-> - [**Web page writing clip version authorization manager**](https://greasyfork.org/scripts/497403): Ban web pages from pooping on edited versions,green for release,red ban,orange temporary directions
-> - [**LiftCSDNLoginCopy限制**](https://greasyfork.org/scripts/505207): fuck you CSDN 登录复制,Copy code box content without logging in
+> ### 🔍You may be looking for web related scripts
+> - [**Web page writing clip version authorization manager**](https://greasyfork.org/scripts/497403): Ban web pages from pooping on edited versions,green for release,red prohibition,orange temporary directions
+> - [**LiftCSDNLoginCopylimit**](https://greasyfork.org/scripts/505207): fuck you CSDN LoginCopy,Copy code box content without logging in
> - [**Beautify web forms with gorgeous gradients**](https://greasyfork.org/scripts/507036): Automatically apply color gradient beautification to all columns of tables on web pages.
> - [**Highlight keywords on web pages+(recommend)**](https://greasyfork.org/scripts/498906): Highlight text on web pages
> - [**Highlight web text_mini version**](https://greasyfork.org/scripts/498905): Custom keyword highlighting on web pages including dynamically loaded content on scroll
@@ -152,54 +155,71 @@ The script is modified from the user **[shiquda](https://greasyfork.org/users/93
> - [**Small scroll button up and down**](https://greasyfork.org/scripts/497251): Add up and down scroll buttons on the right side of the page
> - [**One-touch top and bottom buttons**](https://greasyfork.org/scripts/500255): Modified fromGreasyforkuser script Add top and bottom buttons to web pages,Facilitates quick movement to the top or bottom of long pages。 Added button color change when scrolling down,3Automatically stops if there is no scrolling within seconds
+
+
+
+
-> ### 🔍you may be looking for GitHubRelated scripts
+> ### 🔍you may be looking forGitHubRelated scripts
> - [**GitHubSubmit information displayHTML**](https://greasyfork.org/scripts/505830): This script will GitHub The submission information on HTML view,to see submission details more clearly。It will automatically submit the information list、The commit header and latest commit information are converted to HTML Format,Provide better visual effects and user experience。
-> - [**GitHub File list beautifier**](https://greasyfork.org/scripts/508047): GitHub File List Beautifier is a user script,used to enhance GitHub Display effect of files in warehouse。It can add colors to files and folders,and replace the file type icons with small images,Makes the code base easier to browse and manage。
+> - [**GitHub File list beautifier**](https://greasyfork.org/scripts/508047): GitHub File List Beautifier is a user script,used to enhance GitHub Display effect of files in warehouse。It can add color to files and folders,and replace the file type icons with small images,Makes the code base easier to browse and manage。
> - [**Github List of code languages show all**](https://greasyfork.org/scripts/509889): Expand Github List of languages on the repository,Show each language,Instead of hiding small parts in “other” Down
> - [**GitHub Automatically confirm device authorization**](https://greasyfork.org/scripts/508956): existGitHubThe authorization page automatically enters the authorization code and automatically confirms it.。
-> - [**GitHubfolder下载**](https://greasyfork.org/scripts/505496): Add a download button,Allows easy downloading of specific GitHub 文件夹。
+> - [**GitHubfolderdownload**](https://greasyfork.org/scripts/505496): Add a download button,Allows easy downloading of specific GitHub folder。
> - [**GitHubDownload single files and copy filesURL**](https://greasyfork.org/scripts/505501): Add button at the end of each file line,to copy the original file URL and download files
-> - [**🤠 Github Enhance assistant Warehouse display size Inactive development warning Quick jump within the warehouse用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): existGithubShow warehouse size when viewing and searching warehouses ,Inactive development warning,仓库内快捷跳转.
+> - [**🤠 Github Enhance assistant Warehouse display size Inactive development warning Quick jump within the warehouseUser’s other warehouses 🤠**](https://greasyfork.org/scripts/502291): existGithubShow warehouse size when viewing and searching warehouses ,Inactive development warning,Quick jump within the warehouse.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): Change the sorting method of warehouse list files to descending date order,Conveniently view the latest updated files。
+
+
+
+
-> ### 🔍you may be looking for GoogleRelated scripts
-> - [**Google Advanced search**](https://greasyfork.org/scripts/502652): This is a for Google Add user script for advanced search form。It adds a hideable advanced search form at the top of the page,Enable you to search for information more precisely。
+> ### 🔍you may be looking forGoogleRelated scripts
+> - [**Google Advanced search**](https://greasyfork.org/scripts/502652): This is a for Google Add user script for advanced search form。It adds a hideable advanced search form at the top of the page,Enables you to search for information more precisely。
> - [**Google Search and block specific sites**](https://greasyfork.org/scripts/500262): Block specific sites from search engine results,Help users filter out unwanted search results。 Custom input blocking site。Format-zhihu -baidu Used to block Google search content
+
+
+
+
-> ### 🔍you may be looking for GreasyForkRelated scripts
+> ### 🔍you may be looking forGreasyForkRelated scripts
> - [**GreasyForksuitable for enhancement**](https://greasyfork.org/scripts/497317): The script details page is added. It is suitable for links to be added. Click to open the web page.,Copy web page,tire search
> - [**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.
> - [**GreaysFork Enhance WebHookSync settings**](https://greasyfork.org/scripts/506717): This script can help you 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。
> - [**GreasyFork Markdown toobar**](https://greasyfork.org/scripts/505164): Used by default in forums Markdown Format,Add format help link and Markdown Toolbar introduction
> - [**GreasyFork Show script ratings**](https://greasyfork.org/scripts/501119): Add evaluation scores to script list
-> - [**GreasyFork Advanced search**](https://greasyfork.org/scripts/505215): Search using Google GreasyFork and SleazyFork upper script
-> - [**GreasyFork Navigation barEnhance**](https://greasyfork.org/scripts/501880): 增强greasyfork导航栏,Add user list,User console etc.
+> - [**GreasyFork Advanced search**](https://greasyfork.org/scripts/505215): Search using Google GreasyFork and SleazyFork superior script
+> - [**GreasyFork Navigation barEnhance**](https://greasyfork.org/scripts/501880): EnhancegreasyforkNavigation bar,Add user list,User console, etc.
> - [**GreasyforkGlue craftsman**](https://greasyfork.org/scripts/497346): Enhancegreasyfork,Copy code,Script download,Precise time to seconds,Home page cleanup,Discuss one-click reporting,Script list jump code added download Beautify view code and display code reference files,show script icon,Jump to adult scripts and other operations
> - [**Greasyfork Notification assistant**](https://greasyfork.org/scripts/506345): When there’s a new reply to your script or to a discussion you’re participating in,The script will display the latest discussion content in a modal window on the web page。
> - [**Script FinderGrease Monkey Script Finder**](https://greasyfork.org/scripts/498904): Script Finder is a user script(userscript),It helps you find and manage userscripts on any website
+
+
+
+
-> ### 🔍you may be looking for adult script
+> ### 🔍You may be looking for adult scripts
> - [**MiSSAVAutomatic login**](https://greasyfork.org/scripts/505325): Detection MisssAV state,and automatically log in when not logged in
> - [**MissAVCollection manager**](https://greasyfork.org/scripts/497682): missPlaylist backup,Support downloading pictures and saving video information.Export local web page Support export towebdav
> - [**TissAVAutomatic login**](https://greasyfork.org/scripts/506528): Detection TissAV state,and automatically log in when not logged in
> - [**JableTVAutomatic login**](https://greasyfork.org/scripts/506730): Detection JableTV state,and automatically log in when not logged in
-
-> ### 🔍you may be looking for automatic translation
-> - [**foreign language terminator**](https://greasyfork.org/scripts/504890): Recognize non-Chinese characters,If the length is greater than 5 And the translated text does not contain Chinese,then replace it with Chinese,Need to be accessiblegooglenetwork
-> - [**web page translation——Automatically translated to Chinese**](https://greasyfork.org/scripts/505208): Give the lower right corner of each non-Chinese web page(Can be adjusted to the lower left corner)add a google Translate icon,This version is a Chinese translation version,Only translate foreign languages into Chinese,Add automatic translation
+
+
+
-
-
+### 查看所有发布脚本
+
-### 查看所有发布脚本
+
-> ### 🔍你可能在找 ChatGPT相关脚本
-> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码字体变小
+> ### 🔍你可能在找ChatGPT相关脚本
+> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码框内字体变小
> - [**ChatGPT 聊天复制代码按钮**](https://greasyfork.org/scripts/509598): 在 chatgpt.com 上代码块的右下角添加一个带有动画的“复制代码”按钮
> - [**ChatGPT 字符计数器**](https://greasyfork.org/scripts/506166): 添加一个字符计数器到输入框,限制为 32732 个字符。(ChatGPT 的限制是 32732 个字符。)
> - [**ChatGPT 折叠自己消息和最大宽度**](https://greasyfork.org/scripts/504901): 自动折叠由你发送的长消息,节省屏幕空间。允许你设置聊天窗口的最大宽度,使得长消息不会超出指定范围。
+
+
+
+
-> ### 🔍你可能在找 网页相关脚本
+> ### 🔍你可能在找网页相关脚本
> - [**网页写入剪辑版授权管理器**](https://greasyfork.org/scripts/497403): 禁止网页向剪辑版拉屎,绿色为放行,红色禁止,橙色临时方向
> - [**解除CSDN登录复制限制**](https://greasyfork.org/scripts/505207): 去你妈的 CSDN 登录复制,无需登录即可复制代码框内容
> - [**绚丽渐变美化网页表格**](https://greasyfork.org/scripts/507036): 自动为网页上的表格所有列应用颜色渐变美化.
@@ -101,9 +104,13 @@
> - [**上下滚动小按钮**](https://greasyfork.org/scripts/497251): 页面右侧添加上下滚动按钮
> - [**一键置顶和置底按钮**](https://greasyfork.org/scripts/500255): 修改自Greasyfork用户脚本 为网页添加置顶和置底按钮,方便在长页面中快速移动到顶部或底部。 增加向下滚动时按钮变色,3秒内无滚动自动停止
+
+
+
+
-> ### 🔍你可能在找 GitHub相关脚本
+> ### 🔍你可能在找GitHub相关脚本
> - [**GitHub提交信息显示HTML**](https://greasyfork.org/scripts/505830): 该脚本将 GitHub 上的提交信息转化为 HTML 视图,以更清晰地查看提交详情。它会自动将提交信息列表、提交头部和最新提交信息转化为 HTML 格式,提供更佳的视觉效果和用户体验。
> - [**GitHub 文件列表美化器**](https://greasyfork.org/scripts/508047): GitHub 文件列表美化器是一个用户脚本,用于增强 GitHub 仓库中的文件显示效果。它可以为文件和文件夹添加颜色,并将文件类型图标替换为小图像,使得代码库更加易于浏览和管理。
> - [**Github 代码语言列表显示全部**](https://greasyfork.org/scripts/509889): 扩展 Github 存储库上的语言列表,显示每种语言,而不是将小部分隐藏在 “其他” 下
@@ -113,15 +120,23 @@
> - [**🤠 Github 增强小助手 仓库显示大小 不活跃开发警告 仓库内快捷跳转用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): 在Github查看仓库和搜索仓库时显示仓库大小 ,不活跃开发警告,仓库内快捷跳转.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): 仓库列表文件排序方式改为日期降序,方便查看最新更新的文件。
+
+
+
+
-> ### 🔍你可能在找 Google相关脚本
+> ### 🔍你可能在找Google相关脚本
> - [**Google 高级搜索**](https://greasyfork.org/scripts/502652): 这是一个为 Google 添加高级搜索表单的用户脚本。它能在页面顶部添加一个可隐藏的高级搜索表单,使您能够更精确地搜索信息。
> - [**Google 搜索屏蔽指定站点**](https://greasyfork.org/scripts/500262): 在搜索引擎结果中屏蔽特定的站点,帮助用户过滤掉不需要的搜索结果。 自定义输入屏蔽站点。格式-zhihu -baidu 用于屏蔽谷歌搜索内容
+
+
+
+
-> ### 🔍你可能在找 GreasyFork相关脚本
+> ### 🔍你可能在找GreasyFork相关脚本
> - [**GreasyFork适用于增强**](https://greasyfork.org/scripts/497317): 脚本详情页增加适用于链接增加点击打开网页,复制网页,轮胎搜索
> - [**GrreasyFork 用户发布的脚本数据可视化**](https://greasyfork.org/scripts/508968): 使用Chart.js获取和可视化获取用户脚本数据,并在用户个人主页生成一个图表在下方显示详细安装情况
> - [**GreaysFork 增强 WebHook同步设置**](https://greasyfork.org/scripts/506717): 这个脚本可以帮助你快速输入脚本同步信息,并批量增加多个国家的语言代码,而不用一个个地点击选择框再去对应的网址。
@@ -133,22 +148,27 @@
> - [**Greasyfork 通知助手**](https://greasyfork.org/scripts/506345): 当你的脚本或你参与的讨论有新回复时,脚本会在网页上以模态窗口显示最新的讨论内容。
> - [**Script Finder油猴脚本查找器**](https://greasyfork.org/scripts/498904): Script Finder 是一个用户脚本(userscript),它可以帮助你在任何网站上查找和管理用户脚本
+
+
+
+
-> ### 🔍你可能在找 成人脚本
+> ### 🔍你可能在找成人脚本
> - [**MiSSAV自动登录**](https://greasyfork.org/scripts/505325): 检测 MisssAV 状态,并且在未登录时自动登录
> - [**MissAV收藏管理器**](https://greasyfork.org/scripts/497682): miss片单备份,支持下载图片保存视频信息.导出本地网页 支持导出到webdav
> - [**TissAV自动登录**](https://greasyfork.org/scripts/506528): 检测 TissAV 状态,并且在未登录时自动登录
> - [**JableTV自动登录**](https://greasyfork.org/scripts/506730): 检测 JableTV 状态,并且在未登录时自动登录
+
+
+
+
-> ### 🔍你可能在找 自动翻译
+> ### 🔍你可能在找自动翻译
> - [**外语终结者**](https://greasyfork.org/scripts/504890): 识别非中文字符,如果长度大于 5 且翻译文本中不含中文,则替换为中文,需要可访问google的网络
> - [**网页翻译——自动翻译为中文**](https://greasyfork.org/scripts/505208): 给每个非中文的网页右下角(可以调整到左下角)添加一个 google 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译
-
-
+### 查看所有发布脚本
+
-### 查看所有发布脚本
+
-> ### 🔍你可能在找 ChatGPT相关脚本
-> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码字体变小
+> ### 🔍你可能在找ChatGPT相关脚本
+> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码框内字体变小
> - [**ChatGPT 聊天复制代码按钮**](https://greasyfork.org/scripts/509598): 在 chatgpt.com 上代码块的右下角添加一个带有动画的“复制代码”按钮
> - [**ChatGPT 字符计数器**](https://greasyfork.org/scripts/506166): 添加一个字符计数器到输入框,限制为 32732 个字符。(ChatGPT 的限制是 32732 个字符。)
> - [**ChatGPT 折叠自己消息和最大宽度**](https://greasyfork.org/scripts/504901): 自动折叠由你发送的长消息,节省屏幕空间。允许你设置聊天窗口的最大宽度,使得长消息不会超出指定范围。
+
+
+
+
-> ### 🔍你可能在找 网页相关脚本
+> ### 🔍你可能在找网页相关脚本
> - [**网页写入剪辑版授权管理器**](https://greasyfork.org/scripts/497403): 禁止网页向剪辑版拉屎,绿色为放行,红色禁止,橙色临时方向
> - [**解除CSDN登录复制限制**](https://greasyfork.org/scripts/505207): 去你妈的 CSDN 登录复制,无需登录即可复制代码框内容
> - [**绚丽渐变美化网页表格**](https://greasyfork.org/scripts/507036): 自动为网页上的表格所有列应用颜色渐变美化.
@@ -169,9 +172,13 @@
> - [**上下滚动小按钮**](https://greasyfork.org/scripts/497251): 页面右侧添加上下滚动按钮
> - [**一键置顶和置底按钮**](https://greasyfork.org/scripts/500255): 修改自Greasyfork用户脚本 为网页添加置顶和置底按钮,方便在长页面中快速移动到顶部或底部。 增加向下滚动时按钮变色,3秒内无滚动自动停止
+
+
+
+
-> ### 🔍你可能在找 GitHub相关脚本
+> ### 🔍你可能在找GitHub相关脚本
> - [**GitHub提交信息显示HTML**](https://greasyfork.org/scripts/505830): 该脚本将 GitHub 上的提交信息转化为 HTML 视图,以更清晰地查看提交详情。它会自动将提交信息列表、提交头部和最新提交信息转化为 HTML 格式,提供更佳的视觉效果和用户体验。
> - [**GitHub 文件列表美化器**](https://greasyfork.org/scripts/508047): GitHub 文件列表美化器是一个用户脚本,用于增强 GitHub 仓库中的文件显示效果。它可以为文件和文件夹添加颜色,并将文件类型图标替换为小图像,使得代码库更加易于浏览和管理。
> - [**Github 代码语言列表显示全部**](https://greasyfork.org/scripts/509889): 扩展 Github 存储库上的语言列表,显示每种语言,而不是将小部分隐藏在 “其他” 下
@@ -181,15 +188,23 @@
> - [**🤠 Github 增强小助手 仓库显示大小 不活跃开发警告 仓库内快捷跳转用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): 在Github查看仓库和搜索仓库时显示仓库大小 ,不活跃开发警告,仓库内快捷跳转.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): 仓库列表文件排序方式改为日期降序,方便查看最新更新的文件。
+
+
+
+
-> ### 🔍你可能在找 Google相关脚本
+> ### 🔍你可能在找Google相关脚本
> - [**Google 高级搜索**](https://greasyfork.org/scripts/502652): 这是一个为 Google 添加高级搜索表单的用户脚本。它能在页面顶部添加一个可隐藏的高级搜索表单,使您能够更精确地搜索信息。
> - [**Google 搜索屏蔽指定站点**](https://greasyfork.org/scripts/500262): 在搜索引擎结果中屏蔽特定的站点,帮助用户过滤掉不需要的搜索结果。 自定义输入屏蔽站点。格式-zhihu -baidu 用于屏蔽谷歌搜索内容
+
+
+
+
-> ### 🔍你可能在找 GreasyFork相关脚本
+> ### 🔍你可能在找GreasyFork相关脚本
> - [**GreasyFork适用于增强**](https://greasyfork.org/scripts/497317): 脚本详情页增加适用于链接增加点击打开网页,复制网页,轮胎搜索
> - [**GrreasyFork 用户发布的脚本数据可视化**](https://greasyfork.org/scripts/508968): 使用Chart.js获取和可视化获取用户脚本数据,并在用户个人主页生成一个图表在下方显示详细安装情况
> - [**GreaysFork 增强 WebHook同步设置**](https://greasyfork.org/scripts/506717): 这个脚本可以帮助你快速输入脚本同步信息,并批量增加多个国家的语言代码,而不用一个个地点击选择框再去对应的网址。
@@ -201,22 +216,27 @@
> - [**Greasyfork 通知助手**](https://greasyfork.org/scripts/506345): 当你的脚本或你参与的讨论有新回复时,脚本会在网页上以模态窗口显示最新的讨论内容。
> - [**Script Finder油猴脚本查找器**](https://greasyfork.org/scripts/498904): Script Finder 是一个用户脚本(userscript),它可以帮助你在任何网站上查找和管理用户脚本
+
+
+
+
-> ### 🔍你可能在找 成人脚本
+> ### 🔍你可能在找成人脚本
> - [**MiSSAV自动登录**](https://greasyfork.org/scripts/505325): 检测 MisssAV 状态,并且在未登录时自动登录
> - [**MissAV收藏管理器**](https://greasyfork.org/scripts/497682): miss片单备份,支持下载图片保存视频信息.导出本地网页 支持导出到webdav
> - [**TissAV自动登录**](https://greasyfork.org/scripts/506528): 检测 TissAV 状态,并且在未登录时自动登录
> - [**JableTV自动登录**](https://greasyfork.org/scripts/506730): 检测 JableTV 状态,并且在未登录时自动登录
+
+
+
+
-> ### 🔍你可能在找 自动翻译
+> ### 🔍你可能在找自动翻译
> - [**外语终结者**](https://greasyfork.org/scripts/504890): 识别非中文字符,如果长度大于 5 且翻译文本中不含中文,则替换为中文,需要可访问google的网络
> - [**网页翻译——自动翻译为中文**](https://greasyfork.org/scripts/505208): 给每个非中文的网页右下角(可以调整到左下角)添加一个 google 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译
-
-
+### View all publish scripts
+
-### View all publish scripts
+
-> ### 🔍you may be looking for ChatGPTRelated scripts
-> - [**ChatGPTCode font size reduced**](https://greasyfork.org/scripts/505209): let ChatGPT Code font size becomes smaller
-> - [**ChatGPT 聊天Copy codebutton**](https://greasyfork.org/scripts/509598): exist chatgpt.com Add an animation in the lower right corner of the upper code block“复制代码”按钮
-> - [**ChatGPT character counter**](https://greasyfork.org/scripts/506166): 添加一characters计数器到输入框,limited to 32732 characters。(ChatGPT The limit is 32732 个字符。)
+> ### 🔍you may be looking forChatGPTRelated scripts
+> - [**ChatGPTCode font size reduced**](https://greasyfork.org/scripts/505209): let ChatGPT The font size in the code box becomes smaller
+> - [**ChatGPT chatCopy codebutton**](https://greasyfork.org/scripts/509598): exist chatgpt.com Add an animation in the lower right corner of the upper code block“Copy code”button
+> - [**ChatGPT character counter**](https://greasyfork.org/scripts/506166): add onecharactersCounter to input box,limited to 32732 characters。(ChatGPT The limit is 32732 characters。)
> - [**ChatGPT Collapse self message and max width**](https://greasyfork.org/scripts/504901): Automatically collapse long messages sent by you,Save screen space。Allows you to set the maximum width of the chat window,Keep long messages from exceeding the specified range。
+
+
+
+
-> ### 🔍you may be looking for Web related scripts
-> - [**Web page writing clip version authorization manager**](https://greasyfork.org/scripts/497403): Ban web pages from pooping on edited versions,green for release,red ban,orange temporary directions
-> - [**LiftCSDNLoginCopy限制**](https://greasyfork.org/scripts/505207): fuck you CSDN 登录复制,Copy code box content without logging in
+> ### 🔍You may be looking for web related scripts
+> - [**Web page writing clip version authorization manager**](https://greasyfork.org/scripts/497403): Ban web pages from pooping on edited versions,green for release,red prohibition,orange temporary directions
+> - [**LiftCSDNLoginCopylimit**](https://greasyfork.org/scripts/505207): fuck you CSDN LoginCopy,Copy code box content without logging in
> - [**Beautify web forms with gorgeous gradients**](https://greasyfork.org/scripts/507036): Automatically apply color gradient beautification to all columns of tables on web pages.
> - [**Highlight keywords on web pages+(recommend)**](https://greasyfork.org/scripts/498906): Highlight text on web pages
> - [**Highlight web text_mini version**](https://greasyfork.org/scripts/498905): Custom keyword highlighting on web pages including dynamically loaded content on scroll
@@ -171,54 +174,71 @@ You can modify the value of the `delay` configuration option as needed to adjust
> - [**Small scroll button up and down**](https://greasyfork.org/scripts/497251): Add up and down scroll buttons on the right side of the page
> - [**One-touch top and bottom buttons**](https://greasyfork.org/scripts/500255): Modified fromGreasyforkuser script Add top and bottom buttons to web pages,Facilitates quick movement to the top or bottom of long pages。 Added button color change when scrolling down,3Automatically stops if there is no scrolling within seconds
+
+
+
+
-> ### 🔍you may be looking for GitHubRelated scripts
+> ### 🔍you may be looking forGitHubRelated scripts
> - [**GitHubSubmit information displayHTML**](https://greasyfork.org/scripts/505830): This script will GitHub The submission information on HTML view,to see submission details more clearly。It will automatically submit the information list、The commit header and latest commit information are converted to HTML Format,Provide better visual effects and user experience。
-> - [**GitHub File list beautifier**](https://greasyfork.org/scripts/508047): GitHub File List Beautifier is a user script,used to enhance GitHub Display effect of files in warehouse。It can add colors to files and folders,and replace the file type icons with small images,Makes the code base easier to browse and manage。
+> - [**GitHub File list beautifier**](https://greasyfork.org/scripts/508047): GitHub File List Beautifier is a user script,used to enhance GitHub Display effect of files in warehouse。It can add color to files and folders,and replace the file type icons with small images,Makes the code base easier to browse and manage。
> - [**Github List of code languages show all**](https://greasyfork.org/scripts/509889): Expand Github List of languages on the repository,Show each language,Instead of hiding small parts in “other” Down
> - [**GitHub Automatically confirm device authorization**](https://greasyfork.org/scripts/508956): existGitHubThe authorization page automatically enters the authorization code and automatically confirms it.。
-> - [**GitHubfolder下载**](https://greasyfork.org/scripts/505496): Add a download button,Allows easy downloading of specific GitHub 文件夹。
+> - [**GitHubfolderdownload**](https://greasyfork.org/scripts/505496): Add a download button,Allows easy downloading of specific GitHub folder。
> - [**GitHubDownload single files and copy filesURL**](https://greasyfork.org/scripts/505501): Add button at the end of each file line,to copy the original file URL and download files
-> - [**🤠 Github Enhance assistant Warehouse display size Inactive development warning Quick jump within the warehouse用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): existGithubShow warehouse size when viewing and searching warehouses ,Inactive development warning,仓库内快捷跳转.
+> - [**🤠 Github Enhance assistant Warehouse display size Inactive development warning Quick jump within the warehouseUser’s other warehouses 🤠**](https://greasyfork.org/scripts/502291): existGithubShow warehouse size when viewing and searching warehouses ,Inactive development warning,Quick jump within the warehouse.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): Change the sorting method of warehouse list files to descending date order,Conveniently view the latest updated files。
+
+
+
+
-> ### 🔍you may be looking for GoogleRelated scripts
-> - [**Google Advanced search**](https://greasyfork.org/scripts/502652): This is a for Google Add user script for advanced search form。It adds a hideable advanced search form at the top of the page,Enable you to search for information more precisely。
+> ### 🔍you may be looking forGoogleRelated scripts
+> - [**Google Advanced search**](https://greasyfork.org/scripts/502652): This is a for Google Add user script for advanced search form。It adds a hideable advanced search form at the top of the page,Enables you to search for information more precisely。
> - [**Google Search and block specific sites**](https://greasyfork.org/scripts/500262): Block specific sites from search engine results,Help users filter out unwanted search results。 Custom input blocking site。Format-zhihu -baidu Used to block Google search content
+
+
+
+
-> ### 🔍you may be looking for GreasyForkRelated scripts
+> ### 🔍you may be looking forGreasyForkRelated scripts
> - [**GreasyForksuitable for enhancement**](https://greasyfork.org/scripts/497317): The script details page is added. It is suitable for links to be added. Click to open the web page.,Copy web page,tire search
> - [**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.
> - [**GreaysFork Enhance WebHookSync settings**](https://greasyfork.org/scripts/506717): This script can help you 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。
> - [**GreasyFork Markdown toobar**](https://greasyfork.org/scripts/505164): Used by default in forums Markdown Format,Add format help link and Markdown Toolbar introduction
> - [**GreasyFork Show script ratings**](https://greasyfork.org/scripts/501119): Add evaluation scores to script list
-> - [**GreasyFork Advanced search**](https://greasyfork.org/scripts/505215): Search using Google GreasyFork and SleazyFork upper script
-> - [**GreasyFork Navigation barEnhance**](https://greasyfork.org/scripts/501880): 增强greasyfork导航栏,Add user list,User console etc.
+> - [**GreasyFork Advanced search**](https://greasyfork.org/scripts/505215): Search using Google GreasyFork and SleazyFork superior script
+> - [**GreasyFork Navigation barEnhance**](https://greasyfork.org/scripts/501880): EnhancegreasyforkNavigation bar,Add user list,User console, etc.
> - [**GreasyforkGlue craftsman**](https://greasyfork.org/scripts/497346): Enhancegreasyfork,Copy code,Script download,Precise time to seconds,Home page cleanup,Discuss one-click reporting,Script list jump code added download Beautify view code and display code reference files,show script icon,Jump to adult scripts and other operations
> - [**Greasyfork Notification assistant**](https://greasyfork.org/scripts/506345): When there’s a new reply to your script or to a discussion you’re participating in,The script will display the latest discussion content in a modal window on the web page。
> - [**Script FinderGrease Monkey Script Finder**](https://greasyfork.org/scripts/498904): Script Finder is a user script(userscript),It helps you find and manage userscripts on any website
+
+
+
+
-> ### 🔍you may be looking for adult script
+> ### 🔍You may be looking for adult scripts
> - [**MiSSAVAutomatic login**](https://greasyfork.org/scripts/505325): Detection MisssAV state,and automatically log in when not logged in
> - [**MissAVCollection manager**](https://greasyfork.org/scripts/497682): missPlaylist backup,Support downloading pictures and saving video information.Export local web page Support export towebdav
> - [**TissAVAutomatic login**](https://greasyfork.org/scripts/506528): Detection TissAV state,and automatically log in when not logged in
> - [**JableTVAutomatic login**](https://greasyfork.org/scripts/506730): Detection JableTV state,and automatically log in when not logged in
-
-> ### 🔍you may be looking for automatic translation
-> - [**foreign language terminator**](https://greasyfork.org/scripts/504890): Recognize non-Chinese characters,If the length is greater than 5 And the translated text does not contain Chinese,then replace it with Chinese,Need to be accessiblegooglenetwork
-> - [**web page translation——Automatically translated to Chinese**](https://greasyfork.org/scripts/505208): Give the lower right corner of each non-Chinese web page(Can be adjusted to the lower left corner)add a google Translate icon,This version is a Chinese translation version,Only translate foreign languages into Chinese,Add automatic translation
+
+
+
-
-
+### 查看所有发布脚本
+
-### 查看所有发布脚本
+
-> ### 🔍你可能在找 ChatGPT相关脚本
-> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码字体变小
+> ### 🔍你可能在找ChatGPT相关脚本
+> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码框内字体变小
> - [**ChatGPT 聊天复制代码按钮**](https://greasyfork.org/scripts/509598): 在 chatgpt.com 上代码块的右下角添加一个带有动画的“复制代码”按钮
> - [**ChatGPT 字符计数器**](https://greasyfork.org/scripts/506166): 添加一个字符计数器到输入框,限制为 32732 个字符。(ChatGPT 的限制是 32732 个字符。)
> - [**ChatGPT 折叠自己消息和最大宽度**](https://greasyfork.org/scripts/504901): 自动折叠由你发送的长消息,节省屏幕空间。允许你设置聊天窗口的最大宽度,使得长消息不会超出指定范围。
+
+
+
+
-> ### 🔍你可能在找 网页相关脚本
+> ### 🔍你可能在找网页相关脚本
> - [**网页写入剪辑版授权管理器**](https://greasyfork.org/scripts/497403): 禁止网页向剪辑版拉屎,绿色为放行,红色禁止,橙色临时方向
> - [**解除CSDN登录复制限制**](https://greasyfork.org/scripts/505207): 去你妈的 CSDN 登录复制,无需登录即可复制代码框内容
> - [**绚丽渐变美化网页表格**](https://greasyfork.org/scripts/507036): 自动为网页上的表格所有列应用颜色渐变美化.
@@ -158,9 +161,13 @@
> - [**上下滚动小按钮**](https://greasyfork.org/scripts/497251): 页面右侧添加上下滚动按钮
> - [**一键置顶和置底按钮**](https://greasyfork.org/scripts/500255): 修改自Greasyfork用户脚本 为网页添加置顶和置底按钮,方便在长页面中快速移动到顶部或底部。 增加向下滚动时按钮变色,3秒内无滚动自动停止
+
+
+
+
-> ### 🔍你可能在找 GitHub相关脚本
+> ### 🔍你可能在找GitHub相关脚本
> - [**GitHub提交信息显示HTML**](https://greasyfork.org/scripts/505830): 该脚本将 GitHub 上的提交信息转化为 HTML 视图,以更清晰地查看提交详情。它会自动将提交信息列表、提交头部和最新提交信息转化为 HTML 格式,提供更佳的视觉效果和用户体验。
> - [**GitHub 文件列表美化器**](https://greasyfork.org/scripts/508047): GitHub 文件列表美化器是一个用户脚本,用于增强 GitHub 仓库中的文件显示效果。它可以为文件和文件夹添加颜色,并将文件类型图标替换为小图像,使得代码库更加易于浏览和管理。
> - [**Github 代码语言列表显示全部**](https://greasyfork.org/scripts/509889): 扩展 Github 存储库上的语言列表,显示每种语言,而不是将小部分隐藏在 “其他” 下
@@ -170,15 +177,23 @@
> - [**🤠 Github 增强小助手 仓库显示大小 不活跃开发警告 仓库内快捷跳转用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): 在Github查看仓库和搜索仓库时显示仓库大小 ,不活跃开发警告,仓库内快捷跳转.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): 仓库列表文件排序方式改为日期降序,方便查看最新更新的文件。
+
+
+
+
-> ### 🔍你可能在找 Google相关脚本
+> ### 🔍你可能在找Google相关脚本
> - [**Google 高级搜索**](https://greasyfork.org/scripts/502652): 这是一个为 Google 添加高级搜索表单的用户脚本。它能在页面顶部添加一个可隐藏的高级搜索表单,使您能够更精确地搜索信息。
> - [**Google 搜索屏蔽指定站点**](https://greasyfork.org/scripts/500262): 在搜索引擎结果中屏蔽特定的站点,帮助用户过滤掉不需要的搜索结果。 自定义输入屏蔽站点。格式-zhihu -baidu 用于屏蔽谷歌搜索内容
+
+
+
+
-> ### 🔍你可能在找 GreasyFork相关脚本
+> ### 🔍你可能在找GreasyFork相关脚本
> - [**GreasyFork适用于增强**](https://greasyfork.org/scripts/497317): 脚本详情页增加适用于链接增加点击打开网页,复制网页,轮胎搜索
> - [**GrreasyFork 用户发布的脚本数据可视化**](https://greasyfork.org/scripts/508968): 使用Chart.js获取和可视化获取用户脚本数据,并在用户个人主页生成一个图表在下方显示详细安装情况
> - [**GreaysFork 增强 WebHook同步设置**](https://greasyfork.org/scripts/506717): 这个脚本可以帮助你快速输入脚本同步信息,并批量增加多个国家的语言代码,而不用一个个地点击选择框再去对应的网址。
@@ -190,22 +205,27 @@
> - [**Greasyfork 通知助手**](https://greasyfork.org/scripts/506345): 当你的脚本或你参与的讨论有新回复时,脚本会在网页上以模态窗口显示最新的讨论内容。
> - [**Script Finder油猴脚本查找器**](https://greasyfork.org/scripts/498904): Script Finder 是一个用户脚本(userscript),它可以帮助你在任何网站上查找和管理用户脚本
+
+
+
+
-> ### 🔍你可能在找 成人脚本
+> ### 🔍你可能在找成人脚本
> - [**MiSSAV自动登录**](https://greasyfork.org/scripts/505325): 检测 MisssAV 状态,并且在未登录时自动登录
> - [**MissAV收藏管理器**](https://greasyfork.org/scripts/497682): miss片单备份,支持下载图片保存视频信息.导出本地网页 支持导出到webdav
> - [**TissAV自动登录**](https://greasyfork.org/scripts/506528): 检测 TissAV 状态,并且在未登录时自动登录
> - [**JableTV自动登录**](https://greasyfork.org/scripts/506730): 检测 JableTV 状态,并且在未登录时自动登录
+
+
+
+
-> ### 🔍你可能在找 自动翻译
+> ### 🔍你可能在找自动翻译
> - [**外语终结者**](https://greasyfork.org/scripts/504890): 识别非中文字符,如果长度大于 5 且翻译文本中不含中文,则替换为中文,需要可访问google的网络
> - [**网页翻译——自动翻译为中文**](https://greasyfork.org/scripts/505208): 给每个非中文的网页右下角(可以调整到左下角)添加一个 google 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译
-
-
+### 查看所有发布脚本
+
-### 查看所有发布脚本
+
-> ### 🔍你可能在找 ChatGPT相关脚本
-> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码字体变小
+> ### 🔍你可能在找ChatGPT相关脚本
+> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码框内字体变小
> - [**ChatGPT 聊天复制代码按钮**](https://greasyfork.org/scripts/509598): 在 chatgpt.com 上代码块的右下角添加一个带有动画的“复制代码”按钮
> - [**ChatGPT 字符计数器**](https://greasyfork.org/scripts/506166): 添加一个字符计数器到输入框,限制为 32732 个字符。(ChatGPT 的限制是 32732 个字符。)
> - [**ChatGPT 折叠自己消息和最大宽度**](https://greasyfork.org/scripts/504901): 自动折叠由你发送的长消息,节省屏幕空间。允许你设置聊天窗口的最大宽度,使得长消息不会超出指定范围。
+
+
+
+
-> ### 🔍你可能在找 网页相关脚本
+> ### 🔍你可能在找网页相关脚本
> - [**网页写入剪辑版授权管理器**](https://greasyfork.org/scripts/497403): 禁止网页向剪辑版拉屎,绿色为放行,红色禁止,橙色临时方向
> - [**解除CSDN登录复制限制**](https://greasyfork.org/scripts/505207): 去你妈的 CSDN 登录复制,无需登录即可复制代码框内容
> - [**绚丽渐变美化网页表格**](https://greasyfork.org/scripts/507036): 自动为网页上的表格所有列应用颜色渐变美化.
@@ -148,9 +150,13 @@
> - [**上下滚动小按钮**](https://greasyfork.org/scripts/497251): 页面右侧添加上下滚动按钮
> - [**一键置顶和置底按钮**](https://greasyfork.org/scripts/500255): 修改自Greasyfork用户脚本 为网页添加置顶和置底按钮,方便在长页面中快速移动到顶部或底部。 增加向下滚动时按钮变色,3秒内无滚动自动停止
+
+
+
+
-> ### 🔍你可能在找 GitHub相关脚本
+> ### 🔍你可能在找GitHub相关脚本
> - [**GitHub提交信息显示HTML**](https://greasyfork.org/scripts/505830): 该脚本将 GitHub 上的提交信息转化为 HTML 视图,以更清晰地查看提交详情。它会自动将提交信息列表、提交头部和最新提交信息转化为 HTML 格式,提供更佳的视觉效果和用户体验。
> - [**GitHub 文件列表美化器**](https://greasyfork.org/scripts/508047): GitHub 文件列表美化器是一个用户脚本,用于增强 GitHub 仓库中的文件显示效果。它可以为文件和文件夹添加颜色,并将文件类型图标替换为小图像,使得代码库更加易于浏览和管理。
> - [**Github 代码语言列表显示全部**](https://greasyfork.org/scripts/509889): 扩展 Github 存储库上的语言列表,显示每种语言,而不是将小部分隐藏在 “其他” 下
@@ -160,15 +166,23 @@
> - [**🤠 Github 增强小助手 仓库显示大小 不活跃开发警告 仓库内快捷跳转用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): 在Github查看仓库和搜索仓库时显示仓库大小 ,不活跃开发警告,仓库内快捷跳转.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): 仓库列表文件排序方式改为日期降序,方便查看最新更新的文件。
+
+
+
+
-> ### 🔍你可能在找 Google相关脚本
+> ### 🔍你可能在找Google相关脚本
> - [**Google 高级搜索**](https://greasyfork.org/scripts/502652): 这是一个为 Google 添加高级搜索表单的用户脚本。它能在页面顶部添加一个可隐藏的高级搜索表单,使您能够更精确地搜索信息。
> - [**Google 搜索屏蔽指定站点**](https://greasyfork.org/scripts/500262): 在搜索引擎结果中屏蔽特定的站点,帮助用户过滤掉不需要的搜索结果。 自定义输入屏蔽站点。格式-zhihu -baidu 用于屏蔽谷歌搜索内容
+
+
+
+
-> ### 🔍你可能在找 GreasyFork相关脚本
+> ### 🔍你可能在找GreasyFork相关脚本
> - [**GreasyFork适用于增强**](https://greasyfork.org/scripts/497317): 脚本详情页增加适用于链接增加点击打开网页,复制网页,轮胎搜索
> - [**GrreasyFork 用户发布的脚本数据可视化**](https://greasyfork.org/scripts/508968): 使用Chart.js获取和可视化获取用户脚本数据,并在用户个人主页生成一个图表在下方显示详细安装情况
> - [**GreaysFork 增强 WebHook同步设置**](https://greasyfork.org/scripts/506717): 这个脚本可以帮助你快速输入脚本同步信息,并批量增加多个国家的语言代码,而不用一个个地点击选择框再去对应的网址。
@@ -180,22 +194,27 @@
> - [**Greasyfork 通知助手**](https://greasyfork.org/scripts/506345): 当你的脚本或你参与的讨论有新回复时,脚本会在网页上以模态窗口显示最新的讨论内容。
> - [**Script Finder油猴脚本查找器**](https://greasyfork.org/scripts/498904): Script Finder 是一个用户脚本(userscript),它可以帮助你在任何网站上查找和管理用户脚本
+
+
+
+
-> ### 🔍你可能在找 成人脚本
+> ### 🔍你可能在找成人脚本
> - [**MiSSAV自动登录**](https://greasyfork.org/scripts/505325): 检测 MisssAV 状态,并且在未登录时自动登录
> - [**MissAV收藏管理器**](https://greasyfork.org/scripts/497682): miss片单备份,支持下载图片保存视频信息.导出本地网页 支持导出到webdav
> - [**TissAV自动登录**](https://greasyfork.org/scripts/506528): 检测 TissAV 状态,并且在未登录时自动登录
> - [**JableTV自动登录**](https://greasyfork.org/scripts/506730): 检测 JableTV 状态,并且在未登录时自动登录
+
+
+
+
-> ### 🔍你可能在找 自动翻译
+> ### 🔍你可能在找自动翻译
> - [**外语终结者**](https://greasyfork.org/scripts/504890): 识别非中文字符,如果长度大于 5 且翻译文本中不含中文,则替换为中文,需要可访问google的网络
> - [**网页翻译——自动翻译为中文**](https://greasyfork.org/scripts/505208): 给每个非中文的网页右下角(可以调整到左下角)添加一个 google 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译
-
-
+### View all publish scripts
+
-### View all publish scripts
+
-> ### 🔍you may be looking for ChatGPTRelated scripts
-> - [**ChatGPTCode font size reduced**](https://greasyfork.org/scripts/505209): let ChatGPT Code font size becomes smaller
-> - [**ChatGPT 聊天Copy codebutton**](https://greasyfork.org/scripts/509598): exist chatgpt.com Add an animation in the lower right corner of the upper code block“复制代码”按钮
-> - [**ChatGPT character counter**](https://greasyfork.org/scripts/506166): 添加一characters计数器到输入框,limited to 32732 characters。(ChatGPT The limit is 32732 个字符。)
+> ### 🔍you may be looking forChatGPTRelated scripts
+> - [**ChatGPTCode font size reduced**](https://greasyfork.org/scripts/505209): let ChatGPT The font size in the code box becomes smaller
+> - [**ChatGPT chatCopy codebutton**](https://greasyfork.org/scripts/509598): exist chatgpt.com Add an animation in the lower right corner of the upper code block“Copy code”button
+> - [**ChatGPT character counter**](https://greasyfork.org/scripts/506166): add onecharactersCounter to input box,limited to 32732 characters。(ChatGPT The limit is 32732 characters。)
> - [**ChatGPT Collapse self message and max width**](https://greasyfork.org/scripts/504901): Automatically collapse long messages sent by you,Save screen space。Allows you to set the maximum width of the chat window,Keep long messages from exceeding the specified range。
+
+
+
+
-> ### 🔍you may be looking for Web related scripts
-> - [**Web page writing clip version authorization manager**](https://greasyfork.org/scripts/497403): Ban web pages from pooping on edited versions,green for release,red ban,orange temporary directions
-> - [**LiftCSDNLoginCopy限制**](https://greasyfork.org/scripts/505207): fuck you CSDN 登录复制,Copy code box content without logging in
+> ### 🔍You may be looking for web related scripts
+> - [**Web page writing clip version authorization manager**](https://greasyfork.org/scripts/497403): Ban web pages from pooping on edited versions,green for release,red prohibition,orange temporary directions
+> - [**LiftCSDNLoginCopylimit**](https://greasyfork.org/scripts/505207): fuck you CSDN LoginCopy,Copy code box content without logging in
> - [**Beautify web forms with gorgeous gradients**](https://greasyfork.org/scripts/507036): Automatically apply color gradient beautification to all columns of tables on web pages.
> - [**Highlight keywords on web pages+(recommend)**](https://greasyfork.org/scripts/498906): Highlight text on web pages
> - [**Highlight web text_mini version**](https://greasyfork.org/scripts/498905): Custom keyword highlighting on web pages including dynamically loaded content on scroll
@@ -152,54 +154,71 @@ Recommended browsers and script managers:
> - [**Small scroll button up and down**](https://greasyfork.org/scripts/497251): Add up and down scroll buttons on the right side of the page
> - [**One-touch top and bottom buttons**](https://greasyfork.org/scripts/500255): Modified fromGreasyforkuser script Add top and bottom buttons to web pages,Facilitates quick movement to the top or bottom of long pages。 Added button color change when scrolling down,3Automatically stops if there is no scrolling within seconds
+
+
+
+
-> ### 🔍you may be looking for GitHubRelated scripts
+> ### 🔍you may be looking forGitHubRelated scripts
> - [**GitHubSubmit information displayHTML**](https://greasyfork.org/scripts/505830): This script will GitHub The submission information on HTML view,to see submission details more clearly。It will automatically submit the information list、The commit header and latest commit information are converted to HTML Format,Provide better visual effects and user experience。
-> - [**GitHub File list beautifier**](https://greasyfork.org/scripts/508047): GitHub File List Beautifier is a user script,used to enhance GitHub Display effect of files in warehouse。It can add colors to files and folders,and replace the file type icons with small images,Makes the code base easier to browse and manage。
+> - [**GitHub File list beautifier**](https://greasyfork.org/scripts/508047): GitHub File List Beautifier is a user script,used to enhance GitHub Display effect of files in warehouse。It can add color to files and folders,and replace the file type icons with small images,Makes the code base easier to browse and manage。
> - [**Github List of code languages show all**](https://greasyfork.org/scripts/509889): Expand Github List of languages on the repository,Show each language,Instead of hiding small parts in “other” Down
> - [**GitHub Automatically confirm device authorization**](https://greasyfork.org/scripts/508956): existGitHubThe authorization page automatically enters the authorization code and automatically confirms it.。
-> - [**GitHubfolder下载**](https://greasyfork.org/scripts/505496): Add a download button,Allows easy downloading of specific GitHub 文件夹。
+> - [**GitHubfolderdownload**](https://greasyfork.org/scripts/505496): Add a download button,Allows easy downloading of specific GitHub folder。
> - [**GitHubDownload single files and copy filesURL**](https://greasyfork.org/scripts/505501): Add button at the end of each file line,to copy the original file URL and download files
-> - [**🤠 Github Enhance assistant Warehouse display size Inactive development warning Quick jump within the warehouse用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): existGithubShow warehouse size when viewing and searching warehouses ,Inactive development warning,仓库内快捷跳转.
+> - [**🤠 Github Enhance assistant Warehouse display size Inactive development warning Quick jump within the warehouseUser’s other warehouses 🤠**](https://greasyfork.org/scripts/502291): existGithubShow warehouse size when viewing and searching warehouses ,Inactive development warning,Quick jump within the warehouse.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): Change the sorting method of warehouse list files to descending date order,Conveniently view the latest updated files。
+
+
+
+
-> ### 🔍you may be looking for GoogleRelated scripts
-> - [**Google Advanced search**](https://greasyfork.org/scripts/502652): This is a for Google Add user script for advanced search form。It adds a hideable advanced search form at the top of the page,Enable you to search for information more precisely。
+> ### 🔍you may be looking forGoogleRelated scripts
+> - [**Google Advanced search**](https://greasyfork.org/scripts/502652): This is a for Google Add user script for advanced search form。It adds a hideable advanced search form at the top of the page,Enables you to search for information more precisely。
> - [**Google Search and block specific sites**](https://greasyfork.org/scripts/500262): Block specific sites from search engine results,Help users filter out unwanted search results。 Custom input blocking site。Format-zhihu -baidu Used to block Google search content
+
+
+
+
-> ### 🔍you may be looking for GreasyForkRelated scripts
+> ### 🔍you may be looking forGreasyForkRelated scripts
> - [**GreasyForksuitable for enhancement**](https://greasyfork.org/scripts/497317): The script details page is added. It is suitable for links to be added. Click to open the web page.,Copy web page,tire search
> - [**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.
> - [**GreaysFork Enhance WebHookSync settings**](https://greasyfork.org/scripts/506717): This script can help you 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。
> - [**GreasyFork Markdown toobar**](https://greasyfork.org/scripts/505164): Used by default in forums Markdown Format,Add format help link and Markdown Toolbar introduction
> - [**GreasyFork Show script ratings**](https://greasyfork.org/scripts/501119): Add evaluation scores to script list
-> - [**GreasyFork Advanced search**](https://greasyfork.org/scripts/505215): Search using Google GreasyFork and SleazyFork upper script
-> - [**GreasyFork Navigation barEnhance**](https://greasyfork.org/scripts/501880): 增强greasyfork导航栏,Add user list,User console etc.
+> - [**GreasyFork Advanced search**](https://greasyfork.org/scripts/505215): Search using Google GreasyFork and SleazyFork superior script
+> - [**GreasyFork Navigation barEnhance**](https://greasyfork.org/scripts/501880): EnhancegreasyforkNavigation bar,Add user list,User console, etc.
> - [**GreasyforkGlue craftsman**](https://greasyfork.org/scripts/497346): Enhancegreasyfork,Copy code,Script download,Precise time to seconds,Home page cleanup,Discuss one-click reporting,Script list jump code added download Beautify view code and display code reference files,show script icon,Jump to adult scripts and other operations
> - [**Greasyfork Notification assistant**](https://greasyfork.org/scripts/506345): When there’s a new reply to your script or to a discussion you’re participating in,The script will display the latest discussion content in a modal window on the web page。
> - [**Script FinderGrease Monkey Script Finder**](https://greasyfork.org/scripts/498904): Script Finder is a user script(userscript),It helps you find and manage userscripts on any website
+
+
+
+
-> ### 🔍you may be looking for adult script
+> ### 🔍You may be looking for adult scripts
> - [**MiSSAVAutomatic login**](https://greasyfork.org/scripts/505325): Detection MisssAV state,and automatically log in when not logged in
> - [**MissAVCollection manager**](https://greasyfork.org/scripts/497682): missPlaylist backup,Support downloading pictures and saving video information.Export local web page Support export towebdav
> - [**TissAVAutomatic login**](https://greasyfork.org/scripts/506528): Detection TissAV state,and automatically log in when not logged in
> - [**JableTVAutomatic login**](https://greasyfork.org/scripts/506730): Detection JableTV state,and automatically log in when not logged in
-
-> ### 🔍you may be looking for automatic translation
-> - [**foreign language terminator**](https://greasyfork.org/scripts/504890): Recognize non-Chinese characters,If the length is greater than 5 And the translated text does not contain Chinese,then replace it with Chinese,Need to be accessiblegooglenetwork
-> - [**web page translation——Automatically translated to Chinese**](https://greasyfork.org/scripts/505208): Give the lower right corner of each non-Chinese web page(Can be adjusted to the lower left corner)add a google Translate icon,This version is a Chinese translation version,Only translate foreign languages into Chinese,Add automatic translation
+
+
+
-
-
+### 查看所有发布脚本
+
-### 查看所有发布脚本
+
-> ### 🔍你可能在找 ChatGPT相关脚本
-> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码字体变小
+> ### 🔍你可能在找ChatGPT相关脚本
+> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码框内字体变小
> - [**ChatGPT 聊天复制代码按钮**](https://greasyfork.org/scripts/509598): 在 chatgpt.com 上代码块的右下角添加一个带有动画的“复制代码”按钮
> - [**ChatGPT 字符计数器**](https://greasyfork.org/scripts/506166): 添加一个字符计数器到输入框,限制为 32732 个字符。(ChatGPT 的限制是 32732 个字符。)
> - [**ChatGPT 折叠自己消息和最大宽度**](https://greasyfork.org/scripts/504901): 自动折叠由你发送的长消息,节省屏幕空间。允许你设置聊天窗口的最大宽度,使得长消息不会超出指定范围。
+
+
+
+
-> ### 🔍你可能在找 网页相关脚本
+> ### 🔍你可能在找网页相关脚本
> - [**网页写入剪辑版授权管理器**](https://greasyfork.org/scripts/497403): 禁止网页向剪辑版拉屎,绿色为放行,红色禁止,橙色临时方向
> - [**解除CSDN登录复制限制**](https://greasyfork.org/scripts/505207): 去你妈的 CSDN 登录复制,无需登录即可复制代码框内容
> - [**绚丽渐变美化网页表格**](https://greasyfork.org/scripts/507036): 自动为网页上的表格所有列应用颜色渐变美化.
@@ -130,9 +133,13 @@
> - [**上下滚动小按钮**](https://greasyfork.org/scripts/497251): 页面右侧添加上下滚动按钮
> - [**一键置顶和置底按钮**](https://greasyfork.org/scripts/500255): 修改自Greasyfork用户脚本 为网页添加置顶和置底按钮,方便在长页面中快速移动到顶部或底部。 增加向下滚动时按钮变色,3秒内无滚动自动停止
+
+
+
+
-> ### 🔍你可能在找 GitHub相关脚本
+> ### 🔍你可能在找GitHub相关脚本
> - [**GitHub提交信息显示HTML**](https://greasyfork.org/scripts/505830): 该脚本将 GitHub 上的提交信息转化为 HTML 视图,以更清晰地查看提交详情。它会自动将提交信息列表、提交头部和最新提交信息转化为 HTML 格式,提供更佳的视觉效果和用户体验。
> - [**GitHub 文件列表美化器**](https://greasyfork.org/scripts/508047): GitHub 文件列表美化器是一个用户脚本,用于增强 GitHub 仓库中的文件显示效果。它可以为文件和文件夹添加颜色,并将文件类型图标替换为小图像,使得代码库更加易于浏览和管理。
> - [**Github 代码语言列表显示全部**](https://greasyfork.org/scripts/509889): 扩展 Github 存储库上的语言列表,显示每种语言,而不是将小部分隐藏在 “其他” 下
@@ -142,15 +149,23 @@
> - [**🤠 Github 增强小助手 仓库显示大小 不活跃开发警告 仓库内快捷跳转用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): 在Github查看仓库和搜索仓库时显示仓库大小 ,不活跃开发警告,仓库内快捷跳转.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): 仓库列表文件排序方式改为日期降序,方便查看最新更新的文件。
+
+
+
+
-> ### 🔍你可能在找 Google相关脚本
+> ### 🔍你可能在找Google相关脚本
> - [**Google 高级搜索**](https://greasyfork.org/scripts/502652): 这是一个为 Google 添加高级搜索表单的用户脚本。它能在页面顶部添加一个可隐藏的高级搜索表单,使您能够更精确地搜索信息。
> - [**Google 搜索屏蔽指定站点**](https://greasyfork.org/scripts/500262): 在搜索引擎结果中屏蔽特定的站点,帮助用户过滤掉不需要的搜索结果。 自定义输入屏蔽站点。格式-zhihu -baidu 用于屏蔽谷歌搜索内容
+
+
+
+
-> ### 🔍你可能在找 GreasyFork相关脚本
+> ### 🔍你可能在找GreasyFork相关脚本
> - [**GreasyFork适用于增强**](https://greasyfork.org/scripts/497317): 脚本详情页增加适用于链接增加点击打开网页,复制网页,轮胎搜索
> - [**GrreasyFork 用户发布的脚本数据可视化**](https://greasyfork.org/scripts/508968): 使用Chart.js获取和可视化获取用户脚本数据,并在用户个人主页生成一个图表在下方显示详细安装情况
> - [**GreaysFork 增强 WebHook同步设置**](https://greasyfork.org/scripts/506717): 这个脚本可以帮助你快速输入脚本同步信息,并批量增加多个国家的语言代码,而不用一个个地点击选择框再去对应的网址。
@@ -162,22 +177,27 @@
> - [**Greasyfork 通知助手**](https://greasyfork.org/scripts/506345): 当你的脚本或你参与的讨论有新回复时,脚本会在网页上以模态窗口显示最新的讨论内容。
> - [**Script Finder油猴脚本查找器**](https://greasyfork.org/scripts/498904): Script Finder 是一个用户脚本(userscript),它可以帮助你在任何网站上查找和管理用户脚本
+
+
+
+
-> ### 🔍你可能在找 成人脚本
+> ### 🔍你可能在找成人脚本
> - [**MiSSAV自动登录**](https://greasyfork.org/scripts/505325): 检测 MisssAV 状态,并且在未登录时自动登录
> - [**MissAV收藏管理器**](https://greasyfork.org/scripts/497682): miss片单备份,支持下载图片保存视频信息.导出本地网页 支持导出到webdav
> - [**TissAV自动登录**](https://greasyfork.org/scripts/506528): 检测 TissAV 状态,并且在未登录时自动登录
> - [**JableTV自动登录**](https://greasyfork.org/scripts/506730): 检测 JableTV 状态,并且在未登录时自动登录
+
+
+
+
-> ### 🔍你可能在找 自动翻译
+> ### 🔍你可能在找自动翻译
> - [**外语终结者**](https://greasyfork.org/scripts/504890): 识别非中文字符,如果长度大于 5 且翻译文本中不含中文,则替换为中文,需要可访问google的网络
> - [**网页翻译——自动翻译为中文**](https://greasyfork.org/scripts/505208): 给每个非中文的网页右下角(可以调整到左下角)添加一个 google 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译
-
-
+### 查看所有发布脚本
+
-### 查看所有发布脚本
+
-> ### 🔍你可能在找 ChatGPT相关脚本
-> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码字体变小
+> ### 🔍你可能在找ChatGPT相关脚本
+> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码框内字体变小
> - [**ChatGPT 聊天复制代码按钮**](https://greasyfork.org/scripts/509598): 在 chatgpt.com 上代码块的右下角添加一个带有动画的“复制代码”按钮
> - [**ChatGPT 字符计数器**](https://greasyfork.org/scripts/506166): 添加一个字符计数器到输入框,限制为 32732 个字符。(ChatGPT 的限制是 32732 个字符。)
> - [**ChatGPT 折叠自己消息和最大宽度**](https://greasyfork.org/scripts/504901): 自动折叠由你发送的长消息,节省屏幕空间。允许你设置聊天窗口的最大宽度,使得长消息不会超出指定范围。
+
+
+
+
-> ### 🔍你可能在找 网页相关脚本
+> ### 🔍你可能在找网页相关脚本
> - [**网页写入剪辑版授权管理器**](https://greasyfork.org/scripts/497403): 禁止网页向剪辑版拉屎,绿色为放行,红色禁止,橙色临时方向
> - [**解除CSDN登录复制限制**](https://greasyfork.org/scripts/505207): 去你妈的 CSDN 登录复制,无需登录即可复制代码框内容
> - [**绚丽渐变美化网页表格**](https://greasyfork.org/scripts/507036): 自动为网页上的表格所有列应用颜色渐变美化.
@@ -145,9 +148,13 @@
> - [**上下滚动小按钮**](https://greasyfork.org/scripts/497251): 页面右侧添加上下滚动按钮
> - [**一键置顶和置底按钮**](https://greasyfork.org/scripts/500255): 修改自Greasyfork用户脚本 为网页添加置顶和置底按钮,方便在长页面中快速移动到顶部或底部。 增加向下滚动时按钮变色,3秒内无滚动自动停止
+
+
+
+
-> ### 🔍你可能在找 GitHub相关脚本
+> ### 🔍你可能在找GitHub相关脚本
> - [**GitHub提交信息显示HTML**](https://greasyfork.org/scripts/505830): 该脚本将 GitHub 上的提交信息转化为 HTML 视图,以更清晰地查看提交详情。它会自动将提交信息列表、提交头部和最新提交信息转化为 HTML 格式,提供更佳的视觉效果和用户体验。
> - [**GitHub 文件列表美化器**](https://greasyfork.org/scripts/508047): GitHub 文件列表美化器是一个用户脚本,用于增强 GitHub 仓库中的文件显示效果。它可以为文件和文件夹添加颜色,并将文件类型图标替换为小图像,使得代码库更加易于浏览和管理。
> - [**Github 代码语言列表显示全部**](https://greasyfork.org/scripts/509889): 扩展 Github 存储库上的语言列表,显示每种语言,而不是将小部分隐藏在 “其他” 下
@@ -157,15 +164,23 @@
> - [**🤠 Github 增强小助手 仓库显示大小 不活跃开发警告 仓库内快捷跳转用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): 在Github查看仓库和搜索仓库时显示仓库大小 ,不活跃开发警告,仓库内快捷跳转.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): 仓库列表文件排序方式改为日期降序,方便查看最新更新的文件。
+
+
+
+
-> ### 🔍你可能在找 Google相关脚本
+> ### 🔍你可能在找Google相关脚本
> - [**Google 高级搜索**](https://greasyfork.org/scripts/502652): 这是一个为 Google 添加高级搜索表单的用户脚本。它能在页面顶部添加一个可隐藏的高级搜索表单,使您能够更精确地搜索信息。
> - [**Google 搜索屏蔽指定站点**](https://greasyfork.org/scripts/500262): 在搜索引擎结果中屏蔽特定的站点,帮助用户过滤掉不需要的搜索结果。 自定义输入屏蔽站点。格式-zhihu -baidu 用于屏蔽谷歌搜索内容
+
+
+
+
-> ### 🔍你可能在找 GreasyFork相关脚本
+> ### 🔍你可能在找GreasyFork相关脚本
> - [**GreasyFork适用于增强**](https://greasyfork.org/scripts/497317): 脚本详情页增加适用于链接增加点击打开网页,复制网页,轮胎搜索
> - [**GrreasyFork 用户发布的脚本数据可视化**](https://greasyfork.org/scripts/508968): 使用Chart.js获取和可视化获取用户脚本数据,并在用户个人主页生成一个图表在下方显示详细安装情况
> - [**GreaysFork 增强 WebHook同步设置**](https://greasyfork.org/scripts/506717): 这个脚本可以帮助你快速输入脚本同步信息,并批量增加多个国家的语言代码,而不用一个个地点击选择框再去对应的网址。
@@ -177,22 +192,27 @@
> - [**Greasyfork 通知助手**](https://greasyfork.org/scripts/506345): 当你的脚本或你参与的讨论有新回复时,脚本会在网页上以模态窗口显示最新的讨论内容。
> - [**Script Finder油猴脚本查找器**](https://greasyfork.org/scripts/498904): Script Finder 是一个用户脚本(userscript),它可以帮助你在任何网站上查找和管理用户脚本
+
+
+
+
-> ### 🔍你可能在找 成人脚本
+> ### 🔍你可能在找成人脚本
> - [**MiSSAV自动登录**](https://greasyfork.org/scripts/505325): 检测 MisssAV 状态,并且在未登录时自动登录
> - [**MissAV收藏管理器**](https://greasyfork.org/scripts/497682): miss片单备份,支持下载图片保存视频信息.导出本地网页 支持导出到webdav
> - [**TissAV自动登录**](https://greasyfork.org/scripts/506528): 检测 TissAV 状态,并且在未登录时自动登录
> - [**JableTV自动登录**](https://greasyfork.org/scripts/506730): 检测 JableTV 状态,并且在未登录时自动登录
+
+
+
+
-> ### 🔍你可能在找 自动翻译
+> ### 🔍你可能在找自动翻译
> - [**外语终结者**](https://greasyfork.org/scripts/504890): 识别非中文字符,如果长度大于 5 且翻译文本中不含中文,则替换为中文,需要可访问google的网络
> - [**网页翻译——自动翻译为中文**](https://greasyfork.org/scripts/505208): 给每个非中文的网页右下角(可以调整到左下角)添加一个 google 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译
-
-
+### View all publish scripts
+
-### View all publish scripts
+
-> ### 🔍you may be looking for ChatGPTRelated scripts
-> - [**ChatGPTCode font size reduced**](https://greasyfork.org/scripts/505209): let ChatGPT Code font size becomes smaller
-> - [**ChatGPT 聊天Copy codebutton**](https://greasyfork.org/scripts/509598): exist chatgpt.com Add an animation in the lower right corner of the upper code block“复制代码”按钮
-> - [**ChatGPT character counter**](https://greasyfork.org/scripts/506166): 添加一characters计数器到输入框,limited to 32732 characters。(ChatGPT The limit is 32732 个字符。)
+> ### 🔍you may be looking forChatGPTRelated scripts
+> - [**ChatGPTCode font size reduced**](https://greasyfork.org/scripts/505209): let ChatGPT The font size in the code box becomes smaller
+> - [**ChatGPT chatCopy codebutton**](https://greasyfork.org/scripts/509598): exist chatgpt.com Add an animation in the lower right corner of the upper code block“Copy code”button
+> - [**ChatGPT character counter**](https://greasyfork.org/scripts/506166): add onecharactersCounter to input box,limited to 32732 characters。(ChatGPT The limit is 32732 characters。)
> - [**ChatGPT Collapse self message and max width**](https://greasyfork.org/scripts/504901): Automatically collapse long messages sent by you,Save screen space。Allows you to set the maximum width of the chat window,Keep long messages from exceeding the specified range。
+
+
+
+
-> ### 🔍you may be looking for Web related scripts
-> - [**Web page writing clip version authorization manager**](https://greasyfork.org/scripts/497403): Ban web pages from pooping on edited versions,green for release,red ban,orange temporary directions
-> - [**LiftCSDNLoginCopy限制**](https://greasyfork.org/scripts/505207): fuck you CSDN 登录复制,Copy code box content without logging in
+> ### 🔍You may be looking for web related scripts
+> - [**Web page writing clip version authorization manager**](https://greasyfork.org/scripts/497403): Ban web pages from pooping on edited versions,green for release,red prohibition,orange temporary directions
+> - [**LiftCSDNLoginCopylimit**](https://greasyfork.org/scripts/505207): fuck you CSDN LoginCopy,Copy code box content without logging in
> - [**Beautify web forms with gorgeous gradients**](https://greasyfork.org/scripts/507036): Automatically apply color gradient beautification to all columns of tables on web pages.
> - [**Highlight keywords on web pages+(recommend)**](https://greasyfork.org/scripts/498906): Highlight text on web pages
> - [**Highlight web text_mini version**](https://greasyfork.org/scripts/498905): Custom keyword highlighting on web pages including dynamically loaded content on scroll
@@ -145,54 +148,71 @@ The author [𝖢𝖸 𝖥𝗎𝗇𝗀]( https://greasyfork.org/zh-CN/users/37117
> - [**Small scroll button up and down**](https://greasyfork.org/scripts/497251): Add up and down scroll buttons on the right side of the page
> - [**One-touch top and bottom buttons**](https://greasyfork.org/scripts/500255): Modified fromGreasyforkuser script Add top and bottom buttons to web pages,Facilitates quick movement to the top or bottom of long pages。 Added button color change when scrolling down,3Automatically stops if there is no scrolling within seconds
+
+
+
+
-> ### 🔍you may be looking for GitHubRelated scripts
+> ### 🔍you may be looking forGitHubRelated scripts
> - [**GitHubSubmit information displayHTML**](https://greasyfork.org/scripts/505830): This script will GitHub The submission information on HTML view,to see submission details more clearly。It will automatically submit the information list、The commit header and latest commit information are converted to HTML Format,Provide better visual effects and user experience。
-> - [**GitHub File list beautifier**](https://greasyfork.org/scripts/508047): GitHub File List Beautifier is a user script,used to enhance GitHub Display effect of files in warehouse。It can add colors to files and folders,and replace the file type icons with small images,Makes the code base easier to browse and manage。
+> - [**GitHub File list beautifier**](https://greasyfork.org/scripts/508047): GitHub File List Beautifier is a user script,used to enhance GitHub Display effect of files in warehouse。It can add color to files and folders,and replace the file type icons with small images,Makes the code base easier to browse and manage。
> - [**Github List of code languages show all**](https://greasyfork.org/scripts/509889): Expand Github List of languages on the repository,Show each language,Instead of hiding small parts in “other” Down
> - [**GitHub Automatically confirm device authorization**](https://greasyfork.org/scripts/508956): existGitHubThe authorization page automatically enters the authorization code and automatically confirms it.。
-> - [**GitHubfolder下载**](https://greasyfork.org/scripts/505496): Add a download button,Allows easy downloading of specific GitHub 文件夹。
+> - [**GitHubfolderdownload**](https://greasyfork.org/scripts/505496): Add a download button,Allows easy downloading of specific GitHub folder。
> - [**GitHubDownload single files and copy filesURL**](https://greasyfork.org/scripts/505501): Add button at the end of each file line,to copy the original file URL and download files
-> - [**🤠 Github Enhance assistant Warehouse display size Inactive development warning Quick jump within the warehouse用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): existGithubShow warehouse size when viewing and searching warehouses ,Inactive development warning,仓库内快捷跳转.
+> - [**🤠 Github Enhance assistant Warehouse display size Inactive development warning Quick jump within the warehouseUser’s other warehouses 🤠**](https://greasyfork.org/scripts/502291): existGithubShow warehouse size when viewing and searching warehouses ,Inactive development warning,Quick jump within the warehouse.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): Change the sorting method of warehouse list files to descending date order,Conveniently view the latest updated files。
+
+
+
+
-> ### 🔍you may be looking for GoogleRelated scripts
-> - [**Google Advanced search**](https://greasyfork.org/scripts/502652): This is a for Google Add user script for advanced search form。It adds a hideable advanced search form at the top of the page,Enable you to search for information more precisely。
+> ### 🔍you may be looking forGoogleRelated scripts
+> - [**Google Advanced search**](https://greasyfork.org/scripts/502652): This is a for Google Add user script for advanced search form。It adds a hideable advanced search form at the top of the page,Enables you to search for information more precisely。
> - [**Google Search and block specific sites**](https://greasyfork.org/scripts/500262): Block specific sites from search engine results,Help users filter out unwanted search results。 Custom input blocking site。Format-zhihu -baidu Used to block Google search content
+
+
+
+
-> ### 🔍you may be looking for GreasyForkRelated scripts
+> ### 🔍you may be looking forGreasyForkRelated scripts
> - [**GreasyForksuitable for enhancement**](https://greasyfork.org/scripts/497317): The script details page is added. It is suitable for links to be added. Click to open the web page.,Copy web page,tire search
> - [**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.
> - [**GreaysFork Enhance WebHookSync settings**](https://greasyfork.org/scripts/506717): This script can help you 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。
> - [**GreasyFork Markdown toobar**](https://greasyfork.org/scripts/505164): Used by default in forums Markdown Format,Add format help link and Markdown Toolbar introduction
> - [**GreasyFork Show script ratings**](https://greasyfork.org/scripts/501119): Add evaluation scores to script list
-> - [**GreasyFork Advanced search**](https://greasyfork.org/scripts/505215): Search using Google GreasyFork and SleazyFork upper script
-> - [**GreasyFork Navigation barEnhance**](https://greasyfork.org/scripts/501880): 增强greasyfork导航栏,Add user list,User console etc.
+> - [**GreasyFork Advanced search**](https://greasyfork.org/scripts/505215): Search using Google GreasyFork and SleazyFork superior script
+> - [**GreasyFork Navigation barEnhance**](https://greasyfork.org/scripts/501880): EnhancegreasyforkNavigation bar,Add user list,User console, etc.
> - [**GreasyforkGlue craftsman**](https://greasyfork.org/scripts/497346): Enhancegreasyfork,Copy code,Script download,Precise time to seconds,Home page cleanup,Discuss one-click reporting,Script list jump code added download Beautify view code and display code reference files,show script icon,Jump to adult scripts and other operations
> - [**Greasyfork Notification assistant**](https://greasyfork.org/scripts/506345): When there’s a new reply to your script or to a discussion you’re participating in,The script will display the latest discussion content in a modal window on the web page。
> - [**Script FinderGrease Monkey Script Finder**](https://greasyfork.org/scripts/498904): Script Finder is a user script(userscript),It helps you find and manage userscripts on any website
+
+
+
+
-> ### 🔍you may be looking for adult script
+> ### 🔍You may be looking for adult scripts
> - [**MiSSAVAutomatic login**](https://greasyfork.org/scripts/505325): Detection MisssAV state,and automatically log in when not logged in
> - [**MissAVCollection manager**](https://greasyfork.org/scripts/497682): missPlaylist backup,Support downloading pictures and saving video information.Export local web page Support export towebdav
> - [**TissAVAutomatic login**](https://greasyfork.org/scripts/506528): Detection TissAV state,and automatically log in when not logged in
> - [**JableTVAutomatic login**](https://greasyfork.org/scripts/506730): Detection JableTV state,and automatically log in when not logged in
-
-> ### 🔍you may be looking for automatic translation
-> - [**foreign language terminator**](https://greasyfork.org/scripts/504890): Recognize non-Chinese characters,If the length is greater than 5 And the translated text does not contain Chinese,then replace it with Chinese,Need to be accessiblegooglenetwork
-> - [**web page translation——Automatically translated to Chinese**](https://greasyfork.org/scripts/505208): Give the lower right corner of each non-Chinese web page(Can be adjusted to the lower left corner)add a google Translate icon,This version is a Chinese translation version,Only translate foreign languages into Chinese,Add automatic translation
+
+
+
-
-
+### 查看所有发布脚本
+
-### 查看所有发布脚本
+
-> ### 🔍你可能在找 ChatGPT相关脚本
-> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码字体变小
+> ### 🔍你可能在找ChatGPT相关脚本
+> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码框内字体变小
> - [**ChatGPT 聊天复制代码按钮**](https://greasyfork.org/scripts/509598): 在 chatgpt.com 上代码块的右下角添加一个带有动画的“复制代码”按钮
> - [**ChatGPT 字符计数器**](https://greasyfork.org/scripts/506166): 添加一个字符计数器到输入框,限制为 32732 个字符。(ChatGPT 的限制是 32732 个字符。)
> - [**ChatGPT 折叠自己消息和最大宽度**](https://greasyfork.org/scripts/504901): 自动折叠由你发送的长消息,节省屏幕空间。允许你设置聊天窗口的最大宽度,使得长消息不会超出指定范围。
+
+
+
+
-> ### 🔍你可能在找 网页相关脚本
+> ### 🔍你可能在找网页相关脚本
> - [**网页写入剪辑版授权管理器**](https://greasyfork.org/scripts/497403): 禁止网页向剪辑版拉屎,绿色为放行,红色禁止,橙色临时方向
> - [**解除CSDN登录复制限制**](https://greasyfork.org/scripts/505207): 去你妈的 CSDN 登录复制,无需登录即可复制代码框内容
> - [**绚丽渐变美化网页表格**](https://greasyfork.org/scripts/507036): 自动为网页上的表格所有列应用颜色渐变美化.
@@ -136,9 +139,13 @@
> - [**上下滚动小按钮**](https://greasyfork.org/scripts/497251): 页面右侧添加上下滚动按钮
> - [**一键置顶和置底按钮**](https://greasyfork.org/scripts/500255): 修改自Greasyfork用户脚本 为网页添加置顶和置底按钮,方便在长页面中快速移动到顶部或底部。 增加向下滚动时按钮变色,3秒内无滚动自动停止
+
+
+
+
-> ### 🔍你可能在找 GitHub相关脚本
+> ### 🔍你可能在找GitHub相关脚本
> - [**GitHub提交信息显示HTML**](https://greasyfork.org/scripts/505830): 该脚本将 GitHub 上的提交信息转化为 HTML 视图,以更清晰地查看提交详情。它会自动将提交信息列表、提交头部和最新提交信息转化为 HTML 格式,提供更佳的视觉效果和用户体验。
> - [**GitHub 文件列表美化器**](https://greasyfork.org/scripts/508047): GitHub 文件列表美化器是一个用户脚本,用于增强 GitHub 仓库中的文件显示效果。它可以为文件和文件夹添加颜色,并将文件类型图标替换为小图像,使得代码库更加易于浏览和管理。
> - [**Github 代码语言列表显示全部**](https://greasyfork.org/scripts/509889): 扩展 Github 存储库上的语言列表,显示每种语言,而不是将小部分隐藏在 “其他” 下
@@ -148,15 +155,23 @@
> - [**🤠 Github 增强小助手 仓库显示大小 不活跃开发警告 仓库内快捷跳转用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): 在Github查看仓库和搜索仓库时显示仓库大小 ,不活跃开发警告,仓库内快捷跳转.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): 仓库列表文件排序方式改为日期降序,方便查看最新更新的文件。
+
+
+
+
-> ### 🔍你可能在找 Google相关脚本
+> ### 🔍你可能在找Google相关脚本
> - [**Google 高级搜索**](https://greasyfork.org/scripts/502652): 这是一个为 Google 添加高级搜索表单的用户脚本。它能在页面顶部添加一个可隐藏的高级搜索表单,使您能够更精确地搜索信息。
> - [**Google 搜索屏蔽指定站点**](https://greasyfork.org/scripts/500262): 在搜索引擎结果中屏蔽特定的站点,帮助用户过滤掉不需要的搜索结果。 自定义输入屏蔽站点。格式-zhihu -baidu 用于屏蔽谷歌搜索内容
+
+
+
+
-> ### 🔍你可能在找 GreasyFork相关脚本
+> ### 🔍你可能在找GreasyFork相关脚本
> - [**GreasyFork适用于增强**](https://greasyfork.org/scripts/497317): 脚本详情页增加适用于链接增加点击打开网页,复制网页,轮胎搜索
> - [**GrreasyFork 用户发布的脚本数据可视化**](https://greasyfork.org/scripts/508968): 使用Chart.js获取和可视化获取用户脚本数据,并在用户个人主页生成一个图表在下方显示详细安装情况
> - [**GreaysFork 增强 WebHook同步设置**](https://greasyfork.org/scripts/506717): 这个脚本可以帮助你快速输入脚本同步信息,并批量增加多个国家的语言代码,而不用一个个地点击选择框再去对应的网址。
@@ -168,22 +183,27 @@
> - [**Greasyfork 通知助手**](https://greasyfork.org/scripts/506345): 当你的脚本或你参与的讨论有新回复时,脚本会在网页上以模态窗口显示最新的讨论内容。
> - [**Script Finder油猴脚本查找器**](https://greasyfork.org/scripts/498904): Script Finder 是一个用户脚本(userscript),它可以帮助你在任何网站上查找和管理用户脚本
+
+
+
+
-> ### 🔍你可能在找 成人脚本
+> ### 🔍你可能在找成人脚本
> - [**MiSSAV自动登录**](https://greasyfork.org/scripts/505325): 检测 MisssAV 状态,并且在未登录时自动登录
> - [**MissAV收藏管理器**](https://greasyfork.org/scripts/497682): miss片单备份,支持下载图片保存视频信息.导出本地网页 支持导出到webdav
> - [**TissAV自动登录**](https://greasyfork.org/scripts/506528): 检测 TissAV 状态,并且在未登录时自动登录
> - [**JableTV自动登录**](https://greasyfork.org/scripts/506730): 检测 JableTV 状态,并且在未登录时自动登录
+
+
+
+
-> ### 🔍你可能在找 自动翻译
+> ### 🔍你可能在找自动翻译
> - [**外语终结者**](https://greasyfork.org/scripts/504890): 识别非中文字符,如果长度大于 5 且翻译文本中不含中文,则替换为中文,需要可访问google的网络
> - [**网页翻译——自动翻译为中文**](https://greasyfork.org/scripts/505208): 给每个非中文的网页右下角(可以调整到左下角)添加一个 google 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译
-
-
+### View all publish scripts
+
-### View all publish scripts
+
-> ### 🔍you may be looking for ChatGPTRelated scripts
-> - [**ChatGPTCode font size reduced**](https://greasyfork.org/scripts/505209): let ChatGPT Code font size becomes smaller
-> - [**ChatGPT 聊天Copy codebutton**](https://greasyfork.org/scripts/509598): exist chatgpt.com Add an animation in the lower right corner of the upper code block“复制代码”按钮
-> - [**ChatGPT character counter**](https://greasyfork.org/scripts/506166): 添加一characters计数器到输入框,limited to 32732 characters。(ChatGPT The limit is 32732 个字符。)
+> ### 🔍you may be looking forChatGPTRelated scripts
+> - [**ChatGPTCode font size reduced**](https://greasyfork.org/scripts/505209): let ChatGPT The font size in the code box becomes smaller
+> - [**ChatGPT chatCopy codebutton**](https://greasyfork.org/scripts/509598): exist chatgpt.com Add an animation in the lower right corner of the upper code block“Copy code”button
+> - [**ChatGPT character counter**](https://greasyfork.org/scripts/506166): add onecharactersCounter to input box,limited to 32732 characters。(ChatGPT The limit is 32732 characters。)
> - [**ChatGPT Collapse self message and max width**](https://greasyfork.org/scripts/504901): Automatically collapse long messages sent by you,Save screen space。Allows you to set the maximum width of the chat window,Keep long messages from exceeding the specified range。
+
+
+
+
-> ### 🔍you may be looking for Web related scripts
-> - [**Web page writing clip version authorization manager**](https://greasyfork.org/scripts/497403): Ban web pages from pooping on edited versions,green for release,red ban,orange temporary directions
-> - [**LiftCSDNLoginCopy限制**](https://greasyfork.org/scripts/505207): fuck you CSDN 登录复制,Copy code box content without logging in
+> ### 🔍You may be looking for web related scripts
+> - [**Web page writing clip version authorization manager**](https://greasyfork.org/scripts/497403): Ban web pages from pooping on edited versions,green for release,red prohibition,orange temporary directions
+> - [**LiftCSDNLoginCopylimit**](https://greasyfork.org/scripts/505207): fuck you CSDN LoginCopy,Copy code box content without logging in
> - [**Beautify web forms with gorgeous gradients**](https://greasyfork.org/scripts/507036): Automatically apply color gradient beautification to all columns of tables on web pages.
> - [**Highlight keywords on web pages+(recommend)**](https://greasyfork.org/scripts/498906): Highlight text on web pages
> - [**Highlight web text_mini version**](https://greasyfork.org/scripts/498905): Custom keyword highlighting on web pages including dynamically loaded content on scroll
@@ -150,54 +153,71 @@ Script modified from user **[𝖢𝖸 𝖥𝗎𝗇𝗀](https://greasyfork.org/z
> - [**Small scroll button up and down**](https://greasyfork.org/scripts/497251): Add up and down scroll buttons on the right side of the page
> - [**One-touch top and bottom buttons**](https://greasyfork.org/scripts/500255): Modified fromGreasyforkuser script Add top and bottom buttons to web pages,Facilitates quick movement to the top or bottom of long pages。 Added button color change when scrolling down,3Automatically stops if there is no scrolling within seconds
+
+
+
+
-> ### 🔍you may be looking for GitHubRelated scripts
+> ### 🔍you may be looking forGitHubRelated scripts
> - [**GitHubSubmit information displayHTML**](https://greasyfork.org/scripts/505830): This script will GitHub The submission information on HTML view,to see submission details more clearly。It will automatically submit the information list、The commit header and latest commit information are converted to HTML Format,Provide better visual effects and user experience。
-> - [**GitHub File list beautifier**](https://greasyfork.org/scripts/508047): GitHub File List Beautifier is a user script,used to enhance GitHub Display effect of files in warehouse。It can add colors to files and folders,and replace the file type icons with small images,Makes the code base easier to browse and manage。
+> - [**GitHub File list beautifier**](https://greasyfork.org/scripts/508047): GitHub File List Beautifier is a user script,used to enhance GitHub Display effect of files in warehouse。It can add color to files and folders,and replace the file type icons with small images,Makes the code base easier to browse and manage。
> - [**Github List of code languages show all**](https://greasyfork.org/scripts/509889): Expand Github List of languages on the repository,Show each language,Instead of hiding small parts in “other” Down
> - [**GitHub Automatically confirm device authorization**](https://greasyfork.org/scripts/508956): existGitHubThe authorization page automatically enters the authorization code and automatically confirms it.。
-> - [**GitHubfolder下载**](https://greasyfork.org/scripts/505496): Add a download button,Allows easy downloading of specific GitHub 文件夹。
+> - [**GitHubfolderdownload**](https://greasyfork.org/scripts/505496): Add a download button,Allows easy downloading of specific GitHub folder。
> - [**GitHubDownload single files and copy filesURL**](https://greasyfork.org/scripts/505501): Add button at the end of each file line,to copy the original file URL and download files
-> - [**🤠 Github Enhance assistant Warehouse display size Inactive development warning Quick jump within the warehouse用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): existGithubShow warehouse size when viewing and searching warehouses ,Inactive development warning,仓库内快捷跳转.
+> - [**🤠 Github Enhance assistant Warehouse display size Inactive development warning Quick jump within the warehouseUser’s other warehouses 🤠**](https://greasyfork.org/scripts/502291): existGithubShow warehouse size when viewing and searching warehouses ,Inactive development warning,Quick jump within the warehouse.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): Change the sorting method of warehouse list files to descending date order,Conveniently view the latest updated files。
+
+
+
+
-> ### 🔍you may be looking for GoogleRelated scripts
-> - [**Google Advanced search**](https://greasyfork.org/scripts/502652): This is a for Google Add user script for advanced search form。It adds a hideable advanced search form at the top of the page,Enable you to search for information more precisely。
+> ### 🔍you may be looking forGoogleRelated scripts
+> - [**Google Advanced search**](https://greasyfork.org/scripts/502652): This is a for Google Add user script for advanced search form。It adds a hideable advanced search form at the top of the page,Enables you to search for information more precisely。
> - [**Google Search and block specific sites**](https://greasyfork.org/scripts/500262): Block specific sites from search engine results,Help users filter out unwanted search results。 Custom input blocking site。Format-zhihu -baidu Used to block Google search content
+
+
+
+
-> ### 🔍you may be looking for GreasyForkRelated scripts
+> ### 🔍you may be looking forGreasyForkRelated scripts
> - [**GreasyForksuitable for enhancement**](https://greasyfork.org/scripts/497317): The script details page is added. It is suitable for links to be added. Click to open the web page.,Copy web page,tire search
> - [**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.
> - [**GreaysFork Enhance WebHookSync settings**](https://greasyfork.org/scripts/506717): This script can help you 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。
> - [**GreasyFork Markdown toobar**](https://greasyfork.org/scripts/505164): Used by default in forums Markdown Format,Add format help link and Markdown Toolbar introduction
> - [**GreasyFork Show script ratings**](https://greasyfork.org/scripts/501119): Add evaluation scores to script list
-> - [**GreasyFork Advanced search**](https://greasyfork.org/scripts/505215): Search using Google GreasyFork and SleazyFork upper script
-> - [**GreasyFork Navigation barEnhance**](https://greasyfork.org/scripts/501880): 增强greasyfork导航栏,Add user list,User console etc.
+> - [**GreasyFork Advanced search**](https://greasyfork.org/scripts/505215): Search using Google GreasyFork and SleazyFork superior script
+> - [**GreasyFork Navigation barEnhance**](https://greasyfork.org/scripts/501880): EnhancegreasyforkNavigation bar,Add user list,User console, etc.
> - [**GreasyforkGlue craftsman**](https://greasyfork.org/scripts/497346): Enhancegreasyfork,Copy code,Script download,Precise time to seconds,Home page cleanup,Discuss one-click reporting,Script list jump code added download Beautify view code and display code reference files,show script icon,Jump to adult scripts and other operations
> - [**Greasyfork Notification assistant**](https://greasyfork.org/scripts/506345): When there’s a new reply to your script or to a discussion you’re participating in,The script will display the latest discussion content in a modal window on the web page。
> - [**Script FinderGrease Monkey Script Finder**](https://greasyfork.org/scripts/498904): Script Finder is a user script(userscript),It helps you find and manage userscripts on any website
+
+
+
+
-> ### 🔍you may be looking for adult script
+> ### 🔍You may be looking for adult scripts
> - [**MiSSAVAutomatic login**](https://greasyfork.org/scripts/505325): Detection MisssAV state,and automatically log in when not logged in
> - [**MissAVCollection manager**](https://greasyfork.org/scripts/497682): missPlaylist backup,Support downloading pictures and saving video information.Export local web page Support export towebdav
> - [**TissAVAutomatic login**](https://greasyfork.org/scripts/506528): Detection TissAV state,and automatically log in when not logged in
> - [**JableTVAutomatic login**](https://greasyfork.org/scripts/506730): Detection JableTV state,and automatically log in when not logged in
-
-> ### 🔍you may be looking for automatic translation
-> - [**foreign language terminator**](https://greasyfork.org/scripts/504890): Recognize non-Chinese characters,If the length is greater than 5 And the translated text does not contain Chinese,then replace it with Chinese,Need to be accessiblegooglenetwork
-> - [**web page translation——Automatically translated to Chinese**](https://greasyfork.org/scripts/505208): Give the lower right corner of each non-Chinese web page(Can be adjusted to the lower left corner)add a google Translate icon,This version is a Chinese translation version,Only translate foreign languages into Chinese,Add automatic translation
+
+
+
-
-
+### 모든 게시 스크립트 보기
+
-### 모든 게시 스크립트 보기
+
-> ### 🔍당신은 찾고있을 수 있습니다 ChatGPT관련 스크립트
-> - [**ChatGPT코드 글꼴 크기 감소**](https://greasyfork.org/scripts/505209): 허락하다 ChatGPT 코드 글꼴 크기가 작아집니다.
-> - [**ChatGPT 聊天코드 복사단추**](https://greasyfork.org/scripts/509598): 존재하다 chatgpt.com 상단 코드 블록의 오른쪽 하단에 애니메이션을 추가합니다.“复制代码”按钮
-> - [**ChatGPT 캐릭터 카운터**](https://greasyfork.org/scripts/506166): 添加一문자计数器到输入框,로 제한됨 32732 문자。(ChatGPT 한도는 32732 个字符。)
+> ### 🔍당신은 찾고있을 수 있습니다ChatGPT관련 스크립트
+> - [**ChatGPT코드 글꼴 크기 감소**](https://greasyfork.org/scripts/505209): 허락하다 ChatGPT 코드 상자의 글꼴 크기가 작아집니다.
+> - [**ChatGPT 채팅코드 복사단추**](https://greasyfork.org/scripts/509598): 존재하다 chatgpt.com 상단 코드 블록의 오른쪽 하단에 애니메이션을 추가합니다.“코드 복사”단추
+> - [**ChatGPT 캐릭터 카운터**](https://greasyfork.org/scripts/506166): 하나 추가캐릭터입력 상자에 대한 카운터,제한됨 32732 캐릭터。(ChatGPT 한도는 32732 캐릭터。)
> - [**ChatGPT 자체 메시지 및 최대 너비 축소**](https://greasyfork.org/scripts/504901): 귀하가 보낸 긴 메시지를 자동으로 접습니다.,화면 공간 절약。채팅 창의 최대 너비를 설정할 수 있습니다.,긴 메시지가 지정된 범위를 초과하지 않도록 유지。
+
+
+
+
-> ### 🔍당신은 찾고있을 수 있습니다 웹 관련 스크립트
+> ### 🔍웹 관련 스크립트를 찾고 있을 수도 있습니다.
> - [**웹 페이지 작성 클립 버전 권한 관리자**](https://greasyfork.org/scripts/497403): 편집된 버전에서 웹페이지가 표시되는 것을 금지합니다.,출시용 녹색,빨간색 금지,주황색 임시 방향
-> - [**승강기CSDN로그인복사限制**](https://greasyfork.org/scripts/505207): 엿 먹어라 CSDN 登录复制,로그인하지 않고 코드 상자 내용 복사
+> - [**승강기CSDN로그인복사한계**](https://greasyfork.org/scripts/505207): 엿 먹어라 CSDN 로그인복사,로그인하지 않고 코드 상자 내용 복사
> - [**화려한 그라데이션으로 웹 양식을 아름답게 꾸미세요**](https://greasyfork.org/scripts/507036): 웹 페이지 테이블의 모든 열에 색상 그라데이션 미화를 자동으로 적용합니다..
> - [**웹페이지에서 키워드 강조표시+(추천하다)**](https://greasyfork.org/scripts/498906): 웹페이지의 텍스트 강조표시
> - [**웹 텍스트 강조 표시_미니 버전**](https://greasyfork.org/scripts/498905): 스크롤 시 동적으로 로드되는 콘텐츠를 포함하여 웹페이지에서 사용자 정의 키워드 강조 표시
@@ -144,54 +147,71 @@
> - [**위아래로 작은 스크롤 버튼**](https://greasyfork.org/scripts/497251): 페이지 오른쪽에 상하 스크롤 버튼 추가
> - [**원터치 상하 버튼**](https://greasyfork.org/scripts/500255): 다음에서 수정됨Greasyfork사용자 스크립트 웹 페이지에 상단 및 하단 버튼 추가,긴 페이지의 상단 또는 하단으로 빠르게 이동할 수 있습니다.。 아래로 스크롤할 때 버튼 색상 변경 추가,3몇 초 내에 스크롤이 없으면 자동으로 중지됩니다.
+
+
+
+
-> ### 🔍당신은 찾고있을 수 있습니다 GitHub관련 스크립트
+> ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트
> - [**GitHub정보 표시 제출HTML**](https://greasyfork.org/scripts/505830): 이 스크립트는 GitHub 제출정보는 HTML 보다,제출 세부정보를 더 명확하게 보려면。정보 목록이 자동으로 제출됩니다.、커밋 헤더와 최신 커밋 정보는 다음과 같이 변환됩니다. HTML 체재,더 나은 시각 효과와 사용자 경험 제공。
> - [**GitHub 파일 목록 미화자**](https://greasyfork.org/scripts/508047): GitHub File List Beautifier는 사용자 스크립트입니다.,향상시키는 데 사용됨 GitHub 창고 내 파일 표시 효과。파일과 폴더에 색상을 추가할 수 있습니다.,파일 형식 아이콘을 작은 이미지로 바꿉니다.,코드 베이스를 더 쉽게 찾아보고 관리할 수 있습니다.。
> - [**Github 코드 언어 목록 모두 표시**](https://greasyfork.org/scripts/509889): 확장하다 Github 저장소의 언어 목록,각 언어 표시,작은 부품을 숨기는 것보다 “다른” 아래에
> - [**GitHub 장치 승인 자동 확인**](https://greasyfork.org/scripts/508956): 존재하다GitHub인증 페이지에서는 자동으로 인증 코드를 입력하고 자동으로 확인합니다.。
-> - [**GitHub접는 사람下载**](https://greasyfork.org/scripts/505496): 다운로드 버튼 추가,특정 파일을 쉽게 다운로드할 수 있습니다. GitHub 文件夹。
+> - [**GitHub접는 사람다운로드**](https://greasyfork.org/scripts/505496): 다운로드 버튼 추가,특정 파일을 쉽게 다운로드할 수 있습니다. GitHub 접는 사람。
> - [**GitHub단일 파일 다운로드 및 파일 복사URL**](https://greasyfork.org/scripts/505501): 각 파일 줄 끝에 추가 버튼,원본 파일을 복사하려면 URL 그리고 파일 다운로드
-> - [**🤠 Github 어시스턴트 강화 창고 전시 크기 비활성 개발 경고 창고 내 빠른 점프用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): 존재하다Github창고 보기 및 검색 시 창고 크기 표시 ,비활성 개발 경고,仓库内快捷跳转.
+> - [**🤠 Github 어시스턴트 강화 창고 전시 크기 비활성 개발 경고 창고 내 빠른 점프사용자의 다른 창고 🤠**](https://greasyfork.org/scripts/502291): 존재하다Github창고 보기 및 검색 시 창고 크기 표시 ,비활성 개발 경고,창고 내 빠른 점프.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): 창고 목록 파일 정렬 방식을 날짜 내림차순으로 변경,최신 업데이트 파일을 편리하게 확인하세요。
+
+
+
+
-> ### 🔍당신은 찾고있을 수 있습니다 Google관련 스크립트
+> ### 🔍당신은 찾고있을 수 있습니다Google관련 스크립트
> - [**Google 고급 검색**](https://greasyfork.org/scripts/502652): 이것은 Google 고급 검색 양식에 대한 사용자 스크립트 추가。페이지 상단에 숨길 수 있는 고급 검색 양식을 추가합니다.,보다 정확하게 정보를 검색할 수 있습니다.。
> - [**Google 특정 사이트 검색 및 차단**](https://greasyfork.org/scripts/500262): 검색 엔진 결과에서 특정 사이트 차단,사용자가 원치 않는 검색 결과를 필터링하도록 지원。 사용자 정의 입력 차단 사이트。체재-zhihu -baidu Google 검색 콘텐츠를 차단하는 데 사용됩니다.
+
+
+
+
-> ### 🔍당신은 찾고있을 수 있습니다 GreasyFork관련 스크립트
+> ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트
> - [**GreasyFork향상에 적합**](https://greasyfork.org/scripts/497317): 추가할 링크에 적합한 스크립트 세부정보 페이지가 추가됩니다.,웹페이지 복사,타이어 검색
> - [**GrreasyFork 사용자 게시 스크립트 데이터 시각화**](https://greasyfork.org/scripts/508968): 사용Chart.js사용자 스크립트 데이터 획득 및 시각화,그리고 사용자의 개인 홈페이지에 차트를 생성하여 아래와 같이 자세한 설치 현황을 표시합니다.
-> - [**GreaysFork 향상시키다 WebHook동기화 설정**](https://greasyfork.org/scripts/506717): 이 스크립트를 사용하면 스크립트 동기화 정보를 빠르게 입력할 수 있습니다.,여러 국가의 언어 코드를 일괄 추가하세요.,선택 상자를 하나씩 클릭하여 해당 URL로 이동하는 대신。
+> - [**GreaysFork 향상시키다 WebHook동기화 설정**](https://greasyfork.org/scripts/506717): 이 스크립트를 사용하면 스크립트 동기화 정보를 빠르게 입력할 수 있습니다.,여러 국가의 언어 코드를 일괄 추가합니다.,선택 상자를 하나씩 클릭하여 해당 URL로 이동하는 대신。
> - [**GreasyFork Markdown toobar**](https://greasyfork.org/scripts/505164): 포럼에서 기본적으로 사용됨 Markdown 체재,형식 도움말 링크를 추가하고 Markdown 툴바 소개
> - [**GreasyFork 스크립트 등급 표시**](https://greasyfork.org/scripts/501119): 스크립트 목록에 평가 점수 추가
> - [**GreasyFork 고급 검색**](https://greasyfork.org/scripts/505215): Google을 사용하여 검색 GreasyFork 그리고 SleazyFork 상적 각본
-> - [**GreasyFork 네비게이션 바향상시키다**](https://greasyfork.org/scripts/501880): 增强greasyfork导航栏,사용자 목록 추가,사용자 콘솔 등
+> - [**GreasyFork 네비게이션 바향상시키다**](https://greasyfork.org/scripts/501880): 향상시키다greasyfork네비게이션 바,사용자 목록 추가,사용자 콘솔 등
> - [**Greasyfork糊裱匠**](https://greasyfork.org/scripts/497346): 향상시키다greasyfork,코드 복사,스크립트 다운로드,초 단위의 정확한 시간,홈페이지 정리,원클릭 보고에 대해 논의,스크립트 목록 점프 코드 추가 다운로드 코드 보기 및 코드 참조 파일 표시,스크립트 아이콘 표시,성인용 스크립트 및 기타 작업으로 이동
> - [**Greasyfork 알림 도우미**](https://greasyfork.org/scripts/506345): 귀하의 스크립트나 귀하가 참여하고 있는 토론에 대한 새로운 답변이 있는 경우,스크립트는 웹 페이지의 모달 창에 최신 토론 내용을 표시합니다.。
> - [**Script Finder그리스 원숭이 스크립트 찾기**](https://greasyfork.org/scripts/498904): Script Finder 사용자 스크립트입니다(userscript),모든 웹사이트에서 사용자 스크립트를 찾고 관리하는 데 도움이 됩니다.
+
+
+
+
-> ### 🔍당신은 찾고있을 수 있습니다 성인 각본
+> ### 🔍성인용 스크립트를 찾고 있을 수도 있습니다.
> - [**MiSSAV자동 로그인**](https://greasyfork.org/scripts/505325): 발각 MisssAV 상태,로그인하지 않으면 자동으로 로그인됩니다.
> - [**MissAV컬렉션 관리자**](https://greasyfork.org/scripts/497682): miss재생목록 백업,사진 다운로드 및 비디오 정보 저장 지원.로컬 웹페이지 내보내기 수출 지원webdav
> - [**TissAV자동 로그인**](https://greasyfork.org/scripts/506528): 발각 TissAV 상태,로그인하지 않으면 자동으로 로그인됩니다.
> - [**JableTV자동 로그인**](https://greasyfork.org/scripts/506730): 발각 JableTV 상태,로그인하지 않으면 자동으로 로그인됩니다.
-
-> ### 🔍당신은 찾고있을 수 있습니다 자동 번역
-> - [**외국어 터미네이터**](https://greasyfork.org/scripts/504890): 중국어가 아닌 문자 인식,길이가 그 이상인 경우 5 그리고 번역된 텍스트에는 중국어가 포함되어 있지 않습니다.,그럼 중국어로 바꾸세요,접근 가능해야 함google회로망
-> - [**웹페이지 번역——중국어로 자동 번역됨**](https://greasyfork.org/scripts/505208): 중국어가 아닌 웹페이지의 오른쪽 하단 모서리를 제공합니다.(왼쪽 하단으로 조정 가능)추가하다 google 번역 아이콘,이 버전은 중국어 번역 버전입니다.,외국어만 중국어로 번역하세요,자동 번역 추가
+
+
+
-
-
+### 查看所有發布腳本
+
-### 查看所有發布腳本
+
-> ### 🔍你可能在找 ChatGPT相關腳本
-> - [**ChatGPT程式碼字體縮小**](https://greasyfork.org/scripts/505209): 讓 ChatGPT 程式碼字體變小
-> - [**ChatGPT 聊天複製程式碼按鈕**](https://greasyfork.org/scripts/509598): 在 chatgpt.com 上代碼區塊的右下角添加一個帶有動畫的“复制代码”按钮
-> - [**ChatGPT 字元計數器**](https://greasyfork.org/scripts/506166): 添加一個字元计数器到输入框,限制為 32732 個字元。(ChatGPT 的限制是 32732 个字符。)
+> ### 🔍你可能在找ChatGPT相關腳本
+> - [**ChatGPT程式碼字體縮小**](https://greasyfork.org/scripts/505209): 讓 ChatGPT 程式碼框內字體變小
+> - [**ChatGPT 聊天複製程式碼按鈕**](https://greasyfork.org/scripts/509598): 在 chatgpt.com 上代碼區塊的右下角添加一個帶有動畫的“複製程式碼”按鈕
+> - [**ChatGPT 字元計數器**](https://greasyfork.org/scripts/506166): 添加一個字元计数器到输入框,限制為 32732 個字元。(ChatGPT 的限制是 32732 個字元。)
> - [**ChatGPT 折疊自己訊息和最大寬度**](https://greasyfork.org/scripts/504901): 自動折疊由你發送的長訊息,節省螢幕空間。允許你設定聊天視窗的最大寬度,使得長訊息不會超出指定範圍。
+
+
+
+
-> ### 🔍你可能在找 網頁相關腳本
+> ### 🔍你可能在找網頁相關腳本
> - [**網頁寫入剪輯版授權管理員**](https://greasyfork.org/scripts/497403): 禁止網頁向剪輯版拉屎,綠色為放行,紅色禁止,橙色臨時方向
-> - [**解除CSDN登入複製限制**](https://greasyfork.org/scripts/505207): 去你媽的 CSDN 登录复制,無需登入即可複製程式碼框內容
+> - [**解除CSDN登入複製限制**](https://greasyfork.org/scripts/505207): 去你媽的 CSDN 登入複製,無需登入即可複製程式碼框內容
> - [**絢麗漸層美化網頁表格**](https://greasyfork.org/scripts/507036): 自動為網頁上的表格所有欄位套用顏色漸層美化.
> - [**網頁高亮關鍵字+(推薦)**](https://greasyfork.org/scripts/498906): 對網頁上的文字進行高亮顯示
> - [**高亮網頁文本_迷你版**](https://greasyfork.org/scripts/498905): 在網頁上自訂關鍵字突出顯示包括滾動時動態載入的內容
@@ -149,54 +152,71 @@
> - [**上下滾動小按鈕**](https://greasyfork.org/scripts/497251): 頁面右側新增上下滾動按鈕
> - [**一鍵置頂和置底按鈕**](https://greasyfork.org/scripts/500255): 修改自Greasyfork使用者腳本 為網頁新增置頂和置底按鈕,方便在長頁面中快速移動到頂部或底部。 增加向下滾動時按鈕變色,3秒內無滾動自動停止
+
+
+
+
-> ### 🔍你可能在找 GitHub相關腳本
+> ### 🔍你可能在找GitHub相關腳本
> - [**GitHub提交資訊顯示HTML**](https://greasyfork.org/scripts/505830): 該腳本將 GitHub 上的提交資訊轉化為 HTML 視圖,以更清晰地查看提交詳情。它會自動將提交資訊列表、提交頭部和最新提交資訊轉化為 HTML 格式,提供更佳的視覺效果與使用者體驗。
> - [**GitHub 文件列表美化器**](https://greasyfork.org/scripts/508047): GitHub 文件清單美化器是一個使用者腳本,用於增強 GitHub 倉庫中的文件顯示效果。它可以為文件和資料夾添加顏色,並將文件類型圖示替換為小圖像,使得程式碼庫更加易於瀏覽和管理。
> - [**Github 代碼語言列表顯示全部**](https://greasyfork.org/scripts/509889): 擴充 Github 儲存庫上的語言列表,顯示每種語言,而不是將小部分隱藏在 “其他” 下
> - [**GitHub 自動確認設備授權**](https://greasyfork.org/scripts/508956): 在GitHub授權頁面自動輸入授權碼與自動確認。
-> - [**GitHub資料夾下载**](https://greasyfork.org/scripts/505496): 新增一個下載按鈕,允許輕鬆下載特定的 GitHub 文件夹。
+> - [**GitHub資料夾下载**](https://greasyfork.org/scripts/505496): 新增一個下載按鈕,允許輕鬆下載特定的 GitHub 資料夾。
> - [**GitHub下載單一文件和複製文件URL**](https://greasyfork.org/scripts/505501): 在每個文件行的末尾新增按鈕,以複製原始文件 URL 和下載文件
-> - [**🤠 Github 增強助手 倉庫顯示大小 不活躍開發警告 倉庫內快捷跳轉用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): 在Github查看倉庫和搜尋倉庫時顯示倉庫大小 ,不活躍開發警告,仓库内快捷跳转.
+> - [**🤠 Github 增強助手 倉庫顯示大小 不活躍開發警告 倉庫內快捷跳轉用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): 在Github查看倉庫和搜尋倉庫時顯示倉庫大小 ,不活躍開發警告,倉庫內快捷跳轉.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): 倉庫列表文件排序方式改為日期降序,方便查看最新更新的文件。
+
+
+
+
-> ### 🔍你可能在找 Google相關腳本
+> ### 🔍你可能在找Google相關腳本
> - [**Google 進階搜尋**](https://greasyfork.org/scripts/502652): 這是一個為 Google 新增進階搜尋表單的使用者腳本。它能在頁面頂部添加一個可隱藏的高級搜尋表單,使您能夠更精確地搜尋訊息。
> - [**Google 搜尋屏蔽指定站點**](https://greasyfork.org/scripts/500262): 在搜尋引擎結果中封鎖特定的站點,幫助用戶過濾掉不需要的搜尋結果。 自訂輸入屏蔽站點。格式-zhihu -baidu 用於封鎖谷歌搜尋內容
+
+
+
+
-> ### 🔍你可能在找 GreasyFork相關腳本
+> ### 🔍你可能在找GreasyFork相關腳本
> - [**GreasyFork適用於增強**](https://greasyfork.org/scripts/497317): 腳本詳情頁增加適用於連結增加點擊開啟網頁,複製網頁,輪胎搜尋
-> - [**GrreasyFork 用戶發布的腳本資料視覺化**](https://greasyfork.org/scripts/508968): 使用Chart.js獲取和可視化獲取用戶腳本數據,並在使用者個人主頁產生圖表在下方顯示詳細安裝狀況
+> - [**GrreasyFork 用戶發布的腳本資料視覺化**](https://greasyfork.org/scripts/508968): 使用Chart.js獲取和可視化獲取用戶腳本數據,並在使用者個人主頁產生圖表在下方顯示詳細安裝情況
> - [**GreaysFork 增強 WebHook同步設定**](https://greasyfork.org/scripts/506717): 這個腳本可以幫助你快速輸入腳本同步訊息,並批量增加多個國家的語言代碼,而不用一個個地點擊選擇框再去對應的網址。
> - [**GreasyFork Markdown toobar**](https://greasyfork.org/scripts/505164): 在論壇預設使用 Markdown 格式,添加格式幫助連結及 Markdown 工具列紹
> - [**GreasyFork 顯示腳本評分**](https://greasyfork.org/scripts/501119): 腳本清單新增評價分數
-> - [**GreasyFork 進階搜尋**](https://greasyfork.org/scripts/505215): 使用谷歌搜尋 GreasyFork 和 SleazyFork 上體文字
-> - [**GreasyFork 導覽列增強**](https://greasyfork.org/scripts/501880): 增强greasyfork导航栏,增加用戶列表,使用者控制台等
+> - [**GreasyFork 進階搜尋**](https://greasyfork.org/scripts/505215): 使用谷歌搜尋 GreasyFork 和 SleazyFork 上級腳本
+> - [**GreasyFork 導覽列增強**](https://greasyfork.org/scripts/501880): 增強greasyfork導覽列,增加用戶列表,使用者控制台等
> - [**Greasyfork膠水工匠**](https://greasyfork.org/scripts/497346): 增強greasyfork,複製程式碼,腳本下載,精確時間到秒,主頁清理,討論一鍵舉報,腳本清單跳轉代碼添加下載 美化查看程式碼顯示程式碼引用文件,顯示腳本圖示,跳轉成人腳本等等一些操作
> - [**Greasyfork 通知助手**](https://greasyfork.org/scripts/506345): 當你的腳本或你參與的討論有新回應時,腳本會在網頁上以模態視窗顯示最新的討論內容。
> - [**Script Finder油猴腳本查找器**](https://greasyfork.org/scripts/498904): Script Finder 是一個使用者腳本(userscript),它可以幫助你在任何網站上尋找和管理使用者腳本
+
+
+
+
-> ### 🔍你可能在找 成人劇本
+> ### 🔍你可能在找成人腳本
> - [**MiSSAV自動登入**](https://greasyfork.org/scripts/505325): 偵測 MisssAV 狀態,並且在未登入時自動登入
> - [**MissAV收藏管理器**](https://greasyfork.org/scripts/497682): miss單張備份,支援下載圖片保存影片訊息.導出本地網頁 支援導出到webdav
> - [**TissAV自動登入**](https://greasyfork.org/scripts/506528): 偵測 TissAV 狀態,並且在未登入時自動登入
> - [**JableTV自動登入**](https://greasyfork.org/scripts/506730): 偵測 JableTV 狀態,並且在未登入時自動登入
+
+
+
+
-> ### 🔍你可能在找 自動翻譯
+> ### 🔍你可能在找自動翻譯
> - [**外語終結者**](https://greasyfork.org/scripts/504890): 識別非中文字符,如果長度大於 5 且翻譯文中不含中文,則替換為中文,需要可訪問google的網路
> - [**網頁翻譯——自動翻譯為中文**](https://greasyfork.org/scripts/505208): 給每個非中文的網頁右下角(可以調整到左下角)添加一個 google 翻譯圖示,此版本為中文翻譯版本,只把外文翻譯為中文,新增自動翻譯
-
-
+### 查看所有发布脚本
+
-### 查看所有发布脚本
+
-> ### 🔍你可能在找 ChatGPT相关脚本
-> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码字体变小
+> ### 🔍你可能在找ChatGPT相关脚本
+> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码框内字体变小
> - [**ChatGPT 聊天复制代码按钮**](https://greasyfork.org/scripts/509598): 在 chatgpt.com 上代码块的右下角添加一个带有动画的“复制代码”按钮
> - [**ChatGPT 字符计数器**](https://greasyfork.org/scripts/506166): 添加一个字符计数器到输入框,限制为 32732 个字符。(ChatGPT 的限制是 32732 个字符。)
> - [**ChatGPT 折叠自己消息和最大宽度**](https://greasyfork.org/scripts/504901): 自动折叠由你发送的长消息,节省屏幕空间。允许你设置聊天窗口的最大宽度,使得长消息不会超出指定范围。
+
+
+
+
-> ### 🔍你可能在找 网页相关脚本
+> ### 🔍你可能在找网页相关脚本
> - [**网页写入剪辑版授权管理器**](https://greasyfork.org/scripts/497403): 禁止网页向剪辑版拉屎,绿色为放行,红色禁止,橙色临时方向
> - [**解除CSDN登录复制限制**](https://greasyfork.org/scripts/505207): 去你妈的 CSDN 登录复制,无需登录即可复制代码框内容
> - [**绚丽渐变美化网页表格**](https://greasyfork.org/scripts/507036): 自动为网页上的表格所有列应用颜色渐变美化.
@@ -225,9 +228,13 @@
> - [**上下滚动小按钮**](https://greasyfork.org/scripts/497251): 页面右侧添加上下滚动按钮
> - [**一键置顶和置底按钮**](https://greasyfork.org/scripts/500255): 修改自Greasyfork用户脚本 为网页添加置顶和置底按钮,方便在长页面中快速移动到顶部或底部。 增加向下滚动时按钮变色,3秒内无滚动自动停止
+
+
+
+
-> ### 🔍你可能在找 GitHub相关脚本
+> ### 🔍你可能在找GitHub相关脚本
> - [**GitHub提交信息显示HTML**](https://greasyfork.org/scripts/505830): 该脚本将 GitHub 上的提交信息转化为 HTML 视图,以更清晰地查看提交详情。它会自动将提交信息列表、提交头部和最新提交信息转化为 HTML 格式,提供更佳的视觉效果和用户体验。
> - [**GitHub 文件列表美化器**](https://greasyfork.org/scripts/508047): GitHub 文件列表美化器是一个用户脚本,用于增强 GitHub 仓库中的文件显示效果。它可以为文件和文件夹添加颜色,并将文件类型图标替换为小图像,使得代码库更加易于浏览和管理。
> - [**Github 代码语言列表显示全部**](https://greasyfork.org/scripts/509889): 扩展 Github 存储库上的语言列表,显示每种语言,而不是将小部分隐藏在 “其他” 下
@@ -237,15 +244,23 @@
> - [**🤠 Github 增强小助手 仓库显示大小 不活跃开发警告 仓库内快捷跳转用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): 在Github查看仓库和搜索仓库时显示仓库大小 ,不活跃开发警告,仓库内快捷跳转.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): 仓库列表文件排序方式改为日期降序,方便查看最新更新的文件。
+
+
+
+
-> ### 🔍你可能在找 Google相关脚本
+> ### 🔍你可能在找Google相关脚本
> - [**Google 高级搜索**](https://greasyfork.org/scripts/502652): 这是一个为 Google 添加高级搜索表单的用户脚本。它能在页面顶部添加一个可隐藏的高级搜索表单,使您能够更精确地搜索信息。
> - [**Google 搜索屏蔽指定站点**](https://greasyfork.org/scripts/500262): 在搜索引擎结果中屏蔽特定的站点,帮助用户过滤掉不需要的搜索结果。 自定义输入屏蔽站点。格式-zhihu -baidu 用于屏蔽谷歌搜索内容
+
+
+
+
-> ### 🔍你可能在找 GreasyFork相关脚本
+> ### 🔍你可能在找GreasyFork相关脚本
> - [**GreasyFork适用于增强**](https://greasyfork.org/scripts/497317): 脚本详情页增加适用于链接增加点击打开网页,复制网页,轮胎搜索
> - [**GrreasyFork 用户发布的脚本数据可视化**](https://greasyfork.org/scripts/508968): 使用Chart.js获取和可视化获取用户脚本数据,并在用户个人主页生成一个图表在下方显示详细安装情况
> - [**GreaysFork 增强 WebHook同步设置**](https://greasyfork.org/scripts/506717): 这个脚本可以帮助你快速输入脚本同步信息,并批量增加多个国家的语言代码,而不用一个个地点击选择框再去对应的网址。
@@ -257,22 +272,27 @@
> - [**Greasyfork 通知助手**](https://greasyfork.org/scripts/506345): 当你的脚本或你参与的讨论有新回复时,脚本会在网页上以模态窗口显示最新的讨论内容。
> - [**Script Finder油猴脚本查找器**](https://greasyfork.org/scripts/498904): Script Finder 是一个用户脚本(userscript),它可以帮助你在任何网站上查找和管理用户脚本
+
+
+
+
-> ### 🔍你可能在找 成人脚本
+> ### 🔍你可能在找成人脚本
> - [**MiSSAV自动登录**](https://greasyfork.org/scripts/505325): 检测 MisssAV 状态,并且在未登录时自动登录
> - [**MissAV收藏管理器**](https://greasyfork.org/scripts/497682): miss片单备份,支持下载图片保存视频信息.导出本地网页 支持导出到webdav
> - [**TissAV自动登录**](https://greasyfork.org/scripts/506528): 检测 TissAV 状态,并且在未登录时自动登录
> - [**JableTV自动登录**](https://greasyfork.org/scripts/506730): 检测 JableTV 状态,并且在未登录时自动登录
+
+
+
+
-> ### 🔍你可能在找 自动翻译
+> ### 🔍你可能在找自动翻译
> - [**外语终结者**](https://greasyfork.org/scripts/504890): 识别非中文字符,如果长度大于 5 且翻译文本中不含中文,则替换为中文,需要可访问google的网络
> - [**网页翻译——自动翻译为中文**](https://greasyfork.org/scripts/505208): 给每个非中文的网页右下角(可以调整到左下角)添加一个 google 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译
-
-
+### View all publish scripts
+
-### View all publish scripts
+
-> ### 🔍you may be looking for ChatGPTRelated scripts
-> - [**ChatGPTCode font size reduced**](https://greasyfork.org/scripts/505209): let ChatGPT Code font size becomes smaller
-> - [**ChatGPT 聊天Copy codebutton**](https://greasyfork.org/scripts/509598): exist chatgpt.com Add an animation in the lower right corner of the upper code block“复制代码”按钮
-> - [**ChatGPT character counter**](https://greasyfork.org/scripts/506166): 添加一characters计数器到输入框,limited to 32732 characters。(ChatGPT The limit is 32732 个字符。)
+> ### 🔍you may be looking forChatGPTRelated scripts
+> - [**ChatGPTCode font size reduced**](https://greasyfork.org/scripts/505209): let ChatGPT The font size in the code box becomes smaller
+> - [**ChatGPT chatCopy codebutton**](https://greasyfork.org/scripts/509598): exist chatgpt.com Add an animation in the lower right corner of the upper code block“Copy code”button
+> - [**ChatGPT character counter**](https://greasyfork.org/scripts/506166): add onecharactersCounter to input box,limited to 32732 characters。(ChatGPT The limit is 32732 characters。)
> - [**ChatGPT Collapse self message and max width**](https://greasyfork.org/scripts/504901): Automatically collapse long messages sent by you,Save screen space。Allows you to set the maximum width of the chat window,Keep long messages from exceeding the specified range。
+
+
+
+
-> ### 🔍you may be looking for Web related scripts
-> - [**Web page writing clip version authorization manager**](https://greasyfork.org/scripts/497403): Ban web pages from pooping on edited versions,green for release,red ban,orange temporary directions
-> - [**LiftCSDNLoginCopy限制**](https://greasyfork.org/scripts/505207): fuck you CSDN 登录复制,Copy code box content without logging in
+> ### 🔍You may be looking for web related scripts
+> - [**Web page writing clip version authorization manager**](https://greasyfork.org/scripts/497403): Ban web pages from pooping on edited versions,green for release,red prohibition,orange temporary directions
+> - [**LiftCSDNLoginCopylimit**](https://greasyfork.org/scripts/505207): fuck you CSDN LoginCopy,Copy code box content without logging in
> - [**Beautify web forms with gorgeous gradients**](https://greasyfork.org/scripts/507036): Automatically apply color gradient beautification to all columns of tables on web pages.
> - [**Highlight keywords on web pages+(recommend)**](https://greasyfork.org/scripts/498906): Highlight text on web pages
> - [**Highlight web text_mini version**](https://greasyfork.org/scripts/498905): Custom keyword highlighting on web pages including dynamically loaded content on scroll
@@ -225,54 +228,71 @@ The script follows MIT license。For more information,Please check [LICENSE](h
> - [**Small scroll button up and down**](https://greasyfork.org/scripts/497251): Add up and down scroll buttons on the right side of the page
> - [**One-touch top and bottom buttons**](https://greasyfork.org/scripts/500255): Modified fromGreasyforkuser script Add top and bottom buttons to web pages,Facilitates quick movement to the top or bottom of long pages。 Added button color change when scrolling down,3Automatically stops if there is no scrolling within seconds
+
+
+
+
-> ### 🔍you may be looking for GitHubRelated scripts
+> ### 🔍you may be looking forGitHubRelated scripts
> - [**GitHubSubmit information displayHTML**](https://greasyfork.org/scripts/505830): This script will GitHub The submission information on HTML view,to see submission details more clearly。It will automatically submit the information list、The commit header and latest commit information are converted to HTML Format,Provide better visual effects and user experience。
-> - [**GitHub File list beautifier**](https://greasyfork.org/scripts/508047): GitHub File List Beautifier is a user script,used to enhance GitHub Display effect of files in warehouse。It can add colors to files and folders,and replace the file type icons with small images,Makes the code base easier to browse and manage。
+> - [**GitHub File list beautifier**](https://greasyfork.org/scripts/508047): GitHub File List Beautifier is a user script,used to enhance GitHub Display effect of files in warehouse。It can add color to files and folders,and replace the file type icons with small images,Makes the code base easier to browse and manage。
> - [**Github List of code languages show all**](https://greasyfork.org/scripts/509889): Expand Github List of languages on the repository,Show each language,Instead of hiding small parts in “other” Down
> - [**GitHub Automatically confirm device authorization**](https://greasyfork.org/scripts/508956): existGitHubThe authorization page automatically enters the authorization code and automatically confirms it.。
-> - [**GitHubfolder下载**](https://greasyfork.org/scripts/505496): Add a download button,Allows easy downloading of specific GitHub 文件夹。
+> - [**GitHubfolderdownload**](https://greasyfork.org/scripts/505496): Add a download button,Allows easy downloading of specific GitHub folder。
> - [**GitHubDownload single files and copy filesURL**](https://greasyfork.org/scripts/505501): Add button at the end of each file line,to copy the original file URL and download files
-> - [**🤠 Github Enhance assistant Warehouse display size Inactive development warning Quick jump within the warehouse用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): existGithubShow warehouse size when viewing and searching warehouses ,Inactive development warning,仓库内快捷跳转.
+> - [**🤠 Github Enhance assistant Warehouse display size Inactive development warning Quick jump within the warehouseUser’s other warehouses 🤠**](https://greasyfork.org/scripts/502291): existGithubShow warehouse size when viewing and searching warehouses ,Inactive development warning,Quick jump within the warehouse.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): Change the sorting method of warehouse list files to descending date order,Conveniently view the latest updated files。
+
+
+
+
-> ### 🔍you may be looking for GoogleRelated scripts
-> - [**Google Advanced search**](https://greasyfork.org/scripts/502652): This is a for Google Add user script for advanced search form。It adds a hideable advanced search form at the top of the page,Enable you to search for information more precisely。
+> ### 🔍you may be looking forGoogleRelated scripts
+> - [**Google Advanced search**](https://greasyfork.org/scripts/502652): This is a for Google Add user script for advanced search form。It adds a hideable advanced search form at the top of the page,Enables you to search for information more precisely。
> - [**Google Search and block specific sites**](https://greasyfork.org/scripts/500262): Block specific sites from search engine results,Help users filter out unwanted search results。 Custom input blocking site。Format-zhihu -baidu Used to block Google search content
+
+
+
+
-> ### 🔍you may be looking for GreasyForkRelated scripts
+> ### 🔍you may be looking forGreasyForkRelated scripts
> - [**GreasyForksuitable for enhancement**](https://greasyfork.org/scripts/497317): The script details page is added. It is suitable for links to be added. Click to open the web page.,Copy web page,tire search
> - [**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.
> - [**GreaysFork Enhance WebHookSync settings**](https://greasyfork.org/scripts/506717): This script can help you 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。
> - [**GreasyFork Markdown toobar**](https://greasyfork.org/scripts/505164): Used by default in forums Markdown Format,Add format help link and Markdown Toolbar introduction
> - [**GreasyFork Show script ratings**](https://greasyfork.org/scripts/501119): Add evaluation scores to script list
-> - [**GreasyFork Advanced search**](https://greasyfork.org/scripts/505215): Search using Google GreasyFork and SleazyFork upper script
-> - [**GreasyFork Navigation barEnhance**](https://greasyfork.org/scripts/501880): 增强greasyfork导航栏,Add user list,User console etc.
+> - [**GreasyFork Advanced search**](https://greasyfork.org/scripts/505215): Search using Google GreasyFork and SleazyFork superior script
+> - [**GreasyFork Navigation barEnhance**](https://greasyfork.org/scripts/501880): EnhancegreasyforkNavigation bar,Add user list,User console, etc.
> - [**GreasyforkGlue craftsman**](https://greasyfork.org/scripts/497346): Enhancegreasyfork,Copy code,Script download,Precise time to seconds,Home page cleanup,Discuss one-click reporting,Script list jump code added download Beautify view code and display code reference files,show script icon,Jump to adult scripts and other operations
> - [**Greasyfork Notification assistant**](https://greasyfork.org/scripts/506345): When there’s a new reply to your script or to a discussion you’re participating in,The script will display the latest discussion content in a modal window on the web page。
> - [**Script FinderGrease Monkey Script Finder**](https://greasyfork.org/scripts/498904): Script Finder is a user script(userscript),It helps you find and manage userscripts on any website
+
+
+
+
-> ### 🔍you may be looking for adult script
+> ### 🔍You may be looking for adult scripts
> - [**MiSSAVAutomatic login**](https://greasyfork.org/scripts/505325): Detection MisssAV state,and automatically log in when not logged in
> - [**MissAVCollection manager**](https://greasyfork.org/scripts/497682): missPlaylist backup,Support downloading pictures and saving video information.Export local web page Support export towebdav
> - [**TissAVAutomatic login**](https://greasyfork.org/scripts/506528): Detection TissAV state,and automatically log in when not logged in
> - [**JableTVAutomatic login**](https://greasyfork.org/scripts/506730): Detection JableTV state,and automatically log in when not logged in
-
-> ### 🔍you may be looking for automatic translation
-> - [**foreign language terminator**](https://greasyfork.org/scripts/504890): Recognize non-Chinese characters,If the length is greater than 5 And the translated text does not contain Chinese,then replace it with Chinese,Need to be accessiblegooglenetwork
-> - [**web page translation——Automatically translated to Chinese**](https://greasyfork.org/scripts/505208): Give the lower right corner of each non-Chinese web page(Can be adjusted to the lower left corner)add a google Translate icon,This version is a Chinese translation version,Only translate foreign languages into Chinese,Add automatic translation
+
+
+
-
-
+### 查看所有发布脚本
+
-### 查看所有发布脚本
+
-> ### 🔍你可能在找 ChatGPT相关脚本
-> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码字体变小
+> ### 🔍你可能在找ChatGPT相关脚本
+> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码框内字体变小
> - [**ChatGPT 聊天复制代码按钮**](https://greasyfork.org/scripts/509598): 在 chatgpt.com 上代码块的右下角添加一个带有动画的“复制代码”按钮
> - [**ChatGPT 字符计数器**](https://greasyfork.org/scripts/506166): 添加一个字符计数器到输入框,限制为 32732 个字符。(ChatGPT 的限制是 32732 个字符。)
> - [**ChatGPT 折叠自己消息和最大宽度**](https://greasyfork.org/scripts/504901): 自动折叠由你发送的长消息,节省屏幕空间。允许你设置聊天窗口的最大宽度,使得长消息不会超出指定范围。
+
+
+
+
-> ### 🔍你可能在找 网页相关脚本
+> ### 🔍你可能在找网页相关脚本
> - [**网页写入剪辑版授权管理器**](https://greasyfork.org/scripts/497403): 禁止网页向剪辑版拉屎,绿色为放行,红色禁止,橙色临时方向
> - [**解除CSDN登录复制限制**](https://greasyfork.org/scripts/505207): 去你妈的 CSDN 登录复制,无需登录即可复制代码框内容
> - [**绚丽渐变美化网页表格**](https://greasyfork.org/scripts/507036): 自动为网页上的表格所有列应用颜色渐变美化.
@@ -288,9 +291,13 @@
> - [**上下滚动小按钮**](https://greasyfork.org/scripts/497251): 页面右侧添加上下滚动按钮
> - [**一键置顶和置底按钮**](https://greasyfork.org/scripts/500255): 修改自Greasyfork用户脚本 为网页添加置顶和置底按钮,方便在长页面中快速移动到顶部或底部。 增加向下滚动时按钮变色,3秒内无滚动自动停止
+
+
+
+
-> ### 🔍你可能在找 GitHub相关脚本
+> ### 🔍你可能在找GitHub相关脚本
> - [**GitHub提交信息显示HTML**](https://greasyfork.org/scripts/505830): 该脚本将 GitHub 上的提交信息转化为 HTML 视图,以更清晰地查看提交详情。它会自动将提交信息列表、提交头部和最新提交信息转化为 HTML 格式,提供更佳的视觉效果和用户体验。
> - [**GitHub 文件列表美化器**](https://greasyfork.org/scripts/508047): GitHub 文件列表美化器是一个用户脚本,用于增强 GitHub 仓库中的文件显示效果。它可以为文件和文件夹添加颜色,并将文件类型图标替换为小图像,使得代码库更加易于浏览和管理。
> - [**Github 代码语言列表显示全部**](https://greasyfork.org/scripts/509889): 扩展 Github 存储库上的语言列表,显示每种语言,而不是将小部分隐藏在 “其他” 下
@@ -300,15 +307,23 @@
> - [**🤠 Github 增强小助手 仓库显示大小 不活跃开发警告 仓库内快捷跳转用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): 在Github查看仓库和搜索仓库时显示仓库大小 ,不活跃开发警告,仓库内快捷跳转.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): 仓库列表文件排序方式改为日期降序,方便查看最新更新的文件。
+
+
+
+
-> ### 🔍你可能在找 Google相关脚本
+> ### 🔍你可能在找Google相关脚本
> - [**Google 高级搜索**](https://greasyfork.org/scripts/502652): 这是一个为 Google 添加高级搜索表单的用户脚本。它能在页面顶部添加一个可隐藏的高级搜索表单,使您能够更精确地搜索信息。
> - [**Google 搜索屏蔽指定站点**](https://greasyfork.org/scripts/500262): 在搜索引擎结果中屏蔽特定的站点,帮助用户过滤掉不需要的搜索结果。 自定义输入屏蔽站点。格式-zhihu -baidu 用于屏蔽谷歌搜索内容
+
+
+
+
-> ### 🔍你可能在找 GreasyFork相关脚本
+> ### 🔍你可能在找GreasyFork相关脚本
> - [**GreasyFork适用于增强**](https://greasyfork.org/scripts/497317): 脚本详情页增加适用于链接增加点击打开网页,复制网页,轮胎搜索
> - [**GrreasyFork 用户发布的脚本数据可视化**](https://greasyfork.org/scripts/508968): 使用Chart.js获取和可视化获取用户脚本数据,并在用户个人主页生成一个图表在下方显示详细安装情况
> - [**GreaysFork 增强 WebHook同步设置**](https://greasyfork.org/scripts/506717): 这个脚本可以帮助你快速输入脚本同步信息,并批量增加多个国家的语言代码,而不用一个个地点击选择框再去对应的网址。
@@ -320,22 +335,27 @@
> - [**Greasyfork 通知助手**](https://greasyfork.org/scripts/506345): 当你的脚本或你参与的讨论有新回复时,脚本会在网页上以模态窗口显示最新的讨论内容。
> - [**Script Finder油猴脚本查找器**](https://greasyfork.org/scripts/498904): Script Finder 是一个用户脚本(userscript),它可以帮助你在任何网站上查找和管理用户脚本
+
+
+
+
-> ### 🔍你可能在找 成人脚本
+> ### 🔍你可能在找成人脚本
> - [**MiSSAV自动登录**](https://greasyfork.org/scripts/505325): 检测 MisssAV 状态,并且在未登录时自动登录
> - [**MissAV收藏管理器**](https://greasyfork.org/scripts/497682): miss片单备份,支持下载图片保存视频信息.导出本地网页 支持导出到webdav
> - [**TissAV自动登录**](https://greasyfork.org/scripts/506528): 检测 TissAV 状态,并且在未登录时自动登录
> - [**JableTV自动登录**](https://greasyfork.org/scripts/506730): 检测 JableTV 状态,并且在未登录时自动登录
+
+
+
+
-> ### 🔍你可能在找 自动翻译
+> ### 🔍你可能在找自动翻译
> - [**外语终结者**](https://greasyfork.org/scripts/504890): 识别非中文字符,如果长度大于 5 且翻译文本中不含中文,则替换为中文,需要可访问google的网络
> - [**网页翻译——自动翻译为中文**](https://greasyfork.org/scripts/505208): 给每个非中文的网页右下角(可以调整到左下角)添加一个 google 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译
-
-
+### View all publish scripts
+
-### View all publish scripts
+
-> ### 🔍you may be looking for ChatGPTRelated scripts
-> - [**ChatGPTCode font size reduced**](https://greasyfork.org/scripts/505209): let ChatGPT Code font size becomes smaller
-> - [**ChatGPT 聊天Copy codebutton**](https://greasyfork.org/scripts/509598): exist chatgpt.com Add an animation in the lower right corner of the upper code block“复制代码”按钮
-> - [**ChatGPT character counter**](https://greasyfork.org/scripts/506166): 添加一characters计数器到输入框,limited to 32732 characters。(ChatGPT The limit is 32732 个字符。)
+> ### 🔍you may be looking forChatGPTRelated scripts
+> - [**ChatGPTCode font size reduced**](https://greasyfork.org/scripts/505209): let ChatGPT The font size in the code box becomes smaller
+> - [**ChatGPT chatCopy codebutton**](https://greasyfork.org/scripts/509598): exist chatgpt.com Add an animation in the lower right corner of the upper code block“Copy code”button
+> - [**ChatGPT character counter**](https://greasyfork.org/scripts/506166): add onecharactersCounter to input box,limited to 32732 characters。(ChatGPT The limit is 32732 characters。)
> - [**ChatGPT Collapse self message and max width**](https://greasyfork.org/scripts/504901): Automatically collapse long messages sent by you,Save screen space。Allows you to set the maximum width of the chat window,Keep long messages from exceeding the specified range。
+
+
+
+
-> ### 🔍you may be looking for Web related scripts
-> - [**Web page writing clip version authorization manager**](https://greasyfork.org/scripts/497403): Ban web pages from pooping on edited versions,green for release,red ban,orange temporary directions
-> - [**LiftCSDNLoginCopy限制**](https://greasyfork.org/scripts/505207): fuck you CSDN 登录复制,Copy code box content without logging in
+> ### 🔍You may be looking for web related scripts
+> - [**Web page writing clip version authorization manager**](https://greasyfork.org/scripts/497403): Ban web pages from pooping on edited versions,green for release,red prohibition,orange temporary directions
+> - [**LiftCSDNLoginCopylimit**](https://greasyfork.org/scripts/505207): fuck you CSDN LoginCopy,Copy code box content without logging in
> - [**Beautify web forms with gorgeous gradients**](https://greasyfork.org/scripts/507036): Automatically apply color gradient beautification to all columns of tables on web pages.
> - [**Highlight keywords on web pages+(recommend)**](https://greasyfork.org/scripts/498906): Highlight text on web pages
> - [**Highlight web text_mini version**](https://greasyfork.org/scripts/498905): Custom keyword highlighting on web pages including dynamically loaded content on scroll
@@ -326,54 +329,71 @@ Provide various usage functions for Greasyfork, absolute time, web page widescre
> - [**Small scroll button up and down**](https://greasyfork.org/scripts/497251): Add up and down scroll buttons on the right side of the page
> - [**One-touch top and bottom buttons**](https://greasyfork.org/scripts/500255): Modified fromGreasyforkuser script Add top and bottom buttons to web pages,Facilitates quick movement to the top or bottom of long pages。 Added button color change when scrolling down,3Automatically stops if there is no scrolling within seconds
+
+
+
+
-> ### 🔍you may be looking for GitHubRelated scripts
+> ### 🔍you may be looking forGitHubRelated scripts
> - [**GitHubSubmit information displayHTML**](https://greasyfork.org/scripts/505830): This script will GitHub The submission information on HTML view,to see submission details more clearly。It will automatically submit the information list、The commit header and latest commit information are converted to HTML Format,Provide better visual effects and user experience。
-> - [**GitHub File list beautifier**](https://greasyfork.org/scripts/508047): GitHub File List Beautifier is a user script,used to enhance GitHub Display effect of files in warehouse。It can add colors to files and folders,and replace the file type icons with small images,Makes the code base easier to browse and manage。
+> - [**GitHub File list beautifier**](https://greasyfork.org/scripts/508047): GitHub File List Beautifier is a user script,used to enhance GitHub Display effect of files in warehouse。It can add color to files and folders,and replace the file type icons with small images,Makes the code base easier to browse and manage。
> - [**Github List of code languages show all**](https://greasyfork.org/scripts/509889): Expand Github List of languages on the repository,Show each language,Instead of hiding small parts in “other” Down
> - [**GitHub Automatically confirm device authorization**](https://greasyfork.org/scripts/508956): existGitHubThe authorization page automatically enters the authorization code and automatically confirms it.。
-> - [**GitHubfolder下载**](https://greasyfork.org/scripts/505496): Add a download button,Allows easy downloading of specific GitHub 文件夹。
+> - [**GitHubfolderdownload**](https://greasyfork.org/scripts/505496): Add a download button,Allows easy downloading of specific GitHub folder。
> - [**GitHubDownload single files and copy filesURL**](https://greasyfork.org/scripts/505501): Add button at the end of each file line,to copy the original file URL and download files
-> - [**🤠 Github Enhance assistant Warehouse display size Inactive development warning Quick jump within the warehouse用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): existGithubShow warehouse size when viewing and searching warehouses ,Inactive development warning,仓库内快捷跳转.
+> - [**🤠 Github Enhance assistant Warehouse display size Inactive development warning Quick jump within the warehouseUser’s other warehouses 🤠**](https://greasyfork.org/scripts/502291): existGithubShow warehouse size when viewing and searching warehouses ,Inactive development warning,Quick jump within the warehouse.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): Change the sorting method of warehouse list files to descending date order,Conveniently view the latest updated files。
+
+
+
+
-> ### 🔍you may be looking for GoogleRelated scripts
-> - [**Google Advanced search**](https://greasyfork.org/scripts/502652): This is a for Google Add user script for advanced search form。It adds a hideable advanced search form at the top of the page,Enable you to search for information more precisely。
+> ### 🔍you may be looking forGoogleRelated scripts
+> - [**Google Advanced search**](https://greasyfork.org/scripts/502652): This is a for Google Add user script for advanced search form。It adds a hideable advanced search form at the top of the page,Enables you to search for information more precisely。
> - [**Google Search and block specific sites**](https://greasyfork.org/scripts/500262): Block specific sites from search engine results,Help users filter out unwanted search results。 Custom input blocking site。Format-zhihu -baidu Used to block Google search content
+
+
+
+
-> ### 🔍you may be looking for GreasyForkRelated scripts
+> ### 🔍you may be looking forGreasyForkRelated scripts
> - [**GreasyForksuitable for enhancement**](https://greasyfork.org/scripts/497317): The script details page is added. It is suitable for links to be added. Click to open the web page.,Copy web page,tire search
> - [**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.
> - [**GreaysFork Enhance WebHookSync settings**](https://greasyfork.org/scripts/506717): This script can help you 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。
> - [**GreasyFork Markdown toobar**](https://greasyfork.org/scripts/505164): Used by default in forums Markdown Format,Add format help link and Markdown Toolbar introduction
> - [**GreasyFork Show script ratings**](https://greasyfork.org/scripts/501119): Add evaluation scores to script list
-> - [**GreasyFork Advanced search**](https://greasyfork.org/scripts/505215): Search using Google GreasyFork and SleazyFork upper script
-> - [**GreasyFork Navigation barEnhance**](https://greasyfork.org/scripts/501880): 增强greasyfork导航栏,Add user list,User console etc.
+> - [**GreasyFork Advanced search**](https://greasyfork.org/scripts/505215): Search using Google GreasyFork and SleazyFork superior script
+> - [**GreasyFork Navigation barEnhance**](https://greasyfork.org/scripts/501880): EnhancegreasyforkNavigation bar,Add user list,User console, etc.
> - [**GreasyforkGlue craftsman**](https://greasyfork.org/scripts/497346): Enhancegreasyfork,Copy code,Script download,Precise time to seconds,Home page cleanup,Discuss one-click reporting,Script list jump code added download Beautify view code and display code reference files,show script icon,Jump to adult scripts and other operations
> - [**Greasyfork Notification assistant**](https://greasyfork.org/scripts/506345): When there’s a new reply to your script or to a discussion you’re participating in,The script will display the latest discussion content in a modal window on the web page。
> - [**Script FinderGrease Monkey Script Finder**](https://greasyfork.org/scripts/498904): Script Finder is a user script(userscript),It helps you find and manage userscripts on any website
+
+
+
+
-> ### 🔍you may be looking for adult script
+> ### 🔍You may be looking for adult scripts
> - [**MiSSAVAutomatic login**](https://greasyfork.org/scripts/505325): Detection MisssAV state,and automatically log in when not logged in
> - [**MissAVCollection manager**](https://greasyfork.org/scripts/497682): missPlaylist backup,Support downloading pictures and saving video information.Export local web page Support export towebdav
> - [**TissAVAutomatic login**](https://greasyfork.org/scripts/506528): Detection TissAV state,and automatically log in when not logged in
> - [**JableTVAutomatic login**](https://greasyfork.org/scripts/506730): Detection JableTV state,and automatically log in when not logged in
-
-> ### 🔍you may be looking for automatic translation
-> - [**foreign language terminator**](https://greasyfork.org/scripts/504890): Recognize non-Chinese characters,If the length is greater than 5 And the translated text does not contain Chinese,then replace it with Chinese,Need to be accessiblegooglenetwork
-> - [**web page translation——Automatically translated to Chinese**](https://greasyfork.org/scripts/505208): Give the lower right corner of each non-Chinese web page(Can be adjusted to the lower left corner)add a google Translate icon,This version is a Chinese translation version,Only translate foreign languages into Chinese,Add automatic translation
+
+
+
-
-
+### 모든 게시 스크립트 보기
+
-### 모든 게시 스크립트 보기
+
-> ### 🔍당신은 찾고있을 수 있습니다 ChatGPT관련 스크립트
-> - [**ChatGPT코드 글꼴 크기 감소**](https://greasyfork.org/scripts/505209): 허락하다 ChatGPT 코드 글꼴 크기가 작아집니다.
-> - [**ChatGPT 聊天코드 복사단추**](https://greasyfork.org/scripts/509598): 존재하다 chatgpt.com 상단 코드 블록의 오른쪽 하단에 애니메이션을 추가합니다.“复制代码”按钮
-> - [**ChatGPT 캐릭터 카운터**](https://greasyfork.org/scripts/506166): 添加一문자计数器到输入框,로 제한됨 32732 문자。(ChatGPT 한도는 32732 个字符。)
+> ### 🔍당신은 찾고있을 수 있습니다ChatGPT관련 스크립트
+> - [**ChatGPT코드 글꼴 크기 감소**](https://greasyfork.org/scripts/505209): 허락하다 ChatGPT 코드 상자의 글꼴 크기가 작아집니다.
+> - [**ChatGPT 채팅코드 복사단추**](https://greasyfork.org/scripts/509598): 존재하다 chatgpt.com 상단 코드 블록의 오른쪽 하단에 애니메이션을 추가합니다.“코드 복사”단추
+> - [**ChatGPT 캐릭터 카운터**](https://greasyfork.org/scripts/506166): 하나 추가캐릭터입력 상자에 대한 카운터,제한됨 32732 캐릭터。(ChatGPT 한도는 32732 캐릭터。)
> - [**ChatGPT 자체 메시지 및 최대 너비 축소**](https://greasyfork.org/scripts/504901): 귀하가 보낸 긴 메시지를 자동으로 접습니다.,화면 공간 절약。채팅 창의 최대 너비를 설정할 수 있습니다.,긴 메시지가 지정된 범위를 초과하지 않도록 유지。
+
+
+
+
-> ### 🔍당신은 찾고있을 수 있습니다 웹 관련 스크립트
+> ### 🔍웹 관련 스크립트를 찾고 있을 수도 있습니다.
> - [**웹 페이지 작성 클립 버전 권한 관리자**](https://greasyfork.org/scripts/497403): 편집된 버전에서 웹페이지가 표시되는 것을 금지합니다.,출시용 녹색,빨간색 금지,주황색 임시 방향
-> - [**승강기CSDN로그인복사限制**](https://greasyfork.org/scripts/505207): 엿 먹어라 CSDN 登录复制,로그인하지 않고 코드 상자 내용 복사
+> - [**승강기CSDN로그인복사한계**](https://greasyfork.org/scripts/505207): 엿 먹어라 CSDN 로그인복사,로그인하지 않고 코드 상자 내용 복사
> - [**화려한 그라데이션으로 웹 양식을 아름답게 꾸미세요**](https://greasyfork.org/scripts/507036): 웹 페이지 테이블의 모든 열에 색상 그라데이션 미화를 자동으로 적용합니다..
> - [**웹페이지에서 키워드 강조표시+(추천하다)**](https://greasyfork.org/scripts/498906): 웹페이지의 텍스트 강조표시
> - [**웹 텍스트 강조 표시_미니 버전**](https://greasyfork.org/scripts/498905): 스크롤 시 동적으로 로드되는 콘텐츠를 포함하여 웹페이지에서 사용자 정의 키워드 강조 표시
@@ -328,54 +331,71 @@ Greasyfork에 다양한 사용 기능을 제공하는 스크립트입니다. 절
> - [**위아래로 작은 스크롤 버튼**](https://greasyfork.org/scripts/497251): 페이지 오른쪽에 상하 스크롤 버튼 추가
> - [**원터치 상하 버튼**](https://greasyfork.org/scripts/500255): 다음에서 수정됨Greasyfork사용자 스크립트 웹 페이지에 상단 및 하단 버튼 추가,긴 페이지의 상단 또는 하단으로 빠르게 이동할 수 있습니다.。 아래로 스크롤할 때 버튼 색상 변경 추가,3몇 초 내에 스크롤이 없으면 자동으로 중지됩니다.
+
+
+
+
-> ### 🔍당신은 찾고있을 수 있습니다 GitHub관련 스크립트
+> ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트
> - [**GitHub정보 표시 제출HTML**](https://greasyfork.org/scripts/505830): 이 스크립트는 GitHub 제출정보는 HTML 보다,제출 세부정보를 더 명확하게 보려면。정보 목록이 자동으로 제출됩니다.、커밋 헤더와 최신 커밋 정보는 다음과 같이 변환됩니다. HTML 체재,더 나은 시각 효과와 사용자 경험 제공。
> - [**GitHub 파일 목록 미화자**](https://greasyfork.org/scripts/508047): GitHub File List Beautifier는 사용자 스크립트입니다.,향상시키는 데 사용됨 GitHub 창고 내 파일 표시 효과。파일과 폴더에 색상을 추가할 수 있습니다.,파일 형식 아이콘을 작은 이미지로 바꿉니다.,코드 베이스를 더 쉽게 찾아보고 관리할 수 있습니다.。
> - [**Github 코드 언어 목록 모두 표시**](https://greasyfork.org/scripts/509889): 확장하다 Github 저장소의 언어 목록,각 언어 표시,작은 부품을 숨기는 것보다 “다른” 아래에
> - [**GitHub 장치 승인 자동 확인**](https://greasyfork.org/scripts/508956): 존재하다GitHub인증 페이지에서는 자동으로 인증 코드를 입력하고 자동으로 확인합니다.。
-> - [**GitHub접는 사람下载**](https://greasyfork.org/scripts/505496): 다운로드 버튼 추가,특정 파일을 쉽게 다운로드할 수 있습니다. GitHub 文件夹。
+> - [**GitHub접는 사람다운로드**](https://greasyfork.org/scripts/505496): 다운로드 버튼 추가,특정 파일을 쉽게 다운로드할 수 있습니다. GitHub 접는 사람。
> - [**GitHub단일 파일 다운로드 및 파일 복사URL**](https://greasyfork.org/scripts/505501): 각 파일 줄 끝에 추가 버튼,원본 파일을 복사하려면 URL 그리고 파일 다운로드
-> - [**🤠 Github 어시스턴트 강화 창고 전시 크기 비활성 개발 경고 창고 내 빠른 점프用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): 존재하다Github창고 보기 및 검색 시 창고 크기 표시 ,비활성 개발 경고,仓库内快捷跳转.
+> - [**🤠 Github 어시스턴트 강화 창고 전시 크기 비활성 개발 경고 창고 내 빠른 점프사용자의 다른 창고 🤠**](https://greasyfork.org/scripts/502291): 존재하다Github창고 보기 및 검색 시 창고 크기 표시 ,비활성 개발 경고,창고 내 빠른 점프.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): 창고 목록 파일 정렬 방식을 날짜 내림차순으로 변경,최신 업데이트 파일을 편리하게 확인하세요。
+
+
+
+
-> ### 🔍당신은 찾고있을 수 있습니다 Google관련 스크립트
+> ### 🔍당신은 찾고있을 수 있습니다Google관련 스크립트
> - [**Google 고급 검색**](https://greasyfork.org/scripts/502652): 이것은 Google 고급 검색 양식에 대한 사용자 스크립트 추가。페이지 상단에 숨길 수 있는 고급 검색 양식을 추가합니다.,보다 정확하게 정보를 검색할 수 있습니다.。
> - [**Google 특정 사이트 검색 및 차단**](https://greasyfork.org/scripts/500262): 검색 엔진 결과에서 특정 사이트 차단,사용자가 원치 않는 검색 결과를 필터링하도록 지원。 사용자 정의 입력 차단 사이트。체재-zhihu -baidu Google 검색 콘텐츠를 차단하는 데 사용됩니다.
+
+
+
+
-> ### 🔍당신은 찾고있을 수 있습니다 GreasyFork관련 스크립트
+> ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트
> - [**GreasyFork향상에 적합**](https://greasyfork.org/scripts/497317): 추가할 링크에 적합한 스크립트 세부정보 페이지가 추가됩니다.,웹페이지 복사,타이어 검색
> - [**GrreasyFork 사용자 게시 스크립트 데이터 시각화**](https://greasyfork.org/scripts/508968): 사용Chart.js사용자 스크립트 데이터 획득 및 시각화,그리고 사용자의 개인 홈페이지에 차트를 생성하여 아래와 같이 자세한 설치 현황을 표시합니다.
-> - [**GreaysFork 향상시키다 WebHook동기화 설정**](https://greasyfork.org/scripts/506717): 이 스크립트를 사용하면 스크립트 동기화 정보를 빠르게 입력할 수 있습니다.,여러 국가의 언어 코드를 일괄 추가하세요.,선택 상자를 하나씩 클릭하여 해당 URL로 이동하는 대신。
+> - [**GreaysFork 향상시키다 WebHook동기화 설정**](https://greasyfork.org/scripts/506717): 이 스크립트를 사용하면 스크립트 동기화 정보를 빠르게 입력할 수 있습니다.,여러 국가의 언어 코드를 일괄 추가합니다.,선택 상자를 하나씩 클릭하여 해당 URL로 이동하는 대신。
> - [**GreasyFork Markdown toobar**](https://greasyfork.org/scripts/505164): 포럼에서 기본적으로 사용됨 Markdown 체재,형식 도움말 링크를 추가하고 Markdown 툴바 소개
> - [**GreasyFork 스크립트 등급 표시**](https://greasyfork.org/scripts/501119): 스크립트 목록에 평가 점수 추가
> - [**GreasyFork 고급 검색**](https://greasyfork.org/scripts/505215): Google을 사용하여 검색 GreasyFork 그리고 SleazyFork 상적 각본
-> - [**GreasyFork 네비게이션 바향상시키다**](https://greasyfork.org/scripts/501880): 增强greasyfork导航栏,사용자 목록 추가,사용자 콘솔 등
+> - [**GreasyFork 네비게이션 바향상시키다**](https://greasyfork.org/scripts/501880): 향상시키다greasyfork네비게이션 바,사용자 목록 추가,사용자 콘솔 등
> - [**Greasyfork糊裱匠**](https://greasyfork.org/scripts/497346): 향상시키다greasyfork,코드 복사,스크립트 다운로드,초 단위의 정확한 시간,홈페이지 정리,원클릭 보고에 대해 논의,스크립트 목록 점프 코드 추가 다운로드 코드 보기 및 코드 참조 파일 표시,스크립트 아이콘 표시,성인용 스크립트 및 기타 작업으로 이동
> - [**Greasyfork 알림 도우미**](https://greasyfork.org/scripts/506345): 귀하의 스크립트나 귀하가 참여하고 있는 토론에 대한 새로운 답변이 있는 경우,스크립트는 웹 페이지의 모달 창에 최신 토론 내용을 표시합니다.。
> - [**Script Finder그리스 원숭이 스크립트 찾기**](https://greasyfork.org/scripts/498904): Script Finder 사용자 스크립트입니다(userscript),모든 웹사이트에서 사용자 스크립트를 찾고 관리하는 데 도움이 됩니다.
+
+
+
+
-> ### 🔍당신은 찾고있을 수 있습니다 성인 각본
+> ### 🔍성인용 스크립트를 찾고 있을 수도 있습니다.
> - [**MiSSAV자동 로그인**](https://greasyfork.org/scripts/505325): 발각 MisssAV 상태,로그인하지 않으면 자동으로 로그인됩니다.
> - [**MissAV컬렉션 관리자**](https://greasyfork.org/scripts/497682): miss재생목록 백업,사진 다운로드 및 비디오 정보 저장 지원.로컬 웹페이지 내보내기 수출 지원webdav
> - [**TissAV자동 로그인**](https://greasyfork.org/scripts/506528): 발각 TissAV 상태,로그인하지 않으면 자동으로 로그인됩니다.
> - [**JableTV자동 로그인**](https://greasyfork.org/scripts/506730): 발각 JableTV 상태,로그인하지 않으면 자동으로 로그인됩니다.
-
-> ### 🔍당신은 찾고있을 수 있습니다 자동 번역
-> - [**외국어 터미네이터**](https://greasyfork.org/scripts/504890): 중국어가 아닌 문자 인식,길이가 그 이상인 경우 5 그리고 번역된 텍스트에는 중국어가 포함되어 있지 않습니다.,그럼 중국어로 바꾸세요,접근 가능해야 함google회로망
-> - [**웹페이지 번역——중국어로 자동 번역됨**](https://greasyfork.org/scripts/505208): 중국어가 아닌 웹페이지의 오른쪽 하단 모서리를 제공합니다.(왼쪽 하단으로 조정 가능)추가하다 google 번역 아이콘,이 버전은 중국어 번역 버전입니다.,외국어만 중국어로 번역하세요,자동 번역 추가
+
+
+
-
-
+### 查看所有發布腳本
+
-### 查看所有發布腳本
+
-> ### 🔍你可能在找 ChatGPT相關腳本
-> - [**ChatGPT程式碼字體縮小**](https://greasyfork.org/scripts/505209): 讓 ChatGPT 程式碼字體變小
-> - [**ChatGPT 聊天複製程式碼按鈕**](https://greasyfork.org/scripts/509598): 在 chatgpt.com 上代碼區塊的右下角添加一個帶有動畫的“复制代码”按钮
-> - [**ChatGPT 字元計數器**](https://greasyfork.org/scripts/506166): 添加一個字元计数器到输入框,限制為 32732 個字元。(ChatGPT 的限制是 32732 个字符。)
+> ### 🔍你可能在找ChatGPT相關腳本
+> - [**ChatGPT程式碼字體縮小**](https://greasyfork.org/scripts/505209): 讓 ChatGPT 程式碼框內字體變小
+> - [**ChatGPT 聊天複製程式碼按鈕**](https://greasyfork.org/scripts/509598): 在 chatgpt.com 上代碼區塊的右下角添加一個帶有動畫的“複製程式碼”按鈕
+> - [**ChatGPT 字元計數器**](https://greasyfork.org/scripts/506166): 添加一個字元计数器到输入框,限制為 32732 個字元。(ChatGPT 的限制是 32732 個字元。)
> - [**ChatGPT 折疊自己訊息和最大寬度**](https://greasyfork.org/scripts/504901): 自動折疊由你發送的長訊息,節省螢幕空間。允許你設定聊天視窗的最大寬度,使得長訊息不會超出指定範圍。
+
+
+
+
-> ### 🔍你可能在找 網頁相關腳本
+> ### 🔍你可能在找網頁相關腳本
> - [**網頁寫入剪輯版授權管理員**](https://greasyfork.org/scripts/497403): 禁止網頁向剪輯版拉屎,綠色為放行,紅色禁止,橙色臨時方向
-> - [**解除CSDN登入複製限制**](https://greasyfork.org/scripts/505207): 去你媽的 CSDN 登录复制,無需登入即可複製程式碼框內容
+> - [**解除CSDN登入複製限制**](https://greasyfork.org/scripts/505207): 去你媽的 CSDN 登入複製,無需登入即可複製程式碼框內容
> - [**絢麗漸層美化網頁表格**](https://greasyfork.org/scripts/507036): 自動為網頁上的表格所有欄位套用顏色漸層美化.
> - [**網頁高亮關鍵字+(推薦)**](https://greasyfork.org/scripts/498906): 對網頁上的文字進行高亮顯示
> - [**高亮網頁文本_迷你版**](https://greasyfork.org/scripts/498905): 在網頁上自訂關鍵字突出顯示包括滾動時動態載入的內容
@@ -344,54 +347,71 @@
> - [**上下滾動小按鈕**](https://greasyfork.org/scripts/497251): 頁面右側新增上下滾動按鈕
> - [**一鍵置頂和置底按鈕**](https://greasyfork.org/scripts/500255): 修改自Greasyfork使用者腳本 為網頁新增置頂和置底按鈕,方便在長頁面中快速移動到頂部或底部。 增加向下滾動時按鈕變色,3秒內無滾動自動停止
+
+
+
+
-> ### 🔍你可能在找 GitHub相關腳本
+> ### 🔍你可能在找GitHub相關腳本
> - [**GitHub提交資訊顯示HTML**](https://greasyfork.org/scripts/505830): 該腳本將 GitHub 上的提交資訊轉化為 HTML 視圖,以更清晰地查看提交詳情。它會自動將提交資訊列表、提交頭部和最新提交資訊轉化為 HTML 格式,提供更佳的視覺效果與使用者體驗。
> - [**GitHub 文件列表美化器**](https://greasyfork.org/scripts/508047): GitHub 文件清單美化器是一個使用者腳本,用於增強 GitHub 倉庫中的文件顯示效果。它可以為文件和資料夾添加顏色,並將文件類型圖示替換為小圖像,使得程式碼庫更加易於瀏覽和管理。
> - [**Github 代碼語言列表顯示全部**](https://greasyfork.org/scripts/509889): 擴充 Github 儲存庫上的語言列表,顯示每種語言,而不是將小部分隱藏在 “其他” 下
> - [**GitHub 自動確認設備授權**](https://greasyfork.org/scripts/508956): 在GitHub授權頁面自動輸入授權碼與自動確認。
-> - [**GitHub資料夾下载**](https://greasyfork.org/scripts/505496): 新增一個下載按鈕,允許輕鬆下載特定的 GitHub 文件夹。
+> - [**GitHub資料夾下载**](https://greasyfork.org/scripts/505496): 新增一個下載按鈕,允許輕鬆下載特定的 GitHub 資料夾。
> - [**GitHub下載單一文件和複製文件URL**](https://greasyfork.org/scripts/505501): 在每個文件行的末尾新增按鈕,以複製原始文件 URL 和下載文件
-> - [**🤠 Github 增強助手 倉庫顯示大小 不活躍開發警告 倉庫內快捷跳轉用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): 在Github查看倉庫和搜尋倉庫時顯示倉庫大小 ,不活躍開發警告,仓库内快捷跳转.
+> - [**🤠 Github 增強助手 倉庫顯示大小 不活躍開發警告 倉庫內快捷跳轉用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): 在Github查看倉庫和搜尋倉庫時顯示倉庫大小 ,不活躍開發警告,倉庫內快捷跳轉.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): 倉庫列表文件排序方式改為日期降序,方便查看最新更新的文件。
+
+
+
+
-> ### 🔍你可能在找 Google相關腳本
+> ### 🔍你可能在找Google相關腳本
> - [**Google 進階搜尋**](https://greasyfork.org/scripts/502652): 這是一個為 Google 新增進階搜尋表單的使用者腳本。它能在頁面頂部添加一個可隱藏的高級搜尋表單,使您能夠更精確地搜尋訊息。
> - [**Google 搜尋屏蔽指定站點**](https://greasyfork.org/scripts/500262): 在搜尋引擎結果中封鎖特定的站點,幫助用戶過濾掉不需要的搜尋結果。 自訂輸入屏蔽站點。格式-zhihu -baidu 用於封鎖谷歌搜尋內容
+
+
+
+
-> ### 🔍你可能在找 GreasyFork相關腳本
+> ### 🔍你可能在找GreasyFork相關腳本
> - [**GreasyFork適用於增強**](https://greasyfork.org/scripts/497317): 腳本詳情頁增加適用於連結增加點擊開啟網頁,複製網頁,輪胎搜尋
-> - [**GrreasyFork 用戶發布的腳本資料視覺化**](https://greasyfork.org/scripts/508968): 使用Chart.js獲取和可視化獲取用戶腳本數據,並在使用者個人主頁產生圖表在下方顯示詳細安裝狀況
+> - [**GrreasyFork 用戶發布的腳本資料視覺化**](https://greasyfork.org/scripts/508968): 使用Chart.js獲取和可視化獲取用戶腳本數據,並在使用者個人主頁產生圖表在下方顯示詳細安裝情況
> - [**GreaysFork 增強 WebHook同步設定**](https://greasyfork.org/scripts/506717): 這個腳本可以幫助你快速輸入腳本同步訊息,並批量增加多個國家的語言代碼,而不用一個個地點擊選擇框再去對應的網址。
> - [**GreasyFork Markdown toobar**](https://greasyfork.org/scripts/505164): 在論壇預設使用 Markdown 格式,添加格式幫助連結及 Markdown 工具列紹
> - [**GreasyFork 顯示腳本評分**](https://greasyfork.org/scripts/501119): 腳本清單新增評價分數
-> - [**GreasyFork 進階搜尋**](https://greasyfork.org/scripts/505215): 使用谷歌搜尋 GreasyFork 和 SleazyFork 上體文字
-> - [**GreasyFork 導覽列增強**](https://greasyfork.org/scripts/501880): 增强greasyfork导航栏,增加用戶列表,使用者控制台等
+> - [**GreasyFork 進階搜尋**](https://greasyfork.org/scripts/505215): 使用谷歌搜尋 GreasyFork 和 SleazyFork 上級腳本
+> - [**GreasyFork 導覽列增強**](https://greasyfork.org/scripts/501880): 增強greasyfork導覽列,增加用戶列表,使用者控制台等
> - [**Greasyfork膠水工匠**](https://greasyfork.org/scripts/497346): 增強greasyfork,複製程式碼,腳本下載,精確時間到秒,主頁清理,討論一鍵舉報,腳本清單跳轉代碼添加下載 美化查看程式碼顯示程式碼引用文件,顯示腳本圖示,跳轉成人腳本等等一些操作
> - [**Greasyfork 通知助手**](https://greasyfork.org/scripts/506345): 當你的腳本或你參與的討論有新回應時,腳本會在網頁上以模態視窗顯示最新的討論內容。
> - [**Script Finder油猴腳本查找器**](https://greasyfork.org/scripts/498904): Script Finder 是一個使用者腳本(userscript),它可以幫助你在任何網站上尋找和管理使用者腳本
+
+
+
+
-> ### 🔍你可能在找 成人劇本
+> ### 🔍你可能在找成人腳本
> - [**MiSSAV自動登入**](https://greasyfork.org/scripts/505325): 偵測 MisssAV 狀態,並且在未登入時自動登入
> - [**MissAV收藏管理器**](https://greasyfork.org/scripts/497682): miss單張備份,支援下載圖片保存影片訊息.導出本地網頁 支援導出到webdav
> - [**TissAV自動登入**](https://greasyfork.org/scripts/506528): 偵測 TissAV 狀態,並且在未登入時自動登入
> - [**JableTV自動登入**](https://greasyfork.org/scripts/506730): 偵測 JableTV 狀態,並且在未登入時自動登入
+
+
+
+
-> ### 🔍你可能在找 自動翻譯
+> ### 🔍你可能在找自動翻譯
> - [**外語終結者**](https://greasyfork.org/scripts/504890): 識別非中文字符,如果長度大於 5 且翻譯文中不含中文,則替換為中文,需要可訪問google的網路
> - [**網頁翻譯——自動翻譯為中文**](https://greasyfork.org/scripts/505208): 給每個非中文的網頁右下角(可以調整到左下角)添加一個 google 翻譯圖示,此版本為中文翻譯版本,只把外文翻譯為中文,新增自動翻譯
-
-
+### 查看所有发布脚本
+
-### 查看所有发布脚本
+
-> ### 🔍你可能在找 ChatGPT相关脚本
-> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码字体变小
+> ### 🔍你可能在找ChatGPT相关脚本
+> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码框内字体变小
> - [**ChatGPT 聊天复制代码按钮**](https://greasyfork.org/scripts/509598): 在 chatgpt.com 上代码块的右下角添加一个带有动画的“复制代码”按钮
> - [**ChatGPT 字符计数器**](https://greasyfork.org/scripts/506166): 添加一个字符计数器到输入框,限制为 32732 个字符。(ChatGPT 的限制是 32732 个字符。)
> - [**ChatGPT 折叠自己消息和最大宽度**](https://greasyfork.org/scripts/504901): 自动折叠由你发送的长消息,节省屏幕空间。允许你设置聊天窗口的最大宽度,使得长消息不会超出指定范围。
+
+
+
+
-> ### 🔍你可能在找 网页相关脚本
+> ### 🔍你可能在找网页相关脚本
> - [**网页写入剪辑版授权管理器**](https://greasyfork.org/scripts/497403): 禁止网页向剪辑版拉屎,绿色为放行,红色禁止,橙色临时方向
> - [**解除CSDN登录复制限制**](https://greasyfork.org/scripts/505207): 去你妈的 CSDN 登录复制,无需登录即可复制代码框内容
> - [**绚丽渐变美化网页表格**](https://greasyfork.org/scripts/507036): 自动为网页上的表格所有列应用颜色渐变美化.
@@ -168,9 +171,13 @@
> - [**上下滚动小按钮**](https://greasyfork.org/scripts/497251): 页面右侧添加上下滚动按钮
> - [**一键置顶和置底按钮**](https://greasyfork.org/scripts/500255): 修改自Greasyfork用户脚本 为网页添加置顶和置底按钮,方便在长页面中快速移动到顶部或底部。 增加向下滚动时按钮变色,3秒内无滚动自动停止
+
+
+
+
-> ### 🔍你可能在找 GitHub相关脚本
+> ### 🔍你可能在找GitHub相关脚本
> - [**GitHub提交信息显示HTML**](https://greasyfork.org/scripts/505830): 该脚本将 GitHub 上的提交信息转化为 HTML 视图,以更清晰地查看提交详情。它会自动将提交信息列表、提交头部和最新提交信息转化为 HTML 格式,提供更佳的视觉效果和用户体验。
> - [**GitHub 文件列表美化器**](https://greasyfork.org/scripts/508047): GitHub 文件列表美化器是一个用户脚本,用于增强 GitHub 仓库中的文件显示效果。它可以为文件和文件夹添加颜色,并将文件类型图标替换为小图像,使得代码库更加易于浏览和管理。
> - [**Github 代码语言列表显示全部**](https://greasyfork.org/scripts/509889): 扩展 Github 存储库上的语言列表,显示每种语言,而不是将小部分隐藏在 “其他” 下
@@ -180,15 +187,23 @@
> - [**🤠 Github 增强小助手 仓库显示大小 不活跃开发警告 仓库内快捷跳转用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): 在Github查看仓库和搜索仓库时显示仓库大小 ,不活跃开发警告,仓库内快捷跳转.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): 仓库列表文件排序方式改为日期降序,方便查看最新更新的文件。
+
+
+
+
-> ### 🔍你可能在找 Google相关脚本
+> ### 🔍你可能在找Google相关脚本
> - [**Google 高级搜索**](https://greasyfork.org/scripts/502652): 这是一个为 Google 添加高级搜索表单的用户脚本。它能在页面顶部添加一个可隐藏的高级搜索表单,使您能够更精确地搜索信息。
> - [**Google 搜索屏蔽指定站点**](https://greasyfork.org/scripts/500262): 在搜索引擎结果中屏蔽特定的站点,帮助用户过滤掉不需要的搜索结果。 自定义输入屏蔽站点。格式-zhihu -baidu 用于屏蔽谷歌搜索内容
+
+
+
+
-> ### 🔍你可能在找 GreasyFork相关脚本
+> ### 🔍你可能在找GreasyFork相关脚本
> - [**GreasyFork适用于增强**](https://greasyfork.org/scripts/497317): 脚本详情页增加适用于链接增加点击打开网页,复制网页,轮胎搜索
> - [**GrreasyFork 用户发布的脚本数据可视化**](https://greasyfork.org/scripts/508968): 使用Chart.js获取和可视化获取用户脚本数据,并在用户个人主页生成一个图表在下方显示详细安装情况
> - [**GreaysFork 增强 WebHook同步设置**](https://greasyfork.org/scripts/506717): 这个脚本可以帮助你快速输入脚本同步信息,并批量增加多个国家的语言代码,而不用一个个地点击选择框再去对应的网址。
@@ -200,22 +215,27 @@
> - [**Greasyfork 通知助手**](https://greasyfork.org/scripts/506345): 当你的脚本或你参与的讨论有新回复时,脚本会在网页上以模态窗口显示最新的讨论内容。
> - [**Script Finder油猴脚本查找器**](https://greasyfork.org/scripts/498904): Script Finder 是一个用户脚本(userscript),它可以帮助你在任何网站上查找和管理用户脚本
+
+
+
+
-> ### 🔍你可能在找 成人脚本
+> ### 🔍你可能在找成人脚本
> - [**MiSSAV自动登录**](https://greasyfork.org/scripts/505325): 检测 MisssAV 状态,并且在未登录时自动登录
> - [**MissAV收藏管理器**](https://greasyfork.org/scripts/497682): miss片单备份,支持下载图片保存视频信息.导出本地网页 支持导出到webdav
> - [**TissAV自动登录**](https://greasyfork.org/scripts/506528): 检测 TissAV 状态,并且在未登录时自动登录
> - [**JableTV自动登录**](https://greasyfork.org/scripts/506730): 检测 JableTV 状态,并且在未登录时自动登录
+
+
+
+
-> ### 🔍你可能在找 自动翻译
+> ### 🔍你可能在找自动翻译
> - [**外语终结者**](https://greasyfork.org/scripts/504890): 识别非中文字符,如果长度大于 5 且翻译文本中不含中文,则替换为中文,需要可访问google的网络
> - [**网页翻译——自动翻译为中文**](https://greasyfork.org/scripts/505208): 给每个非中文的网页右下角(可以调整到左下角)添加一个 google 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译
-
> - [**GreasyFork Markdown toobar**](https://greasyfork.org/scripts/505164): Used by default in forums Markdown Format,Add format help link and Markdown Toolbar introduction
> - [**GreasyFork Show script ratings**](https://greasyfork.org/scripts/501119): Add evaluation scores to script list
> - [**GreasyFork Advanced search**](https://greasyfork.org/scripts/505215): Search using Google GreasyFork and SleazyFork upper script
-> - [**GreasyFork Navigation barEnhance**](https://greasyfork.org/scripts/501880): 增强greasyfork导航栏,Add user list,User console etc.
+> - [**GreasyFork Navigation barEnhance**](https://greasyfork.org/scripts/501880): EnhancegreasyforkNavigation bar,Add user list,User console etc.
> - [**GreasyforkGlue craftsman**](https://greasyfork.org/scripts/497346): Enhancegreasyfork,Copy code,Script download,Precise time to seconds,Home page cleanup,Discuss one-click reporting,Script list jump code added download Beautify view code and display code reference files,show script icon,Jump to adult scripts and other operations
> - [**Greasyfork Notification assistant**](https://greasyfork.org/scripts/506345): When there’s a new reply to your script or to a discussion you’re participating in,The script will display the latest discussion content in a modal window on the web page。
> - [**Script FinderGrease Monkey Script Finder**](https://greasyfork.org/scripts/498904): Script Finder is a user script(userscript),It helps you find and manage userscripts on any website
@@ -140,28 +140,31 @@ Example code: If you have more options, you can extend it.
-
+### View all publish scripts
+
-### View all publish scripts
+
-> ### 🔍you may be looking for ChatGPTRelated scripts
-> - [**ChatGPTCode font size reduced**](https://greasyfork.org/scripts/505209): let ChatGPT Code font size becomes smaller
-> - [**ChatGPT 聊天Copy codebutton**](https://greasyfork.org/scripts/509598): exist chatgpt.com Add an animation in the lower right corner of the upper code block“复制代码”按钮
-> - [**ChatGPT character counter**](https://greasyfork.org/scripts/506166): 添加一characters计数器到输入框,limited to 32732 characters。(ChatGPT The limit is 32732 个字符。)
+> ### 🔍you may be looking forChatGPTRelated scripts
+> - [**ChatGPTCode font size reduced**](https://greasyfork.org/scripts/505209): let ChatGPT The font size in the code box becomes smaller
+> - [**ChatGPT chatCopy codebutton**](https://greasyfork.org/scripts/509598): exist chatgpt.com Add an animation in the lower right corner of the upper code block“Copy code”button
+> - [**ChatGPT character counter**](https://greasyfork.org/scripts/506166): add onecharactersCounter to input box,limited to 32732 characters。(ChatGPT The limit is 32732 characters。)
> - [**ChatGPT Collapse self message and max width**](https://greasyfork.org/scripts/504901): Automatically collapse long messages sent by you,Save screen space。Allows you to set the maximum width of the chat window,Keep long messages from exceeding the specified range。
+
+
+
+
-> ### 🔍you may be looking for Web related scripts
-> - [**Web page writing clip version authorization manager**](https://greasyfork.org/scripts/497403): Ban web pages from pooping on edited versions,green for release,red ban,orange temporary directions
-> - [**LiftCSDNLoginCopy限制**](https://greasyfork.org/scripts/505207): fuck you CSDN 登录复制,Copy code box content without logging in
+> ### 🔍You may be looking for web related scripts
+> - [**Web page writing clip version authorization manager**](https://greasyfork.org/scripts/497403): Ban web pages from pooping on edited versions,green for release,red prohibition,orange temporary directions
+> - [**LiftCSDNLoginCopylimit**](https://greasyfork.org/scripts/505207): fuck you CSDN LoginCopy,Copy code box content without logging in
> - [**Beautify web forms with gorgeous gradients**](https://greasyfork.org/scripts/507036): Automatically apply color gradient beautification to all columns of tables on web pages.
> - [**Highlight keywords on web pages+(recommend)**](https://greasyfork.org/scripts/498906): Highlight text on web pages
> - [**Highlight web text_mini version**](https://greasyfork.org/scripts/498905): Custom keyword highlighting on web pages including dynamically loaded content on scroll
@@ -170,54 +173,71 @@ Example code: If you have more options, you can extend it.
> - [**Small scroll button up and down**](https://greasyfork.org/scripts/497251): Add up and down scroll buttons on the right side of the page
> - [**One-touch top and bottom buttons**](https://greasyfork.org/scripts/500255): Modified fromGreasyforkuser script Add top and bottom buttons to web pages,Facilitates quick movement to the top or bottom of long pages。 Added button color change when scrolling down,3Automatically stops if there is no scrolling within seconds
+
+
+
+
-> ### 🔍you may be looking for GitHubRelated scripts
+> ### 🔍you may be looking forGitHubRelated scripts
> - [**GitHubSubmit information displayHTML**](https://greasyfork.org/scripts/505830): This script will GitHub The submission information on HTML view,to see submission details more clearly。It will automatically submit the information list、The commit header and latest commit information are converted to HTML Format,Provide better visual effects and user experience。
-> - [**GitHub File list beautifier**](https://greasyfork.org/scripts/508047): GitHub File List Beautifier is a user script,used to enhance GitHub Display effect of files in warehouse。It can add colors to files and folders,and replace the file type icons with small images,Makes the code base easier to browse and manage。
+> - [**GitHub File list beautifier**](https://greasyfork.org/scripts/508047): GitHub File List Beautifier is a user script,used to enhance GitHub Display effect of files in warehouse。It can add color to files and folders,and replace the file type icons with small images,Makes the code base easier to browse and manage。
> - [**Github List of code languages show all**](https://greasyfork.org/scripts/509889): Expand Github List of languages on the repository,Show each language,Instead of hiding small parts in “other” Down
> - [**GitHub Automatically confirm device authorization**](https://greasyfork.org/scripts/508956): existGitHubThe authorization page automatically enters the authorization code and automatically confirms it.。
-> - [**GitHubfolder下载**](https://greasyfork.org/scripts/505496): Add a download button,Allows easy downloading of specific GitHub 文件夹。
+> - [**GitHubfolderdownload**](https://greasyfork.org/scripts/505496): Add a download button,Allows easy downloading of specific GitHub folder。
> - [**GitHubDownload single files and copy filesURL**](https://greasyfork.org/scripts/505501): Add button at the end of each file line,to copy the original file URL and download files
-> - [**🤠 Github Enhance assistant Warehouse display size Inactive development warning Quick jump within the warehouse用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): existGithubShow warehouse size when viewing and searching warehouses ,Inactive development warning,仓库内快捷跳转.
+> - [**🤠 Github Enhance assistant Warehouse display size Inactive development warning Quick jump within the warehouseUser’s other warehouses 🤠**](https://greasyfork.org/scripts/502291): existGithubShow warehouse size when viewing and searching warehouses ,Inactive development warning,Quick jump within the warehouse.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): Change the sorting method of warehouse list files to descending date order,Conveniently view the latest updated files。
+
+
+
+
-> ### 🔍you may be looking for GoogleRelated scripts
-> - [**Google Advanced search**](https://greasyfork.org/scripts/502652): This is a for Google Add user script for advanced search form。It adds a hideable advanced search form at the top of the page,Enable you to search for information more precisely。
+> ### 🔍you may be looking forGoogleRelated scripts
+> - [**Google Advanced search**](https://greasyfork.org/scripts/502652): This is a for Google Add user script for advanced search form。It adds a hideable advanced search form at the top of the page,Enables you to search for information more precisely。
> - [**Google Search and block specific sites**](https://greasyfork.org/scripts/500262): Block specific sites from search engine results,Help users filter out unwanted search results。 Custom input blocking site。Format-zhihu -baidu Used to block Google search content
+
+
+
+
-> ### 🔍you may be looking for GreasyForkRelated scripts
+> ### 🔍you may be looking forGreasyForkRelated scripts
> - [**GreasyForksuitable for enhancement**](https://greasyfork.org/scripts/497317): The script details page is added. It is suitable for links to be added. Click to open the web page.,Copy web page,tire search
> - [**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.
> - [**GreaysFork Enhance WebHookSync settings**](https://greasyfork.org/scripts/506717): This script can help you 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。
> - [**GreasyFork Markdown toobar**](https://greasyfork.org/scripts/505164): Used by default in forums Markdown Format,Add format help link and Markdown Toolbar introduction
> - [**GreasyFork Show script ratings**](https://greasyfork.org/scripts/501119): Add evaluation scores to script list
-> - [**GreasyFork Advanced search**](https://greasyfork.org/scripts/505215): Search using Google GreasyFork and SleazyFork upper script
-> - [**GreasyFork Navigation barEnhance**](https://greasyfork.org/scripts/501880): 增强greasyfork导航栏,Add user list,User console etc.
+> - [**GreasyFork Advanced search**](https://greasyfork.org/scripts/505215): Search using Google GreasyFork and SleazyFork superior script
+> - [**GreasyFork Navigation barEnhance**](https://greasyfork.org/scripts/501880): EnhancegreasyforkNavigation bar,Add user list,User console, etc.
> - [**GreasyforkGlue craftsman**](https://greasyfork.org/scripts/497346): Enhancegreasyfork,Copy code,Script download,Precise time to seconds,Home page cleanup,Discuss one-click reporting,Script list jump code added download Beautify view code and display code reference files,show script icon,Jump to adult scripts and other operations
> - [**Greasyfork Notification assistant**](https://greasyfork.org/scripts/506345): When there’s a new reply to your script or to a discussion you’re participating in,The script will display the latest discussion content in a modal window on the web page。
> - [**Script FinderGrease Monkey Script Finder**](https://greasyfork.org/scripts/498904): Script Finder is a user script(userscript),It helps you find and manage userscripts on any website
+
+
+
+
-> ### 🔍you may be looking for adult script
+> ### 🔍You may be looking for adult scripts
> - [**MiSSAVAutomatic login**](https://greasyfork.org/scripts/505325): Detection MisssAV state,and automatically log in when not logged in
> - [**MissAVCollection manager**](https://greasyfork.org/scripts/497682): missPlaylist backup,Support downloading pictures and saving video information.Export local web page Support export towebdav
> - [**TissAVAutomatic login**](https://greasyfork.org/scripts/506528): Detection TissAV state,and automatically log in when not logged in
> - [**JableTVAutomatic login**](https://greasyfork.org/scripts/506730): Detection JableTV state,and automatically log in when not logged in
-
-> ### 🔍you may be looking for automatic translation
-> - [**foreign language terminator**](https://greasyfork.org/scripts/504890): Recognize non-Chinese characters,If the length is greater than 5 And the translated text does not contain Chinese,then replace it with Chinese,Need to be accessiblegooglenetwork
-> - [**web page translation——Automatically translated to Chinese**](https://greasyfork.org/scripts/505208): Give the lower right corner of each non-Chinese web page(Can be adjusted to the lower left corner)add a google Translate icon,This version is a Chinese translation version,Only translate foreign languages into Chinese,Add automatic translation
+
+
+
-
-
+### 查看所有发布脚本
+
-### 查看所有发布脚本
+
-> ### 🔍你可能在找 ChatGPT相关脚本
-> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码字体变小
+> ### 🔍你可能在找ChatGPT相关脚本
+> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码框内字体变小
> - [**ChatGPT 聊天复制代码按钮**](https://greasyfork.org/scripts/509598): 在 chatgpt.com 上代码块的右下角添加一个带有动画的“复制代码”按钮
> - [**ChatGPT 字符计数器**](https://greasyfork.org/scripts/506166): 添加一个字符计数器到输入框,限制为 32732 个字符。(ChatGPT 的限制是 32732 个字符。)
> - [**ChatGPT 折叠自己消息和最大宽度**](https://greasyfork.org/scripts/504901): 自动折叠由你发送的长消息,节省屏幕空间。允许你设置聊天窗口的最大宽度,使得长消息不会超出指定范围。
+
+
+
+
-> ### 🔍你可能在找 网页相关脚本
+> ### 🔍你可能在找网页相关脚本
> - [**网页写入剪辑版授权管理器**](https://greasyfork.org/scripts/497403): 禁止网页向剪辑版拉屎,绿色为放行,红色禁止,橙色临时方向
> - [**解除CSDN登录复制限制**](https://greasyfork.org/scripts/505207): 去你妈的 CSDN 登录复制,无需登录即可复制代码框内容
> - [**绚丽渐变美化网页表格**](https://greasyfork.org/scripts/507036): 自动为网页上的表格所有列应用颜色渐变美化.
@@ -119,9 +122,13 @@
> - [**上下滚动小按钮**](https://greasyfork.org/scripts/497251): 页面右侧添加上下滚动按钮
> - [**一键置顶和置底按钮**](https://greasyfork.org/scripts/500255): 修改自Greasyfork用户脚本 为网页添加置顶和置底按钮,方便在长页面中快速移动到顶部或底部。 增加向下滚动时按钮变色,3秒内无滚动自动停止
+
+
+
+
-> ### 🔍你可能在找 GitHub相关脚本
+> ### 🔍你可能在找GitHub相关脚本
> - [**GitHub提交信息显示HTML**](https://greasyfork.org/scripts/505830): 该脚本将 GitHub 上的提交信息转化为 HTML 视图,以更清晰地查看提交详情。它会自动将提交信息列表、提交头部和最新提交信息转化为 HTML 格式,提供更佳的视觉效果和用户体验。
> - [**GitHub 文件列表美化器**](https://greasyfork.org/scripts/508047): GitHub 文件列表美化器是一个用户脚本,用于增强 GitHub 仓库中的文件显示效果。它可以为文件和文件夹添加颜色,并将文件类型图标替换为小图像,使得代码库更加易于浏览和管理。
> - [**Github 代码语言列表显示全部**](https://greasyfork.org/scripts/509889): 扩展 Github 存储库上的语言列表,显示每种语言,而不是将小部分隐藏在 “其他” 下
@@ -131,15 +138,23 @@
> - [**🤠 Github 增强小助手 仓库显示大小 不活跃开发警告 仓库内快捷跳转用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): 在Github查看仓库和搜索仓库时显示仓库大小 ,不活跃开发警告,仓库内快捷跳转.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): 仓库列表文件排序方式改为日期降序,方便查看最新更新的文件。
+
+
+
+
-> ### 🔍你可能在找 Google相关脚本
+> ### 🔍你可能在找Google相关脚本
> - [**Google 高级搜索**](https://greasyfork.org/scripts/502652): 这是一个为 Google 添加高级搜索表单的用户脚本。它能在页面顶部添加一个可隐藏的高级搜索表单,使您能够更精确地搜索信息。
> - [**Google 搜索屏蔽指定站点**](https://greasyfork.org/scripts/500262): 在搜索引擎结果中屏蔽特定的站点,帮助用户过滤掉不需要的搜索结果。 自定义输入屏蔽站点。格式-zhihu -baidu 用于屏蔽谷歌搜索内容
+
+
+
+
-> ### 🔍你可能在找 GreasyFork相关脚本
+> ### 🔍你可能在找GreasyFork相关脚本
> - [**GreasyFork适用于增强**](https://greasyfork.org/scripts/497317): 脚本详情页增加适用于链接增加点击打开网页,复制网页,轮胎搜索
> - [**GrreasyFork 用户发布的脚本数据可视化**](https://greasyfork.org/scripts/508968): 使用Chart.js获取和可视化获取用户脚本数据,并在用户个人主页生成一个图表在下方显示详细安装情况
> - [**GreaysFork 增强 WebHook同步设置**](https://greasyfork.org/scripts/506717): 这个脚本可以帮助你快速输入脚本同步信息,并批量增加多个国家的语言代码,而不用一个个地点击选择框再去对应的网址。
@@ -151,22 +166,27 @@
> - [**Greasyfork 通知助手**](https://greasyfork.org/scripts/506345): 当你的脚本或你参与的讨论有新回复时,脚本会在网页上以模态窗口显示最新的讨论内容。
> - [**Script Finder油猴脚本查找器**](https://greasyfork.org/scripts/498904): Script Finder 是一个用户脚本(userscript),它可以帮助你在任何网站上查找和管理用户脚本
+
+
+
+
-> ### 🔍你可能在找 成人脚本
+> ### 🔍你可能在找成人脚本
> - [**MiSSAV自动登录**](https://greasyfork.org/scripts/505325): 检测 MisssAV 状态,并且在未登录时自动登录
> - [**MissAV收藏管理器**](https://greasyfork.org/scripts/497682): miss片单备份,支持下载图片保存视频信息.导出本地网页 支持导出到webdav
> - [**TissAV自动登录**](https://greasyfork.org/scripts/506528): 检测 TissAV 状态,并且在未登录时自动登录
> - [**JableTV自动登录**](https://greasyfork.org/scripts/506730): 检测 JableTV 状态,并且在未登录时自动登录
+
+
+
+
-> ### 🔍你可能在找 自动翻译
+> ### 🔍你可能在找自动翻译
> - [**外语终结者**](https://greasyfork.org/scripts/504890): 识别非中文字符,如果长度大于 5 且翻译文本中不含中文,则替换为中文,需要可访问google的网络
> - [**网页翻译——自动翻译为中文**](https://greasyfork.org/scripts/505208): 给每个非中文的网页右下角(可以调整到左下角)添加一个 google 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译
-
-
+### 查看所有发布脚本
+
-### 查看所有发布脚本
+
-> ### 🔍你可能在找 ChatGPT相关脚本
-> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码字体变小
+> ### 🔍你可能在找ChatGPT相关脚本
+> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码框内字体变小
> - [**ChatGPT 聊天复制代码按钮**](https://greasyfork.org/scripts/509598): 在 chatgpt.com 上代码块的右下角添加一个带有动画的“复制代码”按钮
> - [**ChatGPT 字符计数器**](https://greasyfork.org/scripts/506166): 添加一个字符计数器到输入框,限制为 32732 个字符。(ChatGPT 的限制是 32732 个字符。)
> - [**ChatGPT 折叠自己消息和最大宽度**](https://greasyfork.org/scripts/504901): 自动折叠由你发送的长消息,节省屏幕空间。允许你设置聊天窗口的最大宽度,使得长消息不会超出指定范围。
+
+
+
+
-> ### 🔍你可能在找 网页相关脚本
+> ### 🔍你可能在找网页相关脚本
> - [**网页写入剪辑版授权管理器**](https://greasyfork.org/scripts/497403): 禁止网页向剪辑版拉屎,绿色为放行,红色禁止,橙色临时方向
> - [**解除CSDN登录复制限制**](https://greasyfork.org/scripts/505207): 去你妈的 CSDN 登录复制,无需登录即可复制代码框内容
> - [**绚丽渐变美化网页表格**](https://greasyfork.org/scripts/507036): 自动为网页上的表格所有列应用颜色渐变美化.
@@ -141,9 +144,13 @@
> - [**上下滚动小按钮**](https://greasyfork.org/scripts/497251): 页面右侧添加上下滚动按钮
> - [**一键置顶和置底按钮**](https://greasyfork.org/scripts/500255): 修改自Greasyfork用户脚本 为网页添加置顶和置底按钮,方便在长页面中快速移动到顶部或底部。 增加向下滚动时按钮变色,3秒内无滚动自动停止
+
+
+
+
-> ### 🔍你可能在找 GitHub相关脚本
+> ### 🔍你可能在找GitHub相关脚本
> - [**GitHub提交信息显示HTML**](https://greasyfork.org/scripts/505830): 该脚本将 GitHub 上的提交信息转化为 HTML 视图,以更清晰地查看提交详情。它会自动将提交信息列表、提交头部和最新提交信息转化为 HTML 格式,提供更佳的视觉效果和用户体验。
> - [**GitHub 文件列表美化器**](https://greasyfork.org/scripts/508047): GitHub 文件列表美化器是一个用户脚本,用于增强 GitHub 仓库中的文件显示效果。它可以为文件和文件夹添加颜色,并将文件类型图标替换为小图像,使得代码库更加易于浏览和管理。
> - [**Github 代码语言列表显示全部**](https://greasyfork.org/scripts/509889): 扩展 Github 存储库上的语言列表,显示每种语言,而不是将小部分隐藏在 “其他” 下
@@ -153,15 +160,23 @@
> - [**🤠 Github 增强小助手 仓库显示大小 不活跃开发警告 仓库内快捷跳转用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): 在Github查看仓库和搜索仓库时显示仓库大小 ,不活跃开发警告,仓库内快捷跳转.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): 仓库列表文件排序方式改为日期降序,方便查看最新更新的文件。
+
+
+
+
-> ### 🔍你可能在找 Google相关脚本
+> ### 🔍你可能在找Google相关脚本
> - [**Google 高级搜索**](https://greasyfork.org/scripts/502652): 这是一个为 Google 添加高级搜索表单的用户脚本。它能在页面顶部添加一个可隐藏的高级搜索表单,使您能够更精确地搜索信息。
> - [**Google 搜索屏蔽指定站点**](https://greasyfork.org/scripts/500262): 在搜索引擎结果中屏蔽特定的站点,帮助用户过滤掉不需要的搜索结果。 自定义输入屏蔽站点。格式-zhihu -baidu 用于屏蔽谷歌搜索内容
+
+
+
+
-> ### 🔍你可能在找 GreasyFork相关脚本
+> ### 🔍你可能在找GreasyFork相关脚本
> - [**GreasyFork适用于增强**](https://greasyfork.org/scripts/497317): 脚本详情页增加适用于链接增加点击打开网页,复制网页,轮胎搜索
> - [**GrreasyFork 用户发布的脚本数据可视化**](https://greasyfork.org/scripts/508968): 使用Chart.js获取和可视化获取用户脚本数据,并在用户个人主页生成一个图表在下方显示详细安装情况
> - [**GreaysFork 增强 WebHook同步设置**](https://greasyfork.org/scripts/506717): 这个脚本可以帮助你快速输入脚本同步信息,并批量增加多个国家的语言代码,而不用一个个地点击选择框再去对应的网址。
@@ -173,22 +188,27 @@
> - [**Greasyfork 通知助手**](https://greasyfork.org/scripts/506345): 当你的脚本或你参与的讨论有新回复时,脚本会在网页上以模态窗口显示最新的讨论内容。
> - [**Script Finder油猴脚本查找器**](https://greasyfork.org/scripts/498904): Script Finder 是一个用户脚本(userscript),它可以帮助你在任何网站上查找和管理用户脚本
+
+
+
+
-> ### 🔍你可能在找 成人脚本
+> ### 🔍你可能在找成人脚本
> - [**MiSSAV自动登录**](https://greasyfork.org/scripts/505325): 检测 MisssAV 状态,并且在未登录时自动登录
> - [**MissAV收藏管理器**](https://greasyfork.org/scripts/497682): miss片单备份,支持下载图片保存视频信息.导出本地网页 支持导出到webdav
> - [**TissAV自动登录**](https://greasyfork.org/scripts/506528): 检测 TissAV 状态,并且在未登录时自动登录
> - [**JableTV自动登录**](https://greasyfork.org/scripts/506730): 检测 JableTV 状态,并且在未登录时自动登录
+
+
+
+
-> ### 🔍你可能在找 自动翻译
+> ### 🔍你可能在找自动翻译
> - [**外语终结者**](https://greasyfork.org/scripts/504890): 识别非中文字符,如果长度大于 5 且翻译文本中不含中文,则替换为中文,需要可访问google的网络
> - [**网页翻译——自动翻译为中文**](https://greasyfork.org/scripts/505208): 给每个非中文的网页右下角(可以调整到左下角)添加一个 google 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译
-
-
+### 查看所有发布脚本
+
-### 查看所有发布脚本
+
-> ### 🔍你可能在找 ChatGPT相关脚本
-> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码字体变小
+> ### 🔍你可能在找ChatGPT相关脚本
+> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码框内字体变小
> - [**ChatGPT 聊天复制代码按钮**](https://greasyfork.org/scripts/509598): 在 chatgpt.com 上代码块的右下角添加一个带有动画的“复制代码”按钮
> - [**ChatGPT 字符计数器**](https://greasyfork.org/scripts/506166): 添加一个字符计数器到输入框,限制为 32732 个字符。(ChatGPT 的限制是 32732 个字符。)
> - [**ChatGPT 折叠自己消息和最大宽度**](https://greasyfork.org/scripts/504901): 自动折叠由你发送的长消息,节省屏幕空间。允许你设置聊天窗口的最大宽度,使得长消息不会超出指定范围。
+
+
+
+
-> ### 🔍你可能在找 网页相关脚本
+> ### 🔍你可能在找网页相关脚本
> - [**网页写入剪辑版授权管理器**](https://greasyfork.org/scripts/497403): 禁止网页向剪辑版拉屎,绿色为放行,红色禁止,橙色临时方向
> - [**解除CSDN登录复制限制**](https://greasyfork.org/scripts/505207): 去你妈的 CSDN 登录复制,无需登录即可复制代码框内容
> - [**绚丽渐变美化网页表格**](https://greasyfork.org/scripts/507036): 自动为网页上的表格所有列应用颜色渐变美化.
@@ -130,9 +133,13 @@
> - [**上下滚动小按钮**](https://greasyfork.org/scripts/497251): 页面右侧添加上下滚动按钮
> - [**一键置顶和置底按钮**](https://greasyfork.org/scripts/500255): 修改自Greasyfork用户脚本 为网页添加置顶和置底按钮,方便在长页面中快速移动到顶部或底部。 增加向下滚动时按钮变色,3秒内无滚动自动停止
+
+
+
+
-> ### 🔍你可能在找 GitHub相关脚本
+> ### 🔍你可能在找GitHub相关脚本
> - [**GitHub提交信息显示HTML**](https://greasyfork.org/scripts/505830): 该脚本将 GitHub 上的提交信息转化为 HTML 视图,以更清晰地查看提交详情。它会自动将提交信息列表、提交头部和最新提交信息转化为 HTML 格式,提供更佳的视觉效果和用户体验。
> - [**GitHub 文件列表美化器**](https://greasyfork.org/scripts/508047): GitHub 文件列表美化器是一个用户脚本,用于增强 GitHub 仓库中的文件显示效果。它可以为文件和文件夹添加颜色,并将文件类型图标替换为小图像,使得代码库更加易于浏览和管理。
> - [**Github 代码语言列表显示全部**](https://greasyfork.org/scripts/509889): 扩展 Github 存储库上的语言列表,显示每种语言,而不是将小部分隐藏在 “其他” 下
@@ -142,15 +149,23 @@
> - [**🤠 Github 增强小助手 仓库显示大小 不活跃开发警告 仓库内快捷跳转用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): 在Github查看仓库和搜索仓库时显示仓库大小 ,不活跃开发警告,仓库内快捷跳转.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): 仓库列表文件排序方式改为日期降序,方便查看最新更新的文件。
+
+
+
+
-> ### 🔍你可能在找 Google相关脚本
+> ### 🔍你可能在找Google相关脚本
> - [**Google 高级搜索**](https://greasyfork.org/scripts/502652): 这是一个为 Google 添加高级搜索表单的用户脚本。它能在页面顶部添加一个可隐藏的高级搜索表单,使您能够更精确地搜索信息。
> - [**Google 搜索屏蔽指定站点**](https://greasyfork.org/scripts/500262): 在搜索引擎结果中屏蔽特定的站点,帮助用户过滤掉不需要的搜索结果。 自定义输入屏蔽站点。格式-zhihu -baidu 用于屏蔽谷歌搜索内容
+
+
+
+
-> ### 🔍你可能在找 GreasyFork相关脚本
+> ### 🔍你可能在找GreasyFork相关脚本
> - [**GreasyFork适用于增强**](https://greasyfork.org/scripts/497317): 脚本详情页增加适用于链接增加点击打开网页,复制网页,轮胎搜索
> - [**GrreasyFork 用户发布的脚本数据可视化**](https://greasyfork.org/scripts/508968): 使用Chart.js获取和可视化获取用户脚本数据,并在用户个人主页生成一个图表在下方显示详细安装情况
> - [**GreaysFork 增强 WebHook同步设置**](https://greasyfork.org/scripts/506717): 这个脚本可以帮助你快速输入脚本同步信息,并批量增加多个国家的语言代码,而不用一个个地点击选择框再去对应的网址。
@@ -162,22 +177,27 @@
> - [**Greasyfork 通知助手**](https://greasyfork.org/scripts/506345): 当你的脚本或你参与的讨论有新回复时,脚本会在网页上以模态窗口显示最新的讨论内容。
> - [**Script Finder油猴脚本查找器**](https://greasyfork.org/scripts/498904): Script Finder 是一个用户脚本(userscript),它可以帮助你在任何网站上查找和管理用户脚本
+
+
+
+
-> ### 🔍你可能在找 成人脚本
+> ### 🔍你可能在找成人脚本
> - [**MiSSAV自动登录**](https://greasyfork.org/scripts/505325): 检测 MisssAV 状态,并且在未登录时自动登录
> - [**MissAV收藏管理器**](https://greasyfork.org/scripts/497682): miss片单备份,支持下载图片保存视频信息.导出本地网页 支持导出到webdav
> - [**TissAV自动登录**](https://greasyfork.org/scripts/506528): 检测 TissAV 状态,并且在未登录时自动登录
> - [**JableTV自动登录**](https://greasyfork.org/scripts/506730): 检测 JableTV 状态,并且在未登录时自动登录
+
+
+
+
-> ### 🔍你可能在找 自动翻译
+> ### 🔍你可能在找自动翻译
> - [**外语终结者**](https://greasyfork.org/scripts/504890): 识别非中文字符,如果长度大于 5 且翻译文本中不含中文,则替换为中文,需要可访问google的网络
> - [**网页翻译——自动翻译为中文**](https://greasyfork.org/scripts/505208): 给每个非中文的网页右下角(可以调整到左下角)添加一个 google 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译
-
-
+### View all publish scripts
+
-### View all publish scripts
+
-> ### 🔍you may be looking for ChatGPTRelated scripts
-> - [**ChatGPTCode font size reduced**](https://greasyfork.org/scripts/505209): let ChatGPT Code font size becomes smaller
-> - [**ChatGPT 聊天Copy codebutton**](https://greasyfork.org/scripts/509598): exist chatgpt.com Add an animation in the lower right corner of the upper code block“复制代码”按钮
-> - [**ChatGPT character counter**](https://greasyfork.org/scripts/506166): 添加一characters计数器到输入框,limited to 32732 characters。(ChatGPT The limit is 32732 个字符。)
+> ### 🔍you may be looking forChatGPTRelated scripts
+> - [**ChatGPTCode font size reduced**](https://greasyfork.org/scripts/505209): let ChatGPT The font size in the code box becomes smaller
+> - [**ChatGPT chatCopy codebutton**](https://greasyfork.org/scripts/509598): exist chatgpt.com Add an animation in the lower right corner of the upper code block“Copy code”button
+> - [**ChatGPT character counter**](https://greasyfork.org/scripts/506166): add onecharactersCounter to input box,limited to 32732 characters。(ChatGPT The limit is 32732 characters。)
> - [**ChatGPT Collapse self message and max width**](https://greasyfork.org/scripts/504901): Automatically collapse long messages sent by you,Save screen space。Allows you to set the maximum width of the chat window,Keep long messages from exceeding the specified range。
+
+
+
+
-> ### 🔍you may be looking for Web related scripts
-> - [**Web page writing clip version authorization manager**](https://greasyfork.org/scripts/497403): Ban web pages from pooping on edited versions,green for release,red ban,orange temporary directions
-> - [**LiftCSDNLoginCopy限制**](https://greasyfork.org/scripts/505207): fuck you CSDN 登录复制,Copy code box content without logging in
+> ### 🔍You may be looking for web related scripts
+> - [**Web page writing clip version authorization manager**](https://greasyfork.org/scripts/497403): Ban web pages from pooping on edited versions,green for release,red prohibition,orange temporary directions
+> - [**LiftCSDNLoginCopylimit**](https://greasyfork.org/scripts/505207): fuck you CSDN LoginCopy,Copy code box content without logging in
> - [**Beautify web forms with gorgeous gradients**](https://greasyfork.org/scripts/507036): Automatically apply color gradient beautification to all columns of tables on web pages.
> - [**Highlight keywords on web pages+(recommend)**](https://greasyfork.org/scripts/498906): Highlight text on web pages
> - [**Highlight web text_mini version**](https://greasyfork.org/scripts/498905): Custom keyword highlighting on web pages including dynamically loaded content on scroll
@@ -130,54 +133,71 @@ This script is used for managing user accounts on JableTV . It provides function
> - [**Small scroll button up and down**](https://greasyfork.org/scripts/497251): Add up and down scroll buttons on the right side of the page
> - [**One-touch top and bottom buttons**](https://greasyfork.org/scripts/500255): Modified fromGreasyforkuser script Add top and bottom buttons to web pages,Facilitates quick movement to the top or bottom of long pages。 Added button color change when scrolling down,3Automatically stops if there is no scrolling within seconds
+
+
+
+
-> ### 🔍you may be looking for GitHubRelated scripts
+> ### 🔍you may be looking forGitHubRelated scripts
> - [**GitHubSubmit information displayHTML**](https://greasyfork.org/scripts/505830): This script will GitHub The submission information on HTML view,to see submission details more clearly。It will automatically submit the information list、The commit header and latest commit information are converted to HTML Format,Provide better visual effects and user experience。
-> - [**GitHub File list beautifier**](https://greasyfork.org/scripts/508047): GitHub File List Beautifier is a user script,used to enhance GitHub Display effect of files in warehouse。It can add colors to files and folders,and replace the file type icons with small images,Makes the code base easier to browse and manage。
+> - [**GitHub File list beautifier**](https://greasyfork.org/scripts/508047): GitHub File List Beautifier is a user script,used to enhance GitHub Display effect of files in warehouse。It can add color to files and folders,and replace the file type icons with small images,Makes the code base easier to browse and manage。
> - [**Github List of code languages show all**](https://greasyfork.org/scripts/509889): Expand Github List of languages on the repository,Show each language,Instead of hiding small parts in “other” Down
> - [**GitHub Automatically confirm device authorization**](https://greasyfork.org/scripts/508956): existGitHubThe authorization page automatically enters the authorization code and automatically confirms it.。
-> - [**GitHubfolder下载**](https://greasyfork.org/scripts/505496): Add a download button,Allows easy downloading of specific GitHub 文件夹。
+> - [**GitHubfolderdownload**](https://greasyfork.org/scripts/505496): Add a download button,Allows easy downloading of specific GitHub folder。
> - [**GitHubDownload single files and copy filesURL**](https://greasyfork.org/scripts/505501): Add button at the end of each file line,to copy the original file URL and download files
-> - [**🤠 Github Enhance assistant Warehouse display size Inactive development warning Quick jump within the warehouse用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): existGithubShow warehouse size when viewing and searching warehouses ,Inactive development warning,仓库内快捷跳转.
+> - [**🤠 Github Enhance assistant Warehouse display size Inactive development warning Quick jump within the warehouseUser’s other warehouses 🤠**](https://greasyfork.org/scripts/502291): existGithubShow warehouse size when viewing and searching warehouses ,Inactive development warning,Quick jump within the warehouse.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): Change the sorting method of warehouse list files to descending date order,Conveniently view the latest updated files。
+
+
+
+
-> ### 🔍you may be looking for GoogleRelated scripts
-> - [**Google Advanced search**](https://greasyfork.org/scripts/502652): This is a for Google Add user script for advanced search form。It adds a hideable advanced search form at the top of the page,Enable you to search for information more precisely。
+> ### 🔍you may be looking forGoogleRelated scripts
+> - [**Google Advanced search**](https://greasyfork.org/scripts/502652): This is a for Google Add user script for advanced search form。It adds a hideable advanced search form at the top of the page,Enables you to search for information more precisely。
> - [**Google Search and block specific sites**](https://greasyfork.org/scripts/500262): Block specific sites from search engine results,Help users filter out unwanted search results。 Custom input blocking site。Format-zhihu -baidu Used to block Google search content
+
+
+
+
-> ### 🔍you may be looking for GreasyForkRelated scripts
+> ### 🔍you may be looking forGreasyForkRelated scripts
> - [**GreasyForksuitable for enhancement**](https://greasyfork.org/scripts/497317): The script details page is added. It is suitable for links to be added. Click to open the web page.,Copy web page,tire search
> - [**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.
> - [**GreaysFork Enhance WebHookSync settings**](https://greasyfork.org/scripts/506717): This script can help you 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。
> - [**GreasyFork Markdown toobar**](https://greasyfork.org/scripts/505164): Used by default in forums Markdown Format,Add format help link and Markdown Toolbar introduction
> - [**GreasyFork Show script ratings**](https://greasyfork.org/scripts/501119): Add evaluation scores to script list
-> - [**GreasyFork Advanced search**](https://greasyfork.org/scripts/505215): Search using Google GreasyFork and SleazyFork upper script
-> - [**GreasyFork Navigation barEnhance**](https://greasyfork.org/scripts/501880): 增强greasyfork导航栏,Add user list,User console etc.
+> - [**GreasyFork Advanced search**](https://greasyfork.org/scripts/505215): Search using Google GreasyFork and SleazyFork superior script
+> - [**GreasyFork Navigation barEnhance**](https://greasyfork.org/scripts/501880): EnhancegreasyforkNavigation bar,Add user list,User console, etc.
> - [**GreasyforkGlue craftsman**](https://greasyfork.org/scripts/497346): Enhancegreasyfork,Copy code,Script download,Precise time to seconds,Home page cleanup,Discuss one-click reporting,Script list jump code added download Beautify view code and display code reference files,show script icon,Jump to adult scripts and other operations
> - [**Greasyfork Notification assistant**](https://greasyfork.org/scripts/506345): When there’s a new reply to your script or to a discussion you’re participating in,The script will display the latest discussion content in a modal window on the web page。
> - [**Script FinderGrease Monkey Script Finder**](https://greasyfork.org/scripts/498904): Script Finder is a user script(userscript),It helps you find and manage userscripts on any website
+
+
+
+
-> ### 🔍you may be looking for adult script
+> ### 🔍You may be looking for adult scripts
> - [**MiSSAVAutomatic login**](https://greasyfork.org/scripts/505325): Detection MisssAV state,and automatically log in when not logged in
> - [**MissAVCollection manager**](https://greasyfork.org/scripts/497682): missPlaylist backup,Support downloading pictures and saving video information.Export local web page Support export towebdav
> - [**TissAVAutomatic login**](https://greasyfork.org/scripts/506528): Detection TissAV state,and automatically log in when not logged in
> - [**JableTVAutomatic login**](https://greasyfork.org/scripts/506730): Detection JableTV state,and automatically log in when not logged in
-
-> ### 🔍you may be looking for automatic translation
-> - [**foreign language terminator**](https://greasyfork.org/scripts/504890): Recognize non-Chinese characters,If the length is greater than 5 And the translated text does not contain Chinese,then replace it with Chinese,Need to be accessiblegooglenetwork
-> - [**web page translation——Automatically translated to Chinese**](https://greasyfork.org/scripts/505208): Give the lower right corner of each non-Chinese web page(Can be adjusted to the lower left corner)add a google Translate icon,This version is a Chinese translation version,Only translate foreign languages into Chinese,Add automatic translation
+
+
+
-
-
+### 查看所有发布脚本
+
-### 查看所有发布脚本
+
-> ### 🔍你可能在找 ChatGPT相关脚本
-> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码字体变小
+> ### 🔍你可能在找ChatGPT相关脚本
+> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码框内字体变小
> - [**ChatGPT 聊天复制代码按钮**](https://greasyfork.org/scripts/509598): 在 chatgpt.com 上代码块的右下角添加一个带有动画的“复制代码”按钮
> - [**ChatGPT 字符计数器**](https://greasyfork.org/scripts/506166): 添加一个字符计数器到输入框,限制为 32732 个字符。(ChatGPT 的限制是 32732 个字符。)
> - [**ChatGPT 折叠自己消息和最大宽度**](https://greasyfork.org/scripts/504901): 自动折叠由你发送的长消息,节省屏幕空间。允许你设置聊天窗口的最大宽度,使得长消息不会超出指定范围。
+
+
+
+
-> ### 🔍你可能在找 网页相关脚本
+> ### 🔍你可能在找网页相关脚本
> - [**网页写入剪辑版授权管理器**](https://greasyfork.org/scripts/497403): 禁止网页向剪辑版拉屎,绿色为放行,红色禁止,橙色临时方向
> - [**解除CSDN登录复制限制**](https://greasyfork.org/scripts/505207): 去你妈的 CSDN 登录复制,无需登录即可复制代码框内容
> - [**绚丽渐变美化网页表格**](https://greasyfork.org/scripts/507036): 自动为网页上的表格所有列应用颜色渐变美化.
@@ -128,9 +131,13 @@
> - [**上下滚动小按钮**](https://greasyfork.org/scripts/497251): 页面右侧添加上下滚动按钮
> - [**一键置顶和置底按钮**](https://greasyfork.org/scripts/500255): 修改自Greasyfork用户脚本 为网页添加置顶和置底按钮,方便在长页面中快速移动到顶部或底部。 增加向下滚动时按钮变色,3秒内无滚动自动停止
+
+
+
+
-> ### 🔍你可能在找 GitHub相关脚本
+> ### 🔍你可能在找GitHub相关脚本
> - [**GitHub提交信息显示HTML**](https://greasyfork.org/scripts/505830): 该脚本将 GitHub 上的提交信息转化为 HTML 视图,以更清晰地查看提交详情。它会自动将提交信息列表、提交头部和最新提交信息转化为 HTML 格式,提供更佳的视觉效果和用户体验。
> - [**GitHub 文件列表美化器**](https://greasyfork.org/scripts/508047): GitHub 文件列表美化器是一个用户脚本,用于增强 GitHub 仓库中的文件显示效果。它可以为文件和文件夹添加颜色,并将文件类型图标替换为小图像,使得代码库更加易于浏览和管理。
> - [**Github 代码语言列表显示全部**](https://greasyfork.org/scripts/509889): 扩展 Github 存储库上的语言列表,显示每种语言,而不是将小部分隐藏在 “其他” 下
@@ -140,15 +147,23 @@
> - [**🤠 Github 增强小助手 仓库显示大小 不活跃开发警告 仓库内快捷跳转用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): 在Github查看仓库和搜索仓库时显示仓库大小 ,不活跃开发警告,仓库内快捷跳转.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): 仓库列表文件排序方式改为日期降序,方便查看最新更新的文件。
+
+
+
+
-> ### 🔍你可能在找 Google相关脚本
+> ### 🔍你可能在找Google相关脚本
> - [**Google 高级搜索**](https://greasyfork.org/scripts/502652): 这是一个为 Google 添加高级搜索表单的用户脚本。它能在页面顶部添加一个可隐藏的高级搜索表单,使您能够更精确地搜索信息。
> - [**Google 搜索屏蔽指定站点**](https://greasyfork.org/scripts/500262): 在搜索引擎结果中屏蔽特定的站点,帮助用户过滤掉不需要的搜索结果。 自定义输入屏蔽站点。格式-zhihu -baidu 用于屏蔽谷歌搜索内容
+
+
+
+
-> ### 🔍你可能在找 GreasyFork相关脚本
+> ### 🔍你可能在找GreasyFork相关脚本
> - [**GreasyFork适用于增强**](https://greasyfork.org/scripts/497317): 脚本详情页增加适用于链接增加点击打开网页,复制网页,轮胎搜索
> - [**GrreasyFork 用户发布的脚本数据可视化**](https://greasyfork.org/scripts/508968): 使用Chart.js获取和可视化获取用户脚本数据,并在用户个人主页生成一个图表在下方显示详细安装情况
> - [**GreaysFork 增强 WebHook同步设置**](https://greasyfork.org/scripts/506717): 这个脚本可以帮助你快速输入脚本同步信息,并批量增加多个国家的语言代码,而不用一个个地点击选择框再去对应的网址。
@@ -160,22 +175,27 @@
> - [**Greasyfork 通知助手**](https://greasyfork.org/scripts/506345): 当你的脚本或你参与的讨论有新回复时,脚本会在网页上以模态窗口显示最新的讨论内容。
> - [**Script Finder油猴脚本查找器**](https://greasyfork.org/scripts/498904): Script Finder 是一个用户脚本(userscript),它可以帮助你在任何网站上查找和管理用户脚本
+
+
+
+
-> ### 🔍你可能在找 成人脚本
+> ### 🔍你可能在找成人脚本
> - [**MiSSAV自动登录**](https://greasyfork.org/scripts/505325): 检测 MisssAV 状态,并且在未登录时自动登录
> - [**MissAV收藏管理器**](https://greasyfork.org/scripts/497682): miss片单备份,支持下载图片保存视频信息.导出本地网页 支持导出到webdav
> - [**TissAV自动登录**](https://greasyfork.org/scripts/506528): 检测 TissAV 状态,并且在未登录时自动登录
> - [**JableTV自动登录**](https://greasyfork.org/scripts/506730): 检测 JableTV 状态,并且在未登录时自动登录
+
+
+
+
-> ### 🔍你可能在找 自动翻译
+> ### 🔍你可能在找自动翻译
> - [**外语终结者**](https://greasyfork.org/scripts/504890): 识别非中文字符,如果长度大于 5 且翻译文本中不含中文,则替换为中文,需要可访问google的网络
> - [**网页翻译——自动翻译为中文**](https://greasyfork.org/scripts/505208): 给每个非中文的网页右下角(可以调整到左下角)添加一个 google 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译
-
-
+### View all publish scripts
+
-### View all publish scripts
+
-> ### 🔍you may be looking for ChatGPTRelated scripts
-> - [**ChatGPTCode font size reduced**](https://greasyfork.org/scripts/505209): let ChatGPT Code font size becomes smaller
-> - [**ChatGPT 聊天Copy codebutton**](https://greasyfork.org/scripts/509598): exist chatgpt.com Add an animation in the lower right corner of the upper code block“复制代码”按钮
-> - [**ChatGPT character counter**](https://greasyfork.org/scripts/506166): 添加一characters计数器到输入框,limited to 32732 characters。(ChatGPT The limit is 32732 个字符。)
+> ### 🔍you may be looking forChatGPTRelated scripts
+> - [**ChatGPTCode font size reduced**](https://greasyfork.org/scripts/505209): let ChatGPT The font size in the code box becomes smaller
+> - [**ChatGPT chatCopy codebutton**](https://greasyfork.org/scripts/509598): exist chatgpt.com Add an animation in the lower right corner of the upper code block“Copy code”button
+> - [**ChatGPT character counter**](https://greasyfork.org/scripts/506166): add onecharactersCounter to input box,limited to 32732 characters。(ChatGPT The limit is 32732 characters。)
> - [**ChatGPT Collapse self message and max width**](https://greasyfork.org/scripts/504901): Automatically collapse long messages sent by you,Save screen space。Allows you to set the maximum width of the chat window,Keep long messages from exceeding the specified range。
+
+
+
+
-> ### 🔍you may be looking for Web related scripts
-> - [**Web page writing clip version authorization manager**](https://greasyfork.org/scripts/497403): Ban web pages from pooping on edited versions,green for release,red ban,orange temporary directions
-> - [**LiftCSDNLoginCopy限制**](https://greasyfork.org/scripts/505207): fuck you CSDN 登录复制,Copy code box content without logging in
+> ### 🔍You may be looking for web related scripts
+> - [**Web page writing clip version authorization manager**](https://greasyfork.org/scripts/497403): Ban web pages from pooping on edited versions,green for release,red prohibition,orange temporary directions
+> - [**LiftCSDNLoginCopylimit**](https://greasyfork.org/scripts/505207): fuck you CSDN LoginCopy,Copy code box content without logging in
> - [**Beautify web forms with gorgeous gradients**](https://greasyfork.org/scripts/507036): Automatically apply color gradient beautification to all columns of tables on web pages.
> - [**Highlight keywords on web pages+(recommend)**](https://greasyfork.org/scripts/498906): Highlight text on web pages
> - [**Highlight web text_mini version**](https://greasyfork.org/scripts/498905): Custom keyword highlighting on web pages including dynamically loaded content on scroll
@@ -128,54 +131,71 @@ This script is used for managing user accounts on MissAV. It provides functional
> - [**Small scroll button up and down**](https://greasyfork.org/scripts/497251): Add up and down scroll buttons on the right side of the page
> - [**One-touch top and bottom buttons**](https://greasyfork.org/scripts/500255): Modified fromGreasyforkuser script Add top and bottom buttons to web pages,Facilitates quick movement to the top or bottom of long pages。 Added button color change when scrolling down,3Automatically stops if there is no scrolling within seconds
+
+
+
+
-> ### 🔍you may be looking for GitHubRelated scripts
+> ### 🔍you may be looking forGitHubRelated scripts
> - [**GitHubSubmit information displayHTML**](https://greasyfork.org/scripts/505830): This script will GitHub The submission information on HTML view,to see submission details more clearly。It will automatically submit the information list、The commit header and latest commit information are converted to HTML Format,Provide better visual effects and user experience。
-> - [**GitHub File list beautifier**](https://greasyfork.org/scripts/508047): GitHub File List Beautifier is a user script,used to enhance GitHub Display effect of files in warehouse。It can add colors to files and folders,and replace the file type icons with small images,Makes the code base easier to browse and manage。
+> - [**GitHub File list beautifier**](https://greasyfork.org/scripts/508047): GitHub File List Beautifier is a user script,used to enhance GitHub Display effect of files in warehouse。It can add color to files and folders,and replace the file type icons with small images,Makes the code base easier to browse and manage。
> - [**Github List of code languages show all**](https://greasyfork.org/scripts/509889): Expand Github List of languages on the repository,Show each language,Instead of hiding small parts in “other” Down
> - [**GitHub Automatically confirm device authorization**](https://greasyfork.org/scripts/508956): existGitHubThe authorization page automatically enters the authorization code and automatically confirms it.。
-> - [**GitHubfolder下载**](https://greasyfork.org/scripts/505496): Add a download button,Allows easy downloading of specific GitHub 文件夹。
+> - [**GitHubfolderdownload**](https://greasyfork.org/scripts/505496): Add a download button,Allows easy downloading of specific GitHub folder。
> - [**GitHubDownload single files and copy filesURL**](https://greasyfork.org/scripts/505501): Add button at the end of each file line,to copy the original file URL and download files
-> - [**🤠 Github Enhance assistant Warehouse display size Inactive development warning Quick jump within the warehouse用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): existGithubShow warehouse size when viewing and searching warehouses ,Inactive development warning,仓库内快捷跳转.
+> - [**🤠 Github Enhance assistant Warehouse display size Inactive development warning Quick jump within the warehouseUser’s other warehouses 🤠**](https://greasyfork.org/scripts/502291): existGithubShow warehouse size when viewing and searching warehouses ,Inactive development warning,Quick jump within the warehouse.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): Change the sorting method of warehouse list files to descending date order,Conveniently view the latest updated files。
+
+
+
+
-> ### 🔍you may be looking for GoogleRelated scripts
-> - [**Google Advanced search**](https://greasyfork.org/scripts/502652): This is a for Google Add user script for advanced search form。It adds a hideable advanced search form at the top of the page,Enable you to search for information more precisely。
+> ### 🔍you may be looking forGoogleRelated scripts
+> - [**Google Advanced search**](https://greasyfork.org/scripts/502652): This is a for Google Add user script for advanced search form。It adds a hideable advanced search form at the top of the page,Enables you to search for information more precisely。
> - [**Google Search and block specific sites**](https://greasyfork.org/scripts/500262): Block specific sites from search engine results,Help users filter out unwanted search results。 Custom input blocking site。Format-zhihu -baidu Used to block Google search content
+
+
+
+
-> ### 🔍you may be looking for GreasyForkRelated scripts
+> ### 🔍you may be looking forGreasyForkRelated scripts
> - [**GreasyForksuitable for enhancement**](https://greasyfork.org/scripts/497317): The script details page is added. It is suitable for links to be added. Click to open the web page.,Copy web page,tire search
> - [**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.
> - [**GreaysFork Enhance WebHookSync settings**](https://greasyfork.org/scripts/506717): This script can help you 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。
> - [**GreasyFork Markdown toobar**](https://greasyfork.org/scripts/505164): Used by default in forums Markdown Format,Add format help link and Markdown Toolbar introduction
> - [**GreasyFork Show script ratings**](https://greasyfork.org/scripts/501119): Add evaluation scores to script list
-> - [**GreasyFork Advanced search**](https://greasyfork.org/scripts/505215): Search using Google GreasyFork and SleazyFork upper script
-> - [**GreasyFork Navigation barEnhance**](https://greasyfork.org/scripts/501880): 增强greasyfork导航栏,Add user list,User console etc.
+> - [**GreasyFork Advanced search**](https://greasyfork.org/scripts/505215): Search using Google GreasyFork and SleazyFork superior script
+> - [**GreasyFork Navigation barEnhance**](https://greasyfork.org/scripts/501880): EnhancegreasyforkNavigation bar,Add user list,User console, etc.
> - [**GreasyforkGlue craftsman**](https://greasyfork.org/scripts/497346): Enhancegreasyfork,Copy code,Script download,Precise time to seconds,Home page cleanup,Discuss one-click reporting,Script list jump code added download Beautify view code and display code reference files,show script icon,Jump to adult scripts and other operations
> - [**Greasyfork Notification assistant**](https://greasyfork.org/scripts/506345): When there’s a new reply to your script or to a discussion you’re participating in,The script will display the latest discussion content in a modal window on the web page。
> - [**Script FinderGrease Monkey Script Finder**](https://greasyfork.org/scripts/498904): Script Finder is a user script(userscript),It helps you find and manage userscripts on any website
+
+
+
+
-> ### 🔍you may be looking for adult script
+> ### 🔍You may be looking for adult scripts
> - [**MiSSAVAutomatic login**](https://greasyfork.org/scripts/505325): Detection MisssAV state,and automatically log in when not logged in
> - [**MissAVCollection manager**](https://greasyfork.org/scripts/497682): missPlaylist backup,Support downloading pictures and saving video information.Export local web page Support export towebdav
> - [**TissAVAutomatic login**](https://greasyfork.org/scripts/506528): Detection TissAV state,and automatically log in when not logged in
> - [**JableTVAutomatic login**](https://greasyfork.org/scripts/506730): Detection JableTV state,and automatically log in when not logged in
-
-> ### 🔍you may be looking for automatic translation
-> - [**foreign language terminator**](https://greasyfork.org/scripts/504890): Recognize non-Chinese characters,If the length is greater than 5 And the translated text does not contain Chinese,then replace it with Chinese,Need to be accessiblegooglenetwork
-> - [**web page translation——Automatically translated to Chinese**](https://greasyfork.org/scripts/505208): Give the lower right corner of each non-Chinese web page(Can be adjusted to the lower left corner)add a google Translate icon,This version is a Chinese translation version,Only translate foreign languages into Chinese,Add automatic translation
+
+
+
-
-
+### 查看所有发布脚本
+
-### 查看所有发布脚本
+
-> ### 🔍你可能在找 ChatGPT相关脚本
-> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码字体变小
+> ### 🔍你可能在找ChatGPT相关脚本
+> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码框内字体变小
> - [**ChatGPT 聊天复制代码按钮**](https://greasyfork.org/scripts/509598): 在 chatgpt.com 上代码块的右下角添加一个带有动画的“复制代码”按钮
> - [**ChatGPT 字符计数器**](https://greasyfork.org/scripts/506166): 添加一个字符计数器到输入框,限制为 32732 个字符。(ChatGPT 的限制是 32732 个字符。)
> - [**ChatGPT 折叠自己消息和最大宽度**](https://greasyfork.org/scripts/504901): 自动折叠由你发送的长消息,节省屏幕空间。允许你设置聊天窗口的最大宽度,使得长消息不会超出指定范围。
+
+
+
+
-> ### 🔍你可能在找 网页相关脚本
+> ### 🔍你可能在找网页相关脚本
> - [**网页写入剪辑版授权管理器**](https://greasyfork.org/scripts/497403): 禁止网页向剪辑版拉屎,绿色为放行,红色禁止,橙色临时方向
> - [**解除CSDN登录复制限制**](https://greasyfork.org/scripts/505207): 去你妈的 CSDN 登录复制,无需登录即可复制代码框内容
> - [**绚丽渐变美化网页表格**](https://greasyfork.org/scripts/507036): 自动为网页上的表格所有列应用颜色渐变美化.
@@ -156,9 +159,13 @@ Missav 批量提取器是一个用于备份收藏夹和提取视频内容的工
> - [**上下滚动小按钮**](https://greasyfork.org/scripts/497251): 页面右侧添加上下滚动按钮
> - [**一键置顶和置底按钮**](https://greasyfork.org/scripts/500255): 修改自Greasyfork用户脚本 为网页添加置顶和置底按钮,方便在长页面中快速移动到顶部或底部。 增加向下滚动时按钮变色,3秒内无滚动自动停止
+
+
+
+
-> ### 🔍你可能在找 GitHub相关脚本
+> ### 🔍你可能在找GitHub相关脚本
> - [**GitHub提交信息显示HTML**](https://greasyfork.org/scripts/505830): 该脚本将 GitHub 上的提交信息转化为 HTML 视图,以更清晰地查看提交详情。它会自动将提交信息列表、提交头部和最新提交信息转化为 HTML 格式,提供更佳的视觉效果和用户体验。
> - [**GitHub 文件列表美化器**](https://greasyfork.org/scripts/508047): GitHub 文件列表美化器是一个用户脚本,用于增强 GitHub 仓库中的文件显示效果。它可以为文件和文件夹添加颜色,并将文件类型图标替换为小图像,使得代码库更加易于浏览和管理。
> - [**Github 代码语言列表显示全部**](https://greasyfork.org/scripts/509889): 扩展 Github 存储库上的语言列表,显示每种语言,而不是将小部分隐藏在 “其他” 下
@@ -168,15 +175,23 @@ Missav 批量提取器是一个用于备份收藏夹和提取视频内容的工
> - [**🤠 Github 增强小助手 仓库显示大小 不活跃开发警告 仓库内快捷跳转用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): 在Github查看仓库和搜索仓库时显示仓库大小 ,不活跃开发警告,仓库内快捷跳转.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): 仓库列表文件排序方式改为日期降序,方便查看最新更新的文件。
+
+
+
+
-> ### 🔍你可能在找 Google相关脚本
+> ### 🔍你可能在找Google相关脚本
> - [**Google 高级搜索**](https://greasyfork.org/scripts/502652): 这是一个为 Google 添加高级搜索表单的用户脚本。它能在页面顶部添加一个可隐藏的高级搜索表单,使您能够更精确地搜索信息。
> - [**Google 搜索屏蔽指定站点**](https://greasyfork.org/scripts/500262): 在搜索引擎结果中屏蔽特定的站点,帮助用户过滤掉不需要的搜索结果。 自定义输入屏蔽站点。格式-zhihu -baidu 用于屏蔽谷歌搜索内容
+
+
+
+
-> ### 🔍你可能在找 GreasyFork相关脚本
+> ### 🔍你可能在找GreasyFork相关脚本
> - [**GreasyFork适用于增强**](https://greasyfork.org/scripts/497317): 脚本详情页增加适用于链接增加点击打开网页,复制网页,轮胎搜索
> - [**GrreasyFork 用户发布的脚本数据可视化**](https://greasyfork.org/scripts/508968): 使用Chart.js获取和可视化获取用户脚本数据,并在用户个人主页生成一个图表在下方显示详细安装情况
> - [**GreaysFork 增强 WebHook同步设置**](https://greasyfork.org/scripts/506717): 这个脚本可以帮助你快速输入脚本同步信息,并批量增加多个国家的语言代码,而不用一个个地点击选择框再去对应的网址。
@@ -188,22 +203,27 @@ Missav 批量提取器是一个用于备份收藏夹和提取视频内容的工
> - [**Greasyfork 通知助手**](https://greasyfork.org/scripts/506345): 当你的脚本或你参与的讨论有新回复时,脚本会在网页上以模态窗口显示最新的讨论内容。
> - [**Script Finder油猴脚本查找器**](https://greasyfork.org/scripts/498904): Script Finder 是一个用户脚本(userscript),它可以帮助你在任何网站上查找和管理用户脚本
+
+
+
+
-> ### 🔍你可能在找 成人脚本
+> ### 🔍你可能在找成人脚本
> - [**MiSSAV自动登录**](https://greasyfork.org/scripts/505325): 检测 MisssAV 状态,并且在未登录时自动登录
> - [**MissAV收藏管理器**](https://greasyfork.org/scripts/497682): miss片单备份,支持下载图片保存视频信息.导出本地网页 支持导出到webdav
> - [**TissAV自动登录**](https://greasyfork.org/scripts/506528): 检测 TissAV 状态,并且在未登录时自动登录
> - [**JableTV自动登录**](https://greasyfork.org/scripts/506730): 检测 JableTV 状态,并且在未登录时自动登录
+
+
+
+
-> ### 🔍你可能在找 自动翻译
+> ### 🔍你可能在找自动翻译
> - [**外语终结者**](https://greasyfork.org/scripts/504890): 识别非中文字符,如果长度大于 5 且翻译文本中不含中文,则替换为中文,需要可访问google的网络
> - [**网页翻译——自动翻译为中文**](https://greasyfork.org/scripts/505208): 给每个非中文的网页右下角(可以调整到左下角)添加一个 google 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译
-
-
+### 查看所有发布脚本
+
-### 查看所有发布脚本
+
-> ### 🔍你可能在找 ChatGPT相关脚本
-> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码字体变小
+> ### 🔍你可能在找ChatGPT相关脚本
+> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码框内字体变小
> - [**ChatGPT 聊天复制代码按钮**](https://greasyfork.org/scripts/509598): 在 chatgpt.com 上代码块的右下角添加一个带有动画的“复制代码”按钮
> - [**ChatGPT 字符计数器**](https://greasyfork.org/scripts/506166): 添加一个字符计数器到输入框,限制为 32732 个字符。(ChatGPT 的限制是 32732 个字符。)
> - [**ChatGPT 折叠自己消息和最大宽度**](https://greasyfork.org/scripts/504901): 自动折叠由你发送的长消息,节省屏幕空间。允许你设置聊天窗口的最大宽度,使得长消息不会超出指定范围。
+
+
+
+
-> ### 🔍你可能在找 网页相关脚本
+> ### 🔍你可能在找网页相关脚本
> - [**网页写入剪辑版授权管理器**](https://greasyfork.org/scripts/497403): 禁止网页向剪辑版拉屎,绿色为放行,红色禁止,橙色临时方向
> - [**解除CSDN登录复制限制**](https://greasyfork.org/scripts/505207): 去你妈的 CSDN 登录复制,无需登录即可复制代码框内容
> - [**绚丽渐变美化网页表格**](https://greasyfork.org/scripts/507036): 自动为网页上的表格所有列应用颜色渐变美化.
@@ -146,9 +149,13 @@
> - [**上下滚动小按钮**](https://greasyfork.org/scripts/497251): 页面右侧添加上下滚动按钮
> - [**一键置顶和置底按钮**](https://greasyfork.org/scripts/500255): 修改自Greasyfork用户脚本 为网页添加置顶和置底按钮,方便在长页面中快速移动到顶部或底部。 增加向下滚动时按钮变色,3秒内无滚动自动停止
+
+
+
+
-> ### 🔍你可能在找 GitHub相关脚本
+> ### 🔍你可能在找GitHub相关脚本
> - [**GitHub提交信息显示HTML**](https://greasyfork.org/scripts/505830): 该脚本将 GitHub 上的提交信息转化为 HTML 视图,以更清晰地查看提交详情。它会自动将提交信息列表、提交头部和最新提交信息转化为 HTML 格式,提供更佳的视觉效果和用户体验。
> - [**GitHub 文件列表美化器**](https://greasyfork.org/scripts/508047): GitHub 文件列表美化器是一个用户脚本,用于增强 GitHub 仓库中的文件显示效果。它可以为文件和文件夹添加颜色,并将文件类型图标替换为小图像,使得代码库更加易于浏览和管理。
> - [**Github 代码语言列表显示全部**](https://greasyfork.org/scripts/509889): 扩展 Github 存储库上的语言列表,显示每种语言,而不是将小部分隐藏在 “其他” 下
@@ -158,15 +165,23 @@
> - [**🤠 Github 增强小助手 仓库显示大小 不活跃开发警告 仓库内快捷跳转用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): 在Github查看仓库和搜索仓库时显示仓库大小 ,不活跃开发警告,仓库内快捷跳转.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): 仓库列表文件排序方式改为日期降序,方便查看最新更新的文件。
+
+
+
+
-> ### 🔍你可能在找 Google相关脚本
+> ### 🔍你可能在找Google相关脚本
> - [**Google 高级搜索**](https://greasyfork.org/scripts/502652): 这是一个为 Google 添加高级搜索表单的用户脚本。它能在页面顶部添加一个可隐藏的高级搜索表单,使您能够更精确地搜索信息。
> - [**Google 搜索屏蔽指定站点**](https://greasyfork.org/scripts/500262): 在搜索引擎结果中屏蔽特定的站点,帮助用户过滤掉不需要的搜索结果。 自定义输入屏蔽站点。格式-zhihu -baidu 用于屏蔽谷歌搜索内容
+
+
+
+
-> ### 🔍你可能在找 GreasyFork相关脚本
+> ### 🔍你可能在找GreasyFork相关脚本
> - [**GreasyFork适用于增强**](https://greasyfork.org/scripts/497317): 脚本详情页增加适用于链接增加点击打开网页,复制网页,轮胎搜索
> - [**GrreasyFork 用户发布的脚本数据可视化**](https://greasyfork.org/scripts/508968): 使用Chart.js获取和可视化获取用户脚本数据,并在用户个人主页生成一个图表在下方显示详细安装情况
> - [**GreaysFork 增强 WebHook同步设置**](https://greasyfork.org/scripts/506717): 这个脚本可以帮助你快速输入脚本同步信息,并批量增加多个国家的语言代码,而不用一个个地点击选择框再去对应的网址。
@@ -178,22 +193,27 @@
> - [**Greasyfork 通知助手**](https://greasyfork.org/scripts/506345): 当你的脚本或你参与的讨论有新回复时,脚本会在网页上以模态窗口显示最新的讨论内容。
> - [**Script Finder油猴脚本查找器**](https://greasyfork.org/scripts/498904): Script Finder 是一个用户脚本(userscript),它可以帮助你在任何网站上查找和管理用户脚本
+
+
+
+
-> ### 🔍你可能在找 成人脚本
+> ### 🔍你可能在找成人脚本
> - [**MiSSAV自动登录**](https://greasyfork.org/scripts/505325): 检测 MisssAV 状态,并且在未登录时自动登录
> - [**MissAV收藏管理器**](https://greasyfork.org/scripts/497682): miss片单备份,支持下载图片保存视频信息.导出本地网页 支持导出到webdav
> - [**TissAV自动登录**](https://greasyfork.org/scripts/506528): 检测 TissAV 状态,并且在未登录时自动登录
> - [**JableTV自动登录**](https://greasyfork.org/scripts/506730): 检测 JableTV 状态,并且在未登录时自动登录
+
+
+
+
-> ### 🔍你可能在找 自动翻译
+> ### 🔍你可能在找自动翻译
> - [**外语终结者**](https://greasyfork.org/scripts/504890): 识别非中文字符,如果长度大于 5 且翻译文本中不含中文,则替换为中文,需要可访问google的网络
> - [**网页翻译——自动翻译为中文**](https://greasyfork.org/scripts/505208): 给每个非中文的网页右下角(可以调整到左下角)添加一个 google 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译
-
-
+### 查看所有发布脚本
+
-### 查看所有发布脚本
+
-> ### 🔍你可能在找 ChatGPT相关脚本
-> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码字体变小
+> ### 🔍你可能在找ChatGPT相关脚本
+> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码框内字体变小
> - [**ChatGPT 聊天复制代码按钮**](https://greasyfork.org/scripts/509598): 在 chatgpt.com 上代码块的右下角添加一个带有动画的“复制代码”按钮
> - [**ChatGPT 字符计数器**](https://greasyfork.org/scripts/506166): 添加一个字符计数器到输入框,限制为 32732 个字符。(ChatGPT 的限制是 32732 个字符。)
> - [**ChatGPT 折叠自己消息和最大宽度**](https://greasyfork.org/scripts/504901): 自动折叠由你发送的长消息,节省屏幕空间。允许你设置聊天窗口的最大宽度,使得长消息不会超出指定范围。
+
+
+
+
-> ### 🔍你可能在找 网页相关脚本
+> ### 🔍你可能在找网页相关脚本
> - [**网页写入剪辑版授权管理器**](https://greasyfork.org/scripts/497403): 禁止网页向剪辑版拉屎,绿色为放行,红色禁止,橙色临时方向
> - [**解除CSDN登录复制限制**](https://greasyfork.org/scripts/505207): 去你妈的 CSDN 登录复制,无需登录即可复制代码框内容
> - [**绚丽渐变美化网页表格**](https://greasyfork.org/scripts/507036): 自动为网页上的表格所有列应用颜色渐变美化.
@@ -256,9 +259,13 @@
> - [**上下滚动小按钮**](https://greasyfork.org/scripts/497251): 页面右侧添加上下滚动按钮
> - [**一键置顶和置底按钮**](https://greasyfork.org/scripts/500255): 修改自Greasyfork用户脚本 为网页添加置顶和置底按钮,方便在长页面中快速移动到顶部或底部。 增加向下滚动时按钮变色,3秒内无滚动自动停止
+
+
+
+
-> ### 🔍你可能在找 GitHub相关脚本
+> ### 🔍你可能在找GitHub相关脚本
> - [**GitHub提交信息显示HTML**](https://greasyfork.org/scripts/505830): 该脚本将 GitHub 上的提交信息转化为 HTML 视图,以更清晰地查看提交详情。它会自动将提交信息列表、提交头部和最新提交信息转化为 HTML 格式,提供更佳的视觉效果和用户体验。
> - [**GitHub 文件列表美化器**](https://greasyfork.org/scripts/508047): GitHub 文件列表美化器是一个用户脚本,用于增强 GitHub 仓库中的文件显示效果。它可以为文件和文件夹添加颜色,并将文件类型图标替换为小图像,使得代码库更加易于浏览和管理。
> - [**Github 代码语言列表显示全部**](https://greasyfork.org/scripts/509889): 扩展 Github 存储库上的语言列表,显示每种语言,而不是将小部分隐藏在 “其他” 下
@@ -268,15 +275,23 @@
> - [**🤠 Github 增强小助手 仓库显示大小 不活跃开发警告 仓库内快捷跳转用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): 在Github查看仓库和搜索仓库时显示仓库大小 ,不活跃开发警告,仓库内快捷跳转.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): 仓库列表文件排序方式改为日期降序,方便查看最新更新的文件。
+
+
+
+
-> ### 🔍你可能在找 Google相关脚本
+> ### 🔍你可能在找Google相关脚本
> - [**Google 高级搜索**](https://greasyfork.org/scripts/502652): 这是一个为 Google 添加高级搜索表单的用户脚本。它能在页面顶部添加一个可隐藏的高级搜索表单,使您能够更精确地搜索信息。
> - [**Google 搜索屏蔽指定站点**](https://greasyfork.org/scripts/500262): 在搜索引擎结果中屏蔽特定的站点,帮助用户过滤掉不需要的搜索结果。 自定义输入屏蔽站点。格式-zhihu -baidu 用于屏蔽谷歌搜索内容
+
+
+
+
-> ### 🔍你可能在找 GreasyFork相关脚本
+> ### 🔍你可能在找GreasyFork相关脚本
> - [**GreasyFork适用于增强**](https://greasyfork.org/scripts/497317): 脚本详情页增加适用于链接增加点击打开网页,复制网页,轮胎搜索
> - [**GrreasyFork 用户发布的脚本数据可视化**](https://greasyfork.org/scripts/508968): 使用Chart.js获取和可视化获取用户脚本数据,并在用户个人主页生成一个图表在下方显示详细安装情况
> - [**GreaysFork 增强 WebHook同步设置**](https://greasyfork.org/scripts/506717): 这个脚本可以帮助你快速输入脚本同步信息,并批量增加多个国家的语言代码,而不用一个个地点击选择框再去对应的网址。
@@ -288,22 +303,27 @@
> - [**Greasyfork 通知助手**](https://greasyfork.org/scripts/506345): 当你的脚本或你参与的讨论有新回复时,脚本会在网页上以模态窗口显示最新的讨论内容。
> - [**Script Finder油猴脚本查找器**](https://greasyfork.org/scripts/498904): Script Finder 是一个用户脚本(userscript),它可以帮助你在任何网站上查找和管理用户脚本
+
+
+
+
-> ### 🔍你可能在找 成人脚本
+> ### 🔍你可能在找成人脚本
> - [**MiSSAV自动登录**](https://greasyfork.org/scripts/505325): 检测 MisssAV 状态,并且在未登录时自动登录
> - [**MissAV收藏管理器**](https://greasyfork.org/scripts/497682): miss片单备份,支持下载图片保存视频信息.导出本地网页 支持导出到webdav
> - [**TissAV自动登录**](https://greasyfork.org/scripts/506528): 检测 TissAV 状态,并且在未登录时自动登录
> - [**JableTV自动登录**](https://greasyfork.org/scripts/506730): 检测 JableTV 状态,并且在未登录时自动登录
+
+
+
+
-> ### 🔍你可能在找 自动翻译
+> ### 🔍你可能在找自动翻译
> - [**外语终结者**](https://greasyfork.org/scripts/504890): 识别非中文字符,如果长度大于 5 且翻译文本中不含中文,则替换为中文,需要可访问google的网络
> - [**网页翻译——自动翻译为中文**](https://greasyfork.org/scripts/505208): 给每个非中文的网页右下角(可以调整到左下角)添加一个 google 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译
-
-
+### View all publish scripts
+
-### View all publish scripts
+
-> ### 🔍you may be looking for ChatGPTRelated scripts
-> - [**ChatGPTCode font size reduced**](https://greasyfork.org/scripts/505209): let ChatGPT Code font size becomes smaller
-> - [**ChatGPT 聊天Copy codebutton**](https://greasyfork.org/scripts/509598): exist chatgpt.com Add an animation in the lower right corner of the upper code block“复制代码”按钮
-> - [**ChatGPT character counter**](https://greasyfork.org/scripts/506166): 添加一characters计数器到输入框,limited to 32732 characters。(ChatGPT The limit is 32732 个字符。)
+> ### 🔍you may be looking forChatGPTRelated scripts
+> - [**ChatGPTCode font size reduced**](https://greasyfork.org/scripts/505209): let ChatGPT The font size in the code box becomes smaller
+> - [**ChatGPT chatCopy codebutton**](https://greasyfork.org/scripts/509598): exist chatgpt.com Add an animation in the lower right corner of the upper code block“Copy code”button
+> - [**ChatGPT character counter**](https://greasyfork.org/scripts/506166): add onecharactersCounter to input box,limited to 32732 characters。(ChatGPT The limit is 32732 characters。)
> - [**ChatGPT Collapse self message and max width**](https://greasyfork.org/scripts/504901): Automatically collapse long messages sent by you,Save screen space。Allows you to set the maximum width of the chat window,Keep long messages from exceeding the specified range。
+
+
+
+
-> ### 🔍you may be looking for 网页相关脚本
-> - [**Web page writing clip version authorization manager**](https://greasyfork.org/scripts/497403): Ban web pages from pooping on edited versions,green for release,red ban,orange temporary directions
-> - [**LiftCSDNLoginCopy限制**](https://greasyfork.org/scripts/505207): fuck you CSDN 登录复制,Copy code box content without logging in
+> ### 🔍You may be looking for web related scripts
+> - [**Web page writing clip version authorization manager**](https://greasyfork.org/scripts/497403): Ban web pages from pooping on edited versions,green for release,red prohibition,orange temporary directions
+> - [**LiftCSDNLoginCopylimit**](https://greasyfork.org/scripts/505207): fuck you CSDN LoginCopy,Copy code box content without logging in
> - [**Beautify web forms with gorgeous gradients**](https://greasyfork.org/scripts/507036): Automatically apply color gradient beautification to all columns of tables on web pages.
> - [**Highlight keywords on web pages+(recommend)**](https://greasyfork.org/scripts/498906): Highlight text on web pages
> - [**Highlight web text_mini version**](https://greasyfork.org/scripts/498905): Custom keyword highlighting on web pages including dynamically loaded content on scroll
@@ -243,54 +246,71 @@
> - [**Small scroll button up and down**](https://greasyfork.org/scripts/497251): Add up and down scroll buttons on the right side of the page
> - [**One-touch top and bottom buttons**](https://greasyfork.org/scripts/500255): Modified fromGreasyforkuser script Add top and bottom buttons to web pages,Facilitates quick movement to the top or bottom of long pages。 Added button color change when scrolling down,3Automatically stops if there is no scrolling within seconds
+
+
+
+
-> ### 🔍you may be looking for GitHubRelated scripts
+> ### 🔍you may be looking forGitHubRelated scripts
> - [**GitHubSubmit information displayHTML**](https://greasyfork.org/scripts/505830): This script will GitHub The submission information on HTML view,to see submission details more clearly。It will automatically submit the information list、The commit header and latest commit information are converted to HTML Format,Provide better visual effects and user experience。
-> - [**GitHub File list beautifier**](https://greasyfork.org/scripts/508047): GitHub File List Beautifier is a user script,用于增强 GitHub Display effect of files in warehouse。It can add colors to files and folders,and replace the file type icons with small images,Makes the code base easier to browse and manage。
+> - [**GitHub File list beautifier**](https://greasyfork.org/scripts/508047): GitHub File List Beautifier is a user script,used to enhance GitHub Display effect of files in warehouse。It can add color to files and folders,and replace the file type icons with small images,Makes the code base easier to browse and manage。
> - [**Github List of code languages show all**](https://greasyfork.org/scripts/509889): Expand Github List of languages on the repository,Show each language,Instead of hiding small parts in “other” Down
> - [**GitHub Automatically confirm device authorization**](https://greasyfork.org/scripts/508956): existGitHubThe authorization page automatically enters the authorization code and automatically confirms it.。
-> - [**GitHubfolder下载**](https://greasyfork.org/scripts/505496): Add a download button,Allows easy downloading of specific GitHub 文件夹。
+> - [**GitHubfolderdownload**](https://greasyfork.org/scripts/505496): Add a download button,Allows easy downloading of specific GitHub folder。
> - [**GitHubDownload single files and copy filesURL**](https://greasyfork.org/scripts/505501): Add button at the end of each file line,to copy the original file URL and download files
-> - [**🤠 Github Enhance assistant Warehouse display size Inactive development warning Quick jump within the warehouse用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): existGithubShow warehouse size when viewing and searching warehouses ,Inactive development warning,仓库内快捷跳转.
+> - [**🤠 Github Enhance assistant Warehouse display size Inactive development warning Quick jump within the warehouseUser’s other warehouses 🤠**](https://greasyfork.org/scripts/502291): existGithubShow warehouse size when viewing and searching warehouses ,Inactive development warning,Quick jump within the warehouse.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): Change the sorting method of warehouse list files to descending date order,Conveniently view the latest updated files。
+
+
+
+
-> ### 🔍you may be looking for GoogleRelated scripts
-> - [**Google Advanced search**](https://greasyfork.org/scripts/502652): This is a for Google Add user script for advanced search form。It adds a hideable advanced search form at the top of the page,Enable you to search for information more precisely。
+> ### 🔍you may be looking forGoogleRelated scripts
+> - [**Google Advanced search**](https://greasyfork.org/scripts/502652): This is a for Google Add user script for advanced search form。It adds a hideable advanced search form at the top of the page,Enables you to search for information more precisely。
> - [**Google Search and block specific sites**](https://greasyfork.org/scripts/500262): Block specific sites from search engine results,Help users filter out unwanted search results。 Custom input blocking site。Format-zhihu -baidu Used to block Google search content
+
+
+
+
-> ### 🔍你可能在找 GreasyForkRelated scripts
+> ### 🔍you may be looking forGreasyForkRelated scripts
> - [**GreasyForksuitable for enhancement**](https://greasyfork.org/scripts/497317): The script details page is added. It is suitable for links to be added. Click to open the web page.,Copy web page,tire search
> - [**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.
> - [**GreaysFork Enhance WebHookSync settings**](https://greasyfork.org/scripts/506717): This script can help you 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。
> - [**GreasyFork Markdown toobar**](https://greasyfork.org/scripts/505164): Used by default in forums Markdown Format,Add format help link and Markdown Toolbar introduction
> - [**GreasyFork Show script ratings**](https://greasyfork.org/scripts/501119): Add evaluation scores to script list
-> - [**GreasyFork Advanced search**](https://greasyfork.org/scripts/505215): Search using Google GreasyFork and SleazyFork upper script
-> - [**GreasyFork Navigation barEnhance**](https://greasyfork.org/scripts/501880): 增强greasyfork导航栏,Add user list,User console etc.
+> - [**GreasyFork Advanced search**](https://greasyfork.org/scripts/505215): Search using Google GreasyFork and SleazyFork superior script
+> - [**GreasyFork Navigation barEnhance**](https://greasyfork.org/scripts/501880): EnhancegreasyforkNavigation bar,Add user list,User console, etc.
> - [**GreasyforkGlue craftsman**](https://greasyfork.org/scripts/497346): Enhancegreasyfork,Copy code,Script download,Precise time to seconds,Home page cleanup,Discuss one-click reporting,Script list jump code added download Beautify view code and display code reference files,show script icon,Jump to adult scripts and other operations
> - [**Greasyfork Notification assistant**](https://greasyfork.org/scripts/506345): When there’s a new reply to your script or to a discussion you’re participating in,The script will display the latest discussion content in a modal window on the web page。
> - [**Script FinderGrease Monkey Script Finder**](https://greasyfork.org/scripts/498904): Script Finder is a user script(userscript),It helps you find and manage userscripts on any website
+
+
+
+
-> ### 🔍你可能在找 adult script
+> ### 🔍You may be looking for adult scripts
> - [**MiSSAVAutomatic login**](https://greasyfork.org/scripts/505325): Detection MisssAV state,and automatically log in when not logged in
> - [**MissAVCollection manager**](https://greasyfork.org/scripts/497682): missPlaylist backup,Support downloading pictures and saving video information.Export local web page Support export towebdav
> - [**TissAVAutomatic login**](https://greasyfork.org/scripts/506528): Detection TissAV state,and automatically log in when not logged in
> - [**JableTVAutomatic login**](https://greasyfork.org/scripts/506730): Detection JableTV state,and automatically log in when not logged in
-
-> ### 🔍you may be looking for automatic translation
-> - [**foreign language terminator**](https://greasyfork.org/scripts/504890): Recognize non-Chinese characters,If the length is greater than 5 And the translated text does not contain Chinese,then replace it with Chinese,Need to be accessiblegooglenetwork
-> - [**web page translation——Automatically translated to Chinese**](https://greasyfork.org/scripts/505208): Give the lower right corner of each non-Chinese web page(Can be adjusted to the lower left corner)add a google Translate icon,This version is a Chinese translation version,Only translate foreign languages into Chinese,Add automatic translation
+
+
+
-
-
+### 查看所有发布脚本
+
-### 查看所有发布脚本
+
-> ### 🔍你可能在找 ChatGPT相关脚本
-> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码字体变小
+> ### 🔍你可能在找ChatGPT相关脚本
+> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码框内字体变小
> - [**ChatGPT 聊天复制代码按钮**](https://greasyfork.org/scripts/509598): 在 chatgpt.com 上代码块的右下角添加一个带有动画的“复制代码”按钮
> - [**ChatGPT 字符计数器**](https://greasyfork.org/scripts/506166): 添加一个字符计数器到输入框,限制为 32732 个字符。(ChatGPT 的限制是 32732 个字符。)
> - [**ChatGPT 折叠自己消息和最大宽度**](https://greasyfork.org/scripts/504901): 自动折叠由你发送的长消息,节省屏幕空间。允许你设置聊天窗口的最大宽度,使得长消息不会超出指定范围。
+
+
+
+
-> ### 🔍你可能在找 网页相关脚本
+> ### 🔍你可能在找网页相关脚本
> - [**网页写入剪辑版授权管理器**](https://greasyfork.org/scripts/497403): 禁止网页向剪辑版拉屎,绿色为放行,红色禁止,橙色临时方向
> - [**解除CSDN登录复制限制**](https://greasyfork.org/scripts/505207): 去你妈的 CSDN 登录复制,无需登录即可复制代码框内容
> - [**绚丽渐变美化网页表格**](https://greasyfork.org/scripts/507036): 自动为网页上的表格所有列应用颜色渐变美化.
@@ -168,9 +171,13 @@ Este script de usuario elimina los subrayados de todos los enlaces en cualquier
> - [**上下滚动小按钮**](https://greasyfork.org/scripts/497251): 页面右侧添加上下滚动按钮
> - [**一键置顶和置底按钮**](https://greasyfork.org/scripts/500255): 修改自Greasyfork用户脚本 为网页添加置顶和置底按钮,方便在长页面中快速移动到顶部或底部。 增加向下滚动时按钮变色,3秒内无滚动自动停止
+
+
+
+
-> ### 🔍你可能在找 GitHub相关脚本
+> ### 🔍你可能在找GitHub相关脚本
> - [**GitHub提交信息显示HTML**](https://greasyfork.org/scripts/505830): 该脚本将 GitHub 上的提交信息转化为 HTML 视图,以更清晰地查看提交详情。它会自动将提交信息列表、提交头部和最新提交信息转化为 HTML 格式,提供更佳的视觉效果和用户体验。
> - [**GitHub 文件列表美化器**](https://greasyfork.org/scripts/508047): GitHub 文件列表美化器是一个用户脚本,用于增强 GitHub 仓库中的文件显示效果。它可以为文件和文件夹添加颜色,并将文件类型图标替换为小图像,使得代码库更加易于浏览和管理。
> - [**Github 代码语言列表显示全部**](https://greasyfork.org/scripts/509889): 扩展 Github 存储库上的语言列表,显示每种语言,而不是将小部分隐藏在 “其他” 下
@@ -180,15 +187,23 @@ Este script de usuario elimina los subrayados de todos los enlaces en cualquier
> - [**🤠 Github 增强小助手 仓库显示大小 不活跃开发警告 仓库内快捷跳转用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): 在Github查看仓库和搜索仓库时显示仓库大小 ,不活跃开发警告,仓库内快捷跳转.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): 仓库列表文件排序方式改为日期降序,方便查看最新更新的文件。
+
+
+
+
-> ### 🔍你可能在找 Google相关脚本
+> ### 🔍你可能在找Google相关脚本
> - [**Google 高级搜索**](https://greasyfork.org/scripts/502652): 这是一个为 Google 添加高级搜索表单的用户脚本。它能在页面顶部添加一个可隐藏的高级搜索表单,使您能够更精确地搜索信息。
> - [**Google 搜索屏蔽指定站点**](https://greasyfork.org/scripts/500262): 在搜索引擎结果中屏蔽特定的站点,帮助用户过滤掉不需要的搜索结果。 自定义输入屏蔽站点。格式-zhihu -baidu 用于屏蔽谷歌搜索内容
+
+
+
+
-> ### 🔍你可能在找 GreasyFork相关脚本
+> ### 🔍你可能在找GreasyFork相关脚本
> - [**GreasyFork适用于增强**](https://greasyfork.org/scripts/497317): 脚本详情页增加适用于链接增加点击打开网页,复制网页,轮胎搜索
> - [**GrreasyFork 用户发布的脚本数据可视化**](https://greasyfork.org/scripts/508968): 使用Chart.js获取和可视化获取用户脚本数据,并在用户个人主页生成一个图表在下方显示详细安装情况
> - [**GreaysFork 增强 WebHook同步设置**](https://greasyfork.org/scripts/506717): 这个脚本可以帮助你快速输入脚本同步信息,并批量增加多个国家的语言代码,而不用一个个地点击选择框再去对应的网址。
@@ -200,22 +215,27 @@ Este script de usuario elimina los subrayados de todos los enlaces en cualquier
> - [**Greasyfork 通知助手**](https://greasyfork.org/scripts/506345): 当你的脚本或你参与的讨论有新回复时,脚本会在网页上以模态窗口显示最新的讨论内容。
> - [**Script Finder油猴脚本查找器**](https://greasyfork.org/scripts/498904): Script Finder 是一个用户脚本(userscript),它可以帮助你在任何网站上查找和管理用户脚本
+
+
+
+
-> ### 🔍你可能在找 成人脚本
+> ### 🔍你可能在找成人脚本
> - [**MiSSAV自动登录**](https://greasyfork.org/scripts/505325): 检测 MisssAV 状态,并且在未登录时自动登录
> - [**MissAV收藏管理器**](https://greasyfork.org/scripts/497682): miss片单备份,支持下载图片保存视频信息.导出本地网页 支持导出到webdav
> - [**TissAV自动登录**](https://greasyfork.org/scripts/506528): 检测 TissAV 状态,并且在未登录时自动登录
> - [**JableTV自动登录**](https://greasyfork.org/scripts/506730): 检测 JableTV 状态,并且在未登录时自动登录
+
+
+
+
-> ### 🔍你可能在找 自动翻译
+> ### 🔍你可能在找自动翻译
> - [**外语终结者**](https://greasyfork.org/scripts/504890): 识别非中文字符,如果长度大于 5 且翻译文本中不含中文,则替换为中文,需要可访问google的网络
> - [**网页翻译——自动翻译为中文**](https://greasyfork.org/scripts/505208): 给每个非中文的网页右下角(可以调整到左下角)添加一个 google 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译
-
-
+### 查看所有发布脚本
+
-### 查看所有发布脚本
+
-> ### 🔍你可能在找 ChatGPT相关脚本
-> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码字体变小
+> ### 🔍你可能在找ChatGPT相关脚本
+> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码框内字体变小
> - [**ChatGPT 聊天复制代码按钮**](https://greasyfork.org/scripts/509598): 在 chatgpt.com 上代码块的右下角添加一个带有动画的“复制代码”按钮
> - [**ChatGPT 字符计数器**](https://greasyfork.org/scripts/506166): 添加一个字符计数器到输入框,限制为 32732 个字符。(ChatGPT 的限制是 32732 个字符。)
> - [**ChatGPT 折叠自己消息和最大宽度**](https://greasyfork.org/scripts/504901): 自动折叠由你发送的长消息,节省屏幕空间。允许你设置聊天窗口的最大宽度,使得长消息不会超出指定范围。
+
+
+
+
-> ### 🔍你可能在找 网页相关脚本
+> ### 🔍你可能在找网页相关脚本
> - [**网页写入剪辑版授权管理器**](https://greasyfork.org/scripts/497403): 禁止网页向剪辑版拉屎,绿色为放行,红色禁止,橙色临时方向
> - [**解除CSDN登录复制限制**](https://greasyfork.org/scripts/505207): 去你妈的 CSDN 登录复制,无需登录即可复制代码框内容
> - [**绚丽渐变美化网页表格**](https://greasyfork.org/scripts/507036): 自动为网页上的表格所有列应用颜色渐变美化.
@@ -162,9 +165,13 @@ Script Finder 是一个用户脚本(userscript),它可以帮助你在任
> - [**上下滚动小按钮**](https://greasyfork.org/scripts/497251): 页面右侧添加上下滚动按钮
> - [**一键置顶和置底按钮**](https://greasyfork.org/scripts/500255): 修改自Greasyfork用户脚本 为网页添加置顶和置底按钮,方便在长页面中快速移动到顶部或底部。 增加向下滚动时按钮变色,3秒内无滚动自动停止
+
+
+
+
-> ### 🔍你可能在找 GitHub相关脚本
+> ### 🔍你可能在找GitHub相关脚本
> - [**GitHub提交信息显示HTML**](https://greasyfork.org/scripts/505830): 该脚本将 GitHub 上的提交信息转化为 HTML 视图,以更清晰地查看提交详情。它会自动将提交信息列表、提交头部和最新提交信息转化为 HTML 格式,提供更佳的视觉效果和用户体验。
> - [**GitHub 文件列表美化器**](https://greasyfork.org/scripts/508047): GitHub 文件列表美化器是一个用户脚本,用于增强 GitHub 仓库中的文件显示效果。它可以为文件和文件夹添加颜色,并将文件类型图标替换为小图像,使得代码库更加易于浏览和管理。
> - [**Github 代码语言列表显示全部**](https://greasyfork.org/scripts/509889): 扩展 Github 存储库上的语言列表,显示每种语言,而不是将小部分隐藏在 “其他” 下
@@ -174,15 +181,23 @@ Script Finder 是一个用户脚本(userscript),它可以帮助你在任
> - [**🤠 Github 增强小助手 仓库显示大小 不活跃开发警告 仓库内快捷跳转用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): 在Github查看仓库和搜索仓库时显示仓库大小 ,不活跃开发警告,仓库内快捷跳转.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): 仓库列表文件排序方式改为日期降序,方便查看最新更新的文件。
+
+
+
+
-> ### 🔍你可能在找 Google相关脚本
+> ### 🔍你可能在找Google相关脚本
> - [**Google 高级搜索**](https://greasyfork.org/scripts/502652): 这是一个为 Google 添加高级搜索表单的用户脚本。它能在页面顶部添加一个可隐藏的高级搜索表单,使您能够更精确地搜索信息。
> - [**Google 搜索屏蔽指定站点**](https://greasyfork.org/scripts/500262): 在搜索引擎结果中屏蔽特定的站点,帮助用户过滤掉不需要的搜索结果。 自定义输入屏蔽站点。格式-zhihu -baidu 用于屏蔽谷歌搜索内容
+
+
+
+
-> ### 🔍你可能在找 GreasyFork相关脚本
+> ### 🔍你可能在找GreasyFork相关脚本
> - [**GreasyFork适用于增强**](https://greasyfork.org/scripts/497317): 脚本详情页增加适用于链接增加点击打开网页,复制网页,轮胎搜索
> - [**GrreasyFork 用户发布的脚本数据可视化**](https://greasyfork.org/scripts/508968): 使用Chart.js获取和可视化获取用户脚本数据,并在用户个人主页生成一个图表在下方显示详细安装情况
> - [**GreaysFork 增强 WebHook同步设置**](https://greasyfork.org/scripts/506717): 这个脚本可以帮助你快速输入脚本同步信息,并批量增加多个国家的语言代码,而不用一个个地点击选择框再去对应的网址。
@@ -194,22 +209,27 @@ Script Finder 是一个用户脚本(userscript),它可以帮助你在任
> - [**Greasyfork 通知助手**](https://greasyfork.org/scripts/506345): 当你的脚本或你参与的讨论有新回复时,脚本会在网页上以模态窗口显示最新的讨论内容。
> - [**Script Finder油猴脚本查找器**](https://greasyfork.org/scripts/498904): Script Finder 是一个用户脚本(userscript),它可以帮助你在任何网站上查找和管理用户脚本
+
+
+
+
-> ### 🔍你可能在找 成人脚本
+> ### 🔍你可能在找成人脚本
> - [**MiSSAV自动登录**](https://greasyfork.org/scripts/505325): 检测 MisssAV 状态,并且在未登录时自动登录
> - [**MissAV收藏管理器**](https://greasyfork.org/scripts/497682): miss片单备份,支持下载图片保存视频信息.导出本地网页 支持导出到webdav
> - [**TissAV自动登录**](https://greasyfork.org/scripts/506528): 检测 TissAV 状态,并且在未登录时自动登录
> - [**JableTV自动登录**](https://greasyfork.org/scripts/506730): 检测 JableTV 状态,并且在未登录时自动登录
+
+
+
+
-> ### 🔍你可能在找 自动翻译
+> ### 🔍你可能在找自动翻译
> - [**外语终结者**](https://greasyfork.org/scripts/504890): 识别非中文字符,如果长度大于 5 且翻译文本中不含中文,则替换为中文,需要可访问google的网络
> - [**网页翻译——自动翻译为中文**](https://greasyfork.org/scripts/505208): 给每个非中文的网页右下角(可以调整到左下角)添加一个 google 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译
-
-
+### View all publish scripts
+
-### View all publish scripts
+
-> ### 🔍you may be looking for ChatGPTRelated scripts
-> - [**ChatGPTCode font size reduced**](https://greasyfork.org/scripts/505209): let ChatGPT Code font size becomes smaller
-> - [**ChatGPT 聊天Copy codebutton**](https://greasyfork.org/scripts/509598): exist chatgpt.com Add an animation in the lower right corner of the upper code block“复制代码”按钮
-> - [**ChatGPT character counter**](https://greasyfork.org/scripts/506166): 添加一characters计数器到输入框,limited to 32732 characters。(ChatGPT The limit is 32732 个字符。)
+> ### 🔍you may be looking forChatGPTRelated scripts
+> - [**ChatGPTCode font size reduced**](https://greasyfork.org/scripts/505209): let ChatGPT The font size in the code box becomes smaller
+> - [**ChatGPT chatCopy codebutton**](https://greasyfork.org/scripts/509598): exist chatgpt.com Add an animation in the lower right corner of the upper code block“Copy code”button
+> - [**ChatGPT character counter**](https://greasyfork.org/scripts/506166): add onecharactersCounter to input box,limited to 32732 characters。(ChatGPT The limit is 32732 characters。)
> - [**ChatGPT Collapse self message and max width**](https://greasyfork.org/scripts/504901): Automatically collapse long messages sent by you,Save screen space。Allows you to set the maximum width of the chat window,Keep long messages from exceeding the specified range。
+
+
+
+
-> ### 🔍you may be looking for Web related scripts
-> - [**Web page writing clip version authorization manager**](https://greasyfork.org/scripts/497403): Ban web pages from pooping on edited versions,green for release,red ban,orange temporary directions
-> - [**LiftCSDNLoginCopy限制**](https://greasyfork.org/scripts/505207): fuck you CSDN 登录复制,Copy code box content without logging in
+> ### 🔍You may be looking for web related scripts
+> - [**Web page writing clip version authorization manager**](https://greasyfork.org/scripts/497403): Ban web pages from pooping on edited versions,green for release,red prohibition,orange temporary directions
+> - [**LiftCSDNLoginCopylimit**](https://greasyfork.org/scripts/505207): fuck you CSDN LoginCopy,Copy code box content without logging in
> - [**Beautify web forms with gorgeous gradients**](https://greasyfork.org/scripts/507036): Automatically apply color gradient beautification to all columns of tables on web pages.
> - [**Highlight keywords on web pages+(recommend)**](https://greasyfork.org/scripts/498906): Highlight text on web pages
> - [**Highlight web text_mini version**](https://greasyfork.org/scripts/498905): Custom keyword highlighting on web pages including dynamically loaded content on scroll
@@ -176,54 +179,71 @@ The Script Finder userscript allows you to find and manage user scripts on any w
> - [**Small scroll button up and down**](https://greasyfork.org/scripts/497251): Add up and down scroll buttons on the right side of the page
> - [**One-touch top and bottom buttons**](https://greasyfork.org/scripts/500255): Modified fromGreasyforkuser script Add top and bottom buttons to web pages,Facilitates quick movement to the top or bottom of long pages。 Added button color change when scrolling down,3Automatically stops if there is no scrolling within seconds
+
+
+
+
-> ### 🔍you may be looking for GitHubRelated scripts
+> ### 🔍you may be looking forGitHubRelated scripts
> - [**GitHubSubmit information displayHTML**](https://greasyfork.org/scripts/505830): This script will GitHub The submission information on HTML view,to see submission details more clearly。It will automatically submit the information list、The commit header and latest commit information are converted to HTML Format,Provide better visual effects and user experience。
-> - [**GitHub File list beautifier**](https://greasyfork.org/scripts/508047): GitHub File List Beautifier is a user script,used to enhance GitHub Display effect of files in warehouse。It can add colors to files and folders,and replace the file type icons with small images,Makes the code base easier to browse and manage。
+> - [**GitHub File list beautifier**](https://greasyfork.org/scripts/508047): GitHub File List Beautifier is a user script,used to enhance GitHub Display effect of files in warehouse。It can add color to files and folders,and replace the file type icons with small images,Makes the code base easier to browse and manage。
> - [**Github List of code languages show all**](https://greasyfork.org/scripts/509889): Expand Github List of languages on the repository,Show each language,Instead of hiding small parts in “other” Down
> - [**GitHub Automatically confirm device authorization**](https://greasyfork.org/scripts/508956): existGitHubThe authorization page automatically enters the authorization code and automatically confirms it.。
-> - [**GitHubfolder下载**](https://greasyfork.org/scripts/505496): Add a download button,Allows easy downloading of specific GitHub 文件夹。
+> - [**GitHubfolderdownload**](https://greasyfork.org/scripts/505496): Add a download button,Allows easy downloading of specific GitHub folder。
> - [**GitHubDownload single files and copy filesURL**](https://greasyfork.org/scripts/505501): Add button at the end of each file line,to copy the original file URL and download files
-> - [**🤠 Github Enhance assistant Warehouse display size Inactive development warning Quick jump within the warehouse用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): existGithubShow warehouse size when viewing and searching warehouses ,Inactive development warning,仓库内快捷跳转.
+> - [**🤠 Github Enhance assistant Warehouse display size Inactive development warning Quick jump within the warehouseUser’s other warehouses 🤠**](https://greasyfork.org/scripts/502291): existGithubShow warehouse size when viewing and searching warehouses ,Inactive development warning,Quick jump within the warehouse.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): Change the sorting method of warehouse list files to descending date order,Conveniently view the latest updated files。
+
+
+
+
-> ### 🔍you may be looking for GoogleRelated scripts
-> - [**Google Advanced search**](https://greasyfork.org/scripts/502652): This is a for Google Add user script for advanced search form。It adds a hideable advanced search form at the top of the page,Enable you to search for information more precisely。
+> ### 🔍you may be looking forGoogleRelated scripts
+> - [**Google Advanced search**](https://greasyfork.org/scripts/502652): This is a for Google Add user script for advanced search form。It adds a hideable advanced search form at the top of the page,Enables you to search for information more precisely。
> - [**Google Search and block specific sites**](https://greasyfork.org/scripts/500262): Block specific sites from search engine results,Help users filter out unwanted search results。 Custom input blocking site。Format-zhihu -baidu Used to block Google search content
+
+
+
+
-> ### 🔍you may be looking for GreasyForkRelated scripts
+> ### 🔍you may be looking forGreasyForkRelated scripts
> - [**GreasyForksuitable for enhancement**](https://greasyfork.org/scripts/497317): The script details page is added. It is suitable for links to be added. Click to open the web page.,Copy web page,tire search
> - [**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.
> - [**GreaysFork Enhance WebHookSync settings**](https://greasyfork.org/scripts/506717): This script can help you 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。
> - [**GreasyFork Markdown toobar**](https://greasyfork.org/scripts/505164): Used by default in forums Markdown Format,Add format help link and Markdown Toolbar introduction
> - [**GreasyFork Show script ratings**](https://greasyfork.org/scripts/501119): Add evaluation scores to script list
-> - [**GreasyFork Advanced search**](https://greasyfork.org/scripts/505215): Search using Google GreasyFork and SleazyFork upper script
-> - [**GreasyFork Navigation barEnhance**](https://greasyfork.org/scripts/501880): 增强greasyfork导航栏,Add user list,User console etc.
+> - [**GreasyFork Advanced search**](https://greasyfork.org/scripts/505215): Search using Google GreasyFork and SleazyFork superior script
+> - [**GreasyFork Navigation barEnhance**](https://greasyfork.org/scripts/501880): EnhancegreasyforkNavigation bar,Add user list,User console, etc.
> - [**GreasyforkGlue craftsman**](https://greasyfork.org/scripts/497346): Enhancegreasyfork,Copy code,Script download,Precise time to seconds,Home page cleanup,Discuss one-click reporting,Script list jump code added download Beautify view code and display code reference files,show script icon,Jump to adult scripts and other operations
> - [**Greasyfork Notification assistant**](https://greasyfork.org/scripts/506345): When there’s a new reply to your script or to a discussion you’re participating in,The script will display the latest discussion content in a modal window on the web page。
> - [**Script FinderGrease Monkey Script Finder**](https://greasyfork.org/scripts/498904): Script Finder is a user script(userscript),It helps you find and manage userscripts on any website
+
+
+
+
-> ### 🔍you may be looking for adult script
+> ### 🔍You may be looking for adult scripts
> - [**MiSSAVAutomatic login**](https://greasyfork.org/scripts/505325): Detection MisssAV state,and automatically log in when not logged in
> - [**MissAVCollection manager**](https://greasyfork.org/scripts/497682): missPlaylist backup,Support downloading pictures and saving video information.Export local web page Support export towebdav
> - [**TissAVAutomatic login**](https://greasyfork.org/scripts/506528): Detection TissAV state,and automatically log in when not logged in
> - [**JableTVAutomatic login**](https://greasyfork.org/scripts/506730): Detection JableTV state,and automatically log in when not logged in
-
-> ### 🔍you may be looking for automatic translation
-> - [**foreign language terminator**](https://greasyfork.org/scripts/504890): Recognize non-Chinese characters,If the length is greater than 5 And the translated text does not contain Chinese,then replace it with Chinese,Need to be accessiblegooglenetwork
-> - [**web page translation——Automatically translated to Chinese**](https://greasyfork.org/scripts/505208): Give the lower right corner of each non-Chinese web page(Can be adjusted to the lower left corner)add a google Translate icon,This version is a Chinese translation version,Only translate foreign languages into Chinese,Add automatic translation
+
+
+
-
-
+### 查看所有发布脚本
+
-### 查看所有发布脚本
+
-> ### 🔍你可能在找 ChatGPT相关脚本
-> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码字体变小
+> ### 🔍你可能在找ChatGPT相关脚本
+> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码框内字体变小
> - [**ChatGPT 聊天复制代码按钮**](https://greasyfork.org/scripts/509598): 在 chatgpt.com 上代码块的右下角添加一个带有动画的“复制代码”按钮
> - [**ChatGPT 字符计数器**](https://greasyfork.org/scripts/506166): 添加一个字符计数器到输入框,限制为 32732 个字符。(ChatGPT 的限制是 32732 个字符。)
> - [**ChatGPT 折叠自己消息和最大宽度**](https://greasyfork.org/scripts/504901): 自动折叠由你发送的长消息,节省屏幕空间。允许你设置聊天窗口的最大宽度,使得长消息不会超出指定范围。
+
+
+
+
-> ### 🔍你可能在找 网页相关脚本
+> ### 🔍你可能在找网页相关脚本
> - [**网页写入剪辑版授权管理器**](https://greasyfork.org/scripts/497403): 禁止网页向剪辑版拉屎,绿色为放行,红色禁止,橙色临时方向
> - [**解除CSDN登录复制限制**](https://greasyfork.org/scripts/505207): 去你妈的 CSDN 登录复制,无需登录即可复制代码框内容
> - [**绚丽渐变美化网页表格**](https://greasyfork.org/scripts/507036): 自动为网页上的表格所有列应用颜色渐变美化.
@@ -104,9 +107,13 @@
> - [**上下滚动小按钮**](https://greasyfork.org/scripts/497251): 页面右侧添加上下滚动按钮
> - [**一键置顶和置底按钮**](https://greasyfork.org/scripts/500255): 修改自Greasyfork用户脚本 为网页添加置顶和置底按钮,方便在长页面中快速移动到顶部或底部。 增加向下滚动时按钮变色,3秒内无滚动自动停止
+
+
+
+
-> ### 🔍你可能在找 GitHub相关脚本
+> ### 🔍你可能在找GitHub相关脚本
> - [**GitHub提交信息显示HTML**](https://greasyfork.org/scripts/505830): 该脚本将 GitHub 上的提交信息转化为 HTML 视图,以更清晰地查看提交详情。它会自动将提交信息列表、提交头部和最新提交信息转化为 HTML 格式,提供更佳的视觉效果和用户体验。
> - [**GitHub 文件列表美化器**](https://greasyfork.org/scripts/508047): GitHub 文件列表美化器是一个用户脚本,用于增强 GitHub 仓库中的文件显示效果。它可以为文件和文件夹添加颜色,并将文件类型图标替换为小图像,使得代码库更加易于浏览和管理。
> - [**Github 代码语言列表显示全部**](https://greasyfork.org/scripts/509889): 扩展 Github 存储库上的语言列表,显示每种语言,而不是将小部分隐藏在 “其他” 下
@@ -116,15 +123,23 @@
> - [**🤠 Github 增强小助手 仓库显示大小 不活跃开发警告 仓库内快捷跳转用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): 在Github查看仓库和搜索仓库时显示仓库大小 ,不活跃开发警告,仓库内快捷跳转.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): 仓库列表文件排序方式改为日期降序,方便查看最新更新的文件。
+
+
+
+
-> ### 🔍你可能在找 Google相关脚本
+> ### 🔍你可能在找Google相关脚本
> - [**Google 高级搜索**](https://greasyfork.org/scripts/502652): 这是一个为 Google 添加高级搜索表单的用户脚本。它能在页面顶部添加一个可隐藏的高级搜索表单,使您能够更精确地搜索信息。
> - [**Google 搜索屏蔽指定站点**](https://greasyfork.org/scripts/500262): 在搜索引擎结果中屏蔽特定的站点,帮助用户过滤掉不需要的搜索结果。 自定义输入屏蔽站点。格式-zhihu -baidu 用于屏蔽谷歌搜索内容
+
+
+
+
-> ### 🔍你可能在找 GreasyFork相关脚本
+> ### 🔍你可能在找GreasyFork相关脚本
> - [**GreasyFork适用于增强**](https://greasyfork.org/scripts/497317): 脚本详情页增加适用于链接增加点击打开网页,复制网页,轮胎搜索
> - [**GrreasyFork 用户发布的脚本数据可视化**](https://greasyfork.org/scripts/508968): 使用Chart.js获取和可视化获取用户脚本数据,并在用户个人主页生成一个图表在下方显示详细安装情况
> - [**GreaysFork 增强 WebHook同步设置**](https://greasyfork.org/scripts/506717): 这个脚本可以帮助你快速输入脚本同步信息,并批量增加多个国家的语言代码,而不用一个个地点击选择框再去对应的网址。
@@ -136,22 +151,27 @@
> - [**Greasyfork 通知助手**](https://greasyfork.org/scripts/506345): 当你的脚本或你参与的讨论有新回复时,脚本会在网页上以模态窗口显示最新的讨论内容。
> - [**Script Finder油猴脚本查找器**](https://greasyfork.org/scripts/498904): Script Finder 是一个用户脚本(userscript),它可以帮助你在任何网站上查找和管理用户脚本
+
+
+
+
-> ### 🔍你可能在找 成人脚本
+> ### 🔍你可能在找成人脚本
> - [**MiSSAV自动登录**](https://greasyfork.org/scripts/505325): 检测 MisssAV 状态,并且在未登录时自动登录
> - [**MissAV收藏管理器**](https://greasyfork.org/scripts/497682): miss片单备份,支持下载图片保存视频信息.导出本地网页 支持导出到webdav
> - [**TissAV自动登录**](https://greasyfork.org/scripts/506528): 检测 TissAV 状态,并且在未登录时自动登录
> - [**JableTV自动登录**](https://greasyfork.org/scripts/506730): 检测 JableTV 状态,并且在未登录时自动登录
+
+
+
+
-> ### 🔍你可能在找 自动翻译
+> ### 🔍你可能在找自动翻译
> - [**外语终结者**](https://greasyfork.org/scripts/504890): 识别非中文字符,如果长度大于 5 且翻译文本中不含中文,则替换为中文,需要可访问google的网络
> - [**网页翻译——自动翻译为中文**](https://greasyfork.org/scripts/505208): 给每个非中文的网页右下角(可以调整到左下角)添加一个 google 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译
-
-
+### 查看所有发布脚本
+
-### 查看所有发布脚本
+
-> ### 🔍你可能在找 ChatGPT相关脚本
-> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码字体变小
+> ### 🔍你可能在找ChatGPT相关脚本
+> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码框内字体变小
> - [**ChatGPT 聊天复制代码按钮**](https://greasyfork.org/scripts/509598): 在 chatgpt.com 上代码块的右下角添加一个带有动画的“复制代码”按钮
> - [**ChatGPT 字符计数器**](https://greasyfork.org/scripts/506166): 添加一个字符计数器到输入框,限制为 32732 个字符。(ChatGPT 的限制是 32732 个字符。)
> - [**ChatGPT 折叠自己消息和最大宽度**](https://greasyfork.org/scripts/504901): 自动折叠由你发送的长消息,节省屏幕空间。允许你设置聊天窗口的最大宽度,使得长消息不会超出指定范围。
+
+
+
+
-> ### 🔍你可能在找 网页相关脚本
+> ### 🔍你可能在找网页相关脚本
> - [**网页写入剪辑版授权管理器**](https://greasyfork.org/scripts/497403): 禁止网页向剪辑版拉屎,绿色为放行,红色禁止,橙色临时方向
> - [**解除CSDN登录复制限制**](https://greasyfork.org/scripts/505207): 去你妈的 CSDN 登录复制,无需登录即可复制代码框内容
> - [**绚丽渐变美化网页表格**](https://greasyfork.org/scripts/507036): 自动为网页上的表格所有列应用颜色渐变美化.
@@ -120,9 +123,13 @@
> - [**上下滚动小按钮**](https://greasyfork.org/scripts/497251): 页面右侧添加上下滚动按钮
> - [**一键置顶和置底按钮**](https://greasyfork.org/scripts/500255): 修改自Greasyfork用户脚本 为网页添加置顶和置底按钮,方便在长页面中快速移动到顶部或底部。 增加向下滚动时按钮变色,3秒内无滚动自动停止
+
+
+
+
-> ### 🔍你可能在找 GitHub相关脚本
+> ### 🔍你可能在找GitHub相关脚本
> - [**GitHub提交信息显示HTML**](https://greasyfork.org/scripts/505830): 该脚本将 GitHub 上的提交信息转化为 HTML 视图,以更清晰地查看提交详情。它会自动将提交信息列表、提交头部和最新提交信息转化为 HTML 格式,提供更佳的视觉效果和用户体验。
> - [**GitHub 文件列表美化器**](https://greasyfork.org/scripts/508047): GitHub 文件列表美化器是一个用户脚本,用于增强 GitHub 仓库中的文件显示效果。它可以为文件和文件夹添加颜色,并将文件类型图标替换为小图像,使得代码库更加易于浏览和管理。
> - [**Github 代码语言列表显示全部**](https://greasyfork.org/scripts/509889): 扩展 Github 存储库上的语言列表,显示每种语言,而不是将小部分隐藏在 “其他” 下
@@ -132,15 +139,23 @@
> - [**🤠 Github 增强小助手 仓库显示大小 不活跃开发警告 仓库内快捷跳转用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): 在Github查看仓库和搜索仓库时显示仓库大小 ,不活跃开发警告,仓库内快捷跳转.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): 仓库列表文件排序方式改为日期降序,方便查看最新更新的文件。
+
+
+
+
-> ### 🔍你可能在找 Google相关脚本
+> ### 🔍你可能在找Google相关脚本
> - [**Google 高级搜索**](https://greasyfork.org/scripts/502652): 这是一个为 Google 添加高级搜索表单的用户脚本。它能在页面顶部添加一个可隐藏的高级搜索表单,使您能够更精确地搜索信息。
> - [**Google 搜索屏蔽指定站点**](https://greasyfork.org/scripts/500262): 在搜索引擎结果中屏蔽特定的站点,帮助用户过滤掉不需要的搜索结果。 自定义输入屏蔽站点。格式-zhihu -baidu 用于屏蔽谷歌搜索内容
+
+
+
+
-> ### 🔍你可能在找 GreasyFork相关脚本
+> ### 🔍你可能在找GreasyFork相关脚本
> - [**GreasyFork适用于增强**](https://greasyfork.org/scripts/497317): 脚本详情页增加适用于链接增加点击打开网页,复制网页,轮胎搜索
> - [**GrreasyFork 用户发布的脚本数据可视化**](https://greasyfork.org/scripts/508968): 使用Chart.js获取和可视化获取用户脚本数据,并在用户个人主页生成一个图表在下方显示详细安装情况
> - [**GreaysFork 增强 WebHook同步设置**](https://greasyfork.org/scripts/506717): 这个脚本可以帮助你快速输入脚本同步信息,并批量增加多个国家的语言代码,而不用一个个地点击选择框再去对应的网址。
@@ -152,22 +167,27 @@
> - [**Greasyfork 通知助手**](https://greasyfork.org/scripts/506345): 当你的脚本或你参与的讨论有新回复时,脚本会在网页上以模态窗口显示最新的讨论内容。
> - [**Script Finder油猴脚本查找器**](https://greasyfork.org/scripts/498904): Script Finder 是一个用户脚本(userscript),它可以帮助你在任何网站上查找和管理用户脚本
+
+
+
+
-> ### 🔍你可能在找 成人脚本
+> ### 🔍你可能在找成人脚本
> - [**MiSSAV自动登录**](https://greasyfork.org/scripts/505325): 检测 MisssAV 状态,并且在未登录时自动登录
> - [**MissAV收藏管理器**](https://greasyfork.org/scripts/497682): miss片单备份,支持下载图片保存视频信息.导出本地网页 支持导出到webdav
> - [**TissAV自动登录**](https://greasyfork.org/scripts/506528): 检测 TissAV 状态,并且在未登录时自动登录
> - [**JableTV自动登录**](https://greasyfork.org/scripts/506730): 检测 JableTV 状态,并且在未登录时自动登录
+
+
+
+
-> ### 🔍你可能在找 自动翻译
+> ### 🔍你可能在找自动翻译
> - [**外语终结者**](https://greasyfork.org/scripts/504890): 识别非中文字符,如果长度大于 5 且翻译文本中不含中文,则替换为中文,需要可访问google的网络
> - [**网页翻译——自动翻译为中文**](https://greasyfork.org/scripts/505208): 给每个非中文的网页右下角(可以调整到左下角)添加一个 google 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译
-
-
+### View all publish scripts
+
-### View all publish scripts
+
-> ### 🔍you may be looking for ChatGPTRelated scripts
-> - [**ChatGPTCode font size reduced**](https://greasyfork.org/scripts/505209): let ChatGPT Code font size becomes smaller
-> - [**ChatGPT 聊天Copy codebutton**](https://greasyfork.org/scripts/509598): exist chatgpt.com Add an animation in the lower right corner of the upper code block“复制代码”按钮
-> - [**ChatGPT character counter**](https://greasyfork.org/scripts/506166): 添加一characters计数器到输入框,limited to 32732 characters。(ChatGPT The limit is 32732 个字符。)
+> ### 🔍you may be looking forChatGPTRelated scripts
+> - [**ChatGPTCode font size reduced**](https://greasyfork.org/scripts/505209): let ChatGPT The font size in the code box becomes smaller
+> - [**ChatGPT chatCopy codebutton**](https://greasyfork.org/scripts/509598): exist chatgpt.com Add an animation in the lower right corner of the upper code block“Copy code”button
+> - [**ChatGPT character counter**](https://greasyfork.org/scripts/506166): add onecharactersCounter to input box,limited to 32732 characters。(ChatGPT The limit is 32732 characters。)
> - [**ChatGPT Collapse self message and max width**](https://greasyfork.org/scripts/504901): Automatically collapse long messages sent by you,Save screen space。Allows you to set the maximum width of the chat window,Keep long messages from exceeding the specified range。
+
+
+
+
-> ### 🔍you may be looking for Web related scripts
-> - [**Web page writing clip version authorization manager**](https://greasyfork.org/scripts/497403): Ban web pages from pooping on edited versions,green for release,red ban,orange temporary directions
-> - [**LiftCSDNLoginCopy限制**](https://greasyfork.org/scripts/505207): fuck you CSDN 登录复制,Copy code box content without logging in
+> ### 🔍You may be looking for web related scripts
+> - [**Web page writing clip version authorization manager**](https://greasyfork.org/scripts/497403): Ban web pages from pooping on edited versions,green for release,red prohibition,orange temporary directions
+> - [**LiftCSDNLoginCopylimit**](https://greasyfork.org/scripts/505207): fuck you CSDN LoginCopy,Copy code box content without logging in
> - [**Beautify web forms with gorgeous gradients**](https://greasyfork.org/scripts/507036): Automatically apply color gradient beautification to all columns of tables on web pages.
> - [**Highlight keywords on web pages+(recommend)**](https://greasyfork.org/scripts/498906): Highlight text on web pages
> - [**Highlight web text_mini version**](https://greasyfork.org/scripts/498905): Custom keyword highlighting on web pages including dynamically loaded content on scroll
@@ -120,54 +123,71 @@ This script is modified from [Kim Yong-jo](https://greasyfork.org/scripts/498420
> - [**Small scroll button up and down**](https://greasyfork.org/scripts/497251): Add up and down scroll buttons on the right side of the page
> - [**One-touch top and bottom buttons**](https://greasyfork.org/scripts/500255): Modified fromGreasyforkuser script Add top and bottom buttons to web pages,Facilitates quick movement to the top or bottom of long pages。 Added button color change when scrolling down,3Automatically stops if there is no scrolling within seconds
+
+
+
+
-> ### 🔍you may be looking for GitHubRelated scripts
+> ### 🔍you may be looking forGitHubRelated scripts
> - [**GitHubSubmit information displayHTML**](https://greasyfork.org/scripts/505830): This script will GitHub The submission information on HTML view,to see submission details more clearly。It will automatically submit the information list、The commit header and latest commit information are converted to HTML Format,Provide better visual effects and user experience。
-> - [**GitHub File list beautifier**](https://greasyfork.org/scripts/508047): GitHub File List Beautifier is a user script,used to enhance GitHub Display effect of files in warehouse。It can add colors to files and folders,and replace the file type icons with small images,Makes the code base easier to browse and manage。
+> - [**GitHub File list beautifier**](https://greasyfork.org/scripts/508047): GitHub File List Beautifier is a user script,used to enhance GitHub Display effect of files in warehouse。It can add color to files and folders,and replace the file type icons with small images,Makes the code base easier to browse and manage。
> - [**Github List of code languages show all**](https://greasyfork.org/scripts/509889): Expand Github List of languages on the repository,Show each language,Instead of hiding small parts in “other” Down
> - [**GitHub Automatically confirm device authorization**](https://greasyfork.org/scripts/508956): existGitHubThe authorization page automatically enters the authorization code and automatically confirms it.。
-> - [**GitHubfolder下载**](https://greasyfork.org/scripts/505496): Add a download button,Allows easy downloading of specific GitHub 文件夹。
+> - [**GitHubfolderdownload**](https://greasyfork.org/scripts/505496): Add a download button,Allows easy downloading of specific GitHub folder。
> - [**GitHubDownload single files and copy filesURL**](https://greasyfork.org/scripts/505501): Add button at the end of each file line,to copy the original file URL and download files
-> - [**🤠 Github Enhance assistant Warehouse display size Inactive development warning Quick jump within the warehouse用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): existGithubShow warehouse size when viewing and searching warehouses ,Inactive development warning,仓库内快捷跳转.
+> - [**🤠 Github Enhance assistant Warehouse display size Inactive development warning Quick jump within the warehouseUser’s other warehouses 🤠**](https://greasyfork.org/scripts/502291): existGithubShow warehouse size when viewing and searching warehouses ,Inactive development warning,Quick jump within the warehouse.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): Change the sorting method of warehouse list files to descending date order,Conveniently view the latest updated files。
+
+
+
+
-> ### 🔍you may be looking for GoogleRelated scripts
-> - [**Google Advanced search**](https://greasyfork.org/scripts/502652): This is a for Google Add user script for advanced search form。It adds a hideable advanced search form at the top of the page,Enable you to search for information more precisely。
+> ### 🔍you may be looking forGoogleRelated scripts
+> - [**Google Advanced search**](https://greasyfork.org/scripts/502652): This is a for Google Add user script for advanced search form。It adds a hideable advanced search form at the top of the page,Enables you to search for information more precisely。
> - [**Google Search and block specific sites**](https://greasyfork.org/scripts/500262): Block specific sites from search engine results,Help users filter out unwanted search results。 Custom input blocking site。Format-zhihu -baidu Used to block Google search content
+
+
+
+
-> ### 🔍you may be looking for GreasyForkRelated scripts
+> ### 🔍you may be looking forGreasyForkRelated scripts
> - [**GreasyForksuitable for enhancement**](https://greasyfork.org/scripts/497317): The script details page is added. It is suitable for links to be added. Click to open the web page.,Copy web page,tire search
> - [**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.
> - [**GreaysFork Enhance WebHookSync settings**](https://greasyfork.org/scripts/506717): This script can help you 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。
> - [**GreasyFork Markdown toobar**](https://greasyfork.org/scripts/505164): Used by default in forums Markdown Format,Add format help link and Markdown Toolbar introduction
> - [**GreasyFork Show script ratings**](https://greasyfork.org/scripts/501119): Add evaluation scores to script list
-> - [**GreasyFork Advanced search**](https://greasyfork.org/scripts/505215): Search using Google GreasyFork and SleazyFork upper script
-> - [**GreasyFork Navigation barEnhance**](https://greasyfork.org/scripts/501880): 增强greasyfork导航栏,Add user list,User console etc.
+> - [**GreasyFork Advanced search**](https://greasyfork.org/scripts/505215): Search using Google GreasyFork and SleazyFork superior script
+> - [**GreasyFork Navigation barEnhance**](https://greasyfork.org/scripts/501880): EnhancegreasyforkNavigation bar,Add user list,User console, etc.
> - [**GreasyforkGlue craftsman**](https://greasyfork.org/scripts/497346): Enhancegreasyfork,Copy code,Script download,Precise time to seconds,Home page cleanup,Discuss one-click reporting,Script list jump code added download Beautify view code and display code reference files,show script icon,Jump to adult scripts and other operations
> - [**Greasyfork Notification assistant**](https://greasyfork.org/scripts/506345): When there’s a new reply to your script or to a discussion you’re participating in,The script will display the latest discussion content in a modal window on the web page。
> - [**Script FinderGrease Monkey Script Finder**](https://greasyfork.org/scripts/498904): Script Finder is a user script(userscript),It helps you find and manage userscripts on any website
+
+
+
+
-> ### 🔍you may be looking for adult script
+> ### 🔍You may be looking for adult scripts
> - [**MiSSAVAutomatic login**](https://greasyfork.org/scripts/505325): Detection MisssAV state,and automatically log in when not logged in
> - [**MissAVCollection manager**](https://greasyfork.org/scripts/497682): missPlaylist backup,Support downloading pictures and saving video information.Export local web page Support export towebdav
> - [**TissAVAutomatic login**](https://greasyfork.org/scripts/506528): Detection TissAV state,and automatically log in when not logged in
> - [**JableTVAutomatic login**](https://greasyfork.org/scripts/506730): Detection JableTV state,and automatically log in when not logged in
-
-> ### 🔍you may be looking for automatic translation
-> - [**foreign language terminator**](https://greasyfork.org/scripts/504890): Recognize non-Chinese characters,If the length is greater than 5 And the translated text does not contain Chinese,then replace it with Chinese,Need to be accessiblegooglenetwork
-> - [**web page translation——Automatically translated to Chinese**](https://greasyfork.org/scripts/505208): Give the lower right corner of each non-Chinese web page(Can be adjusted to the lower left corner)add a google Translate icon,This version is a Chinese translation version,Only translate foreign languages into Chinese,Add automatic translation
+
+
+
-
-
+### 查看所有发布脚本
+
-### 查看所有发布脚本
+
-> ### 🔍你可能在找 ChatGPT相关脚本
-> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码字体变小
+> ### 🔍你可能在找ChatGPT相关脚本
+> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码框内字体变小
> - [**ChatGPT 聊天复制代码按钮**](https://greasyfork.org/scripts/509598): 在 chatgpt.com 上代码块的右下角添加一个带有动画的“复制代码”按钮
> - [**ChatGPT 字符计数器**](https://greasyfork.org/scripts/506166): 添加一个字符计数器到输入框,限制为 32732 个字符。(ChatGPT 的限制是 32732 个字符。)
> - [**ChatGPT 折叠自己消息和最大宽度**](https://greasyfork.org/scripts/504901): 自动折叠由你发送的长消息,节省屏幕空间。允许你设置聊天窗口的最大宽度,使得长消息不会超出指定范围。
+
+
+
+
-> ### 🔍你可能在找 网页相关脚本
+> ### 🔍你可能在找网页相关脚本
> - [**网页写入剪辑版授权管理器**](https://greasyfork.org/scripts/497403): 禁止网页向剪辑版拉屎,绿色为放行,红色禁止,橙色临时方向
> - [**解除CSDN登录复制限制**](https://greasyfork.org/scripts/505207): 去你妈的 CSDN 登录复制,无需登录即可复制代码框内容
> - [**绚丽渐变美化网页表格**](https://greasyfork.org/scripts/507036): 自动为网页上的表格所有列应用颜色渐变美化.
@@ -128,9 +131,13 @@
> - [**上下滚动小按钮**](https://greasyfork.org/scripts/497251): 页面右侧添加上下滚动按钮
> - [**一键置顶和置底按钮**](https://greasyfork.org/scripts/500255): 修改自Greasyfork用户脚本 为网页添加置顶和置底按钮,方便在长页面中快速移动到顶部或底部。 增加向下滚动时按钮变色,3秒内无滚动自动停止
+
+
+
+
-> ### 🔍你可能在找 GitHub相关脚本
+> ### 🔍你可能在找GitHub相关脚本
> - [**GitHub提交信息显示HTML**](https://greasyfork.org/scripts/505830): 该脚本将 GitHub 上的提交信息转化为 HTML 视图,以更清晰地查看提交详情。它会自动将提交信息列表、提交头部和最新提交信息转化为 HTML 格式,提供更佳的视觉效果和用户体验。
> - [**GitHub 文件列表美化器**](https://greasyfork.org/scripts/508047): GitHub 文件列表美化器是一个用户脚本,用于增强 GitHub 仓库中的文件显示效果。它可以为文件和文件夹添加颜色,并将文件类型图标替换为小图像,使得代码库更加易于浏览和管理。
> - [**Github 代码语言列表显示全部**](https://greasyfork.org/scripts/509889): 扩展 Github 存储库上的语言列表,显示每种语言,而不是将小部分隐藏在 “其他” 下
@@ -140,15 +147,23 @@
> - [**🤠 Github 增强小助手 仓库显示大小 不活跃开发警告 仓库内快捷跳转用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): 在Github查看仓库和搜索仓库时显示仓库大小 ,不活跃开发警告,仓库内快捷跳转.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): 仓库列表文件排序方式改为日期降序,方便查看最新更新的文件。
+
+
+
+
-> ### 🔍你可能在找 Google相关脚本
+> ### 🔍你可能在找Google相关脚本
> - [**Google 高级搜索**](https://greasyfork.org/scripts/502652): 这是一个为 Google 添加高级搜索表单的用户脚本。它能在页面顶部添加一个可隐藏的高级搜索表单,使您能够更精确地搜索信息。
> - [**Google 搜索屏蔽指定站点**](https://greasyfork.org/scripts/500262): 在搜索引擎结果中屏蔽特定的站点,帮助用户过滤掉不需要的搜索结果。 自定义输入屏蔽站点。格式-zhihu -baidu 用于屏蔽谷歌搜索内容
+
+
+
+
-> ### 🔍你可能在找 GreasyFork相关脚本
+> ### 🔍你可能在找GreasyFork相关脚本
> - [**GreasyFork适用于增强**](https://greasyfork.org/scripts/497317): 脚本详情页增加适用于链接增加点击打开网页,复制网页,轮胎搜索
> - [**GrreasyFork 用户发布的脚本数据可视化**](https://greasyfork.org/scripts/508968): 使用Chart.js获取和可视化获取用户脚本数据,并在用户个人主页生成一个图表在下方显示详细安装情况
> - [**GreaysFork 增强 WebHook同步设置**](https://greasyfork.org/scripts/506717): 这个脚本可以帮助你快速输入脚本同步信息,并批量增加多个国家的语言代码,而不用一个个地点击选择框再去对应的网址。
@@ -160,22 +175,27 @@
> - [**Greasyfork 通知助手**](https://greasyfork.org/scripts/506345): 当你的脚本或你参与的讨论有新回复时,脚本会在网页上以模态窗口显示最新的讨论内容。
> - [**Script Finder油猴脚本查找器**](https://greasyfork.org/scripts/498904): Script Finder 是一个用户脚本(userscript),它可以帮助你在任何网站上查找和管理用户脚本
+
+
+
+
-> ### 🔍你可能在找 成人脚本
+> ### 🔍你可能在找成人脚本
> - [**MiSSAV自动登录**](https://greasyfork.org/scripts/505325): 检测 MisssAV 状态,并且在未登录时自动登录
> - [**MissAV收藏管理器**](https://greasyfork.org/scripts/497682): miss片单备份,支持下载图片保存视频信息.导出本地网页 支持导出到webdav
> - [**TissAV自动登录**](https://greasyfork.org/scripts/506528): 检测 TissAV 状态,并且在未登录时自动登录
> - [**JableTV自动登录**](https://greasyfork.org/scripts/506730): 检测 JableTV 状态,并且在未登录时自动登录
+
+
+
+
-> ### 🔍你可能在找 自动翻译
+> ### 🔍你可能在找自动翻译
> - [**外语终结者**](https://greasyfork.org/scripts/504890): 识别非中文字符,如果长度大于 5 且翻译文本中不含中文,则替换为中文,需要可访问google的网络
> - [**网页翻译——自动翻译为中文**](https://greasyfork.org/scripts/505208): 给每个非中文的网页右下角(可以调整到左下角)添加一个 google 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译
-
-
+### View all publish scripts
+
-### View all publish scripts
+
-> ### 🔍you may be looking for ChatGPTRelated scripts
-> - [**ChatGPTCode font size reduced**](https://greasyfork.org/scripts/505209): let ChatGPT Code font size becomes smaller
-> - [**ChatGPT 聊天Copy codebutton**](https://greasyfork.org/scripts/509598): exist chatgpt.com Add an animation in the lower right corner of the upper code block“复制代码”按钮
-> - [**ChatGPT character counter**](https://greasyfork.org/scripts/506166): 添加一characters计数器到输入框,limited to 32732 characters。(ChatGPT The limit is 32732 个字符。)
+> ### 🔍you may be looking forChatGPTRelated scripts
+> - [**ChatGPTCode font size reduced**](https://greasyfork.org/scripts/505209): let ChatGPT The font size in the code box becomes smaller
+> - [**ChatGPT chatCopy codebutton**](https://greasyfork.org/scripts/509598): exist chatgpt.com Add an animation in the lower right corner of the upper code block“Copy code”button
+> - [**ChatGPT character counter**](https://greasyfork.org/scripts/506166): add onecharactersCounter to input box,limited to 32732 characters。(ChatGPT The limit is 32732 characters。)
> - [**ChatGPT Collapse self message and max width**](https://greasyfork.org/scripts/504901): Automatically collapse long messages sent by you,Save screen space。Allows you to set the maximum width of the chat window,Keep long messages from exceeding the specified range。
+
+
+
+
-> ### 🔍you may be looking for Web related scripts
-> - [**Web page writing clip version authorization manager**](https://greasyfork.org/scripts/497403): Ban web pages from pooping on edited versions,green for release,red ban,orange temporary directions
-> - [**LiftCSDNLoginCopy限制**](https://greasyfork.org/scripts/505207): fuck you CSDN 登录复制,Copy code box content without logging in
+> ### 🔍You may be looking for web related scripts
+> - [**Web page writing clip version authorization manager**](https://greasyfork.org/scripts/497403): Ban web pages from pooping on edited versions,green for release,red prohibition,orange temporary directions
+> - [**LiftCSDNLoginCopylimit**](https://greasyfork.org/scripts/505207): fuck you CSDN LoginCopy,Copy code box content without logging in
> - [**Beautify web forms with gorgeous gradients**](https://greasyfork.org/scripts/507036): Automatically apply color gradient beautification to all columns of tables on web pages.
> - [**Highlight keywords on web pages+(recommend)**](https://greasyfork.org/scripts/498906): Highlight text on web pages
> - [**Highlight web text_mini version**](https://greasyfork.org/scripts/498905): Custom keyword highlighting on web pages including dynamically loaded content on scroll
@@ -128,54 +131,71 @@ This script is used for managing user accounts on ThisAV. It provides functional
> - [**Small scroll button up and down**](https://greasyfork.org/scripts/497251): Add up and down scroll buttons on the right side of the page
> - [**One-touch top and bottom buttons**](https://greasyfork.org/scripts/500255): Modified fromGreasyforkuser script Add top and bottom buttons to web pages,Facilitates quick movement to the top or bottom of long pages。 Added button color change when scrolling down,3Automatically stops if there is no scrolling within seconds
+
+
+
+
-> ### 🔍you may be looking for GitHubRelated scripts
+> ### 🔍you may be looking forGitHubRelated scripts
> - [**GitHubSubmit information displayHTML**](https://greasyfork.org/scripts/505830): This script will GitHub The submission information on HTML view,to see submission details more clearly。It will automatically submit the information list、The commit header and latest commit information are converted to HTML Format,Provide better visual effects and user experience。
-> - [**GitHub File list beautifier**](https://greasyfork.org/scripts/508047): GitHub File List Beautifier is a user script,used to enhance GitHub Display effect of files in warehouse。It can add colors to files and folders,and replace the file type icons with small images,Makes the code base easier to browse and manage。
+> - [**GitHub File list beautifier**](https://greasyfork.org/scripts/508047): GitHub File List Beautifier is a user script,used to enhance GitHub Display effect of files in warehouse。It can add color to files and folders,and replace the file type icons with small images,Makes the code base easier to browse and manage。
> - [**Github List of code languages show all**](https://greasyfork.org/scripts/509889): Expand Github List of languages on the repository,Show each language,Instead of hiding small parts in “other” Down
> - [**GitHub Automatically confirm device authorization**](https://greasyfork.org/scripts/508956): existGitHubThe authorization page automatically enters the authorization code and automatically confirms it.。
-> - [**GitHubfolder下载**](https://greasyfork.org/scripts/505496): Add a download button,Allows easy downloading of specific GitHub 文件夹。
+> - [**GitHubfolderdownload**](https://greasyfork.org/scripts/505496): Add a download button,Allows easy downloading of specific GitHub folder。
> - [**GitHubDownload single files and copy filesURL**](https://greasyfork.org/scripts/505501): Add button at the end of each file line,to copy the original file URL and download files
-> - [**🤠 Github Enhance assistant Warehouse display size Inactive development warning Quick jump within the warehouse用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): existGithubShow warehouse size when viewing and searching warehouses ,Inactive development warning,仓库内快捷跳转.
+> - [**🤠 Github Enhance assistant Warehouse display size Inactive development warning Quick jump within the warehouseUser’s other warehouses 🤠**](https://greasyfork.org/scripts/502291): existGithubShow warehouse size when viewing and searching warehouses ,Inactive development warning,Quick jump within the warehouse.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): Change the sorting method of warehouse list files to descending date order,Conveniently view the latest updated files。
+
+
+
+
-> ### 🔍you may be looking for GoogleRelated scripts
-> - [**Google Advanced search**](https://greasyfork.org/scripts/502652): This is a for Google Add user script for advanced search form。It adds a hideable advanced search form at the top of the page,Enable you to search for information more precisely。
+> ### 🔍you may be looking forGoogleRelated scripts
+> - [**Google Advanced search**](https://greasyfork.org/scripts/502652): This is a for Google Add user script for advanced search form。It adds a hideable advanced search form at the top of the page,Enables you to search for information more precisely。
> - [**Google Search and block specific sites**](https://greasyfork.org/scripts/500262): Block specific sites from search engine results,Help users filter out unwanted search results。 Custom input blocking site。Format-zhihu -baidu Used to block Google search content
+
+
+
+
-> ### 🔍you may be looking for GreasyForkRelated scripts
+> ### 🔍you may be looking forGreasyForkRelated scripts
> - [**GreasyForksuitable for enhancement**](https://greasyfork.org/scripts/497317): The script details page is added. It is suitable for links to be added. Click to open the web page.,Copy web page,tire search
> - [**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.
> - [**GreaysFork Enhance WebHookSync settings**](https://greasyfork.org/scripts/506717): This script can help you 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。
> - [**GreasyFork Markdown toobar**](https://greasyfork.org/scripts/505164): Used by default in forums Markdown Format,Add format help link and Markdown Toolbar introduction
> - [**GreasyFork Show script ratings**](https://greasyfork.org/scripts/501119): Add evaluation scores to script list
-> - [**GreasyFork Advanced search**](https://greasyfork.org/scripts/505215): Search using Google GreasyFork and SleazyFork upper script
-> - [**GreasyFork Navigation barEnhance**](https://greasyfork.org/scripts/501880): 增强greasyfork导航栏,Add user list,User console etc.
+> - [**GreasyFork Advanced search**](https://greasyfork.org/scripts/505215): Search using Google GreasyFork and SleazyFork superior script
+> - [**GreasyFork Navigation barEnhance**](https://greasyfork.org/scripts/501880): EnhancegreasyforkNavigation bar,Add user list,User console, etc.
> - [**GreasyforkGlue craftsman**](https://greasyfork.org/scripts/497346): Enhancegreasyfork,Copy code,Script download,Precise time to seconds,Home page cleanup,Discuss one-click reporting,Script list jump code added download Beautify view code and display code reference files,show script icon,Jump to adult scripts and other operations
> - [**Greasyfork Notification assistant**](https://greasyfork.org/scripts/506345): When there’s a new reply to your script or to a discussion you’re participating in,The script will display the latest discussion content in a modal window on the web page。
> - [**Script FinderGrease Monkey Script Finder**](https://greasyfork.org/scripts/498904): Script Finder is a user script(userscript),It helps you find and manage userscripts on any website
+
+
+
+
-> ### 🔍you may be looking for adult script
+> ### 🔍You may be looking for adult scripts
> - [**MiSSAVAutomatic login**](https://greasyfork.org/scripts/505325): Detection MisssAV state,and automatically log in when not logged in
> - [**MissAVCollection manager**](https://greasyfork.org/scripts/497682): missPlaylist backup,Support downloading pictures and saving video information.Export local web page Support export towebdav
> - [**TissAVAutomatic login**](https://greasyfork.org/scripts/506528): Detection TissAV state,and automatically log in when not logged in
> - [**JableTVAutomatic login**](https://greasyfork.org/scripts/506730): Detection JableTV state,and automatically log in when not logged in
-
-> ### 🔍you may be looking for automatic translation
-> - [**foreign language terminator**](https://greasyfork.org/scripts/504890): Recognize non-Chinese characters,If the length is greater than 5 And the translated text does not contain Chinese,then replace it with Chinese,Need to be accessiblegooglenetwork
-> - [**web page translation——Automatically translated to Chinese**](https://greasyfork.org/scripts/505208): Give the lower right corner of each non-Chinese web page(Can be adjusted to the lower left corner)add a google Translate icon,This version is a Chinese translation version,Only translate foreign languages into Chinese,Add automatic translation
+
+
+
-
-
+### 查看所有发布脚本
+
-### 查看所有发布脚本
+
-> ### 🔍你可能在找 ChatGPT相关脚本
-> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码字体变小
+> ### 🔍你可能在找ChatGPT相关脚本
+> - [**ChatGPT代码字体缩小**](https://greasyfork.org/scripts/505209): 让 ChatGPT 代码框内字体变小
> - [**ChatGPT 聊天复制代码按钮**](https://greasyfork.org/scripts/509598): 在 chatgpt.com 上代码块的右下角添加一个带有动画的“复制代码”按钮
> - [**ChatGPT 字符计数器**](https://greasyfork.org/scripts/506166): 添加一个字符计数器到输入框,限制为 32732 个字符。(ChatGPT 的限制是 32732 个字符。)
> - [**ChatGPT 折叠自己消息和最大宽度**](https://greasyfork.org/scripts/504901): 自动折叠由你发送的长消息,节省屏幕空间。允许你设置聊天窗口的最大宽度,使得长消息不会超出指定范围。
+
+
+
+
-> ### 🔍你可能在找 网页相关脚本
+> ### 🔍你可能在找网页相关脚本
> - [**网页写入剪辑版授权管理器**](https://greasyfork.org/scripts/497403): 禁止网页向剪辑版拉屎,绿色为放行,红色禁止,橙色临时方向
> - [**解除CSDN登录复制限制**](https://greasyfork.org/scripts/505207): 去你妈的 CSDN 登录复制,无需登录即可复制代码框内容
> - [**绚丽渐变美化网页表格**](https://greasyfork.org/scripts/507036): 自动为网页上的表格所有列应用颜色渐变美化.
@@ -146,9 +149,13 @@
> - [**上下滚动小按钮**](https://greasyfork.org/scripts/497251): 页面右侧添加上下滚动按钮
> - [**一键置顶和置底按钮**](https://greasyfork.org/scripts/500255): 修改自Greasyfork用户脚本 为网页添加置顶和置底按钮,方便在长页面中快速移动到顶部或底部。 增加向下滚动时按钮变色,3秒内无滚动自动停止
+
+
+
+
-> ### 🔍你可能在找 GitHub相关脚本
+> ### 🔍你可能在找GitHub相关脚本
> - [**GitHub提交信息显示HTML**](https://greasyfork.org/scripts/505830): 该脚本将 GitHub 上的提交信息转化为 HTML 视图,以更清晰地查看提交详情。它会自动将提交信息列表、提交头部和最新提交信息转化为 HTML 格式,提供更佳的视觉效果和用户体验。
> - [**GitHub 文件列表美化器**](https://greasyfork.org/scripts/508047): GitHub 文件列表美化器是一个用户脚本,用于增强 GitHub 仓库中的文件显示效果。它可以为文件和文件夹添加颜色,并将文件类型图标替换为小图像,使得代码库更加易于浏览和管理。
> - [**Github 代码语言列表显示全部**](https://greasyfork.org/scripts/509889): 扩展 Github 存储库上的语言列表,显示每种语言,而不是将小部分隐藏在 “其他” 下
@@ -158,15 +165,23 @@
> - [**🤠 Github 增强小助手 仓库显示大小 不活跃开发警告 仓库内快捷跳转用户其他仓库 🤠**](https://greasyfork.org/scripts/502291): 在Github查看仓库和搜索仓库时显示仓库大小 ,不活跃开发警告,仓库内快捷跳转.
> - [**GitHub Sort by Date**](https://greasyfork.org/scripts/505218): 仓库列表文件排序方式改为日期降序,方便查看最新更新的文件。
+
+
+
+
-> ### 🔍你可能在找 Google相关脚本
+> ### 🔍你可能在找Google相关脚本
> - [**Google 高级搜索**](https://greasyfork.org/scripts/502652): 这是一个为 Google 添加高级搜索表单的用户脚本。它能在页面顶部添加一个可隐藏的高级搜索表单,使您能够更精确地搜索信息。
> - [**Google 搜索屏蔽指定站点**](https://greasyfork.org/scripts/500262): 在搜索引擎结果中屏蔽特定的站点,帮助用户过滤掉不需要的搜索结果。 自定义输入屏蔽站点。格式-zhihu -baidu 用于屏蔽谷歌搜索内容
+
+
+
+
-> ### 🔍你可能在找 GreasyFork相关脚本
+> ### 🔍你可能在找GreasyFork相关脚本
> - [**GreasyFork适用于增强**](https://greasyfork.org/scripts/497317): 脚本详情页增加适用于链接增加点击打开网页,复制网页,轮胎搜索
> - [**GrreasyFork 用户发布的脚本数据可视化**](https://greasyfork.org/scripts/508968): 使用Chart.js获取和可视化获取用户脚本数据,并在用户个人主页生成一个图表在下方显示详细安装情况
> - [**GreaysFork 增强 WebHook同步设置**](https://greasyfork.org/scripts/506717): 这个脚本可以帮助你快速输入脚本同步信息,并批量增加多个国家的语言代码,而不用一个个地点击选择框再去对应的网址。
@@ -178,22 +193,27 @@
> - [**Greasyfork 通知助手**](https://greasyfork.org/scripts/506345): 当你的脚本或你参与的讨论有新回复时,脚本会在网页上以模态窗口显示最新的讨论内容。
> - [**Script Finder油猴脚本查找器**](https://greasyfork.org/scripts/498904): Script Finder 是一个用户脚本(userscript),它可以帮助你在任何网站上查找和管理用户脚本
+
+
+
+
-> ### 🔍你可能在找 成人脚本
+> ### 🔍你可能在找成人脚本
> - [**MiSSAV自动登录**](https://greasyfork.org/scripts/505325): 检测 MisssAV 状态,并且在未登录时自动登录
> - [**MissAV收藏管理器**](https://greasyfork.org/scripts/497682): miss片单备份,支持下载图片保存视频信息.导出本地网页 支持导出到webdav
> - [**TissAV自动登录**](https://greasyfork.org/scripts/506528): 检测 TissAV 状态,并且在未登录时自动登录
> - [**JableTV自动登录**](https://greasyfork.org/scripts/506730): 检测 JableTV 状态,并且在未登录时自动登录
+
+
+
+
-> ### 🔍你可能在找 自动翻译
+> ### 🔍你可能在找自动翻译
> - [**外语终结者**](https://greasyfork.org/scripts/504890): 识别非中文字符,如果长度大于 5 且翻译文本中不含中文,则替换为中文,需要可访问google的网络
> - [**网页翻译——自动翻译为中文**](https://greasyfork.org/scripts/505208): 给每个非中文的网页右下角(可以调整到左下角)添加一个 google 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译
-
让 ChatGPT 代码字体变小
+ 让 ChatGPT 代码框内字体变小
@@ -138,7 +138,7 @@
2024-09-01 09:51:01
- 2024-10-07 01:24:32
+ 2024-10-08 11:35:54
1.3.1.14
2024-09-01 09:45:50
@@ -166,7 +166,7 @@
2024-08-24 11:33:58
- 2024-10-03 19:12:35
+ 2024-10-08 11:35:01
0.3.0.0
2024-08-24 11:09:34
@@ -644,7 +644,7 @@
2024-08-01 03:43:19
- 2024-10-08 05:13:52
+ 2024-10-11 12:36:03
0.1.3.7
2024-08-01 00:53:59
@@ -870,7 +870,7 @@
2024-08-26 02:12:29
- 2024-10-03 19:12:40
+ 2024-10-08 14:41:29
2.0.5
2024-08-06 00:32:53
@@ -1248,10 +1248,12 @@
## 如何安装/使用脚本?
+
要使用任何脚本,首先需要浏览器安装 **Tampermonkey 脚本管理器扩展([Chrome](https://pan.lanpw.com/b073l8d1e)** / **[Firefox](https://addons.mozilla.org/firefox/addon/tampermonkey/)** / **[Edge](https://microsoftedge.microsoft.com/addons/detail/tampermonkey/iikmkjmpaadaobahmlepeloendndfphd?hl=zh-CN))。**
- 点击表格 **\[安装\]** 直接弹出脚本管理器安装界面。
- 如果 Github 访问速度太慢,可以选择点击 GreasyFork **\[安装\]** 后弹出扩展提示,再去点击 **\[安装\]** 即可。
+- [查看详细教程](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/README.md)
> [!IMPORTANT]
>
@@ -1259,7 +1261,7 @@
> - _请确保使用 **Tampermonkey 正式版** 扩展,其他的用户脚本管理器可能导致**无法正常使用**脚本。_
> - _如果要重装脚本,请记得在 Tampermonkey 扩展的**回收站中彻底删除**脚本后再去重新安装脚本。_
-> _**不会离线安装 .crx 扩展?[Chrome、Edge 重新开启隐藏的 [拖入安装 .crx 扩展] 功能!](https://zhuanlan.zhihu.com/p/276027099)**_---
+> _**不会离线安装 .crx 扩展?[Chrome、Edge 重新开启隐藏的 [拖入安装 .crx 扩展] 功能!](https://zhuanlan.zhihu.com/p/276027099)**_
---
diff --git a/docs/README_en.md b/docs/README_en.md
index dba16e780..0d23da585 100644
--- a/docs/README_en.md
+++ b/docs/README_en.md
@@ -19,7 +19,7 @@
GitHubView the script for the orderly
GreasyForkView the script for the orderly
-
+
@@ -68,7 +68,7 @@
detailed
-
let ChatGPT Code font size becomes smaller
+ let ChatGPT The font size in the code box becomes smaller
-
@@ -96,7 +96,7 @@
detailed
exist chatgpt.com Add an animation in the lower right corner of the upper code block“Copy code”button
+ exist chatgpt.com Add an animation with animation in the lower right corner of the upper code block“Copy code”button
@@ -138,7 +138,7 @@
2024-09-01 09:51:01
- 2024-10-07 01:24:32
+ 2024-10-08 11:35:54
1.3.1.14
2024-09-01 09:45:50
@@ -166,7 +166,7 @@
2024-08-24 11:33:58
- 2024-10-03 19:12:35
+ 2024-10-08 11:35:01
0.3.0.0
2024-08-24 11:09:34
@@ -462,7 +462,7 @@
detailed
- This script will GitHub The submission information on HTML view,to see submission details more clearly。It will automatically submit the information list、The commit header and latest commit information are converted to HTML Format,Provide better visual effects and user experience。
+ This script will GitHub The submission information on is converted into HTML view,to see submission details more clearly。It will automatically submit the information list、The commit header and latest commit information are converted to HTML Format,Provide better visual effects and user experience。
-
@@ -490,7 +490,7 @@
detailed
GitHub File List Beautifier is a user script,used to enhance GitHub Display effect of files in warehouse。It can add color to files and folders,and replace the file type icons with small images,Makes the code base easier to browse and manage。
+ GitHub File List Beautifier is a user script,used to enhance GitHub Display effect of files in warehouse。It can add colors to files and folders,and replace the file type icons with small images,Makes the code base easier to browse and manage。
-
@@ -546,7 +546,7 @@
detailed
existGitHubThe authorization page automatically enters the authorization code and automatically confirms it.。
+ existGitHubThe authorization page automatically enters the authorization code and confirms it automatically.。
@@ -870,7 +870,7 @@
2024-08-26 02:12:29
- 2024-10-03 19:12:40
+ 2024-10-08 14:41:29
2.0.5
2024-08-06 00:32:53
@@ -989,14 +989,14 @@
@@ -152,7 +152,7 @@
詳しい
-
-
- Greasyfork Notification Assistant
+ Greasyfork Notification assistant
GitHub
detailed
When there’s a new reply to your script or to a discussion you’re participating in,The script will display the latest discussion content in a modal window on the web page。
+ When there is a new reply to your script or to a discussion you are participating in,The script will display the latest discussion content in a modal window on the web page。
-
@@ -1257,7 +1257,7 @@ To use any script,First you need to install the browser **Tampermonkey Script
>
> - _Others based on **Chromium** Kernel browser(Such as domestic cover browser)Generally can be used Chrome Expand。_
> - _Please make sure to use **Tampermonkey Official version** Expand,其他的用户Script管理器可能导致**Not working properly**脚本。_
-> - _If you want to reinstall the script,Please remember to Tampermonkey extended**Completely delete from recycle bin**Script and then reinstall the script。_
+> - _If you want to reinstall the script,Please remember to Tampermonkey extended**Completely delete from recycle bin**After the script, go and reinstall the script.。_
> _**No offline installation .crx Expand?[Chrome、Edge Reopen hidden [Drag and drop installation .crx Expand] Function!](https://zhuanlan.zhihu.com/p/276027099)**_---
diff --git a/docs/README_ja.md b/docs/README_ja.md
index fef3f960c..f6b25018c 100644
--- a/docs/README_ja.md
+++ b/docs/README_ja.md
@@ -19,7 +19,7 @@
GitHub秩序ある人々のスクリプトを見る
GreasyFork秩序ある人々のスクリプトを見る
-
+
@@ -68,7 +68,7 @@
詳しい
させて ChatGPT コードのフォントサイズが小さくなる
+ させて ChatGPT コードボックスのフォントサイズが小さくなります
-
@@ -96,7 +96,7 @@
詳しい
存在する chatgpt.com 上部のコード ブロックの右下隅にアニメーションを追加します。“コードをコピーする”ボタン
+ 存在する chatgpt.com 上部のコードブロックの右下隅にアニメーションを追加します。“コードをコピーする”ボタン
@@ -138,7 +138,7 @@
2024-09-01 09:51:01
- 2024-10-07 01:24:32
+ 2024-10-08 11:35:54
1.3.1.14
2024-09-01 09:45:50
自分が送信した長いメッセージを自動的に折りたたむ,画面スペースを節約する。チャットウィンドウの最大幅を設定できます。,長いメッセージが指定された範囲を超えないようにする。
+ 自分が送信した長いメッセージを自動的に折りたたむ,画面スペースを節約する。チャットウィンドウの最大幅を設定できます。,長いメッセージが指定範囲を超えないようにする。
@@ -166,7 +166,7 @@
2024-08-24 11:33:58
- 2024-10-03 19:12:35
+ 2024-10-08 11:35:01
0.3.0.0
2024-08-24 11:09:34
@@ -462,7 +462,7 @@
詳しい
- このスクリプトは、 GitHub 投稿情報は、 HTML ビュー,提出物の詳細をより明確に確認するには。情報リストを自動的に送信します、コミットヘッダーと最新のコミット情報が変換されます。 HTML 形式,より良い視覚効果とユーザーエクスペリエンスを提供する。
+ このスクリプトは、 GitHub の投稿情報が変換されます。 HTML ビュー,提出物の詳細をより明確に確認するには。情報リストを自動的に送信します、コミットヘッダーと最新のコミット情報が変換されます。 HTML 形式,より良い視覚効果とユーザーエクスペリエンスを提供する。
-
@@ -729,7 +729,7 @@
詳しい
検索エンジンの結果から特定のサイトをブロックする,ユーザーが不要な検索結果を除外できるように支援する。 カスタム入力ブロック サイト。形式-zhihu -baidu Google 検索コンテンツをブロックするために使用されます
+ 検索エンジンの結果から特定のサイトをブロックする,ユーザーが不要な検索結果を除外できるようにする。 カスタム入力ブロック サイト。形式-zhihu -baidu Google 検索コンテンツをブロックするために使用されます
@@ -870,7 +870,7 @@
2024-08-26 02:12:29
- 2024-10-03 19:12:40
+ 2024-10-08 14:41:29
2.0.5
2024-08-06 00:32:53
@@ -968,7 +968,7 @@
詳しい
- 強化するgreasyfork,コードをコピーする,スクリプトのダウンロード,秒単位の正確な時間,ホームページのクリーンアップ,ワンクリックレポートについて話し合う,スクリプトリストジャンプコード追加ダウンロード コードの表示とコード参照ファイルの表示を美しくする,スクリプトアイコンを表示,アダルト スクリプトやその他の操作にジャンプします
+ 強化するgreasyfork,コードをコピーする,スクリプトのダウンロード,秒までの正確な時間,ホームページのクリーンアップ,ワンクリックレポートについて話し合う,スクリプトリストジャンプコード追加ダウンロード コードの表示とコード参照ファイルの表示を美しくする,スクリプトアイコンを表示,アダルト スクリプトやその他の操作にジャンプします
-
@@ -996,7 +996,7 @@
詳しい
スクリプトまたは参加しているディスカッションに対して新しい返信があったとき,スクリプトは、Web ページ上のモーダル ウィンドウに最新のディスカッション コンテンツを表示します。。
+ あなたのスクリプトまたはあなたが参加しているディスカッションに対して新しい返信があったとき,スクリプトは、Web ページ上のモーダル ウィンドウに最新のディスカッション コンテンツを表示します。。
-
@@ -1257,9 +1257,9 @@
>
> - _その他に基づく **Chromium** カーネルブラウザ(国内カバーブラウザなど)一般的に使用できます Chrome 拡大する。_
> - _ぜひご利用ください **Tampermonkey 正式版** 拡大する,他のユーザー スクリプト マネージャーでは、次のような問題が発生する可能性があります。**正しく動作しない**脚本。_
-> - _スクリプトを再インストールしたい場合,覚えておいてください Tampermonkey 延長された**ごみ箱から完全に削除する**スクリプトを作成し、スクリプトを再インストールします。_
+> - _スクリプトを再インストールしたい場合,覚えておいてください Tampermonkey 延長された**ごみ箱から完全に削除する**スクリプトの作成後、スクリプトを再インストールします。。_
-> _**オフラインインストールなし .crx 拡大する?[Chrome、Edge 非表示を再度開く [ドラッグアンドドロップでインストール .crx 拡大する] 関数!](https://zhuanlan.zhihu.com/p/276027099)**_---
+> _**オフラインインストールなし .crx 拡大する?[Chrome、Edge 非表示のまま再度開く [ドラッグアンドドロップでインストール .crx 拡大する] 関数!](https://zhuanlan.zhihu.com/p/276027099)**_---
---
diff --git a/docs/README_ko.md b/docs/README_ko.md
index 9ccfe7057..055f2901c 100644
--- a/docs/README_ko.md
+++ b/docs/README_ko.md
@@ -19,7 +19,7 @@
GitHub질서정연한 스크립트 보기
GreasyFork질서정연한 스크립트 보기
-
+
@@ -68,7 +68,7 @@
상세한
허락하다 ChatGPT 코드 글꼴 크기가 작아집니다.
+ 허락하다 ChatGPT 코드 상자의 글꼴 크기가 작아집니다.
-
@@ -96,7 +96,7 @@
상세한
존재하다 chatgpt.com 상단 코드 블록의 오른쪽 하단에 애니메이션을 추가합니다.“코드 복사”단추
+ 존재하다 chatgpt.com 상단 코드 블록의 오른쪽 하단에 애니메이션이 포함된 애니메이션을 추가합니다.“코드 복사”단추
-
@@ -124,7 +124,7 @@
상세한
添加一캐릭터计数器到输入框,제한됨 32732 캐릭터。(ChatGPT 한도는 32732 个字符。)
+ 添加一문자计数器到输入框,로 제한됨 32732 문자。(ChatGPT 한도는 32732 个字符。)
@@ -138,7 +138,7 @@
2024-09-01 09:51:01
- 2024-10-07 01:24:32
+ 2024-10-08 11:35:54
1.3.1.14
2024-09-01 09:45:50
@@ -152,7 +152,7 @@
상세한
- 내가 보낸 긴 메시지를 자동으로 접습니다.,화면 공간 절약。채팅 창의 최대 너비를 설정할 수 있습니다.,긴 메시지가 지정된 범위를 초과하지 않도록 유지。
+ 귀하가 보낸 긴 메시지를 자동으로 접습니다.,화면 공간 절약。채팅 창의 최대 너비를 설정할 수 있습니다.,긴 메시지가 지정된 범위를 초과하지 않도록 유지。
@@ -166,7 +166,7 @@
2024-08-24 11:33:58
- 2024-10-03 19:12:35
+ 2024-10-08 11:35:01
0.3.0.0
2024-08-24 11:09:34
@@ -462,7 +462,7 @@
상세한
- 이 스크립트는 GitHub 제출정보는 HTML 보다,제출 세부정보를 더 명확하게 보려면。정보 목록이 자동으로 제출됩니다.、커밋 헤더와 최신 커밋 정보는 다음과 같이 변환됩니다. HTML 체재,더 나은 시각 효과와 사용자 경험 제공。
+ 이 스크립트는 GitHub 의 제출 정보가 다음으로 변환됩니다. HTML 보다,제출 세부정보를 더 명확하게 보려면。정보 목록이 자동으로 제출됩니다.、커밋 헤더와 최신 커밋 정보는 다음과 같이 변환됩니다. HTML 체재,더 나은 시각 효과와 사용자 경험 제공。
@@ -494,7 +494,7 @@
-
설치
+
설치하다
@@ -828,7 +828,7 @@
상세한
- 이 스크립트를 사용하면 스크립트 동기화 정보를 빠르게 입력할 수 있습니다.,여러 국가의 언어 코드를 일괄 추가하세요.,선택 상자를 하나씩 클릭하여 해당 URL로 이동하는 대신。
+ 이 스크립트를 사용하면 스크립트 동기화 정보를 빠르게 입력할 수 있습니다.,여러 국가의 언어 코드를 일괄 추가합니다.,선택 상자를 하나씩 클릭하여 해당 URL로 이동하는 대신。
@@ -870,7 +870,7 @@
2024-08-26 02:12:29
- 2024-10-03 19:12:40
+ 2024-10-08 14:41:29
2.0.5
2024-08-06 00:32:53
@@ -1222,7 +1222,7 @@
상세한
- 중국어가 아닌 웹페이지의 오른쪽 하단에 표시(왼쪽 하단으로 조정 가능)추가하다 google 번역 아이콘,이 버전은 중국어 번역 버전입니다.,외국어만 중국어로 번역하세요,자동 번역 추가
+ 중국어가 아닌 웹페이지의 오른쪽 하단 모서리를 제공합니다.(왼쪽 하단으로 조정 가능)추가하다 google 번역 아이콘,이 버전은 중국어 번역 버전입니다.,외국어만 중국어로 번역하세요,자동 번역 추가
-
@@ -1251,13 +1251,13 @@
스크립트를 사용하려면,먼저 브라우저를 설치해야 합니다 **Tampermonkey 스크립트 관리자 확장([Chrome](https://pan.lanpw.com/b073l8d1e)** / **[Firefox](https://addons.mozilla.org/firefox/addon/tampermonkey/)** / **[Edge](https://microsoftedge.microsoft.com/addons/detail/tampermonkey/iikmkjmpaadaobahmlepeloendndfphd?hl=zh-CN))。**
- 양식을 클릭하세요 **\[설치하다\]** 스크립트 관리자 설치 인터페이스를 직접 팝업。
-- 만약에 Github 접속 속도가 너무 느림,클릭하여 선택할 수 있습니다. GreasyFork **\[설치하다\]** 다음 후에 확장 프롬프트가 나타납니다.,다시 클릭하세요 **\[설치하다\]** 그게 다야。
+- 만약에 Github 액세스 속도가 너무 느립니다.,클릭하여 선택할 수 있습니다. GreasyFork **\[설치하다\]** 다음 후에 확장 프롬프트가 나타납니다.,다시 클릭하세요 **\[설치하다\]** 그게 다야。
> [!IMPORTANT]
>
> - _기타 기반 **Chromium** 커널 브라우저(국내 커버 브라우저와 같은)일반적으로 사용할 수 있습니다 Chrome 확장하다。_
> - _꼭 이용해주세요 **Tampermonkey 공식 버전** 확장하다,其他的用户각본管理器可能导致**제대로 작동하지 않음**脚本。_
-> - _스크립트를 다시 설치하고 싶다면,꼭 기억해주세요 Tampermonkey 펼친**휴지통에서 완전히 삭제**스크립트를 작성한 다음 스크립트를 다시 설치하십시오.。_
+> - _스크립트를 다시 설치하고 싶다면,꼭 기억해주세요 Tampermonkey 펼친**휴지통에서 완전히 삭제**스크립트가 끝나면 스크립트를 다시 설치하십시오.。_
> _**오프라인 설치 없음 .crx 확장하다?[Chrome、Edge 숨겨진 다시 열기 [드래그 앤 드롭 설치 .crx 확장하다] 기능!](https://zhuanlan.zhihu.com/p/276027099)**_---
@@ -1287,10 +1287,10 @@
> [!TIP]
> - [#12](https://github.com/ChinaGodMan/UserScripts/issues/12) :trollface:
:+1:
> - *이 저장소의 자동 번역 및 Action Yankee에게 특별히 감사드립니다.[Adam Lui 리우잔펑](https://github.com/adamlui)훌륭한 아이디어와 코드!* :trollface:
-> - *이 창고의 이름 스타일은 양키스에서 영감을 받았습니다.[Adam Lui 리우잔펑](https://github.com/adamlui)고무하다* :trollface:
+> - *이 창고의 명명 스타일은 양키스에서 영감을 받았습니다.[Adam Lui 리우잔펑](https://github.com/adamlui)고무하다* :trollface:
> - *이 저장소의 추가 정보 파일은 다음에서 제공됩니다.[Adam Lui 리우잔펑](https://github.com/adamlui)자기보고 스타일* :trollface:
> - *스크립트 내의 상호 리디렉션 점프는 다음에서 비롯됩니다.[Adam Lui 리우잔펑](https://github.com/adamlui)자기보고 스타일* :trollface:
-> - *이 창고에 있는 모든 것`README.md`이 Yankee 저장소에서 복사되어 사용되는 파일`README.md`문서 레이아웃,구분 기호,암호,아이디어* :trollface:
+> - *이 창고의 모든 것`README.md`이 Yankee 저장소에서 복사되어 사용되는 파일`README.md`문서 레이아웃,구분 기호,암호,아이디어* :trollface:
> - *복사된 양키[Adam Lui 리우잔펑](https://github.com/adamlui) Action 내부 코드* [sync-autoclear-chatgpt-history-changes.yml](https://github.com/adamlui/chatgpt-apps/blob/main/.github/workflows/sync-autoclear-chatgpt-history-changes.yml) :trollface:
> - *복사됨 양키[Adam Lui 리우잔펑](https://github.com/adamlui)Action 내부 코드* [sync-autoclear-chatgpt-history-changes.yml](https://github.com/adamlui/chatgpt-apps/blob/main/.github/workflows/sync-autoclear-chatgpt-history-changes.yml) :trollface:
> - *복사된 양키[Adam Lui 리우잔펑](https://github.com/adamlui)* [chatgpt-auto-continue/docs/README.md](https://github.com/adamlui/ai-apps/blob/main/chatgpt-auto-continue/docs/README.md)구분 기호,조판 스타일 :trollface:
diff --git a/docs/README_vi.md b/docs/README_vi.md
index 0c10b7724..fe68cd8f1 100644
--- a/docs/README_vi.md
+++ b/docs/README_vi.md
@@ -19,7 +19,7 @@
GitHubXem kịch bản theo thứ tự
GreasyForkXem kịch bản theo thứ tự
-
+
@@ -68,7 +68,7 @@
chi tiết
cho phép ChatGPT Kích thước phông chữ mã trở nên nhỏ hơn
+ cho phép ChatGPT Cỡ chữ trong hộp mã trở nên nhỏ hơn
-
@@ -96,7 +96,7 @@
chi tiết
hiện hữu chatgpt.com Thêm hình động ở góc dưới bên phải của khối mã phía trên“Sao chép mã”cái nút
+ hiện hữu chatgpt.com Thêm hình động có hình động ở góc dưới bên phải của khối mã phía trên“Sao chép mã”cái nút
@@ -138,7 +138,7 @@
2024-09-01 09:51:01
- 2024-10-07 01:24:32
+ 2024-10-08 11:35:54
1.3.1.14
2024-09-01 09:45:50
@@ -166,7 +166,7 @@
2024-08-24 11:33:58
- 2024-10-03 19:12:35
+ 2024-10-08 11:35:01
0.3.0.0
2024-08-24 11:09:34
@@ -462,7 +462,7 @@
chi tiết
- Kịch bản này sẽ GitHub Thông tin nộp hồ sơ trên HTML xem,để xem chi tiết gửi rõ ràng hơn。Nó sẽ tự động gửi danh sách thông tin、Tiêu đề cam kết và thông tin cam kết mới nhất được chuyển đổi thành HTML Định dạng,Cung cấp hiệu ứng hình ảnh và trải nghiệm người dùng tốt hơn。
+ Kịch bản này sẽ GitHub Thông tin nộp bài trên được chuyển đổi thành HTML xem,để xem chi tiết gửi rõ ràng hơn。Nó sẽ tự động gửi danh sách thông tin、Tiêu đề cam kết và thông tin cam kết mới nhất được chuyển đổi thành HTML Định dạng,Cung cấp hiệu ứng hình ảnh và trải nghiệm người dùng tốt hơn。
-
@@ -490,7 +490,7 @@
chi tiết
GitHub File List Beautifier là một tập lệnh người dùng,được sử dụng để tăng cường GitHub Hiển thị tác dụng của file trong kho。Nó có thể thêm màu vào tập tin và thư mục,và thay thế các biểu tượng loại tệp bằng hình ảnh nhỏ,Làm cho cơ sở mã dễ dàng duyệt và quản lý hơn。
+ GitHub File List Beautifier là một tập lệnh người dùng,được sử dụng để tăng cường GitHub Hiển thị tác dụng của file trong kho。Nó có thể thêm màu sắc vào tập tin và thư mục,và thay thế các biểu tượng loại tệp bằng hình ảnh nhỏ,Làm cho cơ sở mã dễ dàng duyệt và quản lý hơn。
-
@@ -546,7 +546,7 @@
chi tiết
hiện hữuGitHubTrang ủy quyền tự động nhập mã ủy quyền và tự động xác nhận.。
+ hiện hữuGitHubTrang ủy quyền sẽ tự động nhập mã ủy quyền và tự động xác nhận.。
-
@@ -772,7 +772,7 @@
chi tiết
Trang chi tiết tập lệnh được thêm vào. Nó phù hợp để thêm các liên kết.,Sao chép trang web,tìm kiếm lốp xe
+ Trang chi tiết script đã được thêm vào. Nó phù hợp để thêm các liên kết.,Sao chép trang web,tìm kiếm lốp xe
@@ -870,7 +870,7 @@
2024-08-26 02:12:29
- 2024-10-03 19:12:40
+ 2024-10-08 14:41:29
2.0.5
2024-08-06 00:32:53
@@ -961,7 +961,7 @@
@@ -166,7 +166,7 @@
-
- GreasyforkThợ keo
+ GreasyforkThợ làm keo
GitHub
@@ -996,7 +996,7 @@
chi tiết
Khi có câu trả lời mới cho tập lệnh của bạn hoặc cho cuộc thảo luận mà bạn đang tham gia,Kịch bản sẽ hiển thị nội dung thảo luận mới nhất trong một cửa sổ phương thức trên trang web。
+ Khi có phản hồi mới cho kịch bản của bạn hoặc cho cuộc thảo luận mà bạn đang tham gia,Kịch bản sẽ hiển thị nội dung thảo luận mới nhất trong một cửa sổ phương thức trên trang web。
-
@@ -1194,7 +1194,7 @@
chi tiết
Nhận biết các ký tự không phải tiếng Trung,Nếu chiều dài lớn hơn 5 Và văn bản dịch không chứa tiếng Trung Quốc,sau đó thay thế bằng tiếng Trung,Cần có thể truy cập đượcgooglemạng
+ Nhận biết các ký tự không phải tiếng Trung,Nếu chiều dài lớn hơn 5 Và văn bản dịch không chứa tiếng Trung Quốc,sau đó thay thế bằng tiếng Trung,Cần phải có thể truy cập đượcgooglemạng
-
@@ -1257,7 +1257,7 @@
>
> - _Những người khác dựa trên **Chromium** Trình duyệt hạt nhân(Chẳng hạn như trình duyệt bìa trong nước)Nói chung có thể được sử dụng Chrome Mở rộng。_
> - _Hãy đảm bảo sử dụng **Tampermonkey Phiên bản chính thức** Mở rộng,其他的用户Kịch bản管理器可能导致**Không hoạt động đúng cách**脚本。_
-> - _Nếu bạn muốn cài đặt lại tập lệnh,Xin hãy nhớ Tampermonkey mở rộng**Xóa hoàn toàn khỏi thùng rác**Tập lệnh và sau đó cài đặt lại tập lệnh。_
+> - _Nếu bạn muốn cài đặt lại tập lệnh,Xin hãy nhớ Tampermonkey mở rộng**Xóa hoàn toàn khỏi thùng rác**Sau tập lệnh, hãy đi và cài đặt lại tập lệnh.。_
> _**Không cài đặt ngoại tuyến .crx Mở rộng?[Chrome、Edge Mở lại ẩn [Cài đặt kéo và thả .crx Mở rộng] Chức năng!](https://zhuanlan.zhihu.com/p/276027099)**_---
diff --git a/docs/README_zh-TW.md b/docs/README_zh-TW.md
index 3122d9374..44799a298 100644
--- a/docs/README_zh-TW.md
+++ b/docs/README_zh-TW.md
@@ -68,7 +68,7 @@
詳細
讓 ChatGPT 程式碼字體變小
+ 讓 ChatGPT 程式碼框內字體變小
@@ -138,7 +138,7 @@
2024-09-01 09:51:01
- 2024-10-07 01:24:32
+ 2024-10-08 11:35:54
1.3.1.14
2024-09-01 09:45:50
2024-08-24 11:33:58
- 2024-10-03 19:12:35
+ 2024-10-08 11:35:01
0.3.0.0
2024-08-24 11:09:34
@@ -483,7 +483,7 @@
diff --git a/docs/ScriptsPath.json b/docs/ScriptsPath.json
index 348e22704..c5ee3ff76 100644
--- a/docs/ScriptsPath.json
+++ b/docs/ScriptsPath.json
@@ -3,7 +3,7 @@
{
"isUpdated": true,
"name": "ChatGPT代码字体缩小",
- "description": "让 ChatGPT 代码字体变小",
+ "description": "让 ChatGPT 代码框内字体变小",
"relatedscripts": "ChatGPT相关脚本",
"path": "chatgpt-code-styling.user.js",
"backuppath": "Script details/chatgpt-code-styling",
@@ -36,7 +36,7 @@
"version": "1.3.1.14",
"GreasyFork": "506166",
"created_at": "2024-09-01 09:51:01",
- "code_updated_at": "2024-10-07 01:24:32",
+ "code_updated_at": "2024-10-08 11:35:54",
"local_created_at": "2024-09-01 09:45:50"
},
{
@@ -49,7 +49,7 @@
"version": "0.3.0.0",
"GreasyFork": "504901",
"created_at": "2024-08-24 11:33:58",
- "code_updated_at": "2024-10-03 19:12:35",
+ "code_updated_at": "2024-10-08 11:35:01",
"local_created_at": "2024-08-24 11:09:34"
},
{
@@ -179,7 +179,7 @@
"version": "0.1.3.7",
"GreasyFork": "502291",
"created_at": "2024-08-01 03:43:19",
- "code_updated_at": "2024-10-08 05:13:52",
+ "code_updated_at": "2024-10-11 12:36:03",
"local_created_at": "2024-08-01 00:53:59"
},
{
@@ -270,7 +270,7 @@
"version": "2.0.5",
"GreasyFork": "505164",
"created_at": "2024-08-26 02:12:29",
- "code_updated_at": "2024-10-03 19:12:40",
+ "code_updated_at": "2024-10-08 14:41:29",
"local_created_at": "2024-08-06 00:32:53"
},
{
diff --git a/docs/icon/Scripts Icons/1.png b/docs/icon/Scripts Icons/1.png
deleted file mode 100644
index 3dc6b665f..000000000
Binary files a/docs/icon/Scripts Icons/1.png and /dev/null differ
diff --git a/docs/icon/Scripts Icons/Clipboard.png b/docs/icon/Scripts Icons/Clipboard.png
deleted file mode 100644
index ef0fa7df0..000000000
Binary files a/docs/icon/Scripts Icons/Clipboard.png and /dev/null differ
diff --git a/docs/icon/Scripts Icons/Finder.jpg b/docs/icon/Scripts Icons/Finder.jpg
deleted file mode 100644
index 4d80c520e..000000000
Binary files a/docs/icon/Scripts Icons/Finder.jpg and /dev/null differ
diff --git a/docs/icon/Scripts Icons/Google-advance-search.png b/docs/icon/Scripts Icons/Google-advance-search.png
deleted file mode 100644
index 582eec5ec..000000000
Binary files a/docs/icon/Scripts Icons/Google-advance-search.png and /dev/null differ
diff --git a/docs/icon/Scripts Icons/RedFork.svg b/docs/icon/Scripts Icons/RedFork.svg
deleted file mode 100644
index c175e7391..000000000
--- a/docs/icon/Scripts Icons/RedFork.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/docs/icon/Scripts Icons/default.png b/docs/icon/Scripts Icons/default.png
deleted file mode 100644
index 4b0031b7b..000000000
Binary files a/docs/icon/Scripts Icons/default.png and /dev/null differ
diff --git a/docs/icon/Scripts Icons/icons8-POPUPWINDOW-48.png b/docs/icon/Scripts Icons/icons8-POPUPWINDOW-48.png
deleted file mode 100644
index 14ad84e10..000000000
Binary files a/docs/icon/Scripts Icons/icons8-POPUPWINDOW-48.png and /dev/null differ
diff --git a/docs/icon/Scripts Icons/icons8-Underlines-96.png b/docs/icon/Scripts Icons/icons8-Underlines-96.png
deleted file mode 100644
index 893957752..000000000
Binary files a/docs/icon/Scripts Icons/icons8-Underlines-96.png and /dev/null differ
diff --git a/docs/icon/Scripts Icons/icons8-google-96.png b/docs/icon/Scripts Icons/icons8-google-96.png
deleted file mode 100644
index 7c1df1f29..000000000
Binary files a/docs/icon/Scripts Icons/icons8-google-96.png and /dev/null differ
diff --git a/docs/icon/Scripts Icons/icons8-mark-96.png b/docs/icon/Scripts Icons/icons8-mark-96.png
deleted file mode 100644
index ae764403a..000000000
Binary files a/docs/icon/Scripts Icons/icons8-mark-96.png and /dev/null differ
diff --git a/docs/icon/Scripts Icons/icons8-up-96.png b/docs/icon/Scripts Icons/icons8-up-96.png
deleted file mode 100644
index f750204b9..000000000
Binary files a/docs/icon/Scripts Icons/icons8-up-96.png and /dev/null differ
diff --git a/github-repo-size-view.user.js b/github-repo-size-view.user.js
index 75fc33a37..0e1ea256b 100644
--- a/github-repo-size-view.user.js
+++ b/github-repo-size-view.user.js
@@ -978,9 +978,7 @@ function insertActiveForks(owner, repo, usePageHeadActions) {
}
function insertDelBtn(owner, repo, usePageHeadActions, cusClass = 'dialog-show-repo-delete-home', element) {
- const svgStr = ``
+ const svgStr = `
-
- GitHub 文件清單美化器
+ GitHub 文件列表美化器
GitHub
@@ -800,7 +800,7 @@
詳細
使用Chart.js獲取和可視化獲取用戶腳本數據,並在使用者個人主頁產生圖表在下方顯示詳細安裝狀況
+ 使用Chart.js獲取和可視化獲取用戶腳本數據,並在使用者個人主頁產生圖表在下方顯示詳細安裝情況
@@ -870,7 +870,7 @@
2024-08-26 02:12:29
- 2024-10-03 19:12:40
+ 2024-10-08 14:41:29
2.0.5
2024-08-06 00:32:53
更新记录
"+md_to_html(readme_path)+"
'
- img_tag = f'
'
- #img_tag = f'
'
- # ?t=1861894861
-
- # 准备要添加或替换的 HTML 代码
- html_content = f"""
-
\n\n### 查看所有发布脚本 \n\n'+descriptions+f'\n
\n\n> ### 🔍你可能在找 {category}')
+ for script in scripts:
+ link = f"[**{script['name']}**]({script['link']})"
+ descriptions.append(f"> - {link}: {script['description']}")
+ return "\n".join(descriptions) + "\n\n"
+
+def main():
+ json_path = 'docs/ScriptsPath.json'
+ # 读取并解析JSON
+ data = read_json(json_path)
+ scripts = data.get('scripts', [])
+ descriptions = generate_description(scripts)
+ backuppath = scripts[0].get('backuppath', '')
+ cnfile_path = os.path.join(backuppath, "README.md")
+ start_tag = ""
+ end_tag = ""
+ new_content = f'\n
\n\n### 查看所有发布脚本 \n\n'+descriptions+f'\n
+
+### 查看所有发布脚本
\ No newline at end of file
diff --git a/pythonscr/update-help/main.py b/pythonscr/update-help/main.py
index e3ec76528..92ddca6fb 100644
--- a/pythonscr/update-help/main.py
+++ b/pythonscr/update-help/main.py
@@ -1,23 +1,40 @@
import os
import sys
+import json
sys.dont_write_bytecode = True
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
from writer import process_markdown
+from writer import process_file
+from content_snippet import get_file_description
script_dir = os.path.dirname(os.path.abspath(__file__))
NEW_CONTENT_PATH = os.path.join(script_dir, 'HELP.md')
+def read_json(file_path):
+ with open(file_path, 'r', encoding='utf-8') as file:
+ return json.load(file)
def get_new_content():
with open(NEW_CONTENT_PATH, 'r', encoding='utf-8') as file:
return file.read()
def main():
+ json_path = 'docs/ScriptsPath.json'
+ data = read_json(json_path)
+ scripts = data.get('scripts', [])
+ start_tag = ""
+ end_tag = ""
new_content = get_new_content()
- for root, dirs, files in os.walk('./Script details/'):
- for file_name in files:
- if file_name.lower().endswith('.md'):
- file_path = os.path.join(root, file_name)
- if "Change history" in file_path:
- continue
- start_tag = ""
- end_tag = ""
- process_markdown(new_content,file_path,start_tag,end_tag, 'tail' ,False,NEW_CONTENT_PATH)
+ for script in scripts:
+ backuppath = script.get('backuppath', '')
+ cnfile_path = os.path.join(backuppath, "README.md")
+ olddescriptions = get_file_description(cnfile_path, start_tag, end_tag)
+ if "\n"+olddescriptions== new_content:#换行符添加上,就这样了能用就行
+ #print(f"----[{script.get('name', '')}]\033[91m 内容无变化,当前脚本目录MD文件不会执行替换。\033[0m")
+ continue
+ else:
+ print(f"----\033[94m[{script.get('name', '')}]\033[0m\033[92m 内容变化,执行替换\033[0m")
+ if backuppath and os.path.isdir(backuppath):
+ for file in os.listdir(backuppath):
+ if file.endswith('.md'):
+ file_path = os.path.join(backuppath, file)
+ # process_markdown(descriptions,file_path,start_tag,end_tag, 'tail' ,False,'docs/ScriptsPath.json')
+ process_file(file_path, new_content, start_tag, end_tag, "head")
if __name__ == '__main__':
main()
diff --git a/pythonscr/update-shields/111 b/pythonscr/update-shields/111
deleted file mode 100644
index 9e6faa5ca..000000000
--- a/pythonscr/update-shields/111
+++ /dev/null
@@ -1,58 +0,0 @@
-'
- files = []
- with os.scandir(dir_path) as entries:
- for entry in entries:
- if entry.is_dir() and entry.name != '.git':
- if not matches_ignore_patterns(entry.name, ignore_patterns):
- subtree_html = generate_tree(entry.path, os.path.join(relative_path, entry.name), level + 1, search_query, ignore_patterns)
- if subtree_html:
- html += f'''
-
'
- return html
-
-def generate_html_tree(directory, html_file):
- ignore_patterns = read_gitignore(directory)
-
- tree_html = '''
-
-
- {escape(entry.name)}
- {subtree_html}
-
-
- ''')
-
- if files:
- html += '{escape(entry.name)}
-
-
- 路径: {escape(file_relative_path)}
- '
- html += '
'
- html += ''.join(files)
- html += '文件名 复制链接 打开链接 绝对路径