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 代码字体变小 」

+

「 让 ChatGPT 代码框内字体变小 」

Views

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 @@

更多用户脚本 / 回到顶部↑

- - - + - +### 查看所有发布脚本 + -### 查看所有发布脚本 + -> ### 🔍你可能在找 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 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译 -
回到顶部↑
- - - + diff --git a/Script details/chatgpt-copy-code-button/README.md b/Script details/chatgpt-copy-code-button/README.md index da6d83c68..36534d068 100644 --- a/Script details/chatgpt-copy-code-button/README.md +++ b/Script details/chatgpt-copy-code-button/README.md @@ -101,7 +101,7 @@ > ### 🔍你可能在找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 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译 -
回到顶部↑
- - - + diff --git a/Script details/chatgpt-copy-code-button/README_en.md b/Script details/chatgpt-copy-code-button/README_en.md index 1f7467254..9a4e6a66a 100644 --- a/Script details/chatgpt-copy-code-button/README_en.md +++ b/Script details/chatgpt-copy-code-button/README_en.md @@ -1,7 +1,7 @@
UserScripts -
GitHubView the script for the orderlyGithub:@ChinaGodMan
GreasyForkView the script for the orderly
View the script of the orderly on the current page
+
GitHubView the script for the orderlyGithub:@ChinaGodMan
GreasyForkView the script for the orderly
Current page View the People’s Orderly Script
GreasyFork Total Installs Total Daily Installs @@ -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!**

More user scripts / back to top↑

- - - + - +### 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 + + + -
+> ### 🔍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 - + diff --git a/Script details/chatgpt-counter/README.md b/Script details/chatgpt-counter/README.md index 6fe59a456..bea1cc930 100644 --- a/Script details/chatgpt-counter/README.md +++ b/Script details/chatgpt-counter/README.md @@ -61,7 +61,7 @@ ChatGPT Character Counter Limit (CCCL) 是一个用户脚本,旨在为 ChatGPT > ### 🔍你可能在找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 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译 -
- - - + diff --git a/Script details/chatgpt-counter/README_en.md b/Script details/chatgpt-counter/README_en.md index bd9bc13af..c1b4173e0 100644 --- a/Script details/chatgpt-counter/README_en.md +++ b/Script details/chatgpt-counter/README_en.md @@ -26,7 +26,7 @@

ChatGPT character counter

-

「 添加一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。) 」

Views

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↑

- - - + - +### 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 + + + -
+> ### 🔍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 - + diff --git a/Script details/chatgpt-counter/chatgpt-counter.user.js b/Script details/chatgpt-counter/chatgpt-counter.user.js index 59bef9af1..294a9d819 100644 --- a/Script details/chatgpt-counter/chatgpt-counter.user.js +++ b/Script details/chatgpt-counter/chatgpt-counter.user.js @@ -2,7 +2,7 @@ // @name ChatGPT Character Counter Limit (CCCL) // @description Adds a character counter to the input field with a limit of 32732 characters. (ChatGPT has a limit of 32732 characters.) // @name:zh-CN ChatGPT 字符计数器限制 -// @description:zh-CN 添加一个字符计数器到输入框,限制为 32732 个字符。(ChatGPT 的限制是 32732 个字符。) +// @description:zh-CN 添加一个字符计数器到输入框,限制为 32732 个字符。(ChatGPT 的限制是 32732 个字符。.) // @name:ar ChatGPT حد عداد الأحرف // @description:ar إضافة عداد الأحرف إلى مربع الإدخال,يقتصر على 32732 الشخصيات。(ChatGPT الحد هو 32732 الشخصيات。) // @name:bg ChatGPT Ограничение на брояча на знаци diff --git a/Script details/chatgpt-plus/README.md b/Script details/chatgpt-plus/README.md index 4b17f8a58..0ea332f40 100644 --- a/Script details/chatgpt-plus/README.md +++ b/Script details/chatgpt-plus/README.md @@ -76,7 +76,7 @@ > ### 🔍你可能在找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 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译 -
- - - + diff --git a/Script details/chatgpt-plus/README_en.md b/Script details/chatgpt-plus/README_en.md index dab22a073..ba2e2b82f 100644 --- a/Script details/chatgpt-plus/README_en.md +++ b/Script details/chatgpt-plus/README_en.md @@ -85,9 +85,9 @@ If you have any suggestions or find a problem,Please pass GitHub orGreasyFork > ### 🔍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

More user scripts / back to top↑

- - - + - +### 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 + + + -
+> ### 🔍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 - + diff --git a/Script details/chatgpt-plus/README_vi.md b/Script details/chatgpt-plus/README_vi.md index f9226dcf6..82e93d3dc 100644 --- a/Script details/chatgpt-plus/README_vi.md +++ b/Script details/chatgpt-plus/README_vi.md @@ -89,9 +89,9 @@ Nếu bạn có bất kỳ đề xuất hoặc tìm thấy một vấn đề,X > ### 🔍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

Nhiều tập lệnh người dùng hơn / trở lại đầu trang↑

- - - + - +### 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 + + + -
+> ### 🔍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 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 - + diff --git a/Script details/chatgpt-plus/README_zh-TW.md b/Script details/chatgpt-plus/README_zh-TW.md index 89cc0928f..2778eb2fd 100644 --- a/Script details/chatgpt-plus/README_zh-TW.md +++ b/Script details/chatgpt-plus/README_zh-TW.md @@ -84,9 +84,9 @@ > ### 🔍你可能在找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 翻譯圖示,此版本為中文翻譯版本,只把外文翻譯為中文,新增自動翻譯 -
- - - + diff --git a/Script details/clipboard-manager/README.md b/Script details/clipboard-manager/README.md index 10dad07aa..64bd48390 100644 --- a/Script details/clipboard-manager/README.md +++ b/Script details/clipboard-manager/README.md @@ -90,39 +90,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): 自动为网页上的表格所有列应用颜色渐变美化. @@ -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 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译 -
- - - + diff --git a/Script details/clipboard-manager/README_en.md b/Script details/clipboard-manager/README_en.md index 3f25ecd30..a9c7ea170 100644 --- a/Script details/clipboard-manager/README_en.md +++ b/Script details/clipboard-manager/README_en.md @@ -73,7 +73,7 @@ If you have any questions,Please pass [GitHub Issues](https://github.com/China > ### 🔍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 +> - [**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 @@ -90,41 +90,43 @@ If you have any questions,Please pass [GitHub Issues](https://github.com/China ## 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!**

More user scripts / back to top↑

- - - + - +### 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 + + + -
+> ### 🔍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 - + diff --git a/Script details/colorful-table/README.md b/Script details/colorful-table/README.md index c7f9d9b31..d5ffb85b1 100644 --- a/Script details/colorful-table/README.md +++ b/Script details/colorful-table/README.md @@ -111,26 +111,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): 自动为网页上的表格所有列应用颜色渐变美化. @@ -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 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译 -
- - - + diff --git a/Script details/colorful-table/README_en.md b/Script details/colorful-table/README_en.md index 8b54f61f8..7085c98a8 100644 --- a/Script details/colorful-table/README_en.md +++ b/Script details/colorful-table/README_en.md @@ -86,7 +86,7 @@ This script is suitable for any webpage containing tables, automatically applyin > ### 🔍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 +> - [**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 @@ -115,28 +115,31 @@ This script is suitable for any webpage containing tables, automatically applyin

More user scripts / back to top↑

- - - + - +### 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 + + + -
+> ### 🔍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 - + diff --git a/Script details/csdn-blocker/README.md b/Script details/csdn-blocker/README.md index 2c163aad2..a0f3900f3 100644 --- a/Script details/csdn-blocker/README.md +++ b/Script details/csdn-blocker/README.md @@ -74,26 +74,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): 自动为网页上的表格所有列应用颜色渐变美化. @@ -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 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译 -
- - - + diff --git a/Script details/github-commit-viewer/README.md b/Script details/github-commit-viewer/README.md index dac12b11c..dbc1a1317 100644 --- a/Script details/github-commit-viewer/README.md +++ b/Script details/github-commit-viewer/README.md @@ -163,26 +163,29 @@ Copy-Item -Path $qinwuyuan_messageFilePath -Destination $qinwuyuan_oldCommitFile

更多用户脚本 / 回到顶部↑

- - - + - +### 查看所有发布脚本 + -### 查看所有发布脚本 + -> ### 🔍你可能在找 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 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译 -
- - - + diff --git a/Script details/github-commit-viewer/README_en.md b/Script details/github-commit-viewer/README_en.md index 7d16c2e2e..40ce37217 100644 --- a/Script details/github-commit-viewer/README_en.md +++ b/Script details/github-commit-viewer/README_en.md @@ -140,9 +140,9 @@ This script is licensed under the [MIT License](https://opensource.org/licenses/ > - [**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.。 -> - [**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。 @@ -165,28 +165,31 @@ This script is licensed under the [MIT License](https://opensource.org/licenses/

More user scripts / back to top↑

- - - + - +### 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 + + + -
+> ### 🔍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 - + diff --git a/Script details/github-device-authorization/README.md b/Script details/github-device-authorization/README.md index b057f85d1..a3edc45fb 100644 --- a/Script details/github-device-authorization/README.md +++ b/Script details/github-device-authorization/README.md @@ -131,26 +131,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): 自动为网页上的表格所有列应用颜色渐变美化. @@ -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 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译 -
- - - + diff --git a/Script details/github-device-authorization/README_en.md b/Script details/github-device-authorization/README_en.md index 2704321b7..920ccf568 100644 --- a/Script details/github-device-authorization/README_en.md +++ b/Script details/github-device-authorization/README_en.md @@ -93,9 +93,9 @@ Thanks to [LemonPupl](https://greasyfork.org/zh-CN/users/1274376) for the script > - [**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.。 -> - [**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。 @@ -119,28 +119,31 @@ Thanks to [LemonPupl](https://greasyfork.org/zh-CN/users/1274376) for the script

More user scripts / back to top↑

- - - + - +### 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 + + + -
+> ### 🔍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 - + diff --git a/Script details/github-file-list-beautifier-plus/README.md b/Script details/github-file-list-beautifier-plus/README.md index 0e253f8d8..b724d0cbc 100644 --- a/Script details/github-file-list-beautifier-plus/README.md +++ b/Script details/github-file-list-beautifier-plus/README.md @@ -189,26 +189,29 @@ GitHub 文件列表美化器是一个用户脚本,用于增强 GitHub 仓库

更多用户脚本 / 回到顶部↑

- - - + - +### 查看所有发布脚本 + -### 查看所有发布脚本 + -> ### 🔍你可能在找 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 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译 -
- - - + diff --git a/Script details/github-file-list-beautifier-plus/README_en.md b/Script details/github-file-list-beautifier-plus/README_en.md index c12f36225..00d95d362 100644 --- a/Script details/github-file-list-beautifier-plus/README_en.md +++ b/Script details/github-file-list-beautifier-plus/README_en.md @@ -134,9 +134,9 @@ GitHub File List Beautifier is a user script,used to enhance GitHub Display ef > - [**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.。 -> - [**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。 @@ -189,28 +189,31 @@ GitHub File List Beautifier is a user script,used to enhance GitHub Display ef

More user scripts / back to top↑

- - - + - +### 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 + + + -
+> ### 🔍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 - + diff --git a/Script details/github-folder-downloader/README.md b/Script details/github-folder-downloader/README.md index 3d2e23219..ed7bbf8ab 100644 --- a/Script details/github-folder-downloader/README.md +++ b/Script details/github-folder-downloader/README.md @@ -106,26 +106,29 @@ GitHub 文件夹下载器为 GitHub 文件夹添加了一个下载按钮,使

更多用户脚本 / 回到顶部↑

- - - + - +### 查看所有发布脚本 + -### 查看所有发布脚本 + -> ### 🔍你可能在找 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 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译 -
- - - + diff --git a/Script details/github-folder-downloader/README_en.md b/Script details/github-folder-downloader/README_en.md index 7e0664dc5..2a49bce35 100644 --- a/Script details/github-folder-downloader/README_en.md +++ b/Script details/github-folder-downloader/README_en.md @@ -82,9 +82,9 @@ Modified from the script [GitHub artspiecesfolderDownload](https://greasyfork.or > - [**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.。 -> - [**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。 @@ -107,28 +107,31 @@ Modified from the script [GitHub artspiecesfolderDownload](https://greasyfork.or

More user scripts / back to top↑

- - - + - +### 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 + + + -
+> ### 🔍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 - + diff --git a/Script details/github-linguist-expand/README.md b/Script details/github-linguist-expand/README.md index fcadae842..f5c9d0da1 100644 --- a/Script details/github-linguist-expand/README.md +++ b/Script details/github-linguist-expand/README.md @@ -129,26 +129,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): 自动为网页上的表格所有列应用颜色渐变美化. @@ -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 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译 -
- - - + diff --git a/Script details/github-linguist-expand/README_en.md b/Script details/github-linguist-expand/README_en.md index 5ead8387d..d130e42df 100644 --- a/Script details/github-linguist-expand/README_en.md +++ b/Script details/github-linguist-expand/README_en.md @@ -103,9 +103,9 @@ In the repository page,You can see the following display: > - [**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.。 -> - [**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。 @@ -129,28 +129,31 @@ In the repository page,You can see the following display:

More user scripts / back to top↑

- - - + - +### 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 + + + -
+> ### 🔍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 - + diff --git a/Script details/github-raw-file-plus/README.md b/Script details/github-raw-file-plus/README.md index 4776dbfd9..fe4a5f2ae 100644 --- a/Script details/github-raw-file-plus/README.md +++ b/Script details/github-raw-file-plus/README.md @@ -115,26 +115,29 @@ MIT 许可证

更多用户脚本 / 回到顶部↑

- - - + - +### 查看所有发布脚本 + -### 查看所有发布脚本 + -> ### 🔍你可能在找 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 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译 -
- - - + diff --git a/Script details/github-raw-file-plus/README_en.md b/Script details/github-raw-file-plus/README_en.md index 30fcee482..6118f8a0e 100644 --- a/Script details/github-raw-file-plus/README_en.md +++ b/Script details/github-raw-file-plus/README_en.md @@ -98,9 +98,9 @@ The script is modified from user **[Kamikaze](https://greasyfork.org/zh-CN/users > - [**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.。 -> - [**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。 @@ -123,28 +123,31 @@ The script is modified from user **[Kamikaze](https://greasyfork.org/zh-CN/users

More user scripts / back to top↑

- - - + - +### 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 + + + -
+> ### 🔍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 - + diff --git a/Script details/github-repo-size-view/README.md b/Script details/github-repo-size-view/README.md index cb36e2ae5..7e299e328 100644 --- a/Script details/github-repo-size-view/README.md +++ b/Script details/github-repo-size-view/README.md @@ -225,101 +225,116 @@ GitHub: 作者 **[zvizvi](https://github.com/zvizvi)** Chrome插件 [GitHub-Web ## 使用帮助 -推荐浏览器和脚本管理器: + 推荐浏览器和脚本管理器: +* **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 聊天复制代码按钮**](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 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译 -
- + diff --git a/Script details/github-repo-size-view/README_en.md b/Script details/github-repo-size-view/README_en.md index 1c1f261b9..bb6fef777 100644 --- a/Script details/github-repo-size-view/README_en.md +++ b/Script details/github-repo-size-view/README_en.md @@ -199,9 +199,9 @@ This token will be used to pass Github API Authenticate。 > - [**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): existGitHubAutomatically enter the authorization code and confirm automatically on the authorization page。 -> - [**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。 @@ -223,101 +223,116 @@ Author **[chen gang](https://greasyfork.org/zh-CN/users/720983)** Published Scri ## 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!**

More user scripts / back to top↑

+ + +### 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 -
- + diff --git a/Script details/github-repo-size-view/github-repo-size-view.user.js b/Script details/github-repo-size-view/github-repo-size-view.user.js index 75fc33a37..0e1ea256b 100644 --- a/Script details/github-repo-size-view/github-repo-size-view.user.js +++ b/Script details/github-repo-size-view/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 = `
` const targetUrl = `https://ossinsight.io/analyze/${owner}/${repo}` const title = `[${repo}]\n ${translate.deleteRepo}` if (element) { diff --git a/Script details/github-sort-by-date/README.md b/Script details/github-sort-by-date/README.md index c028ac16d..9800d267c 100644 --- a/Script details/github-sort-by-date/README.md +++ b/Script details/github-sort-by-date/README.md @@ -97,26 +97,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): 自动为网页上的表格所有列应用颜色渐变美化. @@ -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 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译 -
- - - + diff --git a/Script details/github-sort-by-date/README_en.md b/Script details/github-sort-by-date/README_en.md index 3e1c5c9c0..9bd167936 100644 --- a/Script details/github-sort-by-date/README_en.md +++ b/Script details/github-sort-by-date/README_en.md @@ -71,9 +71,9 @@ author[androidcn]( https://greasyfork.org/zh-CN/users/18158)script[Github Sort b > - [**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.。 -> - [**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。 @@ -96,28 +96,31 @@ author[androidcn]( https://greasyfork.org/zh-CN/users/18158)script[Github Sort b

More user scripts / back to top↑

- - - + - +### 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 + + + -
+> ### 🔍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 - + diff --git a/Script details/github-sort-by-date/README_ko.md b/Script details/github-sort-by-date/README_ko.md index 604c0573a..fdd2c122e 100644 --- a/Script details/github-sort-by-date/README_ko.md +++ b/Script details/github-sort-by-date/README_ko.md @@ -75,9 +75,9 @@ > - [**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): 창고 목록 파일 정렬 방식을 날짜 내림차순으로 변경,최신 업데이트 파일을 편리하게 확인하세요。 @@ -100,28 +100,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): 스크롤 시 동적으로 로드되는 콘텐츠를 포함하여 웹페이지에서 사용자 정의 키워드 강조 표시 @@ -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 번역 아이콘,이 버전은 중국어 번역 버전입니다.,외국어만 중국어로 번역하세요,자동 번역 추가 + + + -
+> ### 🔍자동 번역을 찾고 계실 수도 있습니다 +> - [**외국어 터미네이터**](https://greasyfork.org/scripts/504890): 중국어가 아닌 문자 인식,길이가 그 이상인 경우 5 그리고 번역된 텍스트에는 중국어가 포함되어 있지 않습니다.,그럼 중국어로 바꾸세요,접근 가능해야 함google회로망 +> - [**웹페이지 번역——중국어로 자동 번역됨**](https://greasyfork.org/scripts/505208): 중국어가 아닌 웹페이지의 오른쪽 하단에 표시(왼쪽 하단으로 조정 가능)추가하다 google 번역 아이콘,이 버전은 중국어 번역 버전입니다.,외국어만 중국어로 번역하세요,자동 번역 추가 - + diff --git a/Script details/github-sort-by-date/README_vi.md b/Script details/github-sort-by-date/README_vi.md index 7bce0616e..451a4f4c0 100644 --- a/Script details/github-sort-by-date/README_vi.md +++ b/Script details/github-sort-by-date/README_vi.md @@ -75,9 +75,9 @@ tác giả[androidcn]( https://greasyfork.org/zh-CN/users/18158)kịch bản[Git > - [**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 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。 @@ -100,84 +100,104 @@ tác giả[androidcn]( https://greasyfork.org/zh-CN/users/18158)kịch bản[Git

Nhiều tập lệnh người dùng hơn / trở lại đầu trang↑

- - - + - +### 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 -
- - - + diff --git a/Script details/google-advanced-search/README.md b/Script details/google-advanced-search/README.md index aa1b72295..112adf316 100644 --- a/Script details/google-advanced-search/README.md +++ b/Script details/google-advanced-search/README.md @@ -128,26 +128,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): 自动为网页上的表格所有列应用颜色渐变美化. @@ -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 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译 -
- - - + diff --git a/Script details/google-advanced-search/README_en.md b/Script details/google-advanced-search/README_en.md index 18eed473f..371b1af02 100644 --- a/Script details/google-advanced-search/README_en.md +++ b/Script details/google-advanced-search/README_en.md @@ -122,28 +122,31 @@ The script is modified from the user **[shiquda](https://greasyfork.org/users/93

More user scripts / back to top↑

- - - + - +### 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 + + + -
+> ### 🔍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 - + diff --git a/Script details/google-block-search-sites/README.md b/Script details/google-block-search-sites/README.md index a26ff8dd6..dffd7e63d 100644 --- a/Script details/google-block-search-sites/README.md +++ b/Script details/google-block-search-sites/README.md @@ -71,26 +71,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): 自动为网页上的表格所有列应用颜色渐变美化. @@ -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 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译 -
- - - + diff --git a/Script details/greasyfork-discussion-watcher/README.md b/Script details/greasyfork-discussion-watcher/README.md index 631da98b9..67ae135a1 100644 --- a/Script details/greasyfork-discussion-watcher/README.md +++ b/Script details/greasyfork-discussion-watcher/README.md @@ -139,26 +139,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): 自动为网页上的表格所有列应用颜色渐变美化. @@ -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 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译 -
- - - + diff --git a/Script details/greasyfork-discussion-watcher/README_en.md b/Script details/greasyfork-discussion-watcher/README_en.md index 138ecdb78..c31419c14 100644 --- a/Script details/greasyfork-discussion-watcher/README_en.md +++ b/Script details/greasyfork-discussion-watcher/README_en.md @@ -116,7 +116,7 @@ You can modify the value of the `delay` configuration option as needed to adjust > - [**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 @@ -141,28 +141,31 @@ You can modify the value of the `delay` configuration option as needed to adjust

More user scripts / back to top↑

- - - + - +### 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 + + + -
+> ### 🔍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 - + diff --git a/Script details/greasyfork-link/README.md b/Script details/greasyfork-link/README.md index 5b25ce0c5..709d16c78 100644 --- a/Script details/greasyfork-link/README.md +++ b/Script details/greasyfork-link/README.md @@ -128,26 +128,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): 自动为网页上的表格所有列应用颜色渐变美化. @@ -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 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译 -
- - - + diff --git a/Script details/greasyfork-markdown-toolbar/README.md b/Script details/greasyfork-markdown-toolbar/README.md index 5f0cc774d..32782cec0 100644 --- a/Script details/greasyfork-markdown-toolbar/README.md +++ b/Script details/greasyfork-markdown-toolbar/README.md @@ -105,39 +105,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): 自动为网页上的表格所有列应用颜色渐变美化. @@ -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 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译 -
- - - + diff --git a/Script details/greasyfork-markdown-toolbar/README_en.md b/Script details/greasyfork-markdown-toolbar/README_en.md index 2a0282bf0..56d92331f 100644 --- a/Script details/greasyfork-markdown-toolbar/README_en.md +++ b/Script details/greasyfork-markdown-toolbar/README_en.md @@ -96,7 +96,7 @@ If you have any bugs, bug fixes or ideas, please report at my [GitHub repo](http > - [**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 @@ -109,41 +109,43 @@ If you have any bugs, bug fixes or ideas, please report at my [GitHub repo](http ## 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!**

More user scripts / back to top↑

- - - + - +### 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 + + + -
+> ### 🔍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 - + diff --git a/Script details/greasyfork-markdown-toolbar/greasyfork-markdown-toolbar.user.js b/Script details/greasyfork-markdown-toolbar/greasyfork-markdown-toolbar.user.js index 3785bedc3..6146bedf2 100644 --- a/Script details/greasyfork-markdown-toolbar/greasyfork-markdown-toolbar.user.js +++ b/Script details/greasyfork-markdown-toolbar/greasyfork-markdown-toolbar.user.js @@ -87,6 +87,7 @@ // @include https://greasyfork.org/*script_versions/new* // @include https://greasyfork.org/*/conversations/* // @include https://greasyfork.org/*/users/edit +// @include https://greasyfork.org/*/reports/new* // @grant GM_addStyle // @run-at document-start // @version 2.0.5 diff --git a/Script details/greasyfork-ranks/README.md b/Script details/greasyfork-ranks/README.md index c1cf14a37..3cb84f012 100644 --- a/Script details/greasyfork-ranks/README.md +++ b/Script details/greasyfork-ranks/README.md @@ -100,26 +100,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): 自动为网页上的表格所有列应用颜色渐变美化. @@ -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 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译 -
- - - + diff --git a/Script details/greasyfork-search/README.md b/Script details/greasyfork-search/README.md index d9f7eb21d..efa264521 100644 --- a/Script details/greasyfork-search/README.md +++ b/Script details/greasyfork-search/README.md @@ -115,26 +115,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): 自动为网页上的表格所有列应用颜色渐变美化. @@ -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 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译 -
- - - + diff --git a/Script details/greasyfork-search/README_en.md b/Script details/greasyfork-search/README_en.md index 1fdd6d421..a85be604b 100644 --- a/Script details/greasyfork-search/README_en.md +++ b/Script details/greasyfork-search/README_en.md @@ -90,7 +90,7 @@ The author [𝖢𝖸 𝖥𝗎𝗇𝗀]( https://greasyfork.org/zh-CN/users/37117 > - [**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 @@ -115,28 +115,31 @@ The author [𝖢𝖸 𝖥𝗎𝗇𝗀]( https://greasyfork.org/zh-CN/users/37117

More user scripts / back to top↑

- - - + - +### 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 + + + -
+> ### 🔍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 - + diff --git a/Script details/greasyfork-user-control-panel-button/README.md b/Script details/greasyfork-user-control-panel-button/README.md index 308152b16..0e9d749c9 100644 --- a/Script details/greasyfork-user-control-panel-button/README.md +++ b/Script details/greasyfork-user-control-panel-button/README.md @@ -106,26 +106,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): 自动为网页上的表格所有列应用颜色渐变美化. @@ -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 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译 -
- - - + diff --git a/Script details/greasyfork-user-control-panel-button/README_en.md b/Script details/greasyfork-user-control-panel-button/README_en.md index 126b0f222..662a495e2 100644 --- a/Script details/greasyfork-user-control-panel-button/README_en.md +++ b/Script details/greasyfork-user-control-panel-button/README_en.md @@ -95,7 +95,7 @@ Script modified from user **[𝖢𝖸 𝖥𝗎𝗇𝗀](https://greasyfork.org/z > - [**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 @@ -120,28 +120,31 @@ Script modified from user **[𝖢𝖸 𝖥𝗎𝗇𝗀](https://greasyfork.org/z

More user scripts / back to top↑

- - - + - +### 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 + + + -
+> ### 🔍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 - + diff --git a/Script details/greasyfork-user-control-panel-button/README_ko.md b/Script details/greasyfork-user-control-panel-button/README_ko.md index b94a6c924..b6eced2ee 100644 --- a/Script details/greasyfork-user-control-panel-button/README_ko.md +++ b/Script details/greasyfork-user-control-panel-button/README_ko.md @@ -89,7 +89,7 @@ > - [**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),모든 웹사이트에서 사용자 스크립트를 찾고 관리하는 데 도움이 됩니다. @@ -114,28 +114,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): 스크롤 시 동적으로 로드되는 콘텐츠를 포함하여 웹페이지에서 사용자 정의 키워드 강조 표시 @@ -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 번역 아이콘,이 버전은 중국어 번역 버전입니다.,외국어만 중국어로 번역하세요,자동 번역 추가 + + + -
+> ### 🔍자동 번역을 찾고 계실 수도 있습니다 +> - [**외국어 터미네이터**](https://greasyfork.org/scripts/504890): 중국어가 아닌 문자 인식,길이가 그 이상인 경우 5 그리고 번역된 텍스트에는 중국어가 포함되어 있지 않습니다.,그럼 중국어로 바꾸세요,접근 가능해야 함google회로망 +> - [**웹페이지 번역——중국어로 자동 번역됨**](https://greasyfork.org/scripts/505208): 중국어가 아닌 웹페이지의 오른쪽 하단에 표시(왼쪽 하단으로 조정 가능)추가하다 google 번역 아이콘,이 버전은 중국어 번역 버전입니다.,외국어만 중국어로 번역하세요,자동 번역 추가 - + diff --git a/Script details/greasyfork-user-control-panel-button/README_zh-TW.md b/Script details/greasyfork-user-control-panel-button/README_zh-TW.md index 5ecf7873f..3a193ec8c 100644 --- a/Script details/greasyfork-user-control-panel-button/README_zh-TW.md +++ b/Script details/greasyfork-user-control-panel-button/README_zh-TW.md @@ -94,7 +94,7 @@ > - [**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/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),它可以幫助你在任何網站上尋找和管理使用者腳本 @@ -119,28 +119,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): 在網頁上自訂關鍵字突出顯示包括滾動時動態載入的內容 @@ -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 翻譯圖示,此版本為中文翻譯版本,只把外文翻譯為中文,新增自動翻譯 -
- - - + diff --git a/Script details/greasyfork-user-scripts-data-visualization/README.md b/Script details/greasyfork-user-scripts-data-visualization/README.md index c8d888221..8530c001e 100644 --- a/Script details/greasyfork-user-scripts-data-visualization/README.md +++ b/Script details/greasyfork-user-scripts-data-visualization/README.md @@ -195,26 +195,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): 自动为网页上的表格所有列应用颜色渐变美化. @@ -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 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译 -
- - - + diff --git a/Script details/greasyfork-user-scripts-data-visualization/README_en.md b/Script details/greasyfork-user-scripts-data-visualization/README_en.md index 75a497f34..cb49de108 100644 --- a/Script details/greasyfork-user-scripts-data-visualization/README_en.md +++ b/Script details/greasyfork-user-scripts-data-visualization/README_en.md @@ -169,7 +169,7 @@ The script follows MIT license。For more information,Please check [LICENSE](h > - [**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 @@ -195,28 +195,31 @@ The script follows MIT license。For more information,Please check [LICENSE](h

More user scripts / back to top↑

- - - + - +### 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 + + + -
+> ### 🔍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 - + diff --git a/Script details/greasyfork-utility-toolkit/README.md b/Script details/greasyfork-utility-toolkit/README.md index 30f6ad46c..cb3633d3e 100644 --- a/Script details/greasyfork-utility-toolkit/README.md +++ b/Script details/greasyfork-utility-toolkit/README.md @@ -258,26 +258,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): 自动为网页上的表格所有列应用颜色渐变美化. @@ -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 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译 -
- - - + diff --git a/Script details/greasyfork-utility-toolkit/README_en.md b/Script details/greasyfork-utility-toolkit/README_en.md index 09ff6cfec..8e686e28e 100644 --- a/Script details/greasyfork-utility-toolkit/README_en.md +++ b/Script details/greasyfork-utility-toolkit/README_en.md @@ -271,7 +271,7 @@ Provide various usage functions for Greasyfork, absolute time, web page widescre > - [**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 @@ -296,28 +296,31 @@ Provide various usage functions for Greasyfork, absolute time, web page widescre

More user scripts / back to top↑

- - - + - +### 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 + + + -
+> ### 🔍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 - + diff --git a/Script details/greasyfork-utility-toolkit/README_ko.md b/Script details/greasyfork-utility-toolkit/README_ko.md index a82dfb4ad..4da875811 100644 --- a/Script details/greasyfork-utility-toolkit/README_ko.md +++ b/Script details/greasyfork-utility-toolkit/README_ko.md @@ -273,7 +273,7 @@ Greasyfork에 다양한 사용 기능을 제공하는 스크립트입니다. 절 > - [**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),모든 웹사이트에서 사용자 스크립트를 찾고 관리하는 데 도움이 됩니다. @@ -298,28 +298,31 @@ Greasyfork에 다양한 사용 기능을 제공하는 스크립트입니다. 절

더 많은 사용자 스크립트 / 맨 위로 돌아가기↑

- - - + - +### 모든 게시 스크립트 보기 + -### 모든 게시 스크립트 보기 + -> ### 🔍당신은 찾고있을 수 있습니다 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 번역 아이콘,이 버전은 중국어 번역 버전입니다.,외국어만 중국어로 번역하세요,자동 번역 추가 + + + -
+> ### 🔍자동 번역을 찾고 계실 수도 있습니다 +> - [**외국어 터미네이터**](https://greasyfork.org/scripts/504890): 중국어가 아닌 문자 인식,길이가 그 이상인 경우 5 그리고 번역된 텍스트에는 중국어가 포함되어 있지 않습니다.,그럼 중국어로 바꾸세요,접근 가능해야 함google회로망 +> - [**웹페이지 번역——중국어로 자동 번역됨**](https://greasyfork.org/scripts/505208): 중국어가 아닌 웹페이지의 오른쪽 하단에 표시(왼쪽 하단으로 조정 가능)추가하다 google 번역 아이콘,이 버전은 중국어 번역 버전입니다.,외국어만 중국어로 번역하세요,자동 번역 추가 - + diff --git a/Script details/greasyfork-utility-toolkit/README_zh-TW.md b/Script details/greasyfork-utility-toolkit/README_zh-TW.md index d3ccfbb49..d8a10a931 100644 --- a/Script details/greasyfork-utility-toolkit/README_zh-TW.md +++ b/Script details/greasyfork-utility-toolkit/README_zh-TW.md @@ -289,7 +289,7 @@ > - [**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/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),它可以幫助你在任何網站上尋找和管理使用者腳本 @@ -314,28 +314,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): 在網頁上自訂關鍵字突出顯示包括滾動時動態載入的內容 @@ -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 翻譯圖示,此版本為中文翻譯版本,只把外文翻譯為中文,新增自動翻譯 -
- - - + diff --git a/Script details/greasyfork-webhook-sync-enhanced/README.md b/Script details/greasyfork-webhook-sync-enhanced/README.md index 1e9337ba5..eddde097b 100644 --- a/Script details/greasyfork-webhook-sync-enhanced/README.md +++ b/Script details/greasyfork-webhook-sync-enhanced/README.md @@ -138,26 +138,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): 自动为网页上的表格所有列应用颜色渐变美化. @@ -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 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译 -
- - - + diff --git a/Script details/greasyfork-webhook-sync-enhanced/README_en.md b/Script details/greasyfork-webhook-sync-enhanced/README_en.md index 6dbb5270e..6b462b76c 100644 --- a/Script details/greasyfork-webhook-sync-enhanced/README_en.md +++ b/Script details/greasyfork-webhook-sync-enhanced/README_en.md @@ -115,7 +115,7 @@ Example code: If you have more options, you can extend it.
> - [**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.

More user scripts / back to top↑

- - - + - +### 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 + + + -
+> ### 🔍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 - + diff --git a/Script details/highlight-keywords-mini/README.md b/Script details/highlight-keywords-mini/README.md index d58e2a7e5..1c6ada62a 100644 --- a/Script details/highlight-keywords-mini/README.md +++ b/Script details/highlight-keywords-mini/README.md @@ -89,26 +89,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): 自动为网页上的表格所有列应用颜色渐变美化. @@ -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 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译 -
- - - + diff --git a/Script details/highlight-keywords/README.md b/Script details/highlight-keywords/README.md index 326c51f65..9f3bb852d 100644 --- a/Script details/highlight-keywords/README.md +++ b/Script details/highlight-keywords/README.md @@ -111,26 +111,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): 自动为网页上的表格所有列应用颜色渐变美化. @@ -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 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译 -
- - - + diff --git a/Script details/jable-auto-login-helper/README.md b/Script details/jable-auto-login-helper/README.md index 1f53f0e1e..0293a9b2c 100644 --- a/Script details/jable-auto-login-helper/README.md +++ b/Script details/jable-auto-login-helper/README.md @@ -100,26 +100,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): 自动为网页上的表格所有列应用颜色渐变美化. @@ -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 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译 -
- - - + diff --git a/Script details/jable-auto-login-helper/README_en.md b/Script details/jable-auto-login-helper/README_en.md index 569079e40..88bc8646e 100644 --- a/Script details/jable-auto-login-helper/README_en.md +++ b/Script details/jable-auto-login-helper/README_en.md @@ -100,28 +100,31 @@ This script is used for managing user accounts on JableTV . It provides function

More user scripts / back to top↑

- - - + - +### 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 + + + -
+> ### 🔍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 - + diff --git a/Script details/missav-auto-login-helper/README.md b/Script details/missav-auto-login-helper/README.md index 21167b4bd..afb78209a 100644 --- a/Script details/missav-auto-login-helper/README.md +++ b/Script details/missav-auto-login-helper/README.md @@ -98,26 +98,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): 自动为网页上的表格所有列应用颜色渐变美化. @@ -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 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译 -
- - - + diff --git a/Script details/missav-auto-login-helper/README_en.md b/Script details/missav-auto-login-helper/README_en.md index b1b2260cd..6b3dfe339 100644 --- a/Script details/missav-auto-login-helper/README_en.md +++ b/Script details/missav-auto-login-helper/README_en.md @@ -98,28 +98,31 @@ This script is used for managing user accounts on MissAV. It provides functional

More user scripts / back to top↑

- - - + - +### 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 + + + -
+> ### 🔍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 - + diff --git a/Script details/missav-explorer/README.md b/Script details/missav-explorer/README.md index 916b0db73..dc2aa4301 100644 --- a/Script details/missav-explorer/README.md +++ b/Script details/missav-explorer/README.md @@ -126,26 +126,29 @@ Missav 批量提取器是一个用于备份收藏夹和提取视频内容的工

更多用户脚本 / 回到顶部↑

- - - + - +### 查看所有发布脚本 + -### 查看所有发布脚本 + -> ### 🔍你可能在找 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 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译 -
- - - + diff --git a/Script details/no-zh-terminator/README.md b/Script details/no-zh-terminator/README.md index 6a7d1f4d5..988393111 100644 --- a/Script details/no-zh-terminator/README.md +++ b/Script details/no-zh-terminator/README.md @@ -116,26 +116,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): 自动为网页上的表格所有列应用颜色渐变美化. @@ -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 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译 -
- - - + diff --git a/Script details/popup-window/README.md b/Script details/popup-window/README.md index f8cdb2b7c..57caad3df 100644 --- a/Script details/popup-window/README.md +++ b/Script details/popup-window/README.md @@ -226,26 +226,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): 自动为网页上的表格所有列应用颜色渐变美化. @@ -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 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译 -
- - - + diff --git a/Script details/popup-window/README_en.md b/Script details/popup-window/README_en.md index 6c6f653aa..01b6a9729 100644 --- a/Script details/popup-window/README_en.md +++ b/Script details/popup-window/README_en.md @@ -184,10 +184,10 @@ > ### 🔍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 +> - [**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 -> - [**高亮网页文本_mini version**](https://greasyfork.org/scripts/498905): Custom keyword highlighting on web pages including dynamically loaded content on scroll +> - [**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 @@ -213,28 +213,31 @@

More user scripts / back to top↑

- - - + - +### 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 + + + -
+> ### 🔍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 - + diff --git a/Script details/remove-link-underlines/README.md b/Script details/remove-link-underlines/README.md index 1cdd4136c..ccdaaaa0f 100644 --- a/Script details/remove-link-underlines/README.md +++ b/Script details/remove-link-underlines/README.md @@ -138,26 +138,29 @@ Este script de usuario elimina los subrayados de todos los enlaces en cualquier

更多用户脚本 / 回到顶部↑

- - - + - +### 查看所有发布脚本 + -### 查看所有发布脚本 + -> ### 🔍你可能在找 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 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译 -
- - - + diff --git a/Script details/script-finder-plus/README.md b/Script details/script-finder-plus/README.md index 3b04062de..f4f9611f6 100644 --- a/Script details/script-finder-plus/README.md +++ b/Script details/script-finder-plus/README.md @@ -132,26 +132,29 @@ Script Finder 是一个用户脚本(userscript),它可以帮助你在任

更多用户脚本 / 回到顶部↑

- - - + - +### 查看所有发布脚本 + -### 查看所有发布脚本 + -> ### 🔍你可能在找 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 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译 -
- - - + diff --git a/Script details/script-finder-plus/README_en.md b/Script details/script-finder-plus/README_en.md index d2f10cb7b..7ea392359 100644 --- a/Script details/script-finder-plus/README_en.md +++ b/Script details/script-finder-plus/README_en.md @@ -121,7 +121,7 @@ The Script Finder userscript allows you to find and manage user scripts on any w > - [**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 @@ -146,28 +146,31 @@ The Script Finder userscript allows you to find and manage user scripts on any w

More user scripts / back to top↑

- - - + - +### 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 + + + -
+> ### 🔍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 - + diff --git a/Script details/scroll-button/README.md b/Script details/scroll-button/README.md index 496343941..d859bd6f5 100644 --- a/Script details/scroll-button/README.md +++ b/Script details/scroll-button/README.md @@ -74,26 +74,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): 自动为网页上的表格所有列应用颜色渐变美化. @@ -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 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译 -
- - - + diff --git a/Script details/scroll-to-top-button/README.md b/Script details/scroll-to-top-button/README.md index 0d2fbada8..83903d62a 100644 --- a/Script details/scroll-to-top-button/README.md +++ b/Script details/scroll-to-top-button/README.md @@ -90,26 +90,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): 自动为网页上的表格所有列应用颜色渐变美化. @@ -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 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译 -
- - - + diff --git a/Script details/scroll-to-top-button/README_en.md b/Script details/scroll-to-top-button/README_en.md index 0df0fde13..e989b6252 100644 --- a/Script details/scroll-to-top-button/README_en.md +++ b/Script details/scroll-to-top-button/README_en.md @@ -54,7 +54,7 @@ This script is modified from [Kim Yong-jo](https://greasyfork.org/scripts/498420 > ### 🔍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 +> - [**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 @@ -90,28 +90,31 @@ This script is modified from [Kim Yong-jo](https://greasyfork.org/scripts/498420

More user scripts / back to top↑

- - - + - +### 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 + + + -
+> ### 🔍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 - + diff --git a/Script details/thisav-auto-login-helper/README.md b/Script details/thisav-auto-login-helper/README.md index 325a19420..f391c41a5 100644 --- a/Script details/thisav-auto-login-helper/README.md +++ b/Script details/thisav-auto-login-helper/README.md @@ -98,26 +98,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): 自动为网页上的表格所有列应用颜色渐变美化. @@ -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 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译 -
- - - + diff --git a/Script details/thisav-auto-login-helper/README_en.md b/Script details/thisav-auto-login-helper/README_en.md index cf9f04c8d..0e72dbf65 100644 --- a/Script details/thisav-auto-login-helper/README_en.md +++ b/Script details/thisav-auto-login-helper/README_en.md @@ -98,28 +98,31 @@ This script is used for managing user accounts on ThisAV. It provides functional

More user scripts / back to top↑

- - - + - +### 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 + + + -
+> ### 🔍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 - + diff --git a/Script details/translate-only-chinese/README.md b/Script details/translate-only-chinese/README.md index c192f6053..3af6c843a 100644 --- a/Script details/translate-only-chinese/README.md +++ b/Script details/translate-only-chinese/README.md @@ -116,26 +116,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): 自动为网页上的表格所有列应用颜色渐变美化. @@ -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 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译 -
- - - + diff --git a/chatgpt-counter.user.js b/chatgpt-counter.user.js index 59bef9af1..294a9d819 100644 --- a/chatgpt-counter.user.js +++ b/chatgpt-counter.user.js @@ -2,7 +2,7 @@ // @name ChatGPT Character Counter Limit (CCCL) // @description Adds a character counter to the input field with a limit of 32732 characters. (ChatGPT has a limit of 32732 characters.) // @name:zh-CN ChatGPT 字符计数器限制 -// @description:zh-CN 添加一个字符计数器到输入框,限制为 32732 个字符。(ChatGPT 的限制是 32732 个字符。) +// @description:zh-CN 添加一个字符计数器到输入框,限制为 32732 个字符。(ChatGPT 的限制是 32732 个字符。.) // @name:ar ChatGPT حد عداد الأحرف // @description:ar إضافة عداد الأحرف إلى مربع الإدخال,يقتصر على 32732 الشخصيات。(ChatGPT الحد هو 32732 الشخصيات。) // @name:bg ChatGPT Ограничение на брояча на знаци diff --git a/chatgpt-plus.user.js b/chatgpt-plus.user.js index c562224e3..4a47bb122 100644 --- a/chatgpt-plus.user.js +++ b/chatgpt-plus.user.js @@ -2,7 +2,7 @@ // @name ChatGPT Chat Fold Script & MAXWidth // @description Fold long "You" messages in ChatGPT // @name:zh-CN ChatGPT 折叠自己消息和最大宽度 -// @description:zh-CN 折叠ChatGPT中较长的“你”消息,并设置最大宽度 +// @description:zh-CN 折叠ChatGPT中较长的“你发送的信息”消息,并设置最大宽度 // @name:ar ChatGPT طي الرسالة الذاتية والحد الأقصى للعرض // @description:ar طيةChatGPTمتوسطة وطويلة“أنت”معلومة,وتعيين الحد الأقصى للعرض // @name:bg ChatGPT Свиване на собственото съобщение и максимална ширина diff --git a/docs/README.md b/docs/README.md index 1b7e4b117..4869fc36d 100644 --- a/docs/README.md +++ b/docs/README.md @@ -68,7 +68,7 @@ 详细 - 让 ChatGPT 代码字体变小 + 让 ChatGPT 代码框内字体变小 size @@ -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 orderlyGithub:@ChinaGodMan
GreasyForkView the script for the orderly
GreasyFork Total Installs -Total Daily Installs +Total Daily Installs Scripts Count
Good Ratings Ok Ratings @@ -68,7 +68,7 @@ detailed - let ChatGPT Code font size becomes smaller + let ChatGPT The font size in the code box becomes smaller size @@ -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 size @@ -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。 size @@ -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。 size @@ -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.。 size @@ -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 @@ - 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。 size @@ -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秩序ある人々のスクリプトを見るGithub:@ChinaGodMan
GreasyFork秩序ある人々のスクリプトを見る
GreasyFork Total Installs -Total Daily Installs +Total Daily Installs Scripts Count
Good Ratings Ok Ratings @@ -68,7 +68,7 @@ 詳しい - させて ChatGPT コードのフォントサイズが小さくなる + させて ChatGPT コードボックスのフォントサイズが小さくなります size @@ -96,7 +96,7 @@ 詳しい - 存在する chatgpt.com 上部のコード ブロックの右下隅にアニメーションを追加します。“コードをコピーする”ボタン + 存在する chatgpt.com 上部のコードブロックの右下隅にアニメーションを追加します。“コードをコピーする”ボタン size @@ -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 @@ 詳しい - 自分が送信した長いメッセージを自動的に折りたたむ,画面スペースを節約する。チャットウィンドウの最大幅を設定できます。,長いメッセージが指定された範囲を超えないようにする。 + 自分が送信した長いメッセージを自動的に折りたたむ,画面スペースを節約する。チャットウィンドウの最大幅を設定できます。,長いメッセージが指定範囲を超えないようにする。 size @@ -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 形式,より良い視覚効果とユーザーエクスペリエンスを提供する。 size @@ -729,7 +729,7 @@ 詳しい - 検索エンジンの結果から特定のサイトをブロックする,ユーザーが不要な検索結果を除外できるように支援する。 カスタム入力ブロック サイト。形式-zhihu -baidu Google 検索コンテンツをブロックするために使用されます + 検索エンジンの結果から特定のサイトをブロックする,ユーザーが不要な検索結果を除外できるようにする。 カスタム入力ブロック サイト。形式-zhihu -baidu Google 検索コンテンツをブロックするために使用されます size @@ -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,コードをコピーする,スクリプトのダウンロード,秒までの正確な時間,ホームページのクリーンアップ,ワンクリックレポートについて話し合う,スクリプトリストジャンプコード追加ダウンロード コードの表示とコード参照ファイルの表示を美しくする,スクリプトアイコンを表示,アダルト スクリプトやその他の操作にジャンプします size @@ -996,7 +996,7 @@ 詳しい - スクリプトまたは参加しているディスカッションに対して新しい返信があったとき,スクリプトは、Web ページ上のモーダル ウィンドウに最新のディスカッション コンテンツを表示します。。 + あなたのスクリプトまたはあなたが参加しているディスカッションに対して新しい返信があったとき,スクリプトは、Web ページ上のモーダル ウィンドウに最新のディスカッション コンテンツを表示します。。 size @@ -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질서정연한 스크립트 보기Github:@ChinaGodMan
GreasyFork질서정연한 스크립트 보기
GreasyFork Total Installs -Total Daily Installs +Total Daily Installs Scripts Count
Good Ratings Ok Ratings @@ -68,7 +68,7 @@ 상세한 - 허락하다 ChatGPT 코드 글꼴 크기가 작아집니다. + 허락하다 ChatGPT 코드 상자의 글꼴 크기가 작아집니다. size @@ -96,7 +96,7 @@ 상세한 - 존재하다 chatgpt.com 상단 코드 블록의 오른쪽 하단에 애니메이션을 추가합니다.“코드 복사”단추 + 존재하다 chatgpt.com 상단 코드 블록의 오른쪽 하단에 애니메이션이 포함된 애니메이션을 추가합니다.“코드 복사”단추 size @@ -124,7 +124,7 @@ 상세한 - 添加一캐릭터计数器到输入框,제한됨 32732 캐릭터。(ChatGPT 한도는 32732 个字符。) + 添加一문자计数器到输入框,로 제한됨 32732 문자。(ChatGPT 한도는 32732 个字符。) size @@ -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 @@ 상세한 - 내가 보낸 긴 메시지를 자동으로 접습니다.,화면 공간 절약。채팅 창의 최대 너비를 설정할 수 있습니다.,긴 메시지가 지정된 범위를 초과하지 않도록 유지。 + 귀하가 보낸 긴 메시지를 자동으로 접습니다.,화면 공간 절약。채팅 창의 최대 너비를 설정할 수 있습니다.,긴 메시지가 지정된 범위를 초과하지 않도록 유지。 size @@ -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 체재,더 나은 시각 효과와 사용자 경험 제공。 size @@ -494,7 +494,7 @@ size -
설치 +
설치하다
@@ -828,7 +828,7 @@ 상세한 - 이 스크립트를 사용하면 스크립트 동기화 정보를 빠르게 입력할 수 있습니다.,여러 국가의 언어 코드를 일괄 추가하세요.,선택 상자를 하나씩 클릭하여 해당 URL로 이동하는 대신。 + 이 스크립트를 사용하면 스크립트 동기화 정보를 빠르게 입력할 수 있습니다.,여러 국가의 언어 코드를 일괄 추가합니다.,선택 상자를 하나씩 클릭하여 해당 URL로 이동하는 대신。 size @@ -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 번역 아이콘,이 버전은 중국어 번역 버전입니다.,외국어만 중국어로 번역하세요,자동 번역 추가 size @@ -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: Adam Lui 리우잔펑 :+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ựGithub:@ChinaGodMan
GreasyForkXem kịch bản theo thứ tự
GreasyFork Total Installs -Total Daily Installs +Total Daily Installs Scripts Count
Good Ratings Ok Ratings @@ -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 size @@ -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 size @@ -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。 size @@ -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。 size @@ -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.。 size @@ -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 size @@ -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 @@ - 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。 size @@ -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 size @@ -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 程式碼框內字體變小 size @@ -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 @@ -483,7 +483,7 @@ - GitHub 文件清單美化器
+ GitHub 文件列表美化器
GitHub @@ -800,7 +800,7 @@ 詳細 - 使用Chart.js獲取和可視化獲取用戶腳本數據,並在使用者個人主頁產生圖表在下方顯示詳細安裝狀況 + 使用Chart.js獲取和可視化獲取用戶腳本數據,並在使用者個人主頁產生圖表在下方顯示詳細安裝情況 size @@ -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 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 = `
` const targetUrl = `https://ossinsight.io/analyze/${owner}/${repo}` const title = `[${repo}]\n ${translate.deleteRepo}` if (element) { diff --git a/greasyfork-markdown-toolbar.user.js b/greasyfork-markdown-toolbar.user.js index 3785bedc3..6146bedf2 100644 --- a/greasyfork-markdown-toolbar.user.js +++ b/greasyfork-markdown-toolbar.user.js @@ -87,6 +87,7 @@ // @include https://greasyfork.org/*script_versions/new* // @include https://greasyfork.org/*/conversations/* // @include https://greasyfork.org/*/users/edit +// @include https://greasyfork.org/*/reports/new* // @grant GM_addStyle // @run-at document-start // @version 2.0.5 diff --git a/pythonscr/copy_js_files.py b/pythonscr/copy_js_files.py index c16cea7ad..0a2efa5c3 100644 --- a/pythonscr/copy_js_files.py +++ b/pythonscr/copy_js_files.py @@ -11,6 +11,11 @@ for file in changed_files: if file.endswith('.js'): file_path = os.path.join(os.getcwd(), file) + if "Script details" in file_path: + print(f"处理文件: {file_path}") + else: + print(f"跳过文件: {file_path}") + continue if os.path.exists(file_path): file_name = os.path.basename(file) found = any(script['path'] == diff --git a/pythonscr/merge-change-history/main-bak.py b/pythonscr/merge-change-history/main-bak.py deleted file mode 100644 index 382ae22e2..000000000 --- a/pythonscr/merge-change-history/main-bak.py +++ /dev/null @@ -1,121 +0,0 @@ -import os -import json -import re -import markdown # 确保导入 markdown 模块 -import subprocess -import time - - -def is_file_updated_more_than(file_path, timeout_minutes): - try: - # 使用 git log 获取文件的最后提交时间(Unix 时间戳) - result = subprocess.run( - ['git', 'log', '-1', '--format=%ct', file_path], - capture_output=True, text=True, check=True - ) - last_commit_time = int(result.stdout.strip()) - - # 获取当前时间的 Unix 时间戳 - current_time = int(time.time()) - - # 计算时间差(分钟) - time_diff_minutes = (current_time - last_commit_time) / 60 - - # 检查文件是否在超时时间之前被更新 - return time_diff_minutes > timeout_minutes - except subprocess.CalledProcessError as e: - print(f"错误: 无法获取提交时间 - {file_path}") - return None -# 定义分隔符和 JSON 文件路径 -SEPARATOR = 'https://media.chatgptautorefresh.com/images/separators/gradient-aqua.png?latest">' -json_file_path = 'docs/ScriptsPath.json' - -def md_to_html(md_file): - # 检查 Markdown 文件是否存在 - if not os.path.isfile(md_file): - print(f"文件 {md_file} 不存在。") - return None - - # 读取 Markdown 文件内容 - with open(md_file, 'r', encoding='utf-8') as f: - md_text = f.read() - - # 将 Markdown 转换为 HTML - html_text = markdown.markdown(md_text, extensions=['tables']) - - # 返回 HTML 文本字符串 - return html_text - -# 读取 JSON 文件 -with open(json_file_path, 'r', encoding='utf-8') as json_file: - data = json.load(json_file) - -# 遍历 JSON 数据中的每个脚本信息 -for script in data['scripts']: - backuppath = script.get('backuppath', '') - name = script.get('name', '') - description = script.get('description', '') - greasyfork_id = script.get('GreasyFork', '') - - # 检查 Change history/README.md 文件是否存在并转化为 HTML - readme_path = os.path.join(backuppath, "Change history", "README.md") - - readme_html = '' - if os.path.isfile(readme_path): - if is_file_updated_more_than(readme_path, 5): - print(f"合并历史:更新日志没有修改!跳过文件 {readme_path} ") - continue - readme_html = "
更新记录"+md_to_html(readme_path)+"
" - - # 检查 preview 图片是否存在 - img_path = os.path.join(backuppath, "preview", "statshistory.png") - img_tag = '' - isAddImage = True#添加历史安装图片 - if isAddImage:#if os.path.exists(img_path): - # img_tag = f'' - img_tag = f'' - #img_tag = f'' - # ?t=1861894861 - - # 准备要添加或替换的 HTML 代码 - html_content = f""" -
-

{name}

-

「 {description} 」

- Views -

Download:Github | ⭐Greasy - Fork

{readme_html} - {img_tag} -
-""" - - # 检查 backuppath 是否存在 - if backuppath and os.path.exists(backuppath): - # 遍历 backuppath 目录下的所有 .md 文件 - for file_name in os.listdir(backuppath): - if file_name.lower().endswith('.md'): - file_path = os.path.join(backuppath, file_name) - with open(file_path, 'r', encoding='utf-8') as file: - content = file.read() - - if SEPARATOR in content: - # 找到分隔符位置 - separator_index = content.index(SEPARATOR) + len(SEPARATOR) - after_separator = content[separator_index:] - - # 使用正则表达式匹配
.*?
- match = re.search(r'
.*?
', after_separator, re.DOTALL) - - if match: - # 如果匹配成功,替换匹配的内容为新的 HTML 代码 - content = content[:separator_index] + re.sub(r'
.*?
', html_content.strip(), after_separator, flags=re.DOTALL) - print(f"文档头部描述已替换: {file_path}") - else: - # 如果没有匹配成功,在分隔符下添加新的 HTML 代码 - content = content[:separator_index] + "\n" + html_content.strip() + after_separator - print(f"文档头部描述已添加: {file_path}") - - # 将修改后的内容写回文件 - with open(file_path, 'w', encoding='utf-8') as file: - file.write(content) diff --git a/pythonscr/merge-change-history/main.py b/pythonscr/merge-change-history/main.py index ba9b28b03..55ad5086a 100644 --- a/pythonscr/merge-change-history/main.py +++ b/pythonscr/merge-change-history/main.py @@ -55,8 +55,10 @@ def md_to_html(md_file): backup_readme_path = os.path.join(backuppath, 'Change history/README.md') his= get_file_description(os.path.join(backuppath, "README.md"), start_tag, end_tag) if "\n"+his+"\n" == html_content: - print(f"----[{script.get('name', '')}]\033[91m 更新日志没有改变,拒绝写入!\033[0m") + #print(f"----[{script.get('name', '')}]\033[91m 更新日志没有改变,拒绝写入!\033[0m") continue + else: + print(f"----[\033[94m{script.get('name', '')}\033[0m]\033[92m 头部描述改变,执行替换!\033[0m") for file_name in os.listdir(backuppath): if file_name.lower().endswith('.md'): file_path = os.path.join(backuppath, file_name) diff --git a/pythonscr/translate-chinese-to-filelang/main.py b/pythonscr/translate-chinese-to-filelang/main.py index f9abf824d..0cd038348 100644 --- a/pythonscr/translate-chinese-to-filelang/main.py +++ b/pythonscr/translate-chinese-to-filelang/main.py @@ -197,7 +197,7 @@ def translate_and_save(lines, chinese_texts, lang, file_path): def process_file(root, file, lang_code): file_path = os.path.join(root, file) if is_file_updated_more_than(file_path, 30): - print(f"翻译时跳过文件 {file_path},因为文件在5分钟之内没有更新") + print(f"翻译时跳过文件 {file_path},因为文件在30分钟之内没有更新") return # 使用 return 结束当前函数的执行,而不是 continue print(f"开始处理文件: {file_path},语言代码: {lang_code}") # 读取文件内容 @@ -207,6 +207,9 @@ def process_file(root, file, lang_code): # 保存中文文本的位置信息,跳过黑名单 chinese_texts = [] for line_number, line in enumerate(lines): + if "" - end_tag = "" - new_content = f'\n \n\n### 查看所有发布脚本 \n\n'+descriptions+f'\n
\n\n' - olddescriptions = get_file_description( - cnfile_path, start_tag, end_tag) - if "\n"+olddescriptions+"\n\n" == 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") - for file in os.listdir(backuppath): - if file.endswith('.md'): - file_path = os.path.join(backuppath, file) - # 针对所有脚本 - target_file = file_path - - process_markdown(new_content,target_file,start_tag,end_tag, 'tail' ,False,'docs/ScriptsPath.json') + relatedscripts = script.get('relatedscripts') + if relatedscripts: + + if relatedscripts not in related_scripts_map: + related_scripts_map[relatedscripts] = [] + + + related_scripts_map[relatedscripts].append(relatedscripts) + for script in scripts: + for key, value in related_scripts_map.items(): + #print(f"{key}") + start_tag = f"" + end_tag = f"" + #print(end_tag) + process_script(script, scripts, start_tag, end_tag,key) if __name__ == "__main__": main() diff --git a/pythonscr/update-all-script/main_old.py b/pythonscr/update-all-script/main_old.py new file mode 100644 index 000000000..37b14ee35 --- /dev/null +++ b/pythonscr/update-all-script/main_old.py @@ -0,0 +1,74 @@ +import json +import os +import sys +sys.dont_write_bytecode = True +sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))) +from content_snippet import get_file_description +from writer import process_markdown +from writer import process_file +# 读取JSON文件 +def read_json(file_path): + with open(file_path, 'r', encoding='utf-8') as file: + return json.load(file) +# 根据relatedscripts的id找到对应的脚本 +def find_script_by_greasyfork_id(scripts, greasyfork_id): + for script in scripts: + if str(script.get('GreasyFork')) == str(greasyfork_id): + return script + return None +# 生成描述信息,仅针对当前脚本的relatedscripts +def generate_description(all_scripts): + related_scripts_map = {} + # 遍历所有脚本,收集相同 relatedscripts 的脚本信息 + for script in all_scripts: + relatedscripts_category = script.get('relatedscripts') + if relatedscripts_category: + if relatedscripts_category not in related_scripts_map: + related_scripts_map[relatedscripts_category] = [] + greasyfork_id = script.get('GreasyFork', '未知ID') + name = script.get('name', '未知名称') + description = script.get('description', '无描述') + # 存储相关脚本的信息 + related_scripts_map[relatedscripts_category].append({ + 'name': name, + 'description': description, + 'link': f"https://greasyfork.org/scripts/{greasyfork_id}" + }) + # 生成描述信息 + descriptions = [] + for category, scripts in related_scripts_map.items(): + descriptions.append( + 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
\n\n' + olddescriptions = get_file_description( + cnfile_path, start_tag, end_tag) + if "\n"+olddescriptions+"\n\n" == new_content:#换行符添加上,就这样了能用就行 + print(f"\033[91m 所有相关脚本未变化,当前任务被结束\033[0m") + return + # 遍历每个脚本,处理它的backuppath + for script in scripts: + backuppath = script.get('backuppath', '') + if backuppath and os.path.isdir(backuppath): + print(f"----\033[94m[{script.get('name', '')}]\033[0m\033[92m 所有相关脚本变化,执行替换\033[0m") + for file in os.listdir(backuppath): + if file.endswith('.md'): + file_path = os.path.join(backuppath, file) + #process_markdown(new_content,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-help/HELP.md b/pythonscr/update-help/HELP.md index 0e2219e68..0d3aa1d6a 100644 --- a/pythonscr/update-help/HELP.md +++ b/pythonscr/update-help/HELP.md @@ -14,3 +14,7 @@

更多用户脚本 / 回到顶部↑

+ + + +### 查看所有发布脚本 \ 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 @@ -
- UserScripts - -

人民的勤务员/UserScriptsGithub:@ChinaGodMan

-
脚本来自互联网广大网友,本人仅是做了些许改动.感谢网友 -如有侵权,联系必删,勤务员的脚本可供随意修改.
- - Gmail - -
- -[![GreasyFork][GreasyFork-logo]](https://greasyfork.org/users/1169082-%E4%BA%BA%E6%B0%91%E7%9A%84%E5%8B%A4%E5%8A%A1%E5%91%98?per_page=200) -![Total Installs][Total-Installs] -![Total Daily Installs][Total-Daily-Installs] -![Scripts Count][Scripts-Count] -![Good Ratings][Good-Ratings] -![Ok Ratings][Ok-Ratings] -![Bad Ratings][Bad-Ratings] - -[![forks][forks-logo]][Github-UserScripts] -[![Issue][Issue-logo]](https://github.com/ChinaGodMan/UserScripts/issues) - -![CopyRight][CopyRight-logo] - ---- - -[![stars][stars-logo]][Github-UserScripts] -⭐[Star Me][Github-UserScripts] -⭐[请给我点星][Github-UserScripts] - -**给勤务员加鸡腿** [![](https://img.shields.io/badge/Crazy%20Thur.-V%20me%2050-red?logo=kfc)](https://img.xwyue.com/i/2024/08/02/66ac586a44530.png) - -[GreasyFork-logo]: https://img.shields.io/static/v1?label=%20&message=GreasyFork&logo=greasyfork&logoColor=white&labelColor=%23670000&color=%23670000&style=for-the-badge -[Total-Installs]: https://img.shields.io/badge/dynamic/json?&label=所有脚本总安装数&query=$.totalInstalls&logo=greasyfork&logoColor=white&labelColor=%23670000&color=blue&style=for-the-badge&url=https://github.com/ChinaGodMan/UserScriptsHistory/raw/main/total_installs.json - -[Total-Daily-Installs]: https://img.shields.io/badge/dynamic/json?&label=今日所有脚本安装数&query=$.totalDailyInstalls&logo=greasyfork&logoColor=white&labelColor=%23670000&color=blue&style=for-the-badge&url=https://github.com/ChinaGodMan/UserScriptsHistory/raw/main/total_installs.json -[Scripts-Count]: https://img.shields.io/badge/dynamic/json?&label=脚本数量&query=$.numScripts&logo=greasyfork&logoColor=white&labelColor=%23670000&color=%23670000&style=for-the-badge&url=https://github.com/ChinaGodMan/UserScriptsHistory/raw/main/total_installs.json -[Good-Ratings]: https://img.shields.io/badge/dynamic/json?&label=所有好评&query=$.totalGoodRatings&logo=greasyfork&logoColor=white&labelColor=%23670000&color=4CAF50&style=for-the-badge&url=https://github.com/ChinaGodMan/UserScriptsHistory/raw/main/total_installs.json -[Ok-Ratings]: https://img.shields.io/badge/dynamic/json?&label=所有一般&query=$.totalOkRatings&logo=greasyfork&logoColor=white&labelColor=%23670000&color=FF9800&style=for-the-badge&url=https://github.com/ChinaGodMan/UserScriptsHistory/raw/main/total_installs.json -[Bad-Ratings]: https://img.shields.io/badge/dynamic/json?label=所有差评&query=$.totalBadRatings&logo=greasyfork&logoColor=white&labelColor=%23670000&color=F44336&style=for-the-badge&url=https://github.com/ChinaGodMan/UserScriptsHistory/raw/main/total_installs.json - - -[Github-UserScripts]:https://github.com/ChinaGodMan/UserScripts -[Github-logo]: https://img.shields.io/badge/Github-100000?svg&logo=github&logoColor=white - -[forks-logo]: https://img.shields.io/github/forks/ChinaGodMan/UserScripts?label=复刻&logo=github&logoColor=white&labelColor=black&color=grey&style=for-the-badge "复刻" - - -[stars-logo]: https://img.shields.io/github/stars/ChinaGodMan/UserScripts?label=星标&logo=github&logoColor=white&labelColor=black&color=gold&style=for-the-badge "如果觉得不错,请给我点亮星星" -[Issue-logo]: https://img.shields.io/github/issues/ChinaGodMan/UserScripts?label=问题&logo=github&logoColor=white&labelColor=black&style=for-the-badge "问题" -[license-logo]: https://img.shields.io/github/license/ChinaGodMan/UserScripts?svg&style=flat-square&color=4285dd&logo=github "许可" -[CopyRight-logo]: https://img.shields.io/badge/CopyRight-PeopleOfTheWorld🌏-4285dd?labelColor=FFD700&color=FF69B4 "CopyRight people" - - - - md的都转换为html代码放在联系" alt="Gmail" /> -的下面 \ No newline at end of file diff --git a/pythonscr/update-shields/main.py b/pythonscr/update-shields/main.py index a99d445ce..2098ce0ee 100644 --- a/pythonscr/update-shields/main.py +++ b/pythonscr/update-shields/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, 'SHIELDS.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', []) 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) + start_tag = "" + end_tag = "" + 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 olddescriptions+"\n" == 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/writer.py b/pythonscr/writer.py index 655efbd54..53ba716db 100644 --- a/pythonscr/writer.py +++ b/pythonscr/writer.py @@ -13,6 +13,13 @@ def is_first_commit(file_path): except subprocess.CalledProcessError as e: print(f"错误: 无法获取提交次数 - {file_path}") return False +def is_commit_recent(file_path, minutes): + last_commit_time = get_last_git_commit_time(file_path) + current_time = datetime.now() + if current_time - last_commit_time > timedelta(minutes=minutes): + return False + else: + return True def get_last_git_commit_time(file_path): """获取文件的最后一次 git 提交时间""" try: @@ -113,16 +120,16 @@ def should_process_file(file_path, skip_time_check, writer_path, history_true, s return True # 提交时间在 5 分钟以内,继续处理文件 # 检查文件名是否包含 "Change history" if "Change history" in file_path: - print(f"\033[91m 文件被跳过: {file_path}(包含 'Change history')\033[0m") + #print(f"\033[91m 文件被跳过: {file_path}(包含 'Change history')\033[0m") return False if "Change history" in writer_path: - print(f"\033[91m 文件被跳过: {writer_path}(包含 'Change history')\033[0m") + #print(f"\033[91m 文件被跳过: {writer_path}(包含 'Change history')\033[0m") return False if is_first_commit(writer_path): - print(f"\033[91m 首次提交,直接添加........。...\033[0m") + #print(f"\033[91m 首次提交,直接添加........。...\033[0m") return True if is_md_empty(writer_path, start_tag, end_tag): - print(f"\033[91m 标志之间无内容直接添加.\033[0m") + #print(f"\033[91m 标志之间无内容直接添加.\033[0m") return True # 没有内容,返回 True # 如果指定了跳过时间检查,直接处理文件 if skip_time_check: @@ -131,7 +138,7 @@ def should_process_file(file_path, skip_time_check, writer_path, history_true, s return True # 如果无法获取提交时间,默认继续处理 # 如果最后一次提交时间距离现在大于 5 分钟,跳过处理 if current_time - last_commit_time > timedelta(minutes=5): - print(f"\033[91m 文件被跳过: {file_path}(最后一次提交时间大于5分钟)\033[0m") + #print(f"\033[91m 文件被跳过: {file_path}(最后一次提交时间大于5分钟)\033[0m") return False return True def process_markdown(new_content, target_file, start_tag, end_tag, insert_position='tail', skip_time_check=False, check_file=None, history_true=False): diff --git "a/pythonscr/\350\277\230\345\216\237\344\270\213\350\275\275\351\223\276\346\216\245/\350\277\230\345\216\237\344\270\213\350\275\275\351\223\276\346\216\245.py" "b/pythonscr/\350\277\230\345\216\237\344\270\213\350\275\275\351\223\276\346\216\245/\350\277\230\345\216\237\344\270\213\350\275\275\351\223\276\346\216\245.py" deleted file mode 100644 index b0078ec12..000000000 --- "a/pythonscr/\350\277\230\345\216\237\344\270\213\350\275\275\351\223\276\346\216\245/\350\277\230\345\216\237\344\270\213\350\275\275\351\223\276\346\216\245.py" +++ /dev/null @@ -1,196 +0,0 @@ -import os -from html import escape -from urllib.parse import quote - -# GitHub 仓库的原始文件 URL -repo_url = 'https://raw.githubusercontent.com/ChinaGodMan/UserScripts/main/' - -def read_gitignore(directory): - gitignore_path = os.path.join(directory, '.gitignore') - ignore_patterns = [] - - if os.path.isfile(gitignore_path): - with open(gitignore_path, 'r', encoding='utf-8') as f: - ignore_patterns = [line.strip() for line in f if line.strip() and not line.startswith('#')] - - return ignore_patterns - -def matches_ignore_patterns(filename, patterns): - from fnmatch import fnmatch - return any(fnmatch(filename, pattern) for pattern in patterns) - -def generate_tree(dir_path, relative_path='', level=0, search_query=None, ignore_patterns=None): - # 定义层级颜色 - background_colors = ['#CCE5FF', '#D4EDDA', '#FFF3CD', '#F8D7DA'] - title_colors = ['#0033cc', '#006400', '#ffcc00', '#cc0000'] - - bg_color = background_colors[level % len(background_colors)] - title_color = title_colors[level % len(title_colors)] - - html = f'
    ' - 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''' -
  • -
    - {escape(entry.name)} - {subtree_html} -
    -
  • - ''' - elif entry.is_file(): - if not matches_ignore_patterns(entry.name, ignore_patterns): - file_relative_path = os.path.join(relative_path, entry.name) - file_link = f'{repo_url}{quote(file_relative_path.replace(os.path.sep, "/"))}' - if search_query is None or search_query.lower() in entry.name.lower(): - files.append(f''' - - {escape(entry.name)} - - - 路径: {escape(file_relative_path)} - - ''') - - if files: - html += '
  • ' - html += '' - html += '' - html += ''.join(files) - html += '
    文件名复制链接打开链接绝对路径
  • ' - html += '
' - return html - -def generate_html_tree(directory, html_file): - ignore_patterns = read_gitignore(directory) - - tree_html = ''' - - - Folder Tree - - - - -
-
- ''' + generate_tree(directory, '', 0, None, ignore_patterns) + ''' -
-
- -
-
-
- - - ''' - - with open(html_file, 'w', encoding='utf-8') as f: - f.write(tree_html) - -# 使用示例 -script_dir = os.path.dirname(os.path.abspath(__file__)) -output_file = os.path.join(script_dir, 'folder_tree.html') -generate_html_tree('./',output_file) diff --git a/chatgpt-regional-support-checker.user.js "b/\350\207\252\347\224\250\350\204\232\346\234\254/chatgpt-regional-support-checker.user.js" similarity index 100% rename from chatgpt-regional-support-checker.user.js rename to "\350\207\252\347\224\250\350\204\232\346\234\254/chatgpt-regional-support-checker.user.js"