From 735d3e12931f362be47259bf3e0d02514f2ab904 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Jan 2026 02:43:11 +0800 Subject: [PATCH 001/104] chore(deps-dev): bump @stylistic/eslint-plugin from 5.6.1 to 5.7.0 (#241) Signed-off-by: dependabot[bot] --- package-lock.json | 54 +++++++++++++++++++++++++++++++---------------- package.json | 2 +- 2 files changed, 37 insertions(+), 19 deletions(-) diff --git a/package-lock.json b/package-lock.json index e062ac49a..d5ca41f41 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "devDependencies": { "@eslint/json": "^0.14.0", "@eslint/markdown": "^7.5.1", - "@stylistic/eslint-plugin": "^5.6.1", + "@stylistic/eslint-plugin": "^5.7.0", "cz-git": "^1.12.0", "czg": "^1.12.0", "eslint": "^9.39.2", @@ -41,9 +41,9 @@ } }, "node_modules/@eslint-community/eslint-utils": { - "version": "4.9.0", - "resolved": "https://registry.npmmirror.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz", - "integrity": "sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==", + "version": "4.9.1", + "resolved": "https://registry.npmmirror.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz", + "integrity": "sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==", "dev": true, "license": "MIT", "dependencies": { @@ -290,16 +290,16 @@ "license": "MIT" }, "node_modules/@stylistic/eslint-plugin": { - "version": "5.6.1", - "resolved": "https://registry.npmmirror.com/@stylistic/eslint-plugin/-/eslint-plugin-5.6.1.tgz", - "integrity": "sha512-JCs+MqoXfXrRPGbGmho/zGS/jMcn3ieKl/A8YImqib76C8kjgZwq5uUFzc30lJkMvcchuRn6/v8IApLxli3Jyw==", + "version": "5.7.0", + "resolved": "https://registry.npmmirror.com/@stylistic/eslint-plugin/-/eslint-plugin-5.7.0.tgz", + "integrity": "sha512-PsSugIf9ip1H/mWKj4bi/BlEoerxXAda9ByRFsYuwsmr6af9NxJL0AaiNXs8Le7R21QR5KMiD/KdxZZ71LjAxQ==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-community/eslint-utils": "^4.9.0", - "@typescript-eslint/types": "^8.47.0", - "eslint-visitor-keys": "^4.2.1", - "espree": "^10.4.0", + "@eslint-community/eslint-utils": "^4.9.1", + "@typescript-eslint/types": "^8.52.0", + "eslint-visitor-keys": "^5.0.0", + "espree": "^11.0.0", "estraverse": "^5.3.0", "picomatch": "^4.0.3" }, @@ -311,13 +311,31 @@ } }, "node_modules/@stylistic/eslint-plugin/node_modules/eslint-visitor-keys": { - "version": "4.2.1", - "resolved": "https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz", - "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==", + "version": "5.0.0", + "resolved": "https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-5.0.0.tgz", + "integrity": "sha512-A0XeIi7CXU7nPlfHS9loMYEKxUaONu/hTEzHTGba9Huu94Cq1hPivf+DE5erJozZOky0LfvXAyrV/tcswpLI0Q==", "dev": true, "license": "Apache-2.0", "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + "node": "^20.19.0 || ^22.13.0 || >=24" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/@stylistic/eslint-plugin/node_modules/espree": { + "version": "11.0.0", + "resolved": "https://registry.npmmirror.com/espree/-/espree-11.0.0.tgz", + "integrity": "sha512-+gMeWRrIh/NsG+3NaLeWHuyeyk70p2tbvZIWBYcqQ4/7Xvars6GYTZNhF1sIeLcc6Wb11He5ffz3hsHyXFrw5A==", + "dev": true, + "license": "BSD-2-Clause", + "dependencies": { + "acorn": "^8.15.0", + "acorn-jsx": "^5.3.2", + "eslint-visitor-keys": "^5.0.0" + }, + "engines": { + "node": "^20.19.0 || ^22.13.0 || >=24" }, "funding": { "url": "https://opencollective.com/eslint" @@ -377,9 +395,9 @@ "license": "MIT" }, "node_modules/@typescript-eslint/types": { - "version": "8.47.0", - "resolved": "https://registry.npmmirror.com/@typescript-eslint/types/-/types-8.47.0.tgz", - "integrity": "sha512-nHAE6bMKsizhA2uuYZbEbmp5z2UpffNrPEqiKIeN7VsV6UY/roxanWfoRrf6x/k9+Obf+GQdkm0nPU+vnMXo9A==", + "version": "8.52.0", + "resolved": "https://registry.npmmirror.com/@typescript-eslint/types/-/types-8.52.0.tgz", + "integrity": "sha512-LWQV1V4q9V4cT4H5JCIx3481iIFxH1UkVk+ZkGGAV1ZGcjGI9IoFOfg3O6ywz8QqCDEp7Inlg6kovMofsNRaGg==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index f684e8772..eeb98acc0 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "devDependencies": { "@eslint/json": "^0.14.0", "@eslint/markdown": "^7.5.1", - "@stylistic/eslint-plugin": "^5.6.1", + "@stylistic/eslint-plugin": "^5.7.0", "cz-git": "^1.12.0", "czg": "^1.12.0", "eslint": "^9.39.2", From 30483e634b31128e6f1c308736fca52a0c767f95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 02:44:34 +0800 Subject: [PATCH 002/104] chore(deps-dev): bump prettier from 3.7.4 to 3.8.0 (#242) Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d5ca41f41..f096db9ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "eslint-plugin-yml": "^1.19.1", "husky": "^9.1.7", "lint-staged": "^16.2.7", - "prettier": "^3.7.4" + "prettier": "^3.8.0" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -3904,9 +3904,9 @@ } }, "node_modules/prettier": { - "version": "3.7.4", - "resolved": "https://registry.npmmirror.com/prettier/-/prettier-3.7.4.tgz", - "integrity": "sha512-v6UNi1+3hSlVvv8fSaoUbggEM5VErKmmpGA7Pl3HF8V6uKY7rvClBOJlH6yNwQtfTueNkGVpOv/mtWL9L4bgRA==", + "version": "3.8.0", + "resolved": "https://registry.npmmirror.com/prettier/-/prettier-3.8.0.tgz", + "integrity": "sha512-yEPsovQfpxYfgWNhCfECjG5AQaO+K3dp6XERmOepyPDVqcJm+bjyCVO3pmU+nAPe0N5dDvekfGezt/EIiRe1TA==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index eeb98acc0..1878267b6 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "eslint-plugin-yml": "^1.19.1", "husky": "^9.1.7", "lint-staged": "^16.2.7", - "prettier": "^3.7.4" + "prettier": "^3.8.0" }, "scripts": { "prepare": "husky", From a50c54c8b08e340c538d459f74f014c3ab1dc552 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 04:18:32 +0800 Subject: [PATCH 003/104] chore(deps-dev): bump eslint-plugin-yml from 1.19.1 to 3.0.0 (#244) Signed-off-by: dependabot[bot] --- package-lock.json | 128 ++++++++++++++++++++++++++-------------------- package.json | 2 +- 2 files changed, 74 insertions(+), 56 deletions(-) diff --git a/package-lock.json b/package-lock.json index f096db9ce..a649b3ba0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "eslint-plugin-import": "^2.32.0", "eslint-plugin-regexp": "^2.10.0", "eslint-plugin-userscripts": "^0.5.6", - "eslint-plugin-yml": "^1.19.1", + "eslint-plugin-yml": "^3.0.0", "husky": "^9.1.7", "lint-staged": "^16.2.7", "prettier": "^3.8.0" @@ -1039,13 +1039,13 @@ } }, "node_modules/diff-sequences": { - "version": "27.5.1", - "resolved": "https://registry.npmmirror.com/diff-sequences/-/diff-sequences-27.5.1.tgz", - "integrity": "sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ==", + "version": "29.6.3", + "resolved": "https://registry.npmmirror.com/diff-sequences/-/diff-sequences-29.6.3.tgz", + "integrity": "sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==", "dev": true, "license": "MIT", "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, "node_modules/doctrine": { @@ -1317,35 +1317,6 @@ } } }, - "node_modules/eslint-compat-utils": { - "version": "0.6.4", - "resolved": "https://registry.npmmirror.com/eslint-compat-utils/-/eslint-compat-utils-0.6.4.tgz", - "integrity": "sha512-/u+GQt8NMfXO8w17QendT4gvO5acfxQsAKirAt0LVxDnr2N8YLCVbregaNc/Yhp7NM128DwCaRvr8PLDfeNkQw==", - "dev": true, - "license": "MIT", - "dependencies": { - "semver": "^7.5.4" - }, - "engines": { - "node": ">=12" - }, - "peerDependencies": { - "eslint": ">=6.0.0" - } - }, - "node_modules/eslint-compat-utils/node_modules/semver": { - "version": "7.6.3", - "resolved": "https://registry.npmmirror.com/semver/-/semver-7.6.3.tgz", - "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", - "dev": true, - "license": "ISC", - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, "node_modules/eslint-import-resolver-node": { "version": "0.3.9", "resolved": "https://registry.npmmirror.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz", @@ -1492,27 +1463,68 @@ } }, "node_modules/eslint-plugin-yml": { - "version": "1.19.1", - "resolved": "https://registry.npmmirror.com/eslint-plugin-yml/-/eslint-plugin-yml-1.19.1.tgz", - "integrity": "sha512-bYkOxyEiXh9WxUhVYPELdSHxGG5pOjCSeJOVkfdIyj6tuiHDxrES2WAW1dBxn3iaZQey57XflwLtCYRcNPOiOg==", + "version": "3.0.0", + "resolved": "https://registry.npmmirror.com/eslint-plugin-yml/-/eslint-plugin-yml-3.0.0.tgz", + "integrity": "sha512-kuAW6o3hlFHyF5p7TLon+AtvNWnsvRrb88pqywGMSCEqAP5d1gOMvNGgWLVlKHqmx5RbFhQLcxFDGmS4IU9DwA==", "dev": true, "license": "MIT", "dependencies": { + "@eslint/core": "^1.0.1", + "@eslint/plugin-kit": "^0.5.1", "debug": "^4.3.2", - "diff-sequences": "^27.5.1", - "escape-string-regexp": "4.0.0", - "eslint-compat-utils": "^0.6.0", + "diff-sequences": "^29.0.0", + "escape-string-regexp": "5.0.0", "natural-compare": "^1.4.0", - "yaml-eslint-parser": "^1.2.1" + "yaml-eslint-parser": "^2.0.0" }, "engines": { - "node": "^14.17.0 || >=16.0.0" + "node": "^20.19.0 || ^22.13.0 || >=24.0.0" }, "funding": { "url": "https://github.com/sponsors/ota-meshi" }, "peerDependencies": { - "eslint": ">=6.0.0" + "eslint": ">=9.38.0" + } + }, + "node_modules/eslint-plugin-yml/node_modules/@eslint/core": { + "version": "1.0.1", + "resolved": "https://registry.npmmirror.com/@eslint/core/-/core-1.0.1.tgz", + "integrity": "sha512-r18fEAj9uCk+VjzGt2thsbOmychS+4kxI14spVNibUO2vqKX7obOG+ymZljAwuPZl+S3clPGwCwTDtrdqTiY6Q==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@types/json-schema": "^7.0.15" + }, + "engines": { + "node": "^20.19.0 || ^22.13.0 || >=24" + } + }, + "node_modules/eslint-plugin-yml/node_modules/@eslint/plugin-kit": { + "version": "0.5.1", + "resolved": "https://registry.npmmirror.com/@eslint/plugin-kit/-/plugin-kit-0.5.1.tgz", + "integrity": "sha512-hZ2uC1jbf6JMSsF2ZklhRQqf6GLpYyux6DlzegnW/aFlpu6qJj5GO7ub7WOETCrEl6pl6DAX7RgTgj/fyG+6BQ==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@eslint/core": "^1.0.1", + "levn": "^0.4.1" + }, + "engines": { + "node": "^20.19.0 || ^22.13.0 || >=24" + } + }, + "node_modules/eslint-plugin-yml/node_modules/escape-string-regexp": { + "version": "5.0.0", + "resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz", + "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/eslint-scope": { @@ -2637,12 +2649,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", - "dev": true - }, "node_modules/lodash.merge": { "version": "4.6.2", "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", @@ -4862,23 +4868,35 @@ } }, "node_modules/yaml-eslint-parser": { - "version": "1.2.3", - "resolved": "https://registry.npmmirror.com/yaml-eslint-parser/-/yaml-eslint-parser-1.2.3.tgz", - "integrity": "sha512-4wZWvE398hCP7O8n3nXKu/vdq1HcH01ixYlCREaJL5NUMwQ0g3MaGFUBNSlmBtKmhbtVG/Cm6lyYmSVTEVil8A==", + "version": "2.0.0", + "resolved": "https://registry.npmmirror.com/yaml-eslint-parser/-/yaml-eslint-parser-2.0.0.tgz", + "integrity": "sha512-h0uDm97wvT2bokfwwTmY6kJ1hp6YDFL0nRHwNKz8s/VD1FH/vvZjAKoMUE+un0eaYBSG7/c6h+lJTP+31tjgTw==", "dev": true, "license": "MIT", "dependencies": { - "eslint-visitor-keys": "^3.0.0", - "lodash": "^4.17.21", + "eslint-visitor-keys": "^5.0.0", "yaml": "^2.0.0" }, "engines": { - "node": "^14.17.0 || >=16.0.0" + "node": "^20.19.0 || ^22.13.0 || >=24" }, "funding": { "url": "https://github.com/sponsors/ota-meshi" } }, + "node_modules/yaml-eslint-parser/node_modules/eslint-visitor-keys": { + "version": "5.0.0", + "resolved": "https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-5.0.0.tgz", + "integrity": "sha512-A0XeIi7CXU7nPlfHS9loMYEKxUaONu/hTEzHTGba9Huu94Cq1hPivf+DE5erJozZOky0LfvXAyrV/tcswpLI0Q==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": "^20.19.0 || ^22.13.0 || >=24" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, "node_modules/yocto-queue": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", diff --git a/package.json b/package.json index 1878267b6..9be81bd01 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "eslint-plugin-import": "^2.32.0", "eslint-plugin-regexp": "^2.10.0", "eslint-plugin-userscripts": "^0.5.6", - "eslint-plugin-yml": "^1.19.1", + "eslint-plugin-yml": "^3.0.0", "husky": "^9.1.7", "lint-staged": "^16.2.7", "prettier": "^3.8.0" From 7c2cc339c0b6d537af83f865f10591fe5f09ea5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 02:47:05 +0800 Subject: [PATCH 004/104] chore(deps): bump actions/setup-python from 6.1.0 to 6.2.0 (#245) Signed-off-by: dependabot[bot] --- .github/workflows/SyncDoc.yml | 2 +- .github/workflows/SyncGreasyFork.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/SyncDoc.yml b/.github/workflows/SyncDoc.yml index 04ba58bf6..2840eaf1f 100644 --- a/.github/workflows/SyncDoc.yml +++ b/.github/workflows/SyncDoc.yml @@ -27,7 +27,7 @@ jobs: node-version: "20.18.0" - name: 设置 Python - uses: actions/setup-python@v6.1.0 + uses: actions/setup-python@v6.2.0 with: python-version: "3.12.4" diff --git a/.github/workflows/SyncGreasyFork.yml b/.github/workflows/SyncGreasyFork.yml index 3ceeb3e5b..a6df98e2d 100644 --- a/.github/workflows/SyncGreasyFork.yml +++ b/.github/workflows/SyncGreasyFork.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v6 - name: 设置 Python - uses: actions/setup-python@v6.1.0 + uses: actions/setup-python@v6.2.0 with: python-version: "3.12.4" From 861588673077ceb9dfae87e7e677e5ec13a53a4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 02:47:23 +0800 Subject: [PATCH 005/104] chore(deps-dev): bump prettier from 3.8.0 to 3.8.1 (#246) Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a649b3ba0..e7adc5d96 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "eslint-plugin-yml": "^3.0.0", "husky": "^9.1.7", "lint-staged": "^16.2.7", - "prettier": "^3.8.0" + "prettier": "^3.8.1" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -3910,9 +3910,9 @@ } }, "node_modules/prettier": { - "version": "3.8.0", - "resolved": "https://registry.npmmirror.com/prettier/-/prettier-3.8.0.tgz", - "integrity": "sha512-yEPsovQfpxYfgWNhCfECjG5AQaO+K3dp6XERmOepyPDVqcJm+bjyCVO3pmU+nAPe0N5dDvekfGezt/EIiRe1TA==", + "version": "3.8.1", + "resolved": "https://registry.npmmirror.com/prettier/-/prettier-3.8.1.tgz", + "integrity": "sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 9be81bd01..f13fe2b13 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "eslint-plugin-yml": "^3.0.0", "husky": "^9.1.7", "lint-staged": "^16.2.7", - "prettier": "^3.8.0" + "prettier": "^3.8.1" }, "scripts": { "prepare": "husky", From 6cd250c4268f6cf77d2e64a916fcb5b903d4752c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 02:47:30 +0800 Subject: [PATCH 006/104] chore(deps-dev): bump eslint-plugin-regexp from 2.10.0 to 3.0.0 (#247) Signed-off-by: dependabot[bot] --- package-lock.json | 22 +++++++++++----------- package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index e7adc5d96..d4c7d68e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "czg": "^1.12.0", "eslint": "^9.39.2", "eslint-plugin-import": "^2.32.0", - "eslint-plugin-regexp": "^2.10.0", + "eslint-plugin-regexp": "^3.0.0", "eslint-plugin-userscripts": "^0.5.6", "eslint-plugin-yml": "^3.0.0", "husky": "^9.1.7", @@ -1412,25 +1412,25 @@ } }, "node_modules/eslint-plugin-regexp": { - "version": "2.10.0", - "resolved": "https://registry.npmmirror.com/eslint-plugin-regexp/-/eslint-plugin-regexp-2.10.0.tgz", - "integrity": "sha512-ovzQT8ESVn5oOe5a7gIDPD5v9bCSjIFJu57sVPDqgPRXicQzOnYfFN21WoQBQF18vrhT5o7UMKFwJQVVjyJ0ng==", + "version": "3.0.0", + "resolved": "https://registry.npmmirror.com/eslint-plugin-regexp/-/eslint-plugin-regexp-3.0.0.tgz", + "integrity": "sha512-iW7hgAV8NOG6E2dz+VeKpq67YLQ9jaajOKYpoOSic2/q8y9BMdXBKkSR9gcMtbqEhNQzdW41E3wWzvhp8ExYwQ==", "dev": true, "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.11.0", "comment-parser": "^1.4.0", - "jsdoc-type-pratt-parser": "^4.0.0", + "jsdoc-type-pratt-parser": "^7.0.0", "refa": "^0.12.1", "regexp-ast-analysis": "^0.7.1", "scslre": "^0.3.0" }, "engines": { - "node": "^18 || >=20" + "node": "^20.19.0 || ^22.13.0 || >=24" }, "peerDependencies": { - "eslint": ">=8.44.0" + "eslint": ">=9.38.0" } }, "node_modules/eslint-plugin-userscripts": { @@ -2528,13 +2528,13 @@ } }, "node_modules/jsdoc-type-pratt-parser": { - "version": "4.1.0", - "resolved": "https://registry.npmmirror.com/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-4.1.0.tgz", - "integrity": "sha512-Hicd6JK5Njt2QB6XYFS7ok9e37O8AYk3jTcppG4YVQnYjOemymvTcmc7OWsmq/Qqj5TdRFO5/x/tIPmBeRtGHg==", + "version": "7.1.0", + "resolved": "https://registry.npmmirror.com/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-7.1.0.tgz", + "integrity": "sha512-SX7q7XyCwzM/MEDCYz0l8GgGbJAACGFII9+WfNYr5SLEKukHWRy2Jk3iWRe7P+lpYJNs7oQ+OSei4JtKGUjd7A==", "dev": true, "license": "MIT", "engines": { - "node": ">=12.0.0" + "node": ">=20.0.0" } }, "node_modules/json-buffer": { diff --git a/package.json b/package.json index f13fe2b13..6551f2b81 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "czg": "^1.12.0", "eslint": "^9.39.2", "eslint-plugin-import": "^2.32.0", - "eslint-plugin-regexp": "^2.10.0", + "eslint-plugin-regexp": "^3.0.0", "eslint-plugin-userscripts": "^0.5.6", "eslint-plugin-yml": "^3.0.0", "husky": "^9.1.7", From eb93d8421c9333cd06016960579ce72c2ff7cbdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Jan 2026 02:44:38 +0800 Subject: [PATCH 007/104] chore(deps-dev): bump @stylistic/eslint-plugin from 5.7.0 to 5.7.1 (#248) Signed-off-by: dependabot[bot] --- package-lock.json | 46 ++++++++++++++-------------------------------- package.json | 2 +- 2 files changed, 15 insertions(+), 33 deletions(-) diff --git a/package-lock.json b/package-lock.json index d4c7d68e9..22a4a88cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "devDependencies": { "@eslint/json": "^0.14.0", "@eslint/markdown": "^7.5.1", - "@stylistic/eslint-plugin": "^5.7.0", + "@stylistic/eslint-plugin": "^5.7.1", "cz-git": "^1.12.0", "czg": "^1.12.0", "eslint": "^9.39.2", @@ -290,16 +290,16 @@ "license": "MIT" }, "node_modules/@stylistic/eslint-plugin": { - "version": "5.7.0", - "resolved": "https://registry.npmmirror.com/@stylistic/eslint-plugin/-/eslint-plugin-5.7.0.tgz", - "integrity": "sha512-PsSugIf9ip1H/mWKj4bi/BlEoerxXAda9ByRFsYuwsmr6af9NxJL0AaiNXs8Le7R21QR5KMiD/KdxZZ71LjAxQ==", + "version": "5.7.1", + "resolved": "https://registry.npmmirror.com/@stylistic/eslint-plugin/-/eslint-plugin-5.7.1.tgz", + "integrity": "sha512-zjTUwIsEfT+k9BmXwq1QEFYsb4afBlsI1AXFyWQBgggMzwBFOuu92pGrE5OFx90IOjNl+lUbQoTG7f8S0PkOdg==", "dev": true, "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.9.1", - "@typescript-eslint/types": "^8.52.0", - "eslint-visitor-keys": "^5.0.0", - "espree": "^11.0.0", + "@typescript-eslint/types": "^8.53.1", + "eslint-visitor-keys": "^4.2.1", + "espree": "^10.4.0", "estraverse": "^5.3.0", "picomatch": "^4.0.3" }, @@ -311,31 +311,13 @@ } }, "node_modules/@stylistic/eslint-plugin/node_modules/eslint-visitor-keys": { - "version": "5.0.0", - "resolved": "https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-5.0.0.tgz", - "integrity": "sha512-A0XeIi7CXU7nPlfHS9loMYEKxUaONu/hTEzHTGba9Huu94Cq1hPivf+DE5erJozZOky0LfvXAyrV/tcswpLI0Q==", + "version": "4.2.1", + "resolved": "https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz", + "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==", "dev": true, "license": "Apache-2.0", "engines": { - "node": "^20.19.0 || ^22.13.0 || >=24" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/@stylistic/eslint-plugin/node_modules/espree": { - "version": "11.0.0", - "resolved": "https://registry.npmmirror.com/espree/-/espree-11.0.0.tgz", - "integrity": "sha512-+gMeWRrIh/NsG+3NaLeWHuyeyk70p2tbvZIWBYcqQ4/7Xvars6GYTZNhF1sIeLcc6Wb11He5ffz3hsHyXFrw5A==", - "dev": true, - "license": "BSD-2-Clause", - "dependencies": { - "acorn": "^8.15.0", - "acorn-jsx": "^5.3.2", - "eslint-visitor-keys": "^5.0.0" - }, - "engines": { - "node": "^20.19.0 || ^22.13.0 || >=24" + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, "funding": { "url": "https://opencollective.com/eslint" @@ -395,9 +377,9 @@ "license": "MIT" }, "node_modules/@typescript-eslint/types": { - "version": "8.52.0", - "resolved": "https://registry.npmmirror.com/@typescript-eslint/types/-/types-8.52.0.tgz", - "integrity": "sha512-LWQV1V4q9V4cT4H5JCIx3481iIFxH1UkVk+ZkGGAV1ZGcjGI9IoFOfg3O6ywz8QqCDEp7Inlg6kovMofsNRaGg==", + "version": "8.53.1", + "resolved": "https://registry.npmmirror.com/@typescript-eslint/types/-/types-8.53.1.tgz", + "integrity": "sha512-jr/swrr2aRmUAUjW5/zQHbMaui//vQlsZcJKijZf3M26bnmLj8LyZUpj8/Rd6uzaek06OWsqdofN/Thenm5O8A==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 6551f2b81..4c2f4b8e4 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "devDependencies": { "@eslint/json": "^0.14.0", "@eslint/markdown": "^7.5.1", - "@stylistic/eslint-plugin": "^5.7.0", + "@stylistic/eslint-plugin": "^5.7.1", "cz-git": "^1.12.0", "czg": "^1.12.0", "eslint": "^9.39.2", From 40e01ff8a595bcd94e7fe4c18269191203789969 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=BA=E6=B0=91=E7=9A=84=E5=8B=A4=E5=8A=A1=E5=91=98?= Date: Tue, 27 Jan 2026 12:30:15 +0800 Subject: [PATCH 008/104] =?UTF-8?q?chore:=20=E4=BF=AE=E6=AD=A3=E4=B8=80?= =?UTF-8?q?=E4=BA=9B=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 删除 `eslint-plugin-yml` --- eslint.config.mjs | 2 -- 1 file changed, 2 deletions(-) diff --git a/eslint.config.mjs b/eslint.config.mjs index e008d243c..28cfeb35c 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -5,7 +5,6 @@ import json from '@eslint/json' import markdown from '@eslint/markdown' import regexp from 'eslint-plugin-regexp' import stylisticJS from '@stylistic/eslint-plugin' -import yml from 'eslint-plugin-yml' import userscripts from 'eslint-plugin-userscripts' export default [ @@ -73,7 +72,6 @@ export default [ 'markdown/no-missing-link-fragments': 'off' // 关闭片段链接检查 } }, - { files: ['**/*.yaml, **/*.yml'], ignores: ['.history/*'], ...yml.configs['flat/standard'][1] }, { files: ['**/*.user.js'], plugins: { userscripts: { rules: userscripts.rules } }, From f7c545c034abd15ff4e701096dbff6efadd3225b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Jan 2026 02:44:27 +0800 Subject: [PATCH 009/104] chore(deps-dev): bump @eslint/json from 0.14.0 to 1.0.0 (#249) Signed-off-by: dependabot[bot] --- package-lock.json | 41 ++++++++++++++++++++++++++++++++++------- package.json | 2 +- 2 files changed, 35 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 22a4a88cb..7779f49ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ ], "license": "MIT", "devDependencies": { - "@eslint/json": "^0.14.0", + "@eslint/json": "^1.0.0", "@eslint/markdown": "^7.5.1", "@stylistic/eslint-plugin": "^5.7.1", "cz-git": "^1.12.0", @@ -147,19 +147,46 @@ } }, "node_modules/@eslint/json": { - "version": "0.14.0", - "resolved": "https://registry.npmmirror.com/@eslint/json/-/json-0.14.0.tgz", - "integrity": "sha512-rvR/EZtvUG3p9uqrSmcDJPYSH7atmWr0RnFWN6m917MAPx82+zQgPUmDu0whPFG6XTyM0vB/hR6c1Q63OaYtCQ==", + "version": "1.0.0", + "resolved": "https://registry.npmmirror.com/@eslint/json/-/json-1.0.0.tgz", + "integrity": "sha512-x0YjhxhUIG9yiS6KcB2SRmyzDM/eSac2IuhfLMyjAyxyCzH0gFjrHGPFahJlgiOt8dfaCpPDygcCmoCm9rzlyA==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@eslint/core": "^0.17.0", - "@eslint/plugin-kit": "^0.4.1", + "@eslint/core": "^1.0.1", + "@eslint/plugin-kit": "^0.5.1", "@humanwhocodes/momoa": "^3.3.10", "natural-compare": "^1.4.0" }, "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + "node": "^20.19.0 || ^22.13.0 || >=24" + } + }, + "node_modules/@eslint/json/node_modules/@eslint/core": { + "version": "1.1.0", + "resolved": "https://registry.npmmirror.com/@eslint/core/-/core-1.1.0.tgz", + "integrity": "sha512-/nr9K9wkr3P1EzFTdFdMoLuo1PmIxjmwvPozwoSodjNBdefGujXQUF93u1DDZpEaTuDvMsIQddsd35BwtrW9Xw==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@types/json-schema": "^7.0.15" + }, + "engines": { + "node": "^20.19.0 || ^22.13.0 || >=24" + } + }, + "node_modules/@eslint/json/node_modules/@eslint/plugin-kit": { + "version": "0.5.1", + "resolved": "https://registry.npmmirror.com/@eslint/plugin-kit/-/plugin-kit-0.5.1.tgz", + "integrity": "sha512-hZ2uC1jbf6JMSsF2ZklhRQqf6GLpYyux6DlzegnW/aFlpu6qJj5GO7ub7WOETCrEl6pl6DAX7RgTgj/fyG+6BQ==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@eslint/core": "^1.0.1", + "levn": "^0.4.1" + }, + "engines": { + "node": "^20.19.0 || ^22.13.0 || >=24" } }, "node_modules/@eslint/markdown": { diff --git a/package.json b/package.json index 4c2f4b8e4..a89a5edb3 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ } ], "devDependencies": { - "@eslint/json": "^0.14.0", + "@eslint/json": "^1.0.0", "@eslint/markdown": "^7.5.1", "@stylistic/eslint-plugin": "^5.7.1", "cz-git": "^1.12.0", From 50d88b76466d3415e128ad118cd768ce6d6701e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=BA=E6=B0=91=E7=9A=84=E5=8B=A4=E5=8A=A1=E5=91=98?= Date: Fri, 6 Feb 2026 19:10:59 +0800 Subject: [PATCH 010/104] =?UTF-8?q?fix(`@grant=20none`):=20=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E6=8E=89`@grant=20none`,=E9=98=B2=E6=AD=A2=E5=A3=B0?= =?UTF-8?q?=E6=98=8E=E7=9A=84=E5=85=B6=E4=BB=96`@grant=20*`=E8=A2=AB?= =?UTF-8?q?=E5=BF=BD=E7=95=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../github-file-list-beautifier-plus.user.js | 9 ++++----- github-repo-size-view/github-repo-size-view.user.js | 5 ++--- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/github-file-list-beautifier-plus/github-file-list-beautifier-plus.user.js b/github-file-list-beautifier-plus/github-file-list-beautifier-plus.user.js index 849379427..b82998453 100644 --- a/github-file-list-beautifier-plus/github-file-list-beautifier-plus.user.js +++ b/github-file-list-beautifier-plus/github-file-list-beautifier-plus.user.js @@ -74,11 +74,10 @@ // @description:vi 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。Thêm màu sắc và biểu tượng vào tệp theo loại,Hiển thị hình ảnh nhỏ thay cho biểu tượng loại tệp trong cây nguồn kho lưu trữ // @description:zh-TW GitHub 文件清單美化器是一個使用者腳本,用於增強 GitHub 倉庫中的文件顯示效果。它可以為文件和資料夾添加顏色,並將文件類型圖示替換為小圖像,使得程式碼庫更加易於瀏覽和管理。按類型為文件添加顏色和圖標,在儲存庫來源樹中顯示小圖像以取代文件類型圖標 // @description:zh-HK GitHub 文件清單美化器是一個使用者腳本,用於增強 GitHub 倉庫中的文件顯示效果。它可以為文件和資料夾添加顏色,並將文件類型圖示替換為小圖像,使得程式碼庫更加易於瀏覽和管理。按類型為文件添加顏色和圖標,在儲存庫來源樹中顯示小圖像以取代文件類型圖標 -// @description:fr-CA GitHub File List Beautifier est un script utilisateur,utilisé pour améliorer GitHub Effet d’affichage des fichiers dans l’entrepôt。Il peut ajouter des couleurs aux fichiers et dossiers,et remplacez les icônes de type de fichier par de petites images,Rend la base de code plus facile à parcourir et à gérer。Ajouter des couleurs et des icônes aux fichiers par type,Afficher de petites images à la place des icônes de type de fichier dans l’arborescence des sources du référentiel +// @description:fr-CA GitHub File List Beautifier est un script utilisateur,utilisé pour améliorer GitHub Effet d’affichage des fichiers dans l’entrepôt。Il peut ajouter des couleurs aux fichiers et dossiers,et remplacez les icônes de type de fichier par de petites images,Rend la base de code plus facile à parcourir et à gérer。Ajouter des couleurs et des icônes aux fichiers par type,Afficher de petites images à la place des icônes de type de fichier dans l’arborescence des sources du référentiel // @license MIT -// @version 4.1.0.4 +// @version 2026.2.6.1 // @match https://github.com/* -// @grant none // @run-at document-start // @grant GM_xmlhttpRequest // @grant GM_getValue @@ -150,8 +149,8 @@ const { sheet } = document.documentElement.appendChild($create('style', { margin: 0 -4px; } .qinwuyuan-file-icon { - width: 16px; - height: 16px; + width: 16px; + height: 16px; object-fit: scale-down; margin: 0 -4px; } diff --git a/github-repo-size-view/github-repo-size-view.user.js b/github-repo-size-view/github-repo-size-view.user.js index d3fa6f7eb..41eaa74da 100644 --- a/github-repo-size-view/github-repo-size-view.user.js +++ b/github-repo-size-view/github-repo-size-view.user.js @@ -80,10 +80,9 @@ // @description:zh-HK 🤠 倉庫顯示大小:在 GitHub 的程式碼搜尋、倉庫搜尋、議題頁面、使用者倉庫清單和儲存庫頁面上,倉庫名稱旁會顯示該倉庫的大小,方便使用者快速了解倉庫的規模,最佳化選擇。不活躍開發警告:如果某個倉庫在過去六個月內沒有更新,系統會在倉庫的頂部添加提示,提醒用戶該倉庫不活躍,並顯示最後一次更新的時間。這有助於使用者判斷倉庫的活躍程度和維護狀況。倉庫內快速跳轉:在瀏覽倉庫時,使用者可以方便地查看該使用者的所有倉庫列表,提供一個快速跳到不同倉庫的入口。用戶可以快速找到和存取感興趣的其他項目,提高工作效率。使用情境:開發者:可以透過顯示倉庫大小和活躍警告,快速篩選出適當的庫進行開發,避免使用不再維護的項目。專案管理者:透過快速跳轉功能,方便管理和協調多個項目,提高工作效率。學習者:在學習新科技時,可以更方便地找到相關的開源項目,快速查看專案的活躍程度和規模。 🤠 // @description:fr-CA 🤠 Taille d’affichage de l’entrepôt : sur la recherche de code, la recherche d’entrepôt, la page de problèmes, la liste d’entrepôts d’utilisateurs et la page de référentiel de GitHub, la taille de l’entrepôt sera affichée à côté du nom de l’entrepôt, permettant aux utilisateurs de comprendre rapidement l’échelle de l’entrepôt et d’optimiser leur sélection. Avertissement de développement inactif : si un référentiel n’a pas été mis à jour au cours des six derniers mois, le système ajoutera une invite en haut du référentiel pour rappeler aux utilisateurs que le référentiel est inactif et affichera l’heure de la dernière mise à jour. Cela aide les utilisateurs à déterminer l’activité et l’état de maintenance de l’entrepôt. Saut rapide dans l’entrepôt : lors de la navigation dans l’entrepôt, l’utilisateur peut facilement consulter la liste de tous les entrepôts de l’utilisateur, offrant ainsi une entrée pour accéder rapidement à différents entrepôts. Les utilisateurs peuvent trouver et accéder rapidement à d’autres projets d’intérêt, améliorant ainsi l’efficacité du travail. Scénarios d’utilisation : Développeurs : en affichant la taille de l’entrepôt et les avertissements actifs, vous pouvez rapidement filtrer les bibliothèques appropriées pour le développement et éviter d’utiliser des projets qui ne sont plus maintenus. Gestionnaire de projet : grâce à la fonction de saut rapide, il est facile de gérer et de coordonner plusieurs projets et d’améliorer l’efficacité du travail. Apprenants : lorsqu’ils apprennent de nouvelles technologies, ils peuvent plus facilement trouver des projets open source pertinents et vérifier rapidement l’activité et l’ampleur des projets. 🤠 // @namespace https://github.com/ChinaGodMan/UserScripts -// @version 2025.5.27.1 +// @version 2026.2.6.1 // @author mshll & 人民的勤务员 // @match https://github.com/* -// @grant none // @run-at document-start // @grant GM_getValue // @grant GM_setValue @@ -108,7 +107,7 @@ * File Created: 2024/11/24,Sunday 12:38:48 * Author: 人民的勤务员@ChinaGodMan (china.qinwuyuan@gmail.com) * ----- - * Last Modified: 2025/05/16,Friday 17:44:54 + * Last Modified: 2026/02/06,Friday 19:04:18 * Modified By: 人民的勤务员@ChinaGodMan (china.qinwuyuan@gmail.com) * ----- * License: MIT License From 4a4b1ec1dac80de622742d6da68513b91f99114f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 06:00:37 +0800 Subject: [PATCH 011/104] chore(deps-dev): bump eslint-plugin-yml from 3.0.0 to 3.1.2 (#250) Signed-off-by: dependabot[bot] --- package-lock.json | 24 ++++++++++++------------ package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7779f49ce..1f2d74157 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "eslint-plugin-import": "^2.32.0", "eslint-plugin-regexp": "^3.0.0", "eslint-plugin-userscripts": "^0.5.6", - "eslint-plugin-yml": "^3.0.0", + "eslint-plugin-yml": "^3.1.2", "husky": "^9.1.7", "lint-staged": "^16.2.7", "prettier": "^3.8.1" @@ -1472,14 +1472,14 @@ } }, "node_modules/eslint-plugin-yml": { - "version": "3.0.0", - "resolved": "https://registry.npmmirror.com/eslint-plugin-yml/-/eslint-plugin-yml-3.0.0.tgz", - "integrity": "sha512-kuAW6o3hlFHyF5p7TLon+AtvNWnsvRrb88pqywGMSCEqAP5d1gOMvNGgWLVlKHqmx5RbFhQLcxFDGmS4IU9DwA==", + "version": "3.1.2", + "resolved": "https://registry.npmmirror.com/eslint-plugin-yml/-/eslint-plugin-yml-3.1.2.tgz", + "integrity": "sha512-n9lxbFrNlGDLOSyIrEYkkYr7icbULMh66wwkIEluisq0lXSu1qVEEXM0g8MM8UQbtd9t1HMgN6bC+DaOe5dWdQ==", "dev": true, "license": "MIT", "dependencies": { "@eslint/core": "^1.0.1", - "@eslint/plugin-kit": "^0.5.1", + "@eslint/plugin-kit": "^0.6.0", "debug": "^4.3.2", "diff-sequences": "^29.0.0", "escape-string-regexp": "5.0.0", @@ -1497,9 +1497,9 @@ } }, "node_modules/eslint-plugin-yml/node_modules/@eslint/core": { - "version": "1.0.1", - "resolved": "https://registry.npmmirror.com/@eslint/core/-/core-1.0.1.tgz", - "integrity": "sha512-r18fEAj9uCk+VjzGt2thsbOmychS+4kxI14spVNibUO2vqKX7obOG+ymZljAwuPZl+S3clPGwCwTDtrdqTiY6Q==", + "version": "1.1.0", + "resolved": "https://registry.npmmirror.com/@eslint/core/-/core-1.1.0.tgz", + "integrity": "sha512-/nr9K9wkr3P1EzFTdFdMoLuo1PmIxjmwvPozwoSodjNBdefGujXQUF93u1DDZpEaTuDvMsIQddsd35BwtrW9Xw==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -1510,13 +1510,13 @@ } }, "node_modules/eslint-plugin-yml/node_modules/@eslint/plugin-kit": { - "version": "0.5.1", - "resolved": "https://registry.npmmirror.com/@eslint/plugin-kit/-/plugin-kit-0.5.1.tgz", - "integrity": "sha512-hZ2uC1jbf6JMSsF2ZklhRQqf6GLpYyux6DlzegnW/aFlpu6qJj5GO7ub7WOETCrEl6pl6DAX7RgTgj/fyG+6BQ==", + "version": "0.6.0", + "resolved": "https://registry.npmmirror.com/@eslint/plugin-kit/-/plugin-kit-0.6.0.tgz", + "integrity": "sha512-bIZEUzOI1jkhviX2cp5vNyXQc6olzb2ohewQubuYlMXZ2Q/XjBO0x0XhGPvc9fjSIiUN0vw+0hq53BJ4eQSJKQ==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@eslint/core": "^1.0.1", + "@eslint/core": "^1.1.0", "levn": "^0.4.1" }, "engines": { diff --git a/package.json b/package.json index a89a5edb3..5b6de5740 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "eslint-plugin-import": "^2.32.0", "eslint-plugin-regexp": "^3.0.0", "eslint-plugin-userscripts": "^0.5.6", - "eslint-plugin-yml": "^3.0.0", + "eslint-plugin-yml": "^3.1.2", "husky": "^9.1.7", "lint-staged": "^16.2.7", "prettier": "^3.8.1" From db2e86b016f373a14c343ff142e3dda8d0317da5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 06:00:50 +0800 Subject: [PATCH 012/104] chore(deps-dev): bump eslint from 9.39.2 to 10.0.0 (#252) Signed-off-by: dependabot[bot] --- package-lock.json | 442 +++++++++++++++++++--------------------------- package.json | 2 +- 2 files changed, 178 insertions(+), 266 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1f2d74157..49b995e36 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@stylistic/eslint-plugin": "^5.7.1", "cz-git": "^1.12.0", "czg": "^1.12.0", - "eslint": "^9.39.2", + "eslint": "^10.0.0", "eslint-plugin-import": "^2.32.0", "eslint-plugin-regexp": "^3.0.0", "eslint-plugin-userscripts": "^0.5.6", @@ -60,90 +60,83 @@ } }, "node_modules/@eslint-community/regexpp": { - "version": "4.12.1", - "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz", - "integrity": "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==", + "version": "4.12.2", + "resolved": "https://registry.npmmirror.com/@eslint-community/regexpp/-/regexpp-4.12.2.tgz", + "integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==", "dev": true, + "license": "MIT", "engines": { "node": "^12.0.0 || ^14.0.0 || >=16.0.0" } }, "node_modules/@eslint/config-array": { - "version": "0.21.1", - "resolved": "https://registry.npmmirror.com/@eslint/config-array/-/config-array-0.21.1.tgz", - "integrity": "sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA==", + "version": "0.23.1", + "resolved": "https://registry.npmmirror.com/@eslint/config-array/-/config-array-0.23.1.tgz", + "integrity": "sha512-uVSdg/V4dfQmTjJzR0szNczjOH/J+FyUMMjYtr07xFRXR7EDf9i1qdxrD0VusZH9knj1/ecxzCQQxyic5NzAiA==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@eslint/object-schema": "^2.1.7", + "@eslint/object-schema": "^3.0.1", "debug": "^4.3.1", - "minimatch": "^3.1.2" + "minimatch": "^10.1.1" }, "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + "node": "^20.19.0 || ^22.13.0 || >=24" } }, - "node_modules/@eslint/config-helpers": { - "version": "0.4.2", - "resolved": "https://registry.npmmirror.com/@eslint/config-helpers/-/config-helpers-0.4.2.tgz", - "integrity": "sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==", + "node_modules/@eslint/config-array/node_modules/minimatch": { + "version": "10.1.2", + "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-10.1.2.tgz", + "integrity": "sha512-fu656aJ0n2kcXwsnwnv9g24tkU5uSmOlTjd6WyyaKm2Z+h1qmY6bAjrcaIxF/BslFqbZ8UBtbJi7KgQOZD2PTw==", "dev": true, - "license": "Apache-2.0", + "license": "BlueOak-1.0.0", "dependencies": { - "@eslint/core": "^0.17.0" + "@isaacs/brace-expansion": "^5.0.1" }, "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + "node": "20 || >=22" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/@eslint/core": { - "version": "0.17.0", - "resolved": "https://registry.npmmirror.com/@eslint/core/-/core-0.17.0.tgz", - "integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==", + "node_modules/@eslint/config-helpers": { + "version": "0.5.2", + "resolved": "https://registry.npmmirror.com/@eslint/config-helpers/-/config-helpers-0.5.2.tgz", + "integrity": "sha512-a5MxrdDXEvqnIq+LisyCX6tQMPF/dSJpCfBgBauY+pNZ28yCtSsTvyTYrMhaI+LK26bVyCJfJkT0u8KIj2i1dQ==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@types/json-schema": "^7.0.15" + "@eslint/core": "^1.1.0" }, "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + "node": "^20.19.0 || ^22.13.0 || >=24" } }, - "node_modules/@eslint/eslintrc": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.1.tgz", - "integrity": "sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==", + "node_modules/@eslint/config-helpers/node_modules/@eslint/core": { + "version": "1.1.0", + "resolved": "https://registry.npmmirror.com/@eslint/core/-/core-1.1.0.tgz", + "integrity": "sha512-/nr9K9wkr3P1EzFTdFdMoLuo1PmIxjmwvPozwoSodjNBdefGujXQUF93u1DDZpEaTuDvMsIQddsd35BwtrW9Xw==", "dev": true, - "license": "MIT", + "license": "Apache-2.0", "dependencies": { - "ajv": "^6.12.4", - "debug": "^4.3.2", - "espree": "^10.0.1", - "globals": "^14.0.0", - "ignore": "^5.2.0", - "import-fresh": "^3.2.1", - "js-yaml": "^4.1.0", - "minimatch": "^3.1.2", - "strip-json-comments": "^3.1.1" + "@types/json-schema": "^7.0.15" }, "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" + "node": "^20.19.0 || ^22.13.0 || >=24" } }, - "node_modules/@eslint/js": { - "version": "9.39.2", - "resolved": "https://registry.npmmirror.com/@eslint/js/-/js-9.39.2.tgz", - "integrity": "sha512-q1mjIoW1VX4IvSocvM/vbTiveKC4k9eLrajNEuSsmjymSDEbpGddtpfOoN7YGAqBK3NG+uqo8ia4PDTt8buCYA==", + "node_modules/@eslint/core": { + "version": "0.17.0", + "resolved": "https://registry.npmmirror.com/@eslint/core/-/core-0.17.0.tgz", + "integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==", "dev": true, - "license": "MIT", + "license": "Apache-2.0", + "dependencies": { + "@types/json-schema": "^7.0.15" + }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "url": "https://eslint.org/donate" } }, "node_modules/@eslint/json": { @@ -214,13 +207,13 @@ } }, "node_modules/@eslint/object-schema": { - "version": "2.1.7", - "resolved": "https://registry.npmmirror.com/@eslint/object-schema/-/object-schema-2.1.7.tgz", - "integrity": "sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==", + "version": "3.0.1", + "resolved": "https://registry.npmmirror.com/@eslint/object-schema/-/object-schema-3.0.1.tgz", + "integrity": "sha512-P9cq2dpr+LU8j3qbLygLcSZrl2/ds/pUpfnHNNuk5HW7mnngHs+6WSq5C9mO3rqRX8A1poxqLTC9cu0KOyJlBg==", "dev": true, "license": "Apache-2.0", "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + "node": "^20.19.0 || ^22.13.0 || >=24" } }, "node_modules/@eslint/plugin-kit": { @@ -309,6 +302,29 @@ "url": "https://github.com/sponsors/nzakas" } }, + "node_modules/@isaacs/balanced-match": { + "version": "4.0.1", + "resolved": "https://registry.npmmirror.com/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz", + "integrity": "sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": "20 || >=22" + } + }, + "node_modules/@isaacs/brace-expansion": { + "version": "5.0.1", + "resolved": "https://registry.npmmirror.com/@isaacs/brace-expansion/-/brace-expansion-5.0.1.tgz", + "integrity": "sha512-WMz71T1JS624nWj2n2fnYAuPovhv7EUhk69R6i9dsVyzxt5eM3bjwvgk9L+APE1TRscGysAVMANkB0jh0LQZrQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@isaacs/balanced-match": "^4.0.1" + }, + "engines": { + "node": "20 || >=22" + } + }, "node_modules/@rtsao/scc": { "version": "1.1.0", "resolved": "https://registry.npmmirror.com/@rtsao/scc/-/scc-1.1.0.tgz", @@ -360,11 +376,19 @@ "@types/ms": "*" } }, + "node_modules/@types/esrecurse": { + "version": "4.3.1", + "resolved": "https://registry.npmmirror.com/@types/esrecurse/-/esrecurse-4.3.1.tgz", + "integrity": "sha512-xJBAbDifo5hpffDBuHl0Y8ywswbiAp/Wi7Y/GtAgSlZyIABppyurxVueOPE8LUQOxdlgi6Zqce7uoEpqNTeiUw==", + "dev": true, + "license": "MIT" + }, "node_modules/@types/estree": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz", - "integrity": "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==", - "dev": true + "version": "1.0.8", + "resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.8.tgz", + "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==", + "dev": true, + "license": "MIT" }, "node_modules/@types/json-schema": { "version": "7.0.15", @@ -441,7 +465,7 @@ }, "node_modules/ajv": { "version": "6.12.6", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "resolved": "https://registry.npmmirror.com/ajv/-/ajv-6.12.6.tgz", "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", "dev": true, "license": "MIT", @@ -485,28 +509,6 @@ "url": "https://github.com/chalk/ansi-regex?sponsor=1" } }, - "node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/argparse": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", - "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", - "dev": true, - "license": "Python-2.0" - }, "node_modules/array-buffer-byte-length": { "version": "1.0.2", "resolved": "https://registry.npmmirror.com/array-buffer-byte-length/-/array-buffer-byte-length-1.0.2.tgz", @@ -724,16 +726,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/callsites": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", - "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6" - } - }, "node_modules/ccount": { "version": "2.0.1", "resolved": "https://registry.npmmirror.com/ccount/-/ccount-2.0.1.tgz", @@ -745,22 +737,6 @@ "url": "https://github.com/sponsors/wooorm" } }, - "node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, "node_modules/character-entities": { "version": "2.0.2", "resolved": "https://registry.npmmirror.com/character-entities/-/character-entities-2.0.2.tgz", @@ -805,24 +781,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, "node_modules/colorette": { "version": "2.0.20", "resolved": "https://registry.npmmirror.com/colorette/-/colorette-2.0.20.tgz", @@ -1267,33 +1225,30 @@ } }, "node_modules/eslint": { - "version": "9.39.2", - "resolved": "https://registry.npmmirror.com/eslint/-/eslint-9.39.2.tgz", - "integrity": "sha512-LEyamqS7W5HB3ujJyvi0HQK/dtVINZvd5mAAp9eT5S/ujByGjiZLCzPcHVzuXbpJDJF/cxwHlfceVUDZ2lnSTw==", + "version": "10.0.0", + "resolved": "https://registry.npmmirror.com/eslint/-/eslint-10.0.0.tgz", + "integrity": "sha512-O0piBKY36YSJhlFSG8p9VUdPV/SxxS4FYDWVpr/9GJuMaepzwlf4J8I4ov1b+ySQfDTPhc3DtLaxcT1fN0yqCg==", "dev": true, "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.8.0", - "@eslint-community/regexpp": "^4.12.1", - "@eslint/config-array": "^0.21.1", - "@eslint/config-helpers": "^0.4.2", - "@eslint/core": "^0.17.0", - "@eslint/eslintrc": "^3.3.1", - "@eslint/js": "9.39.2", - "@eslint/plugin-kit": "^0.4.1", + "@eslint-community/regexpp": "^4.12.2", + "@eslint/config-array": "^0.23.0", + "@eslint/config-helpers": "^0.5.2", + "@eslint/core": "^1.1.0", + "@eslint/plugin-kit": "^0.6.0", "@humanfs/node": "^0.16.6", "@humanwhocodes/module-importer": "^1.0.1", "@humanwhocodes/retry": "^0.4.2", "@types/estree": "^1.0.6", "ajv": "^6.12.4", - "chalk": "^4.0.0", "cross-spawn": "^7.0.6", "debug": "^4.3.2", "escape-string-regexp": "^4.0.0", - "eslint-scope": "^8.4.0", - "eslint-visitor-keys": "^4.2.1", - "espree": "^10.4.0", - "esquery": "^1.5.0", + "eslint-scope": "^9.1.0", + "eslint-visitor-keys": "^5.0.0", + "espree": "^11.1.0", + "esquery": "^1.7.0", "esutils": "^2.0.2", "fast-deep-equal": "^3.1.3", "file-entry-cache": "^8.0.0", @@ -1303,8 +1258,7 @@ "imurmurhash": "^0.1.4", "is-glob": "^4.0.0", "json-stable-stringify-without-jsonify": "^1.0.1", - "lodash.merge": "^4.6.2", - "minimatch": "^3.1.2", + "minimatch": "^10.1.1", "natural-compare": "^1.4.0", "optionator": "^0.9.3" }, @@ -1312,7 +1266,7 @@ "eslint": "bin/eslint.js" }, "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + "node": "^20.19.0 || ^22.13.0 || >=24" }, "funding": { "url": "https://eslint.org/donate" @@ -1537,17 +1491,19 @@ } }, "node_modules/eslint-scope": { - "version": "8.4.0", - "resolved": "https://registry.npmmirror.com/eslint-scope/-/eslint-scope-8.4.0.tgz", - "integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==", + "version": "9.1.0", + "resolved": "https://registry.npmmirror.com/eslint-scope/-/eslint-scope-9.1.0.tgz", + "integrity": "sha512-CkWE42hOJsNj9FJRaoMX9waUFYhqY4jmyLFdAdzZr6VaCg3ynLYx4WnOdkaIifGfH4gsUcBTn4OZbHXkpLD0FQ==", "dev": true, "license": "BSD-2-Clause", "dependencies": { + "@types/esrecurse": "^4.3.1", + "@types/estree": "^1.0.8", "esrecurse": "^4.3.0", "estraverse": "^5.2.0" }, "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + "node": "^20.19.0 || ^22.13.0 || >=24" }, "funding": { "url": "https://opencollective.com/eslint" @@ -1565,19 +1521,80 @@ "url": "https://opencollective.com/eslint" } }, + "node_modules/eslint/node_modules/@eslint/core": { + "version": "1.1.0", + "resolved": "https://registry.npmmirror.com/@eslint/core/-/core-1.1.0.tgz", + "integrity": "sha512-/nr9K9wkr3P1EzFTdFdMoLuo1PmIxjmwvPozwoSodjNBdefGujXQUF93u1DDZpEaTuDvMsIQddsd35BwtrW9Xw==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@types/json-schema": "^7.0.15" + }, + "engines": { + "node": "^20.19.0 || ^22.13.0 || >=24" + } + }, + "node_modules/eslint/node_modules/@eslint/plugin-kit": { + "version": "0.6.0", + "resolved": "https://registry.npmmirror.com/@eslint/plugin-kit/-/plugin-kit-0.6.0.tgz", + "integrity": "sha512-bIZEUzOI1jkhviX2cp5vNyXQc6olzb2ohewQubuYlMXZ2Q/XjBO0x0XhGPvc9fjSIiUN0vw+0hq53BJ4eQSJKQ==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@eslint/core": "^1.1.0", + "levn": "^0.4.1" + }, + "engines": { + "node": "^20.19.0 || ^22.13.0 || >=24" + } + }, "node_modules/eslint/node_modules/eslint-visitor-keys": { - "version": "4.2.1", - "resolved": "https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz", - "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==", + "version": "5.0.0", + "resolved": "https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-5.0.0.tgz", + "integrity": "sha512-A0XeIi7CXU7nPlfHS9loMYEKxUaONu/hTEzHTGba9Huu94Cq1hPivf+DE5erJozZOky0LfvXAyrV/tcswpLI0Q==", "dev": true, "license": "Apache-2.0", "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + "node": "^20.19.0 || ^22.13.0 || >=24" }, "funding": { "url": "https://opencollective.com/eslint" } }, + "node_modules/eslint/node_modules/espree": { + "version": "11.1.0", + "resolved": "https://registry.npmmirror.com/espree/-/espree-11.1.0.tgz", + "integrity": "sha512-WFWYhO1fV4iYkqOOvq8FbqIhr2pYfoDY0kCotMkDeNtGpiGGkZ1iov2u8ydjtgM8yF8rzK7oaTbw2NAzbAbehw==", + "dev": true, + "license": "BSD-2-Clause", + "dependencies": { + "acorn": "^8.15.0", + "acorn-jsx": "^5.3.2", + "eslint-visitor-keys": "^5.0.0" + }, + "engines": { + "node": "^20.19.0 || ^22.13.0 || >=24" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/eslint/node_modules/minimatch": { + "version": "10.1.2", + "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-10.1.2.tgz", + "integrity": "sha512-fu656aJ0n2kcXwsnwnv9g24tkU5uSmOlTjd6WyyaKm2Z+h1qmY6bAjrcaIxF/BslFqbZ8UBtbJi7KgQOZD2PTw==", + "dev": true, + "license": "BlueOak-1.0.0", + "dependencies": { + "@isaacs/brace-expansion": "^5.0.1" + }, + "engines": { + "node": "20 || >=22" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/espree": { "version": "10.4.0", "resolved": "https://registry.npmmirror.com/espree/-/espree-10.4.0.tgz", @@ -1610,10 +1627,11 @@ } }, "node_modules/esquery": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz", - "integrity": "sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==", + "version": "1.7.0", + "resolved": "https://registry.npmmirror.com/esquery/-/esquery-1.7.0.tgz", + "integrity": "sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==", "dev": true, + "license": "BSD-3-Clause", "dependencies": { "estraverse": "^5.1.0" }, @@ -1661,14 +1679,14 @@ }, "node_modules/fast-deep-equal": { "version": "3.1.3", - "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "resolved": "https://registry.npmmirror.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", "dev": true, "license": "MIT" }, "node_modules/fast-json-stable-stringify": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "resolved": "https://registry.npmmirror.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", "dev": true, "license": "MIT" @@ -1908,19 +1926,6 @@ "node": ">=10.13.0" } }, - "node_modules/globals": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz", - "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/globalthis": { "version": "1.0.4", "resolved": "https://registry.npmmirror.com/globalthis/-/globalthis-1.0.4.tgz", @@ -1964,15 +1969,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, "node_modules/has-property-descriptors": { "version": "1.0.2", "resolved": "https://registry.npmmirror.com/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", @@ -2062,7 +2058,7 @@ }, "node_modules/ignore": { "version": "5.3.2", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz", + "resolved": "https://registry.npmmirror.com/ignore/-/ignore-5.3.2.tgz", "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==", "dev": true, "license": "MIT", @@ -2070,23 +2066,6 @@ "node": ">= 4" } }, - "node_modules/import-fresh": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz", - "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/imurmurhash": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", @@ -2523,19 +2502,6 @@ "dev": true, "license": "ISC" }, - "node_modules/js-yaml": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", - "dev": true, - "license": "MIT", - "dependencies": { - "argparse": "^2.0.1" - }, - "bin": { - "js-yaml": "bin/js-yaml.js" - } - }, "node_modules/jsdoc-type-pratt-parser": { "version": "7.1.0", "resolved": "https://registry.npmmirror.com/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-7.1.0.tgz", @@ -2554,7 +2520,7 @@ }, "node_modules/json-schema-traverse": { "version": "0.4.1", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "resolved": "https://registry.npmmirror.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", "dev": true, "license": "MIT" @@ -2658,12 +2624,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/lodash.merge": { - "version": "4.6.2", - "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", - "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", - "dev": true - }, "node_modules/log-update": { "version": "6.1.0", "resolved": "https://registry.npmmirror.com/log-update/-/log-update-6.1.0.tgz", @@ -3834,19 +3794,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/parent-module": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", - "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", - "dev": true, - "license": "MIT", - "dependencies": { - "callsites": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, "node_modules/path-exists": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", @@ -3936,7 +3883,7 @@ }, "node_modules/punycode": { "version": "2.3.1", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", + "resolved": "https://registry.npmmirror.com/punycode/-/punycode-2.3.1.tgz", "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", "dev": true, "license": "MIT", @@ -4036,16 +3983,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/resolve-from": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", - "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=4" - } - }, "node_modules/restore-cursor": { "version": "5.1.0", "resolved": "https://registry.npmmirror.com/restore-cursor/-/restore-cursor-5.1.0.tgz", @@ -4467,31 +4404,6 @@ "node": ">=4" } }, - "node_modules/strip-json-comments": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", - "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/supports-preserve-symlinks-flag": { "version": "1.0.0", "resolved": "https://registry.npmmirror.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", @@ -4701,7 +4613,7 @@ }, "node_modules/uri-js": { "version": "4.4.1", - "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", + "resolved": "https://registry.npmmirror.com/uri-js/-/uri-js-4.4.1.tgz", "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", "dev": true, "license": "BSD-2-Clause", diff --git a/package.json b/package.json index 5b6de5740..f4aebfcf2 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@stylistic/eslint-plugin": "^5.7.1", "cz-git": "^1.12.0", "czg": "^1.12.0", - "eslint": "^9.39.2", + "eslint": "^10.0.0", "eslint-plugin-import": "^2.32.0", "eslint-plugin-regexp": "^3.0.0", "eslint-plugin-userscripts": "^0.5.6", From 496b3374e0f0ba316baf4262d906327ad1ed9000 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 06:00:54 +0800 Subject: [PATCH 013/104] chore(deps-dev): bump @stylistic/eslint-plugin from 5.7.1 to 5.8.0 (#251) Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 49b995e36..7000cfb78 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "devDependencies": { "@eslint/json": "^1.0.0", "@eslint/markdown": "^7.5.1", - "@stylistic/eslint-plugin": "^5.7.1", + "@stylistic/eslint-plugin": "^5.8.0", "cz-git": "^1.12.0", "czg": "^1.12.0", "eslint": "^10.0.0", @@ -333,14 +333,14 @@ "license": "MIT" }, "node_modules/@stylistic/eslint-plugin": { - "version": "5.7.1", - "resolved": "https://registry.npmmirror.com/@stylistic/eslint-plugin/-/eslint-plugin-5.7.1.tgz", - "integrity": "sha512-zjTUwIsEfT+k9BmXwq1QEFYsb4afBlsI1AXFyWQBgggMzwBFOuu92pGrE5OFx90IOjNl+lUbQoTG7f8S0PkOdg==", + "version": "5.8.0", + "resolved": "https://registry.npmmirror.com/@stylistic/eslint-plugin/-/eslint-plugin-5.8.0.tgz", + "integrity": "sha512-WNPVF/FfBAjyi3OA7gok8swRiImNLKI4dmV3iK/GC/0xSJR7eCzBFsw9hLZVgb1+MYNLy7aDsjohxN1hA/FIfQ==", "dev": true, "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.9.1", - "@typescript-eslint/types": "^8.53.1", + "@typescript-eslint/types": "^8.54.0", "eslint-visitor-keys": "^4.2.1", "espree": "^10.4.0", "estraverse": "^5.3.0", @@ -428,9 +428,9 @@ "license": "MIT" }, "node_modules/@typescript-eslint/types": { - "version": "8.53.1", - "resolved": "https://registry.npmmirror.com/@typescript-eslint/types/-/types-8.53.1.tgz", - "integrity": "sha512-jr/swrr2aRmUAUjW5/zQHbMaui//vQlsZcJKijZf3M26bnmLj8LyZUpj8/Rd6uzaek06OWsqdofN/Thenm5O8A==", + "version": "8.55.0", + "resolved": "https://registry.npmmirror.com/@typescript-eslint/types/-/types-8.55.0.tgz", + "integrity": "sha512-ujT0Je8GI5BJWi+/mMoR0wxwVEQaxM+pi30xuMiJETlX80OPovb2p9E8ss87gnSVtYXtJoU9U1Cowcr6w2FE0w==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index f4aebfcf2..f1770eb9d 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "devDependencies": { "@eslint/json": "^1.0.0", "@eslint/markdown": "^7.5.1", - "@stylistic/eslint-plugin": "^5.7.1", + "@stylistic/eslint-plugin": "^5.8.0", "cz-git": "^1.12.0", "czg": "^1.12.0", "eslint": "^10.0.0", From fbfd7b3281c3d48c99fb0828f5c43e0f9acfe724 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 02:44:57 +0800 Subject: [PATCH 014/104] chore(deps-dev): bump @eslint/json from 1.0.0 to 1.0.1 (#254) Signed-off-by: dependabot[bot] --- package-lock.json | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7000cfb78..bb8f7dbb1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ ], "license": "MIT", "devDependencies": { - "@eslint/json": "^1.0.0", + "@eslint/json": "^1.0.1", "@eslint/markdown": "^7.5.1", "@stylistic/eslint-plugin": "^5.8.0", "cz-git": "^1.12.0", @@ -140,14 +140,14 @@ } }, "node_modules/@eslint/json": { - "version": "1.0.0", - "resolved": "https://registry.npmmirror.com/@eslint/json/-/json-1.0.0.tgz", - "integrity": "sha512-x0YjhxhUIG9yiS6KcB2SRmyzDM/eSac2IuhfLMyjAyxyCzH0gFjrHGPFahJlgiOt8dfaCpPDygcCmoCm9rzlyA==", + "version": "1.0.1", + "resolved": "https://registry.npmmirror.com/@eslint/json/-/json-1.0.1.tgz", + "integrity": "sha512-bE2nGv8/U+uRvQEJWOgCsZCa65XsCBgxyyx/sXtTHVv0kqdauACLzyp7A1C3yNn7pRaWjIt5acxY+TAbSyIJXw==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@eslint/core": "^1.0.1", - "@eslint/plugin-kit": "^0.5.1", + "@eslint/core": "^1.1.0", + "@eslint/plugin-kit": "^0.6.0", "@humanwhocodes/momoa": "^3.3.10", "natural-compare": "^1.4.0" }, @@ -169,13 +169,13 @@ } }, "node_modules/@eslint/json/node_modules/@eslint/plugin-kit": { - "version": "0.5.1", - "resolved": "https://registry.npmmirror.com/@eslint/plugin-kit/-/plugin-kit-0.5.1.tgz", - "integrity": "sha512-hZ2uC1jbf6JMSsF2ZklhRQqf6GLpYyux6DlzegnW/aFlpu6qJj5GO7ub7WOETCrEl6pl6DAX7RgTgj/fyG+6BQ==", + "version": "0.6.0", + "resolved": "https://registry.npmmirror.com/@eslint/plugin-kit/-/plugin-kit-0.6.0.tgz", + "integrity": "sha512-bIZEUzOI1jkhviX2cp5vNyXQc6olzb2ohewQubuYlMXZ2Q/XjBO0x0XhGPvc9fjSIiUN0vw+0hq53BJ4eQSJKQ==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@eslint/core": "^1.0.1", + "@eslint/core": "^1.1.0", "levn": "^0.4.1" }, "engines": { diff --git a/package.json b/package.json index f1770eb9d..c494cd22d 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ } ], "devDependencies": { - "@eslint/json": "^1.0.0", + "@eslint/json": "^1.0.1", "@eslint/markdown": "^7.5.1", "@stylistic/eslint-plugin": "^5.8.0", "cz-git": "^1.12.0", From 14ea0c2caf1970f280f04f6f481eeec1f13e799a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 02:44:38 +0800 Subject: [PATCH 015/104] chore(deps-dev): bump eslint-plugin-yml from 3.1.2 to 3.2.0 (#255) Signed-off-by: dependabot[bot] --- package-lock.json | 170 ++++++++++++++++++++++++++++++++++++++++++++-- package.json | 2 +- 2 files changed, 167 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index bb8f7dbb1..afb4b43ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "eslint-plugin-import": "^2.32.0", "eslint-plugin-regexp": "^3.0.0", "eslint-plugin-userscripts": "^0.5.6", - "eslint-plugin-yml": "^3.1.2", + "eslint-plugin-yml": "^3.2.0", "husky": "^9.1.7", "lint-staged": "^16.2.7", "prettier": "^3.8.1" @@ -325,6 +325,26 @@ "node": "20 || >=22" } }, + "node_modules/@ota-meshi/ast-token-store": { + "version": "0.2.0", + "resolved": "https://registry.npmmirror.com/@ota-meshi/ast-token-store/-/ast-token-store-0.2.0.tgz", + "integrity": "sha512-VQNg9OyqbvjMb+/EoFl1t5mp5qU53AHd6VLIKvj0nfnBiLnom2OSm+heyXD3++GePoVNf1D/KKU8fOIHi4y0xw==", + "dev": true, + "license": "MIT", + "dependencies": { + "eslint-plugin-markdown-preferences": "^0.40.2" + }, + "engines": { + "node": "^20.19.0 || ^22.13.0 || >=24" + }, + "funding": { + "url": "https://github.com/sponsors/ota-meshi" + }, + "peerDependencies": { + "@eslint/markdown": "^7.4.0", + "eslint": ">=9.0.0" + } + }, "node_modules/@rtsao/scc": { "version": "1.1.0", "resolved": "https://registry.npmmirror.com/@rtsao/scc/-/scc-1.1.0.tgz", @@ -390,6 +410,16 @@ "dev": true, "license": "MIT" }, + "node_modules/@types/hast": { + "version": "3.0.4", + "resolved": "https://registry.npmmirror.com/@types/hast/-/hast-3.0.4.tgz", + "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/unist": "*" + } + }, "node_modules/@types/json-schema": { "version": "7.0.15", "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", @@ -403,6 +433,13 @@ "dev": true, "license": "MIT" }, + "node_modules/@types/katex": { + "version": "0.16.8", + "resolved": "https://registry.npmmirror.com/@types/katex/-/katex-0.16.8.tgz", + "integrity": "sha512-trgaNyfU+Xh2Tc+ABIb44a5AYUpicB3uwirOioeOkNPPbmgRNtcWyDeeFRzjPZENO9Vq8gvVqfhaaXWLlevVwg==", + "dev": true, + "license": "MIT" + }, "node_modules/@types/mdast": { "version": "4.0.4", "resolved": "https://registry.npmmirror.com/@types/mdast/-/mdast-4.0.4.tgz", @@ -1050,6 +1087,16 @@ "dev": true, "license": "MIT" }, + "node_modules/emoji-regex-xs": { + "version": "2.0.1", + "resolved": "https://registry.npmmirror.com/emoji-regex-xs/-/emoji-regex-xs-2.0.1.tgz", + "integrity": "sha512-1QFuh8l7LqUcKe24LsPUNzjrzJQ7pgRwp1QMcZ5MX6mFplk2zQ08NVCM84++1cveaUUYtcCYHmeFEuNg16sU4g==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10.0.0" + } + }, "node_modules/environment": { "version": "1.1.0", "resolved": "https://registry.npmmirror.com/environment/-/environment-1.1.0.tgz", @@ -1374,6 +1421,38 @@ "ms": "^2.1.1" } }, + "node_modules/eslint-plugin-markdown-preferences": { + "version": "0.40.2", + "resolved": "https://registry.npmmirror.com/eslint-plugin-markdown-preferences/-/eslint-plugin-markdown-preferences-0.40.2.tgz", + "integrity": "sha512-zaHQpfQijr/v7werfw6yQd05TpNoY6FTBTFAlxpFaOvoxfmQg89GLlU7KhrS0Ty++YCVVDgMJURwEn/c2w5n7g==", + "dev": true, + "license": "MIT", + "dependencies": { + "diff-sequences": "^29.6.3", + "emoji-regex-xs": "^2.0.1", + "mdast-util-from-markdown": "^2.0.2", + "mdast-util-frontmatter": "^2.0.1", + "mdast-util-gfm": "^3.1.0", + "mdast-util-math": "^3.0.0", + "micromark-extension-frontmatter": "^2.0.0", + "micromark-extension-gfm": "^3.0.0", + "micromark-extension-math": "^3.1.0", + "micromark-factory-space": "^2.0.1", + "micromark-util-character": "^2.1.1", + "micromark-util-symbol": "^2.0.1", + "string-width": "^8.0.0" + }, + "engines": { + "node": "^20.19.0 || ^22.12.0 || >=24.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/ota-meshi" + }, + "peerDependencies": { + "@eslint/markdown": "^7.4.0", + "eslint": ">=9.0.0" + } + }, "node_modules/eslint-plugin-regexp": { "version": "3.0.0", "resolved": "https://registry.npmmirror.com/eslint-plugin-regexp/-/eslint-plugin-regexp-3.0.0.tgz", @@ -1426,14 +1505,15 @@ } }, "node_modules/eslint-plugin-yml": { - "version": "3.1.2", - "resolved": "https://registry.npmmirror.com/eslint-plugin-yml/-/eslint-plugin-yml-3.1.2.tgz", - "integrity": "sha512-n9lxbFrNlGDLOSyIrEYkkYr7icbULMh66wwkIEluisq0lXSu1qVEEXM0g8MM8UQbtd9t1HMgN6bC+DaOe5dWdQ==", + "version": "3.2.0", + "resolved": "https://registry.npmmirror.com/eslint-plugin-yml/-/eslint-plugin-yml-3.2.0.tgz", + "integrity": "sha512-69gbDR+2IqaGJHyTXJ/FKJsv5QL3wKCfI2Z/rGjXwM88RxAqSOtM/AmF/YPhSWdHwezE8xyZbvDVnzgUPbO4ag==", "dev": true, "license": "MIT", "dependencies": { "@eslint/core": "^1.0.1", "@eslint/plugin-kit": "^0.6.0", + "@ota-meshi/ast-token-store": "^0.2.0", "debug": "^4.3.2", "diff-sequences": "^29.0.0", "escape-string-regexp": "5.0.0", @@ -2544,6 +2624,33 @@ "json5": "lib/cli.js" } }, + "node_modules/katex": { + "version": "0.16.28", + "resolved": "https://registry.npmmirror.com/katex/-/katex-0.16.28.tgz", + "integrity": "sha512-YHzO7721WbmAL6Ov1uzN/l5mY5WWWhJBSW+jq4tkfZfsxmo1hu6frS0EOswvjBUnWE6NtjEs48SFn5CQESRLZg==", + "dev": true, + "funding": [ + "https://opencollective.com/katex", + "https://github.com/sponsors/katex" + ], + "license": "MIT", + "dependencies": { + "commander": "^8.3.0" + }, + "bin": { + "katex": "cli.js" + } + }, + "node_modules/katex/node_modules/commander": { + "version": "8.3.0", + "resolved": "https://registry.npmmirror.com/commander/-/commander-8.3.0.tgz", + "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 12" + } + }, "node_modules/keyv": { "version": "4.5.4", "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz", @@ -2870,6 +2977,26 @@ "url": "https://opencollective.com/unified" } }, + "node_modules/mdast-util-math": { + "version": "3.0.0", + "resolved": "https://registry.npmmirror.com/mdast-util-math/-/mdast-util-math-3.0.0.tgz", + "integrity": "sha512-Tl9GBNeG/AhJnQM221bJR2HPvLOSnLE/T9cJI9tlc6zwQk2nPk/4f0cHkOdEixQPC/j8UtKDdITswvLAy1OZ1w==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/hast": "^3.0.0", + "@types/mdast": "^4.0.0", + "devlop": "^1.0.0", + "longest-streak": "^3.0.0", + "mdast-util-from-markdown": "^2.0.0", + "mdast-util-to-markdown": "^2.1.0", + "unist-util-remove-position": "^5.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, "node_modules/mdast-util-phrasing": { "version": "4.1.0", "resolved": "https://registry.npmmirror.com/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz", @@ -3137,6 +3264,26 @@ "url": "https://opencollective.com/unified" } }, + "node_modules/micromark-extension-math": { + "version": "3.1.0", + "resolved": "https://registry.npmmirror.com/micromark-extension-math/-/micromark-extension-math-3.1.0.tgz", + "integrity": "sha512-lvEqd+fHjATVs+2v/8kg9i5Q0AP2k85H0WUOwpIVvUML8BapsMvh1XAogmQjOCsLpoKRCVQqEkQBB3NhVBcsOg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/katex": "^0.16.0", + "devlop": "^1.0.0", + "katex": "^0.16.0", + "micromark-factory-space": "^2.0.0", + "micromark-util-character": "^2.0.0", + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, "node_modules/micromark-factory-destination": { "version": "2.0.1", "resolved": "https://registry.npmmirror.com/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz", @@ -4566,6 +4713,21 @@ "url": "https://opencollective.com/unified" } }, + "node_modules/unist-util-remove-position": { + "version": "5.0.0", + "resolved": "https://registry.npmmirror.com/unist-util-remove-position/-/unist-util-remove-position-5.0.0.tgz", + "integrity": "sha512-Hp5Kh3wLxv0PHj9m2yZhhLt58KzPtEYKQQ4yxfYFEO7EvHwzyDYnduhHnY1mDxoqr7VUwVuHXk9RXKIiYS1N8Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/unist": "^3.0.0", + "unist-util-visit": "^5.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, "node_modules/unist-util-stringify-position": { "version": "4.0.0", "resolved": "https://registry.npmmirror.com/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz", diff --git a/package.json b/package.json index c494cd22d..9379a29a7 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "eslint-plugin-import": "^2.32.0", "eslint-plugin-regexp": "^3.0.0", "eslint-plugin-userscripts": "^0.5.6", - "eslint-plugin-yml": "^3.1.2", + "eslint-plugin-yml": "^3.2.0", "husky": "^9.1.7", "lint-staged": "^16.2.7", "prettier": "^3.8.1" From 1c4a8feb82432ca04169f21df4ef404c63777544 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 02:44:42 +0800 Subject: [PATCH 016/104] chore(deps): bump agrc/create-reminder-action from 1.1.23 to 1.1.24 (#256) Signed-off-by: dependabot[bot] --- .github/workflows/issue-reminders.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue-reminders.yml b/.github/workflows/issue-reminders.yml index 3bc7e86b1..60c62c3ed 100644 --- a/.github/workflows/issue-reminders.yml +++ b/.github/workflows/issue-reminders.yml @@ -16,4 +16,4 @@ jobs: steps: - name: check for reminder - uses: agrc/create-reminder-action@a641512b5ac55221ce1835d2e9062c0d9df11c6c # v1.1.23 + uses: agrc/create-reminder-action@64196866d8d89ce172328d200d15afb8533b7992 # v1.1.24 From 99b4de0851d5563402f4f337990c441245b8f7e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 02:44:51 +0800 Subject: [PATCH 017/104] chore(deps-dev): bump eslint-plugin-yml from 3.2.0 to 3.2.1 (#257) Signed-off-by: dependabot[bot] --- package-lock.json | 160 +++------------------------------------------- package.json | 2 +- 2 files changed, 9 insertions(+), 153 deletions(-) diff --git a/package-lock.json b/package-lock.json index afb4b43ec..cb607c18c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "eslint-plugin-import": "^2.32.0", "eslint-plugin-regexp": "^3.0.0", "eslint-plugin-userscripts": "^0.5.6", - "eslint-plugin-yml": "^3.2.0", + "eslint-plugin-yml": "^3.2.1", "husky": "^9.1.7", "lint-staged": "^16.2.7", "prettier": "^3.8.1" @@ -326,14 +326,11 @@ } }, "node_modules/@ota-meshi/ast-token-store": { - "version": "0.2.0", - "resolved": "https://registry.npmmirror.com/@ota-meshi/ast-token-store/-/ast-token-store-0.2.0.tgz", - "integrity": "sha512-VQNg9OyqbvjMb+/EoFl1t5mp5qU53AHd6VLIKvj0nfnBiLnom2OSm+heyXD3++GePoVNf1D/KKU8fOIHi4y0xw==", + "version": "0.2.1", + "resolved": "https://registry.npmmirror.com/@ota-meshi/ast-token-store/-/ast-token-store-0.2.1.tgz", + "integrity": "sha512-+8oB1wcOSWJCR6vAm2ioSLas7SoPwp+8tZ1Tcy8DSVEHMip6jxxlGu6EsRzJLAYVCyzKQ38B5pAqSbon1l1rmA==", "dev": true, "license": "MIT", - "dependencies": { - "eslint-plugin-markdown-preferences": "^0.40.2" - }, "engines": { "node": "^20.19.0 || ^22.13.0 || >=24" }, @@ -410,16 +407,6 @@ "dev": true, "license": "MIT" }, - "node_modules/@types/hast": { - "version": "3.0.4", - "resolved": "https://registry.npmmirror.com/@types/hast/-/hast-3.0.4.tgz", - "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/unist": "*" - } - }, "node_modules/@types/json-schema": { "version": "7.0.15", "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", @@ -433,13 +420,6 @@ "dev": true, "license": "MIT" }, - "node_modules/@types/katex": { - "version": "0.16.8", - "resolved": "https://registry.npmmirror.com/@types/katex/-/katex-0.16.8.tgz", - "integrity": "sha512-trgaNyfU+Xh2Tc+ABIb44a5AYUpicB3uwirOioeOkNPPbmgRNtcWyDeeFRzjPZENO9Vq8gvVqfhaaXWLlevVwg==", - "dev": true, - "license": "MIT" - }, "node_modules/@types/mdast": { "version": "4.0.4", "resolved": "https://registry.npmmirror.com/@types/mdast/-/mdast-4.0.4.tgz", @@ -1087,16 +1067,6 @@ "dev": true, "license": "MIT" }, - "node_modules/emoji-regex-xs": { - "version": "2.0.1", - "resolved": "https://registry.npmmirror.com/emoji-regex-xs/-/emoji-regex-xs-2.0.1.tgz", - "integrity": "sha512-1QFuh8l7LqUcKe24LsPUNzjrzJQ7pgRwp1QMcZ5MX6mFplk2zQ08NVCM84++1cveaUUYtcCYHmeFEuNg16sU4g==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=10.0.0" - } - }, "node_modules/environment": { "version": "1.1.0", "resolved": "https://registry.npmmirror.com/environment/-/environment-1.1.0.tgz", @@ -1421,38 +1391,6 @@ "ms": "^2.1.1" } }, - "node_modules/eslint-plugin-markdown-preferences": { - "version": "0.40.2", - "resolved": "https://registry.npmmirror.com/eslint-plugin-markdown-preferences/-/eslint-plugin-markdown-preferences-0.40.2.tgz", - "integrity": "sha512-zaHQpfQijr/v7werfw6yQd05TpNoY6FTBTFAlxpFaOvoxfmQg89GLlU7KhrS0Ty++YCVVDgMJURwEn/c2w5n7g==", - "dev": true, - "license": "MIT", - "dependencies": { - "diff-sequences": "^29.6.3", - "emoji-regex-xs": "^2.0.1", - "mdast-util-from-markdown": "^2.0.2", - "mdast-util-frontmatter": "^2.0.1", - "mdast-util-gfm": "^3.1.0", - "mdast-util-math": "^3.0.0", - "micromark-extension-frontmatter": "^2.0.0", - "micromark-extension-gfm": "^3.0.0", - "micromark-extension-math": "^3.1.0", - "micromark-factory-space": "^2.0.1", - "micromark-util-character": "^2.1.1", - "micromark-util-symbol": "^2.0.1", - "string-width": "^8.0.0" - }, - "engines": { - "node": "^20.19.0 || ^22.12.0 || >=24.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/ota-meshi" - }, - "peerDependencies": { - "@eslint/markdown": "^7.4.0", - "eslint": ">=9.0.0" - } - }, "node_modules/eslint-plugin-regexp": { "version": "3.0.0", "resolved": "https://registry.npmmirror.com/eslint-plugin-regexp/-/eslint-plugin-regexp-3.0.0.tgz", @@ -1505,15 +1443,15 @@ } }, "node_modules/eslint-plugin-yml": { - "version": "3.2.0", - "resolved": "https://registry.npmmirror.com/eslint-plugin-yml/-/eslint-plugin-yml-3.2.0.tgz", - "integrity": "sha512-69gbDR+2IqaGJHyTXJ/FKJsv5QL3wKCfI2Z/rGjXwM88RxAqSOtM/AmF/YPhSWdHwezE8xyZbvDVnzgUPbO4ag==", + "version": "3.2.1", + "resolved": "https://registry.npmmirror.com/eslint-plugin-yml/-/eslint-plugin-yml-3.2.1.tgz", + "integrity": "sha512-/oFj7MWk56AKLelLSUb7zN1OKDI9kR+uKEzbf/sGu7Bov0tJs3qwtMcu+VCcEtFAFD7KZe0LSYhyy0Uq8hKF9g==", "dev": true, "license": "MIT", "dependencies": { "@eslint/core": "^1.0.1", "@eslint/plugin-kit": "^0.6.0", - "@ota-meshi/ast-token-store": "^0.2.0", + "@ota-meshi/ast-token-store": "^0.2.1", "debug": "^4.3.2", "diff-sequences": "^29.0.0", "escape-string-regexp": "5.0.0", @@ -2624,33 +2562,6 @@ "json5": "lib/cli.js" } }, - "node_modules/katex": { - "version": "0.16.28", - "resolved": "https://registry.npmmirror.com/katex/-/katex-0.16.28.tgz", - "integrity": "sha512-YHzO7721WbmAL6Ov1uzN/l5mY5WWWhJBSW+jq4tkfZfsxmo1hu6frS0EOswvjBUnWE6NtjEs48SFn5CQESRLZg==", - "dev": true, - "funding": [ - "https://opencollective.com/katex", - "https://github.com/sponsors/katex" - ], - "license": "MIT", - "dependencies": { - "commander": "^8.3.0" - }, - "bin": { - "katex": "cli.js" - } - }, - "node_modules/katex/node_modules/commander": { - "version": "8.3.0", - "resolved": "https://registry.npmmirror.com/commander/-/commander-8.3.0.tgz", - "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 12" - } - }, "node_modules/keyv": { "version": "4.5.4", "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz", @@ -2977,26 +2888,6 @@ "url": "https://opencollective.com/unified" } }, - "node_modules/mdast-util-math": { - "version": "3.0.0", - "resolved": "https://registry.npmmirror.com/mdast-util-math/-/mdast-util-math-3.0.0.tgz", - "integrity": "sha512-Tl9GBNeG/AhJnQM221bJR2HPvLOSnLE/T9cJI9tlc6zwQk2nPk/4f0cHkOdEixQPC/j8UtKDdITswvLAy1OZ1w==", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/hast": "^3.0.0", - "@types/mdast": "^4.0.0", - "devlop": "^1.0.0", - "longest-streak": "^3.0.0", - "mdast-util-from-markdown": "^2.0.0", - "mdast-util-to-markdown": "^2.1.0", - "unist-util-remove-position": "^5.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, "node_modules/mdast-util-phrasing": { "version": "4.1.0", "resolved": "https://registry.npmmirror.com/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz", @@ -3264,26 +3155,6 @@ "url": "https://opencollective.com/unified" } }, - "node_modules/micromark-extension-math": { - "version": "3.1.0", - "resolved": "https://registry.npmmirror.com/micromark-extension-math/-/micromark-extension-math-3.1.0.tgz", - "integrity": "sha512-lvEqd+fHjATVs+2v/8kg9i5Q0AP2k85H0WUOwpIVvUML8BapsMvh1XAogmQjOCsLpoKRCVQqEkQBB3NhVBcsOg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/katex": "^0.16.0", - "devlop": "^1.0.0", - "katex": "^0.16.0", - "micromark-factory-space": "^2.0.0", - "micromark-util-character": "^2.0.0", - "micromark-util-symbol": "^2.0.0", - "micromark-util-types": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, "node_modules/micromark-factory-destination": { "version": "2.0.1", "resolved": "https://registry.npmmirror.com/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz", @@ -4713,21 +4584,6 @@ "url": "https://opencollective.com/unified" } }, - "node_modules/unist-util-remove-position": { - "version": "5.0.0", - "resolved": "https://registry.npmmirror.com/unist-util-remove-position/-/unist-util-remove-position-5.0.0.tgz", - "integrity": "sha512-Hp5Kh3wLxv0PHj9m2yZhhLt58KzPtEYKQQ4yxfYFEO7EvHwzyDYnduhHnY1mDxoqr7VUwVuHXk9RXKIiYS1N8Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/unist": "^3.0.0", - "unist-util-visit": "^5.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, "node_modules/unist-util-stringify-position": { "version": "4.0.0", "resolved": "https://registry.npmmirror.com/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz", diff --git a/package.json b/package.json index 9379a29a7..321bc6a37 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "eslint-plugin-import": "^2.32.0", "eslint-plugin-regexp": "^3.0.0", "eslint-plugin-userscripts": "^0.5.6", - "eslint-plugin-yml": "^3.2.0", + "eslint-plugin-yml": "^3.2.1", "husky": "^9.1.7", "lint-staged": "^16.2.7", "prettier": "^3.8.1" From 6931c2cde64188758a7c8e79c6bb2b5724c44350 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 02:44:22 +0800 Subject: [PATCH 018/104] chore(deps-dev): bump @stylistic/eslint-plugin from 5.8.0 to 5.9.0 (#258) Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index cb607c18c..84b988513 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "devDependencies": { "@eslint/json": "^1.0.1", "@eslint/markdown": "^7.5.1", - "@stylistic/eslint-plugin": "^5.8.0", + "@stylistic/eslint-plugin": "^5.9.0", "cz-git": "^1.12.0", "czg": "^1.12.0", "eslint": "^10.0.0", @@ -350,14 +350,14 @@ "license": "MIT" }, "node_modules/@stylistic/eslint-plugin": { - "version": "5.8.0", - "resolved": "https://registry.npmmirror.com/@stylistic/eslint-plugin/-/eslint-plugin-5.8.0.tgz", - "integrity": "sha512-WNPVF/FfBAjyi3OA7gok8swRiImNLKI4dmV3iK/GC/0xSJR7eCzBFsw9hLZVgb1+MYNLy7aDsjohxN1hA/FIfQ==", + "version": "5.9.0", + "resolved": "https://registry.npmmirror.com/@stylistic/eslint-plugin/-/eslint-plugin-5.9.0.tgz", + "integrity": "sha512-FqqSkvDMYJReydrMhlugc71M76yLLQWNfmGq+SIlLa7N3kHp8Qq8i2PyWrVNAfjOyOIY+xv9XaaYwvVW7vroMA==", "dev": true, "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.9.1", - "@typescript-eslint/types": "^8.54.0", + "@typescript-eslint/types": "^8.56.0", "eslint-visitor-keys": "^4.2.1", "espree": "^10.4.0", "estraverse": "^5.3.0", @@ -367,7 +367,7 @@ "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, "peerDependencies": { - "eslint": ">=9.0.0" + "eslint": "^9.0.0 || ^10.0.0" } }, "node_modules/@stylistic/eslint-plugin/node_modules/eslint-visitor-keys": { @@ -445,9 +445,9 @@ "license": "MIT" }, "node_modules/@typescript-eslint/types": { - "version": "8.55.0", - "resolved": "https://registry.npmmirror.com/@typescript-eslint/types/-/types-8.55.0.tgz", - "integrity": "sha512-ujT0Je8GI5BJWi+/mMoR0wxwVEQaxM+pi30xuMiJETlX80OPovb2p9E8ss87gnSVtYXtJoU9U1Cowcr6w2FE0w==", + "version": "8.56.0", + "resolved": "https://registry.npmmirror.com/@typescript-eslint/types/-/types-8.56.0.tgz", + "integrity": "sha512-DBsLPs3GsWhX5HylbP9HNG15U0bnwut55Lx12bHB9MpXxQ+R5GC8MwQe+N1UFXxAeQDvEsEDY6ZYwX03K7Z6HQ==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 321bc6a37..464434c85 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "devDependencies": { "@eslint/json": "^1.0.1", "@eslint/markdown": "^7.5.1", - "@stylistic/eslint-plugin": "^5.8.0", + "@stylistic/eslint-plugin": "^5.9.0", "cz-git": "^1.12.0", "czg": "^1.12.0", "eslint": "^10.0.0", From d221fa28b4587c796c0f284f6de8d121de8027a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=BA=E6=B0=91=E7=9A=84=E5=8B=A4=E5=8A=A1=E5=91=98?= Date: Fri, 20 Feb 2026 03:05:33 +0800 Subject: [PATCH 019/104] =?UTF-8?q?fix:=20=E6=B8=85=E9=99=A4=E5=A4=B1?= =?UTF-8?q?=E6=95=88=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- twitter-show-date-normally/twitter-show-date-normally.user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/twitter-show-date-normally/twitter-show-date-normally.user.js b/twitter-show-date-normally/twitter-show-date-normally.user.js index 62ccdb290..9da7cb0a8 100644 --- a/twitter-show-date-normally/twitter-show-date-normally.user.js +++ b/twitter-show-date-normally/twitter-show-date-normally.user.js @@ -354,7 +354,7 @@ // @match https://mobile.twitter3e4tixl4xyajtrzo62zg5vztmjuricljdp2c5kshju4avyoid.onion/* // @match https://x.com/* // @match https://mobile.x.com/* -// @require https://update.greasyfork.org/scripts/538254/1601105/PNG.js +// @require https://update.greasyfork.org/scripts/566787/1757765/PNG%20X.js // @grant GM_getValue // @grant GM_registerMenuCommand // @grant GM_setValue @@ -369,7 +369,7 @@ // @compatible qq // @compatible via // @compatible brave -// @version 2025.6.4.1 +// @version 2026.2.20.1 // @downloadURL https://raw.githubusercontent.com/ChinaGodMan/UserScripts/main/twitter-show-date-normally/twitter-show-date-normally.user.js // @updateURL https://raw.githubusercontent.com/ChinaGodMan/UserScripts/main/twitter-show-date-normally/twitter-show-date-normally.user.js // ==/UserScript== From 080c11b46d12a5034c9d61eb1cfc9687ff53dd97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=BA=E6=B0=91=E7=9A=84=E5=8B=A4=E5=8A=A1=E5=91=98?= Date: Fri, 20 Feb 2026 04:20:59 +0800 Subject: [PATCH 020/104] =?UTF-8?q?chore(eslint):=20=E9=99=90=E5=88=B6=20d?= =?UTF-8?q?ependabot=20=E6=9B=B4=E6=96=B0`eslint`=E7=9A=84=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E8=8C=83=E5=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/dependabot.yml | 2 + .github/workflows/SyncDoc.yml | 2 +- package-lock.json | 412 +++++++++++++++++++++------------- package.json | 2 +- 4 files changed, 259 insertions(+), 159 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6ebae6b8e..e5a573bfd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,3 +8,5 @@ updates: directory: "/" schedule: interval: "daily" + ignore: + - dependency-name: "eslint" diff --git a/.github/workflows/SyncDoc.yml b/.github/workflows/SyncDoc.yml index 2840eaf1f..9d1ce40fe 100644 --- a/.github/workflows/SyncDoc.yml +++ b/.github/workflows/SyncDoc.yml @@ -24,7 +24,7 @@ jobs: - name: 设置 Node.js uses: actions/setup-node@v6 with: - node-version: "20.18.0" + node-version: "lts/*" - name: 设置 Python uses: actions/setup-python@v6.2.0 diff --git a/package-lock.json b/package-lock.json index 84b988513..37ff438ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@stylistic/eslint-plugin": "^5.9.0", "cz-git": "^1.12.0", "czg": "^1.12.0", - "eslint": "^10.0.0", + "eslint": "^9.39.2", "eslint-plugin-import": "^2.32.0", "eslint-plugin-regexp": "^3.0.0", "eslint-plugin-userscripts": "^0.5.6", @@ -70,73 +70,81 @@ } }, "node_modules/@eslint/config-array": { - "version": "0.23.1", - "resolved": "https://registry.npmmirror.com/@eslint/config-array/-/config-array-0.23.1.tgz", - "integrity": "sha512-uVSdg/V4dfQmTjJzR0szNczjOH/J+FyUMMjYtr07xFRXR7EDf9i1qdxrD0VusZH9knj1/ecxzCQQxyic5NzAiA==", + "version": "0.21.1", + "resolved": "https://registry.npmmirror.com/@eslint/config-array/-/config-array-0.21.1.tgz", + "integrity": "sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@eslint/object-schema": "^3.0.1", + "@eslint/object-schema": "^2.1.7", "debug": "^4.3.1", - "minimatch": "^10.1.1" + "minimatch": "^3.1.2" }, "engines": { - "node": "^20.19.0 || ^22.13.0 || >=24" + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" } }, - "node_modules/@eslint/config-array/node_modules/minimatch": { - "version": "10.1.2", - "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-10.1.2.tgz", - "integrity": "sha512-fu656aJ0n2kcXwsnwnv9g24tkU5uSmOlTjd6WyyaKm2Z+h1qmY6bAjrcaIxF/BslFqbZ8UBtbJi7KgQOZD2PTw==", + "node_modules/@eslint/config-helpers": { + "version": "0.4.2", + "resolved": "https://registry.npmmirror.com/@eslint/config-helpers/-/config-helpers-0.4.2.tgz", + "integrity": "sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==", "dev": true, - "license": "BlueOak-1.0.0", + "license": "Apache-2.0", "dependencies": { - "@isaacs/brace-expansion": "^5.0.1" + "@eslint/core": "^0.17.0" }, "engines": { - "node": "20 || >=22" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" } }, - "node_modules/@eslint/config-helpers": { - "version": "0.5.2", - "resolved": "https://registry.npmmirror.com/@eslint/config-helpers/-/config-helpers-0.5.2.tgz", - "integrity": "sha512-a5MxrdDXEvqnIq+LisyCX6tQMPF/dSJpCfBgBauY+pNZ28yCtSsTvyTYrMhaI+LK26bVyCJfJkT0u8KIj2i1dQ==", + "node_modules/@eslint/core": { + "version": "0.17.0", + "resolved": "https://registry.npmmirror.com/@eslint/core/-/core-0.17.0.tgz", + "integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@eslint/core": "^1.1.0" + "@types/json-schema": "^7.0.15" }, "engines": { - "node": "^20.19.0 || ^22.13.0 || >=24" + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" } }, - "node_modules/@eslint/config-helpers/node_modules/@eslint/core": { - "version": "1.1.0", - "resolved": "https://registry.npmmirror.com/@eslint/core/-/core-1.1.0.tgz", - "integrity": "sha512-/nr9K9wkr3P1EzFTdFdMoLuo1PmIxjmwvPozwoSodjNBdefGujXQUF93u1DDZpEaTuDvMsIQddsd35BwtrW9Xw==", + "node_modules/@eslint/eslintrc": { + "version": "3.3.3", + "resolved": "https://registry.npmmirror.com/@eslint/eslintrc/-/eslintrc-3.3.3.tgz", + "integrity": "sha512-Kr+LPIUVKz2qkx1HAMH8q1q6azbqBAsXJUxBl/ODDuVPX45Z9DfwB8tPjTi6nNZ8BuM3nbJxC5zCAg5elnBUTQ==", "dev": true, - "license": "Apache-2.0", + "license": "MIT", "dependencies": { - "@types/json-schema": "^7.0.15" + "ajv": "^6.12.4", + "debug": "^4.3.2", + "espree": "^10.0.1", + "globals": "^14.0.0", + "ignore": "^5.2.0", + "import-fresh": "^3.2.1", + "js-yaml": "^4.1.1", + "minimatch": "^3.1.2", + "strip-json-comments": "^3.1.1" }, "engines": { - "node": "^20.19.0 || ^22.13.0 || >=24" + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" } }, - "node_modules/@eslint/core": { - "version": "0.17.0", - "resolved": "https://registry.npmmirror.com/@eslint/core/-/core-0.17.0.tgz", - "integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==", + "node_modules/@eslint/js": { + "version": "9.39.2", + "resolved": "https://registry.npmmirror.com/@eslint/js/-/js-9.39.2.tgz", + "integrity": "sha512-q1mjIoW1VX4IvSocvM/vbTiveKC4k9eLrajNEuSsmjymSDEbpGddtpfOoN7YGAqBK3NG+uqo8ia4PDTt8buCYA==", "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@types/json-schema": "^7.0.15" - }, + "license": "MIT", "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "url": "https://eslint.org/donate" } }, "node_modules/@eslint/json": { @@ -207,13 +215,13 @@ } }, "node_modules/@eslint/object-schema": { - "version": "3.0.1", - "resolved": "https://registry.npmmirror.com/@eslint/object-schema/-/object-schema-3.0.1.tgz", - "integrity": "sha512-P9cq2dpr+LU8j3qbLygLcSZrl2/ds/pUpfnHNNuk5HW7mnngHs+6WSq5C9mO3rqRX8A1poxqLTC9cu0KOyJlBg==", + "version": "2.1.7", + "resolved": "https://registry.npmmirror.com/@eslint/object-schema/-/object-schema-2.1.7.tgz", + "integrity": "sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==", "dev": true, "license": "Apache-2.0", "engines": { - "node": "^20.19.0 || ^22.13.0 || >=24" + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" } }, "node_modules/@eslint/plugin-kit": { @@ -302,29 +310,6 @@ "url": "https://github.com/sponsors/nzakas" } }, - "node_modules/@isaacs/balanced-match": { - "version": "4.0.1", - "resolved": "https://registry.npmmirror.com/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz", - "integrity": "sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": "20 || >=22" - } - }, - "node_modules/@isaacs/brace-expansion": { - "version": "5.0.1", - "resolved": "https://registry.npmmirror.com/@isaacs/brace-expansion/-/brace-expansion-5.0.1.tgz", - "integrity": "sha512-WMz71T1JS624nWj2n2fnYAuPovhv7EUhk69R6i9dsVyzxt5eM3bjwvgk9L+APE1TRscGysAVMANkB0jh0LQZrQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@isaacs/balanced-match": "^4.0.1" - }, - "engines": { - "node": "20 || >=22" - } - }, "node_modules/@ota-meshi/ast-token-store": { "version": "0.2.1", "resolved": "https://registry.npmmirror.com/@ota-meshi/ast-token-store/-/ast-token-store-0.2.1.tgz", @@ -393,13 +378,6 @@ "@types/ms": "*" } }, - "node_modules/@types/esrecurse": { - "version": "4.3.1", - "resolved": "https://registry.npmmirror.com/@types/esrecurse/-/esrecurse-4.3.1.tgz", - "integrity": "sha512-xJBAbDifo5hpffDBuHl0Y8ywswbiAp/Wi7Y/GtAgSlZyIABppyurxVueOPE8LUQOxdlgi6Zqce7uoEpqNTeiUw==", - "dev": true, - "license": "MIT" - }, "node_modules/@types/estree": { "version": "1.0.8", "resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.8.tgz", @@ -526,6 +504,29 @@ "url": "https://github.com/chalk/ansi-regex?sponsor=1" } }, + "node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "license": "MIT", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmmirror.com/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "dev": true, + "license": "Python-2.0" + }, "node_modules/array-buffer-byte-length": { "version": "1.0.2", "resolved": "https://registry.npmmirror.com/array-buffer-byte-length/-/array-buffer-byte-length-1.0.2.tgz", @@ -743,6 +744,16 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/callsites": { + "version": "3.1.0", + "resolved": "https://registry.npmmirror.com/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, "node_modules/ccount": { "version": "2.0.1", "resolved": "https://registry.npmmirror.com/ccount/-/ccount-2.0.1.tgz", @@ -754,6 +765,23 @@ "url": "https://github.com/sponsors/wooorm" } }, + "node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, "node_modules/character-entities": { "version": "2.0.2", "resolved": "https://registry.npmmirror.com/character-entities/-/character-entities-2.0.2.tgz", @@ -798,6 +826,26 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true, + "license": "MIT" + }, "node_modules/colorette": { "version": "2.0.20", "resolved": "https://registry.npmmirror.com/colorette/-/colorette-2.0.20.tgz", @@ -1242,30 +1290,33 @@ } }, "node_modules/eslint": { - "version": "10.0.0", - "resolved": "https://registry.npmmirror.com/eslint/-/eslint-10.0.0.tgz", - "integrity": "sha512-O0piBKY36YSJhlFSG8p9VUdPV/SxxS4FYDWVpr/9GJuMaepzwlf4J8I4ov1b+ySQfDTPhc3DtLaxcT1fN0yqCg==", + "version": "9.39.2", + "resolved": "https://registry.npmmirror.com/eslint/-/eslint-9.39.2.tgz", + "integrity": "sha512-LEyamqS7W5HB3ujJyvi0HQK/dtVINZvd5mAAp9eT5S/ujByGjiZLCzPcHVzuXbpJDJF/cxwHlfceVUDZ2lnSTw==", "dev": true, "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.8.0", - "@eslint-community/regexpp": "^4.12.2", - "@eslint/config-array": "^0.23.0", - "@eslint/config-helpers": "^0.5.2", - "@eslint/core": "^1.1.0", - "@eslint/plugin-kit": "^0.6.0", + "@eslint-community/regexpp": "^4.12.1", + "@eslint/config-array": "^0.21.1", + "@eslint/config-helpers": "^0.4.2", + "@eslint/core": "^0.17.0", + "@eslint/eslintrc": "^3.3.1", + "@eslint/js": "9.39.2", + "@eslint/plugin-kit": "^0.4.1", "@humanfs/node": "^0.16.6", "@humanwhocodes/module-importer": "^1.0.1", "@humanwhocodes/retry": "^0.4.2", "@types/estree": "^1.0.6", "ajv": "^6.12.4", + "chalk": "^4.0.0", "cross-spawn": "^7.0.6", "debug": "^4.3.2", "escape-string-regexp": "^4.0.0", - "eslint-scope": "^9.1.0", - "eslint-visitor-keys": "^5.0.0", - "espree": "^11.1.0", - "esquery": "^1.7.0", + "eslint-scope": "^8.4.0", + "eslint-visitor-keys": "^4.2.1", + "espree": "^10.4.0", + "esquery": "^1.5.0", "esutils": "^2.0.2", "fast-deep-equal": "^3.1.3", "file-entry-cache": "^8.0.0", @@ -1275,7 +1326,8 @@ "imurmurhash": "^0.1.4", "is-glob": "^4.0.0", "json-stable-stringify-without-jsonify": "^1.0.1", - "minimatch": "^10.1.1", + "lodash.merge": "^4.6.2", + "minimatch": "^3.1.2", "natural-compare": "^1.4.0", "optionator": "^0.9.3" }, @@ -1283,7 +1335,7 @@ "eslint": "bin/eslint.js" }, "engines": { - "node": "^20.19.0 || ^22.13.0 || >=24" + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, "funding": { "url": "https://eslint.org/donate" @@ -1509,19 +1561,17 @@ } }, "node_modules/eslint-scope": { - "version": "9.1.0", - "resolved": "https://registry.npmmirror.com/eslint-scope/-/eslint-scope-9.1.0.tgz", - "integrity": "sha512-CkWE42hOJsNj9FJRaoMX9waUFYhqY4jmyLFdAdzZr6VaCg3ynLYx4WnOdkaIifGfH4gsUcBTn4OZbHXkpLD0FQ==", + "version": "8.4.0", + "resolved": "https://registry.npmmirror.com/eslint-scope/-/eslint-scope-8.4.0.tgz", + "integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==", "dev": true, "license": "BSD-2-Clause", "dependencies": { - "@types/esrecurse": "^4.3.1", - "@types/estree": "^1.0.8", "esrecurse": "^4.3.0", "estraverse": "^5.2.0" }, "engines": { - "node": "^20.19.0 || ^22.13.0 || >=24" + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, "funding": { "url": "https://opencollective.com/eslint" @@ -1539,80 +1589,19 @@ "url": "https://opencollective.com/eslint" } }, - "node_modules/eslint/node_modules/@eslint/core": { - "version": "1.1.0", - "resolved": "https://registry.npmmirror.com/@eslint/core/-/core-1.1.0.tgz", - "integrity": "sha512-/nr9K9wkr3P1EzFTdFdMoLuo1PmIxjmwvPozwoSodjNBdefGujXQUF93u1DDZpEaTuDvMsIQddsd35BwtrW9Xw==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@types/json-schema": "^7.0.15" - }, - "engines": { - "node": "^20.19.0 || ^22.13.0 || >=24" - } - }, - "node_modules/eslint/node_modules/@eslint/plugin-kit": { - "version": "0.6.0", - "resolved": "https://registry.npmmirror.com/@eslint/plugin-kit/-/plugin-kit-0.6.0.tgz", - "integrity": "sha512-bIZEUzOI1jkhviX2cp5vNyXQc6olzb2ohewQubuYlMXZ2Q/XjBO0x0XhGPvc9fjSIiUN0vw+0hq53BJ4eQSJKQ==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@eslint/core": "^1.1.0", - "levn": "^0.4.1" - }, - "engines": { - "node": "^20.19.0 || ^22.13.0 || >=24" - } - }, "node_modules/eslint/node_modules/eslint-visitor-keys": { - "version": "5.0.0", - "resolved": "https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-5.0.0.tgz", - "integrity": "sha512-A0XeIi7CXU7nPlfHS9loMYEKxUaONu/hTEzHTGba9Huu94Cq1hPivf+DE5erJozZOky0LfvXAyrV/tcswpLI0Q==", + "version": "4.2.1", + "resolved": "https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz", + "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==", "dev": true, "license": "Apache-2.0", "engines": { - "node": "^20.19.0 || ^22.13.0 || >=24" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/eslint/node_modules/espree": { - "version": "11.1.0", - "resolved": "https://registry.npmmirror.com/espree/-/espree-11.1.0.tgz", - "integrity": "sha512-WFWYhO1fV4iYkqOOvq8FbqIhr2pYfoDY0kCotMkDeNtGpiGGkZ1iov2u8ydjtgM8yF8rzK7oaTbw2NAzbAbehw==", - "dev": true, - "license": "BSD-2-Clause", - "dependencies": { - "acorn": "^8.15.0", - "acorn-jsx": "^5.3.2", - "eslint-visitor-keys": "^5.0.0" - }, - "engines": { - "node": "^20.19.0 || ^22.13.0 || >=24" + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, "funding": { "url": "https://opencollective.com/eslint" } }, - "node_modules/eslint/node_modules/minimatch": { - "version": "10.1.2", - "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-10.1.2.tgz", - "integrity": "sha512-fu656aJ0n2kcXwsnwnv9g24tkU5uSmOlTjd6WyyaKm2Z+h1qmY6bAjrcaIxF/BslFqbZ8UBtbJi7KgQOZD2PTw==", - "dev": true, - "license": "BlueOak-1.0.0", - "dependencies": { - "@isaacs/brace-expansion": "^5.0.1" - }, - "engines": { - "node": "20 || >=22" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, "node_modules/espree": { "version": "10.4.0", "resolved": "https://registry.npmmirror.com/espree/-/espree-10.4.0.tgz", @@ -1944,6 +1933,19 @@ "node": ">=10.13.0" } }, + "node_modules/globals": { + "version": "14.0.0", + "resolved": "https://registry.npmmirror.com/globals/-/globals-14.0.0.tgz", + "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/globalthis": { "version": "1.0.4", "resolved": "https://registry.npmmirror.com/globalthis/-/globalthis-1.0.4.tgz", @@ -1987,6 +1989,16 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, "node_modules/has-property-descriptors": { "version": "1.0.2", "resolved": "https://registry.npmmirror.com/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", @@ -2084,6 +2096,23 @@ "node": ">= 4" } }, + "node_modules/import-fresh": { + "version": "3.3.1", + "resolved": "https://registry.npmmirror.com/import-fresh/-/import-fresh-3.3.1.tgz", + "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "parent-module": "^1.0.0", + "resolve-from": "^4.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/imurmurhash": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", @@ -2520,6 +2549,19 @@ "dev": true, "license": "ISC" }, + "node_modules/js-yaml": { + "version": "4.1.1", + "resolved": "https://registry.npmmirror.com/js-yaml/-/js-yaml-4.1.1.tgz", + "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", + "dev": true, + "license": "MIT", + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, "node_modules/jsdoc-type-pratt-parser": { "version": "7.1.0", "resolved": "https://registry.npmmirror.com/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-7.1.0.tgz", @@ -2642,6 +2684,13 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/lodash.merge": { + "version": "4.6.2", + "resolved": "https://registry.npmmirror.com/lodash.merge/-/lodash.merge-4.6.2.tgz", + "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", + "dev": true, + "license": "MIT" + }, "node_modules/log-update": { "version": "6.1.0", "resolved": "https://registry.npmmirror.com/log-update/-/log-update-6.1.0.tgz", @@ -3812,6 +3861,19 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/parent-module": { + "version": "1.0.1", + "resolved": "https://registry.npmmirror.com/parent-module/-/parent-module-1.0.1.tgz", + "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", + "dev": true, + "license": "MIT", + "dependencies": { + "callsites": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, "node_modules/path-exists": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", @@ -4001,6 +4063,16 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/resolve-from": { + "version": "4.0.0", + "resolved": "https://registry.npmmirror.com/resolve-from/-/resolve-from-4.0.0.tgz", + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4" + } + }, "node_modules/restore-cursor": { "version": "5.1.0", "resolved": "https://registry.npmmirror.com/restore-cursor/-/restore-cursor-5.1.0.tgz", @@ -4422,6 +4494,32 @@ "node": ">=4" } }, + "node_modules/strip-json-comments": { + "version": "3.1.1", + "resolved": "https://registry.npmmirror.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz", + "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "license": "MIT", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/supports-preserve-symlinks-flag": { "version": "1.0.0", "resolved": "https://registry.npmmirror.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", diff --git a/package.json b/package.json index 464434c85..1673914b8 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@stylistic/eslint-plugin": "^5.9.0", "cz-git": "^1.12.0", "czg": "^1.12.0", - "eslint": "^10.0.0", + "eslint": "^9.39.2", "eslint-plugin-import": "^2.32.0", "eslint-plugin-regexp": "^3.0.0", "eslint-plugin-userscripts": "^0.5.6", From a149d8aec12a95f5b735abf8a44f0a415be5712b Mon Sep 17 00:00:00 2001 From: molanp <104612722+molanp@users.noreply.github.com> Date: Sat, 21 Feb 2026 18:26:25 +0800 Subject: [PATCH 021/104] Fix getting the status_id on the tweet page --- .../twitter-media-downloader.user.js | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/twitter-media-downloader/twitter-media-downloader.user.js b/twitter-media-downloader/twitter-media-downloader.user.js index 508f19113..8ae4e3e5e 100644 --- a/twitter-media-downloader/twitter-media-downloader.user.js +++ b/twitter-media-downloader/twitter-media-downloader.user.js @@ -342,8 +342,11 @@ const TMD = (function () { 'div[aria-labelledby]>div:first-child>div[role="button"][tabindex="0"]' //for audio (experimental) ] let media = article.querySelector(media_selector.join(',')) + let current_tweet_id = document.location.href.includes('/status/') + ? document.location.href.split('/status/').pop().split('/').shift() + : undefined if (media) { - let status_id = article.querySelector('a[href*="/status/"]').href.split('/status/').pop().split('/').shift() + let status_id = current_tweet_id || article.querySelector('a[href*="/status/"]').href.split('/status/').pop().split('/').shift() let btn_group = article.querySelector('div[role="group"]:last-of-type, ul.tweet-actions, ul.tweet-detail-actions') let btn_share = Array.from(btn_group.querySelectorAll(':scope>div>div, li.tweet-action-item>a, li.tweet-detail-action-item>a')).pop().parentNode let btn_down = btn_share.cloneNode(true) @@ -367,7 +370,7 @@ const TMD = (function () { } let imgs = article.querySelectorAll('a[href*="/photo/"]') if (imgs.length > 1) { - let status_id = article.querySelector('a[href*="/status/"]').href.split('/status/').pop().split('/').shift() + let status_id = current_tweet_id || article.querySelector('a[href*="/status/"]').href.split('/status/').pop().split('/').shift() let btn_group = article.querySelector('div[role="group"]:last-of-type') let btn_share = Array.from(btn_group.querySelectorAll(':scope>div>div')).pop().parentNode imgs.forEach(img => { @@ -593,7 +596,7 @@ const TMD = (function () { info.url = media.type == 'photo' ? media.media_url_https + ':orig' : media.video_info.variants.filter(n => n.content_type == 'video/mp4').sort((a, b) => b.bitrate - a.bitrate)[0].url info.file = info.url.split('/').pop().split(/[:?]/).shift() info['file-name'] = info.file.split('.').shift() - info['file-ext'] = info.file.split('.').pop() + info['file-ext'] = info.file.split('.').pop(); info['file-type'] = media.type.replace('animated_', '') info.out = (out.replace(/\.?\{file-ext\}/, '') + ((medias.length > 1 || index) && !out.match('{file-name}') ? '-' + (index ? index - 1 : i) : '') + '.{file-ext}').replace(/\{([^{}:]+)(:[^{}]+)?\}/g, (match, name) => info[name]) return { url: info.url, name: info.out } From 836dc719cb3820b20071a8833dc5e63242ec8f9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=BA=E6=B0=91=E7=9A=84=E5=8B=A4=E5=8A=A1=E5=91=98?= Date: Mon, 23 Feb 2026 01:54:41 +0800 Subject: [PATCH 022/104] =?UTF-8?q?chore:=20=E4=BB=8E=E5=AD=98=E5=82=A8?= =?UTF-8?q?=E5=BA=93=E4=B8=AD=E5=90=AF=E7=94=A8`=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=B7=B2=E5=90=88=E5=B9=B6=E5=88=86=E6=94=AF?= =?UTF-8?q?`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pr-delete-merged-branch.yml | 36 ------------------- .github/workflows/pr-merge-dependabot.yml | 8 ----- 2 files changed, 44 deletions(-) delete mode 100644 .github/workflows/pr-delete-merged-branch.yml diff --git a/.github/workflows/pr-delete-merged-branch.yml b/.github/workflows/pr-delete-merged-branch.yml deleted file mode 100644 index f3b97c000..000000000 --- a/.github/workflows/pr-delete-merged-branch.yml +++ /dev/null @@ -1,36 +0,0 @@ -name: delete-merged-branch -on: - pull_request: - types: - - closed - -jobs: - cleanup: - runs-on: ubuntu-latest - steps: - - name: Checkout code 👋 - uses: actions/checkout@v6 - - name: Delete merged branch ⛙ - uses: actions/github-script@v8 - with: - github-token: ${{ secrets.QWY_SYNC_BOT_TOKEN }} - script: | - const { repo: { owner, repo } } = context; - const pr = context.payload.pull_request; - // 跳过 Dependabot 提交的 PR,因为这些PR会被其他流程(dependabot.yml)删除 - if (pr.user.login === 'dependabot[bot]') { - console.log('是 Dependabot 提交的 PR,跳过处理'); - return; - } - if (!pr.merged) { - console.log('PR 未合并,不删除分支'); - return; - } - - const branch = pr.head.ref; - console.log(`PR 已合并,正在删除分支: ${branch}`); - await github.rest.git.deleteRef({ - owner, - repo, - ref: `heads/${branch}`, - }); diff --git a/.github/workflows/pr-merge-dependabot.yml b/.github/workflows/pr-merge-dependabot.yml index d46b8d9cc..1814892a8 100644 --- a/.github/workflows/pr-merge-dependabot.yml +++ b/.github/workflows/pr-merge-dependabot.yml @@ -51,14 +51,6 @@ jobs: commit_message: commitMessage, }); - // 删除分支 - console.log(`PR 合并成功,删除分支: ${pr.head.ref}`); - await github.rest.git.deleteRef({ - owner, - repo, - ref: `heads/${pr.head.ref}`, - }); - } catch (error) { // 3. 合并失败时,可能存在冲突.重新关闭和打开PR,让Dependabot处理冲突. console.log(`合并失败: ${error.message}`); From ea10746d2bf1bc5ac90902544a17460f75082bca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 04:31:15 +0800 Subject: [PATCH 023/104] chore(deps-dev): bump eslint-plugin-yml from 3.2.1 to 3.3.0 (#261) Signed-off-by: dependabot[bot] --- package-lock.json | 20 ++++++++------------ package.json | 2 +- 2 files changed, 9 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 37ff438ff..da0c02ec5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "eslint-plugin-import": "^2.32.0", "eslint-plugin-regexp": "^3.0.0", "eslint-plugin-userscripts": "^0.5.6", - "eslint-plugin-yml": "^3.2.1", + "eslint-plugin-yml": "^3.3.0", "husky": "^9.1.7", "lint-staged": "^16.2.7", "prettier": "^3.8.1" @@ -311,9 +311,9 @@ } }, "node_modules/@ota-meshi/ast-token-store": { - "version": "0.2.1", - "resolved": "https://registry.npmmirror.com/@ota-meshi/ast-token-store/-/ast-token-store-0.2.1.tgz", - "integrity": "sha512-+8oB1wcOSWJCR6vAm2ioSLas7SoPwp+8tZ1Tcy8DSVEHMip6jxxlGu6EsRzJLAYVCyzKQ38B5pAqSbon1l1rmA==", + "version": "0.3.0", + "resolved": "https://registry.npmmirror.com/@ota-meshi/ast-token-store/-/ast-token-store-0.3.0.tgz", + "integrity": "sha512-XRO0zi2NIUKq2lUk3T1ecFSld1fMWRKE6naRFGkgkdeosx7IslyUKNv5Dcb5PJTja9tHJoFu0v/7yEpAkrkrTg==", "dev": true, "license": "MIT", "engines": { @@ -321,10 +321,6 @@ }, "funding": { "url": "https://github.com/sponsors/ota-meshi" - }, - "peerDependencies": { - "@eslint/markdown": "^7.4.0", - "eslint": ">=9.0.0" } }, "node_modules/@rtsao/scc": { @@ -1495,15 +1491,15 @@ } }, "node_modules/eslint-plugin-yml": { - "version": "3.2.1", - "resolved": "https://registry.npmmirror.com/eslint-plugin-yml/-/eslint-plugin-yml-3.2.1.tgz", - "integrity": "sha512-/oFj7MWk56AKLelLSUb7zN1OKDI9kR+uKEzbf/sGu7Bov0tJs3qwtMcu+VCcEtFAFD7KZe0LSYhyy0Uq8hKF9g==", + "version": "3.3.0", + "resolved": "https://registry.npmmirror.com/eslint-plugin-yml/-/eslint-plugin-yml-3.3.0.tgz", + "integrity": "sha512-kRja5paNrMfZnbNqDbZSFrSHz5x7jmGBQq7d6z/+wRvWD4Y0yb1fbjojBg3ReMewFhBB7nD2nPC86+m3HmILJA==", "dev": true, "license": "MIT", "dependencies": { "@eslint/core": "^1.0.1", "@eslint/plugin-kit": "^0.6.0", - "@ota-meshi/ast-token-store": "^0.2.1", + "@ota-meshi/ast-token-store": "^0.3.0", "debug": "^4.3.2", "diff-sequences": "^29.0.0", "escape-string-regexp": "5.0.0", diff --git a/package.json b/package.json index 1673914b8..e2b71b3e7 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "eslint-plugin-import": "^2.32.0", "eslint-plugin-regexp": "^3.0.0", "eslint-plugin-userscripts": "^0.5.6", - "eslint-plugin-yml": "^3.2.1", + "eslint-plugin-yml": "^3.3.0", "husky": "^9.1.7", "lint-staged": "^16.2.7", "prettier": "^3.8.1" From cdb72477e7d4d213085cf2e2a180c95e92a7e195 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 04:37:02 +0800 Subject: [PATCH 024/104] chore(deps-dev): bump lint-staged from 16.2.7 to 16.3.1 (#262) Signed-off-by: dependabot[bot] --- package-lock.json | 66 +++++++++++++++++++---------------------------- package.json | 2 +- 2 files changed, 27 insertions(+), 41 deletions(-) diff --git a/package-lock.json b/package-lock.json index da0c02ec5..b8e693017 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "eslint-plugin-userscripts": "^0.5.6", "eslint-plugin-yml": "^3.3.0", "husky": "^9.1.7", - "lint-staged": "^16.2.7", + "lint-staged": "^16.3.1", "prettier": "^3.8.1" } }, @@ -850,9 +850,9 @@ "license": "MIT" }, "node_modules/commander": { - "version": "14.0.2", - "resolved": "https://registry.npmmirror.com/commander/-/commander-14.0.2.tgz", - "integrity": "sha512-TywoWNNRbhoD0BXs1P3ZEScW8W5iKrnbithIl0YH+uCmBd0QpPOA8yc82DS3BIE5Ma6FnBVUsJ7wVUDz4dvOWQ==", + "version": "14.0.3", + "resolved": "https://registry.npmmirror.com/commander/-/commander-14.0.3.tgz", + "integrity": "sha512-H+y0Jo/T1RZ9qPP4Eh1pkcQcLRglraJaSLoyOtHxu6AapkjWVCy2Sit1QQ4x3Dng8qDlSsZEet7g5Pq06MvTgw==", "dev": true, "license": "MIT", "engines": { @@ -2623,19 +2623,18 @@ } }, "node_modules/lint-staged": { - "version": "16.2.7", - "resolved": "https://registry.npmmirror.com/lint-staged/-/lint-staged-16.2.7.tgz", - "integrity": "sha512-lDIj4RnYmK7/kXMya+qJsmkRFkGolciXjrsZ6PC25GdTfWOAWetR0ZbsNXRAj1EHHImRSalc+whZFg56F5DVow==", + "version": "16.3.1", + "resolved": "https://registry.npmmirror.com/lint-staged/-/lint-staged-16.3.1.tgz", + "integrity": "sha512-bqvvquXzFBAlSbluugR4KXAe4XnO/QZcKVszpkBtqLWa2KEiVy8n6Xp38OeUbv/gOJOX4Vo9u5pFt/ADvbm42Q==", "dev": true, "license": "MIT", "dependencies": { - "commander": "^14.0.2", + "commander": "^14.0.3", "listr2": "^9.0.5", "micromatch": "^4.0.8", - "nano-spawn": "^2.0.0", - "pidtree": "^0.6.0", "string-argv": "^0.3.2", - "yaml": "^2.8.1" + "tinyexec": "^1.0.2", + "yaml": "^2.8.2" }, "bin": { "lint-staged": "bin/lint-staged.js" @@ -3660,19 +3659,6 @@ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", "dev": true }, - "node_modules/nano-spawn": { - "version": "2.0.0", - "resolved": "https://registry.npmmirror.com/nano-spawn/-/nano-spawn-2.0.0.tgz", - "integrity": "sha512-tacvGzUY5o2D8CBh2rrwxyNojUsZNU2zjNTzKQrkgGJQTbGAfArVWXSKMBokBeeg6C7OLRGUEyoFlYbfeWQIqw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=20.17" - }, - "funding": { - "url": "https://github.com/sindresorhus/nano-spawn?sponsor=1" - } - }, "node_modules/natural-compare": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", @@ -3909,19 +3895,6 @@ "url": "https://github.com/sponsors/jonschlinkert" } }, - "node_modules/pidtree": { - "version": "0.6.0", - "resolved": "https://registry.npmmirror.com/pidtree/-/pidtree-0.6.0.tgz", - "integrity": "sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==", - "dev": true, - "license": "MIT", - "bin": { - "pidtree": "bin/pidtree.js" - }, - "engines": { - "node": ">=0.10" - } - }, "node_modules/possible-typed-array-names": { "version": "1.0.0", "resolved": "https://registry.npmmirror.com/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz", @@ -4529,6 +4502,16 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/tinyexec": { + "version": "1.0.2", + "resolved": "https://registry.npmmirror.com/tinyexec/-/tinyexec-1.0.2.tgz", + "integrity": "sha512-W/KYk+NFhkmsYpuHq5JykngiOCnxeVL8v8dFnqxSD8qEEdRfXk1SDM6JzNqcERbcGYj9tMrDQBYV9cjgnunFIg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + } + }, "node_modules/to-regex-range": { "version": "5.0.1", "resolved": "https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz", @@ -4888,9 +4871,9 @@ } }, "node_modules/yaml": { - "version": "2.8.1", - "resolved": "https://registry.npmmirror.com/yaml/-/yaml-2.8.1.tgz", - "integrity": "sha512-lcYcMxX2PO9XMGvAJkJ3OsNMw+/7FKes7/hgerGUYWIoWu5j/+YQqcZr5JnPZWzOsEBgMbSbiSTn/dv/69Mkpw==", + "version": "2.8.2", + "resolved": "https://registry.npmmirror.com/yaml/-/yaml-2.8.2.tgz", + "integrity": "sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A==", "dev": true, "license": "ISC", "bin": { @@ -4898,6 +4881,9 @@ }, "engines": { "node": ">= 14.6" + }, + "funding": { + "url": "https://github.com/sponsors/eemeli" } }, "node_modules/yaml-eslint-parser": { diff --git a/package.json b/package.json index e2b71b3e7..e8b80920b 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "eslint-plugin-userscripts": "^0.5.6", "eslint-plugin-yml": "^3.3.0", "husky": "^9.1.7", - "lint-staged": "^16.2.7", + "lint-staged": "^16.3.1", "prettier": "^3.8.1" }, "scripts": { From ea6b1323393aedaeaaa8a8ce81c9ac85ccf43950 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 02:44:59 +0800 Subject: [PATCH 025/104] chore(deps-dev): bump eslint-plugin-yml from 3.3.0 to 3.3.1 (#264) Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b8e693017..128dfad3e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "eslint-plugin-import": "^2.32.0", "eslint-plugin-regexp": "^3.0.0", "eslint-plugin-userscripts": "^0.5.6", - "eslint-plugin-yml": "^3.3.0", + "eslint-plugin-yml": "^3.3.1", "husky": "^9.1.7", "lint-staged": "^16.3.1", "prettier": "^3.8.1" @@ -1491,9 +1491,9 @@ } }, "node_modules/eslint-plugin-yml": { - "version": "3.3.0", - "resolved": "https://registry.npmmirror.com/eslint-plugin-yml/-/eslint-plugin-yml-3.3.0.tgz", - "integrity": "sha512-kRja5paNrMfZnbNqDbZSFrSHz5x7jmGBQq7d6z/+wRvWD4Y0yb1fbjojBg3ReMewFhBB7nD2nPC86+m3HmILJA==", + "version": "3.3.1", + "resolved": "https://registry.npmmirror.com/eslint-plugin-yml/-/eslint-plugin-yml-3.3.1.tgz", + "integrity": "sha512-isntsZchaTqDMNNkD+CakrgA/pdUoJ45USWBKpuqfAW1MCuw731xX/vrXfoJFZU3tTFr24nCbDYmDfT2+g4QtQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index e8b80920b..350854aab 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "eslint-plugin-import": "^2.32.0", "eslint-plugin-regexp": "^3.0.0", "eslint-plugin-userscripts": "^0.5.6", - "eslint-plugin-yml": "^3.3.0", + "eslint-plugin-yml": "^3.3.1", "husky": "^9.1.7", "lint-staged": "^16.3.1", "prettier": "^3.8.1" From 0a62c84399be3cb52e6a03aa2a27a86d7a27c9c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=BA=E6=B0=91=E7=9A=84=E5=8B=A4=E5=8A=A1=E5=91=98?= Date: Thu, 5 Mar 2026 14:12:48 +0800 Subject: [PATCH 026/104] =?UTF-8?q?fix:=20=E8=AD=A6=E5=91=8A=E6=96=87?= =?UTF-8?q?=E5=AD=97=E6=94=B9=E6=88=90=E9=BB=91=E8=89=B2,=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E4=B8=80=E4=BA=9B=E5=85=83=E7=B4=A0=E8=B7=AF=E5=BE=84?= =?UTF-8?q?=20(close=20#243)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- github-repo-size-view/CHANGELOG.md | 6 +++ .../github-repo-size-view.user.js | 53 +++++++++---------- 2 files changed, 32 insertions(+), 27 deletions(-) diff --git a/github-repo-size-view/CHANGELOG.md b/github-repo-size-view/CHANGELOG.md index 7134c47bd..8554bcb86 100644 --- a/github-repo-size-view/CHANGELOG.md +++ b/github-repo-size-view/CHANGELOG.md @@ -1,5 +1,11 @@ # **🛠️ GitHub Repo Size+ 升级日志** +### **📅 2026.3.5.1** + +**修复**: 警告文字改成黑色,修复一些元素路径
+ +--- + ### **📅 2025.5.27.1** **Fix**: 修复在储存库页面不显示快捷跳转按钮的问题[#137](https://github.com/ChinaGodMan/UserScripts/issues/137),其他脚本导致页面元素变化
diff --git a/github-repo-size-view/github-repo-size-view.user.js b/github-repo-size-view/github-repo-size-view.user.js index 41eaa74da..bc37ec0cd 100644 --- a/github-repo-size-view/github-repo-size-view.user.js +++ b/github-repo-size-view/github-repo-size-view.user.js @@ -80,7 +80,7 @@ // @description:zh-HK 🤠 倉庫顯示大小:在 GitHub 的程式碼搜尋、倉庫搜尋、議題頁面、使用者倉庫清單和儲存庫頁面上,倉庫名稱旁會顯示該倉庫的大小,方便使用者快速了解倉庫的規模,最佳化選擇。不活躍開發警告:如果某個倉庫在過去六個月內沒有更新,系統會在倉庫的頂部添加提示,提醒用戶該倉庫不活躍,並顯示最後一次更新的時間。這有助於使用者判斷倉庫的活躍程度和維護狀況。倉庫內快速跳轉:在瀏覽倉庫時,使用者可以方便地查看該使用者的所有倉庫列表,提供一個快速跳到不同倉庫的入口。用戶可以快速找到和存取感興趣的其他項目,提高工作效率。使用情境:開發者:可以透過顯示倉庫大小和活躍警告,快速篩選出適當的庫進行開發,避免使用不再維護的項目。專案管理者:透過快速跳轉功能,方便管理和協調多個項目,提高工作效率。學習者:在學習新科技時,可以更方便地找到相關的開源項目,快速查看專案的活躍程度和規模。 🤠 // @description:fr-CA 🤠 Taille d’affichage de l’entrepôt : sur la recherche de code, la recherche d’entrepôt, la page de problèmes, la liste d’entrepôts d’utilisateurs et la page de référentiel de GitHub, la taille de l’entrepôt sera affichée à côté du nom de l’entrepôt, permettant aux utilisateurs de comprendre rapidement l’échelle de l’entrepôt et d’optimiser leur sélection. Avertissement de développement inactif : si un référentiel n’a pas été mis à jour au cours des six derniers mois, le système ajoutera une invite en haut du référentiel pour rappeler aux utilisateurs que le référentiel est inactif et affichera l’heure de la dernière mise à jour. Cela aide les utilisateurs à déterminer l’activité et l’état de maintenance de l’entrepôt. Saut rapide dans l’entrepôt : lors de la navigation dans l’entrepôt, l’utilisateur peut facilement consulter la liste de tous les entrepôts de l’utilisateur, offrant ainsi une entrée pour accéder rapidement à différents entrepôts. Les utilisateurs peuvent trouver et accéder rapidement à d’autres projets d’intérêt, améliorant ainsi l’efficacité du travail. Scénarios d’utilisation : Développeurs : en affichant la taille de l’entrepôt et les avertissements actifs, vous pouvez rapidement filtrer les bibliothèques appropriées pour le développement et éviter d’utiliser des projets qui ne sont plus maintenus. Gestionnaire de projet : grâce à la fonction de saut rapide, il est facile de gérer et de coordonner plusieurs projets et d’améliorer l’efficacité du travail. Apprenants : lorsqu’ils apprennent de nouvelles technologies, ils peuvent plus facilement trouver des projets open source pertinents et vérifier rapidement l’activité et l’ampleur des projets. 🤠 // @namespace https://github.com/ChinaGodMan/UserScripts -// @version 2026.2.6.1 +// @version 2026.3.5.1 // @author mshll & 人民的勤务员 // @match https://github.com/* // @run-at document-start @@ -107,7 +107,7 @@ * File Created: 2024/11/24,Sunday 12:38:48 * Author: 人民的勤务员@ChinaGodMan (china.qinwuyuan@gmail.com) * ----- - * Last Modified: 2026/02/06,Friday 19:04:18 + * Last Modified: 2026/03/05,Thursday 14:08:47 * Modified By: 人民的勤务员@ChinaGodMan (china.qinwuyuan@gmail.com) * ----- * License: MIT License @@ -733,7 +733,7 @@ function renderWarning(timediff) { color: white; font-size: 36px; position: relative; - ` + ` ) banner.textContent = translate.renderWarning const smallTag = document.createElement('div') @@ -746,7 +746,7 @@ function renderWarning(timediff) { padding: 5px 10px; font-size: 14px; border-top-left-radius: 5px; - ` + ` ) smallTag.textContent = timediff banner.appendChild(smallTag) @@ -765,8 +765,9 @@ function renderCaution(timediff) { justify-content: center; align-items: center; font-size: 24px; + color: black; position: relative; - ` + ` ) banner.textContent = translate.renderCaution const smallTag = document.createElement('div') @@ -779,7 +780,7 @@ function renderCaution(timediff) { padding: 5px 10px; font-size: 14px; border-top-left-radius: 5px; - ` + ` ) smallTag.textContent = timediff banner.appendChild(smallTag) @@ -962,23 +963,21 @@ function isLoggedInUser(avatar_url) {//从返回的json判断 return false } } +function getMReponame() { //获取当前移动设备页面的仓库名 + return document.querySelector('#responsive-meta-container .flex-wrap') +} +function getCurrentUserId() { + return document + .querySelector('[data-testid="github-avatar"]') + ?.src.match(/\/u\/(\d+)/)?.[1] || null +} function isLoggedInUser_f() {//NOTE - 比较仓库头像和登录头像中的ID - const imgElement = document.querySelector('.AppHeader-user button span span img') - const repoImgElement = document.querySelector('#repo-title-component > img') - if (imgElement && repoImgElement) { - const imgSrc = imgElement.src - const repoImgSrc = repoImgElement.src + const currentUserId = getCurrentUserId() + const repoImgSrc = document.querySelector('#repo-title-component > img')?.src - const userIdPattern = /\/u\/(\d+)/ - const imgUserIdMatch = imgSrc.match(userIdPattern) - const repoUserIdMatch = repoImgSrc.match(userIdPattern) - if (imgUserIdMatch && repoUserIdMatch) { - const imgUserId = imgUserIdMatch[1] - const repoUserId = repoUserIdMatch[1] - return imgUserId === repoUserId - } - } - return false + if (!currentUserId || !repoImgSrc) return false + + return repoImgSrc.match(/\/u\/(\d+)/)?.[1] === currentUserId } async function getUserRepos(href, header = {}) { try { @@ -1042,9 +1041,9 @@ function insertOssInsightButton(owner, repo, usePageHeadActions) { const title = `${repo} ${translate.ossinsight}` const el = usePageHeadActions ? document.querySelector('.pagehead-actions') - : document.querySelector('#responsive-meta-container .d-flex.gap-2.mt-n3.mb-3.flex-wrap') + : getMReponame() if (!el) { - console.log('github-ossinsight: 没有找到目标元素, 无法添加按钮') + console.log('github-insertOssInsightButton: 没有找到目标元素, 无法添加按钮') return } const buttonHtml = `${svgStr}` @@ -1061,9 +1060,9 @@ function insertActiveForks(owner, repo, usePageHeadActions) { const title = `${repo} ${translate.activeforks}` const el = usePageHeadActions ? document.querySelector('.pagehead-actions') - : document.querySelector('#responsive-meta-container .d-flex.gap-2.mt-n3.mb-3.flex-wrap') + : getMReponame() if (!el) { - console.log('github-Active Forks: 没有找到目标元素, 无法添加按钮') + console.log('github-insertActiveForks: 没有找到目标元素, 无法添加按钮') return } const buttonHtml = `
${svgStr} ${usePageHeadActions ? translate.activeforks_ : ''}
` @@ -1084,10 +1083,10 @@ function insertDelBtn(owner, repo, usePageHeadActions, cusClass = 'dialog-show-r } else { el = usePageHeadActions ? document.querySelector('.pagehead-actions') - : document.querySelector('#responsive-meta-container .d-flex.gap-2.mt-n3.mb-3.flex-wrap') + : getMReponame() } if (!el) { - console.log('github-Active Forks: 没有找到目标元素, 无法添加按钮') + console.log('github-insertDelBtn: 没有找到目标元素, 无法添加按钮') return } if (el.querySelector(`#${cusClass}`)) return From 2344e4fd9a9adbe434720cabb350edddfd93283c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 14:24:30 +0800 Subject: [PATCH 027/104] chore(deps-dev): bump lint-staged from 16.3.1 to 16.3.2 (#263) --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 128dfad3e..adf91a17e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "eslint-plugin-userscripts": "^0.5.6", "eslint-plugin-yml": "^3.3.1", "husky": "^9.1.7", - "lint-staged": "^16.3.1", + "lint-staged": "^16.3.2", "prettier": "^3.8.1" } }, @@ -2623,9 +2623,9 @@ } }, "node_modules/lint-staged": { - "version": "16.3.1", - "resolved": "https://registry.npmmirror.com/lint-staged/-/lint-staged-16.3.1.tgz", - "integrity": "sha512-bqvvquXzFBAlSbluugR4KXAe4XnO/QZcKVszpkBtqLWa2KEiVy8n6Xp38OeUbv/gOJOX4Vo9u5pFt/ADvbm42Q==", + "version": "16.3.2", + "resolved": "https://registry.npmmirror.com/lint-staged/-/lint-staged-16.3.2.tgz", + "integrity": "sha512-xKqhC2AeXLwiAHXguxBjuChoTTWFC6Pees0SHPwOpwlvI3BH7ZADFPddAdN3pgo3aiKgPUx/bxE78JfUnxQnlg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 350854aab..25bf7a68f 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "eslint-plugin-userscripts": "^0.5.6", "eslint-plugin-yml": "^3.3.1", "husky": "^9.1.7", - "lint-staged": "^16.3.1", + "lint-staged": "^16.3.2", "prettier": "^3.8.1" }, "scripts": { From fcc3b810fb75b94e976082ccdf32f77b045b0188 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=BA=E6=B0=91=E7=9A=84=E5=8B=A4=E5=8A=A1=E5=91=98?= Date: Thu, 5 Mar 2026 22:38:16 +0800 Subject: [PATCH 028/104] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E7=9A=84=E6=96=87=E4=BB=B6=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- github-file-list-beautifier-plus/CHANGELOG.md | 7 +++++++ github-file-list-beautifier-plus/colors.json | 4 ++-- .../github-file-list-beautifier-plus.user.js | 3 +-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/github-file-list-beautifier-plus/CHANGELOG.md b/github-file-list-beautifier-plus/CHANGELOG.md index e46e3f78b..549e15f2e 100644 --- a/github-file-list-beautifier-plus/CHANGELOG.md +++ b/github-file-list-beautifier-plus/CHANGELOG.md @@ -1,5 +1,12 @@ # **🛠️ GitHub 文件列表美化器 更新日志** +### **📅 2026.3.5.1** + +**修复**: 更改`.sh`文件图标链接,修改`powershell`文字颜色,删除调试内容 + +--- + + ### **📅 2024/9/12 11:35 - Ver 4.1** **新增**: 增加了对文件增加图标,增加了自定义文件颜色和图标。 diff --git a/github-file-list-beautifier-plus/colors.json b/github-file-list-beautifier-plus/colors.json index 71219575e..55081fae9 100644 --- a/github-file-list-beautifier-plus/colors.json +++ b/github-file-list-beautifier-plus/colors.json @@ -89,14 +89,14 @@ }, "sh": { "color": "#89e051", - "icon": "https://raw.githubusercontent.com/the-userr/GitHub-Icons/master/icons/Shell.svgl" + "icon": "https://raw.githubusercontent.com/the-userr/GitHub-Icons/master/icons/Shell.svg" }, "bat": { "color": "#4eaa25", "icon": "https://raw.githubusercontent.com/the-userr/GitHub-Icons/master/icons/CMD.png" }, "ps1": { - "color": "#012456", + "color": "#0298c3", "icon": "powershell" }, "ttf": { diff --git a/github-file-list-beautifier-plus/github-file-list-beautifier-plus.user.js b/github-file-list-beautifier-plus/github-file-list-beautifier-plus.user.js index b82998453..db89975d0 100644 --- a/github-file-list-beautifier-plus/github-file-list-beautifier-plus.user.js +++ b/github-file-list-beautifier-plus/github-file-list-beautifier-plus.user.js @@ -76,7 +76,7 @@ // @description:zh-HK GitHub 文件清單美化器是一個使用者腳本,用於增強 GitHub 倉庫中的文件顯示效果。它可以為文件和資料夾添加顏色,並將文件類型圖示替換為小圖像,使得程式碼庫更加易於瀏覽和管理。按類型為文件添加顏色和圖標,在儲存庫來源樹中顯示小圖像以取代文件類型圖標 // @description:fr-CA GitHub File List Beautifier est un script utilisateur,utilisé pour améliorer GitHub Effet d’affichage des fichiers dans l’entrepôt。Il peut ajouter des couleurs aux fichiers et dossiers,et remplacez les icônes de type de fichier par de petites images,Rend la base de code plus facile à parcourir et à gérer。Ajouter des couleurs et des icônes aux fichiers par type,Afficher de petites images à la place des icônes de type de fichier dans l’arborescence des sources du référentiel // @license MIT -// @version 2026.2.6.1 +// @version 2026.3.5.1 // @match https://github.com/* // @run-at document-start // @grant GM_xmlhttpRequest @@ -104,7 +104,6 @@ var addIcon = true if (DEBUG) { GM_setValue('fileTypesColors', {}) } -GM_setValue('fileTypesColors', {}) if (Object.keys(customColors).length === 0) { GM_xmlhttpRequest({ method: 'GET', From f761d468d38fa80de8e6efb02071fc277a79fd04 Mon Sep 17 00:00:00 2001 From: ChinaGodBot Date: Thu, 5 Mar 2026 22:44:51 +0800 Subject: [PATCH 029/104] =?UTF-8?q?docs(sync):=20=F0=9F=A4=96=20=E5=90=8C?= =?UTF-8?q?=E6=AD=A5=20[`docs/[lang]/README.md`]=20[`[script]/README=5F[la?= =?UTF-8?q?ng].md`]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/es/README.md | 6 +- docs/it/README.md | 62 +-- docs/ja/README.md | 24 +- docs/ko/README.md | 22 +- docs/pt/README.md | 2 +- docs/ru/README.md | 2 +- docs/vi/README.md | 2 +- docs/zh-TW/README.md | 440 +++++++++--------- github-file-list-beautifier-plus/README.md | 3 + github-file-list-beautifier-plus/README_en.md | 11 +- github-file-list-beautifier-plus/README_ko.md | 9 +- github-file-list-beautifier-plus/README_vi.md | 11 +- .../README_zh-TW.md | 21 +- github-repo-size-view/README.md | 3 + github-repo-size-view/README_en.md | 81 ++-- github-repo-size-view/README_ko.md | 93 ++-- github-repo-size-view/README_vi.md | 91 ++-- github-repo-size-view/README_zh-TW.md | 89 ++-- 18 files changed, 501 insertions(+), 471 deletions(-) diff --git a/docs/es/README.md b/docs/es/README.md index 69d49985c..7e6b4a26c 100644 --- a/docs/es/README.md +++ b/docs/es/README.md @@ -3163,7 +3163,7 @@ Para usar cualquier script,Primero necesitas instalar el navegador. **Tampermo > [!TIP] > > - hijo del desierto :+1: -> - Copiado [hijo del desierto](https://github.com/maboloshi)depósito[github-chinese](https://github.com/maboloshi/github-chinese)código dentro
+> - copiado [hijo del desierto](https://github.com/maboloshi)depósito[github-chinese](https://github.com/maboloshi/github-chinese)código dentro
> - en este almacén`writer.py` `update-contributors.yml` Copiado usando[tributors_images.yml](https://github.com/maboloshi/github-chinese/blob/gh-pages/.github/workflows/update_contributors_images.yml)código dentro > - Este archivo Léame del repositorio se copia[github-chinese/README.md](https://github.com/maboloshi/github-chinese#:~:text=%E6%B5%8F%E8%A7%88%E5%99%A8%E4%B8%8EAdministrador%20de%20guiones)contenido `Cómo instalar/Usar guión?` @@ -3176,9 +3176,9 @@ Para usar cualquier script,Primero necesitas instalar el navegador. **Tampermo > - _El salto de redirección mutua dentro del guión proviene de[Adam Lui Liu Zhan Peng](https://github.com/adamlui)estilo de autoinforme_ :trollface: > - _Todo en este almacén`README.md`Archivo copiado y usado de este repositorio Yankee`README.md`Diseño del documento,delimitador,código,Ideas_ :trollface: > - _yanqui copiado[Adam Lui Liu Zhan Peng](https://github.com/adamlui) Action codigo interno_ [sync-autoclear-chatgpt-history-changes.yml](https://github.com/adamlui/chatgpt-apps/blob/main/.github/workflows/sync-autoclear-chatgpt-history-changes.yml) :trollface: -> - _Copiado yanqui[Adam Lui Liu Zhan Peng](https://github.com/adamlui)Action codigo interno_ [sync-autoclear-chatgpt-history-changes.yml](https://github.com/adamlui/chatgpt-apps/blob/main/.github/workflows/sync-autoclear-chatgpt-history-changes.yml) :trollface: +> - _copiado yanqui[Adam Lui Liu Zhan Peng](https://github.com/adamlui)Action codigo interno_ [sync-autoclear-chatgpt-history-changes.yml](https://github.com/adamlui/chatgpt-apps/blob/main/.github/workflows/sync-autoclear-chatgpt-history-changes.yml) :trollface: > - _yanqui copiado[Adam Lui Liu Zhan Peng](https://github.com/adamlui)_ [chatgpt-auto-continue/docs/README.md](https://github.com/adamlui/ai-apps/blob/main/chatgpt-auto-continue/docs/README.md)delimitador,Estilo de composición :trollface: -> - _Copiado yanqui[Adam Lui Liu Zhan Peng](https://github.com/adamlui)Python codigo interno_ [translate-en-messages.py](https://github.com/adamlui/python-utils/blob/main/translate-messages/translate-en-messages.py) :trollface: +> - _copiado yanqui[Adam Lui Liu Zhan Peng](https://github.com/adamlui)Python codigo interno_ [translate-en-messages.py](https://github.com/adamlui/python-utils/blob/main/translate-messages/translate-en-messages.py) :trollface:
diff --git a/docs/it/README.md b/docs/it/README.md index 9ce18486a..50557eabe 100644 --- a/docs/it/README.md +++ b/docs/it/README.md @@ -28,11 +28,11 @@ GreasyFork Total Installs Daily update checks -Total Daily Installs +Total Daily Installs Scripts Count
Good Ratings -Ok Ratings -Bad Ratings +Ok Ratings +Bad Ratings CodeQuality Stars Forks @@ -48,11 +48,11 @@
La sceneggiatura proviene dal vasto numero di netizen su Internet,Ho appena apportato alcune modifiche.Grazie netizen
- 如有侵权,Il contatto deve essere eliminato
+ Se c’è qualche violazione,Il contatto deve essere eliminato
Raccomandato:
-Support
-Support
+Support
+Support
Support
💡 Tip: L’elenco sopra riportato di gestori di script e browser non è esaustivo
Lo script funziona correttamente nel seguente ambiente
@@ -66,7 +66,7 @@ > [!WARNING] >
> Questo repository è disponibile solo inGitHubospitato su,Non quiGitCodeEXPlazaospitato su。I seguenti repository sono tutti mirror。
-> :trollface: Se lo stai utilizzando nella Cina continentalegit cloneLa velocità di download è troppo lenta,你也可以是使用以下地址进行 +> :trollface: Se lo stai utilizzando nella Cina continentalegit cloneLa velocità di download è troppo lenta,Puoi anche utilizzare il seguente indirizzo > > > [https://www.xplaza.cn/ChinaGodMan](https://www.xplaza.cn/ChinaGodMan) (Conto speculare,non identità) @@ -92,7 +92,7 @@ ## 📜 elenco di script -💡 **Tip:** _Per mostrare lo screenshot di anteprima,请点击扩展名称下方的 ▸ o descrivere。_ +💡 **Tip:** _Per mostrare lo screenshot di anteprima,Fai clic sotto il nome dell’estensione ▸ o descrivere。_ **Il numero corrente di script pubblicati nel repository:83,La sceneggiatura include:** @@ -2657,7 +2657,7 @@ Abilita la finestra a schermo intero di WeChat web,modalità oscura

- 新浪微博移动版跳转  + Salto della versione mobile di Sina Weibo  @@ -3094,7 +3094,7 @@ Scarica i video di Bilibili(Non supporta i drammi)

-Strumento di blocco delle stanze live di Bilibili,Elenco di gestione del supporto,批量屏蔽,Esportare、Elenchi di importazione ecc.…… +Strumento di blocco delle stanze live di Bilibili,Elenco di gestione del supporto,Blocco batch,Esportare、Importare elenchi ecc.……
@@ -3122,19 +3122,19 @@ Strumento di blocco delle stanze live di Bilibili,Elenco di gestione del suppo ## ❔️ Come installare o utilizzare lo script? -Per utilizzare qualsiasi script,Per prima cosa devi installare il browser **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))。** +Per utilizzare qualsiasi script,Per prima cosa devi installare il browser **Tampermonkey Estensione Gestore script([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))。** -- Fare clic sul modulo **\[Installare\]** Visualizza direttamente l’interfaccia di installazione dello script manager。 -- Se Github La velocità di accesso è troppo lenta,Puoi scegliere di fare clic GreasyFork **\[Installare\]** Successivamente viene visualizzata la richiesta di estensione,Fare di nuovo clic **\[Installare\]** Questo è tutto。 +- Fare clic sul modulo **\[Installare\]** 直接弹出脚本管理器安装界面。 +- Se Github La velocità di accesso è troppo lenta,可以选择点击 GreasyFork **\[Installare\]** Successivamente viene visualizzata la richiesta di estensione,Fare di nuovo clic **\[Installare\]** Questo è tutto。 - [Visualizza il tutorial dettagliato](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/README.md) > [!IMPORTANT] > -> - _Altri basati su **Chromium** 内核的浏览器(Come il browser di copertina domestico)Generalmente può essere utilizzato Chrome Espandere。_ -> - _Assicurati di usarlo **Tampermonkey Versione ufficiale** Espandere,其他的用户Copione管理器可能导致**Non funziona correttamente**脚本。_ -> - _Se vuoi reinstallare lo script,Per favore, ricordatelo Tampermonkey esteso**Elimina completamente dal cestino**脚本后再去重新安装脚本。_ +> - _Altri basati su **Chromium** Browser del kernel(Come il browser di copertina domestico)Generalmente può essere utilizzato Chrome Espandere。_ +> - _请确保使用 **Tampermonkey 正式版** Espandere,其他的用户Copione管理器可能导致**Non funziona correttamente**脚本。_ +> - _Se vuoi reinstallare lo script,Per favore, ricordatelo Tampermonkey esteso**Elimina completamente dal cestino**Dopo lo script, vai e reinstalla lo script.。_ -> _**Nessuna installazione offline .crx Espandere?[Chrome、Edge Riapri nascosto [Trascina e rilascia l’installazione .crx Espandere] Funzione!](https://zhuanlan.zhihu.com/p/276027099)**_ +> _**Nessuna installazione offline .crx Espandere?[Chrome、Edge Riapri nascosto [拖入安装 .crx Espandere] 功能!](https://zhuanlan.zhihu.com/p/276027099)**_
@@ -3157,27 +3157,27 @@ Per utilizzare qualsiasi script,Per prima cosa devi installare il browser **Ta > [!TIP] > > - FengFeng :+1: -> - Tutto nel magazzino`README.md`Copiata l’introduzione dell’intestazione del file e la tabella storica delle installazioni[FengFeng](https://github.com/BonjourFeng)magazzino[Github-Search-Purification](https://github.com/BonjourFeng/Github-Search-Purification)内[README.md](https://github.com/BonjourFeng/Github-Search-Purification/blob/main/README.md)Contenuto del file +> - 仓库Dentro所有`README.md`Copiata l’introduzione dell’intestazione del file e la tabella storica delle installazioni[FengFeng](https://github.com/BonjourFeng)magazzino[Github-Search-Purification](https://github.com/BonjourFeng/Github-Search-Purification)内[README.md](https://github.com/BonjourFeng/Github-Search-Purification/blob/main/README.md)Contenuto del file > - Magazzini secondari di questo magazzino`UserScriptsHistory`Viene copiato e utilizzato anche il codice immagine della tabella della cronologia di installazione degli aggiornamenti automatici.[FengFeng](https://github.com/BonjourFeng)magazzino[Script-History](https://github.com/BonjourFeng/Script-History)codice all’interno[main.py](https://github.com/BonjourFeng/Script-History/blob/main/source/main.py) > [!TIP] > -> - figlio del deserto :+1: -> - Copiato [figlio del deserto](https://github.com/maboloshi)magazzino[github-chinese](https://github.com/maboloshi/github-chinese)codice all’interno
+> - 沙漠之子 :+1: +> - Copiato [沙漠之子](https://github.com/maboloshi)magazzino[github-chinese](https://github.com/maboloshi/github-chinese)codice all’interno
> - In questo magazzino`writer.py` `update-contributors.yml` Copiato utilizzando[tributors_images.yml](https://github.com/maboloshi/github-chinese/blob/gh-pages/.github/workflows/update_contributors_images.yml)codice all’interno -> - 本仓库自述文件复制了[github-chinese/README.md](https://github.com/maboloshi/github-chinese#:~:text=%E6%B5%8F%E8%A7%88%E5%99%A8%E4%B8%8EGestore%20degli%20script)contenuto `Come installare/Usa la sceneggiatura?` +> - Questo file Leggimi del repository viene copiato[github-chinese/README.md](https://github.com/maboloshi/github-chinese#:~:text=%E6%B5%8F%E8%A7%88%E5%99%A8%E4%B8%8EGestore%20degli%20script)contenuto `Come installare/使用脚本?` > [!TIP] > > - [#12](https://github.com/ChinaGodMan/UserScripts/issues/12) :trollface: Adam Lui Liu Zhanpeng :+1: -> - _Traduzione automatica di questo repository e Action Un ringraziamento speciale allo Yankee[Adam Lui Liu Zhanpeng](https://github.com/adamlui)Ottime idee e codice!_ :trollface: +> - _本仓库的自动翻译与 Action Un ringraziamento speciale allo Yankee[Adam Lui Liu Zhanpeng](https://github.com/adamlui)Ottime idee e codice!_ :trollface: > - _Lo stile del nome di questo magazzino è ispirato agli Yankees[Adam Lui Liu Zhanpeng](https://github.com/adamlui)Ispirare_ :trollface: > - _Il file readme in questo repository proviene da[Adam Lui Liu Zhanpeng](https://github.com/adamlui)stile di autovalutazione_ :trollface: -> - _脚本内的相互导流跳转来自[Adam Lui Liu Zhanpeng](https://github.com/adamlui)stile di autovalutazione_ :trollface: +> - _Da qui deriva il salto di reindirizzamento reciproco all’interno dello script[Adam Lui Liu Zhanpeng](https://github.com/adamlui)stile di autovalutazione_ :trollface: > - _Tutto in questo magazzino`README.md`File copiato e utilizzato da questo repository Yankee`README.md`Impaginazione del documento,delimitatore,codice,Idee_ :trollface: > - _yankee copiato[Adam Lui Liu Zhanpeng](https://github.com/adamlui) Action codice interno_ [sync-autoclear-chatgpt-history-changes.yml](https://github.com/adamlui/chatgpt-apps/blob/main/.github/workflows/sync-autoclear-chatgpt-history-changes.yml) :trollface: > - _Copiato yankee[Adam Lui Liu Zhanpeng](https://github.com/adamlui)Action codice interno_ [sync-autoclear-chatgpt-history-changes.yml](https://github.com/adamlui/chatgpt-apps/blob/main/.github/workflows/sync-autoclear-chatgpt-history-changes.yml) :trollface: -> - _yankee copiato[Adam Lui Liu Zhanpeng](https://github.com/adamlui)_ [chatgpt-auto-continue/docs/README.md](https://github.com/adamlui/ai-apps/blob/main/chatgpt-auto-continue/docs/README.md)delimitatore,等排版风格 :trollface: +> - _yankee copiato[Adam Lui Liu Zhanpeng](https://github.com/adamlui)_ [chatgpt-auto-continue/docs/README.md](https://github.com/adamlui/ai-apps/blob/main/chatgpt-auto-continue/docs/README.md)delimitatore,Stile di impaginazione :trollface: > - _Copiato yankee[Adam Lui Liu Zhanpeng](https://github.com/adamlui)Python codice interno_ [translate-en-messages.py](https://github.com/adamlui/python-utils/blob/main/translate-messages/translate-en-messages.py) :trollface:
@@ -3204,7 +3204,7 @@ Elenco dei contributi di: [contributors](https://github.com/jaywcjlove/github- ## 🏛️ Contratto di licenza open source -本项目采用 MIT licenza Autorizzare。 +Questo progetto utilizza MIT licenza Autorizzare。 MIT La licenza è un accordo di licenza open source permissivo,Per i dettagli, fare riferimento a Testo completo della licenza
@@ -3215,7 +3215,7 @@ MIT La licenza è un accordo di licenza open source permissivo,Per i dettagli, ## 🤝 codice di comportamento -Per garantire un’amichevole、Un ambiente di sviluppo rispettoso e inclusivo,Abbiamo sviluppato quanto seguecodice di comportamento。Ad ogni contributore è richiesto di seguire queste linee guida。 +Per garantire un’amichevole、尊重和包容的开发环境,Abbiamo sviluppato quanto seguecodice di comportamento。Ad ogni contributore è richiesto di seguire queste linee guida。
@@ -3227,7 +3227,7 @@ Per garantire un’amichevole、Un ambiente di sviluppo rispettoso e inclusivo Se trovi una vulnerabilità,per favore aprine uno[progetti di raccomandazioni sulla sicurezza](https://github.com/ChinaGodMan/UserScripts/security/advisories/new)。 -也欢迎拉取请求,ma per ragioni di sicurezza,Si prega di inviare un’e-mail a e attendere una risposta prima di renderla pubblica。 +Anche le richieste di pull sono benvenute,但出于安全原因,请发送电子邮件至 e attendere una risposta prima di renderla pubblica。 Per i dettagli, fare riferimento a politica di sicurezza
@@ -3246,9 +3246,9 @@ Grazie per il tuo interesse per questo progetto!Abbiamo sviluppato quanto segu
-## 🌐 浏览器与脚本管理器 +## 🌐 Browser e gestione degli script -| Browser consigliato | Responsabile dell’installazione | Installa il navigatore | +| Browser consigliato | 安装管理器 | 安装浏览器 | | :---------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------: | ----------------------------------------------------------------------------- | |
Chrome O basato su Chromium Browser del kernel[![][chrome]][chrome_link] |
![.png][TM][Tampermonkey][Tampermonkey] ![.png][vm][Violentmonkey][Violentmonkey] ![.png][cat][ScriptCat][cat_link] |
[![][chrome]][chrome_link] [![][edge]][edge_link] [![][QQ]][QQ_link] | |
Safari Navigatore(macOS, iOS, iPadOS)[![][safari]][safari_link] |
![][Macaquer] [Macaque][Macaque] O ![][stayr] [Stay] |
[![][safari]][safari_link] | @@ -3260,7 +3260,7 @@ Grazie per il tuo interesse per questo progetto!Abbiamo sviluppato quanto segu |
Browser dei lemuri(Android)[![][le]][le_link] |
![.png][TM][Tampermonkey][Tampermonkey] ![.png][vm][Violentmonkey][Violentmonkey] ![.png][cat][ScriptCat][cat_link] |
[![][le]][le_link] | | | | | -[Tampermonkey]: http://tampermonkey.net/ "篡改猴" +[Tampermonkey]: http://tampermonkey.net/ "scimmia manomissione" [Violentmonkey]: https://violentmonkey.github.io/ "scimmia violenta" [Macaque]: https://macaque.app/ "macaco" [Macaquer]: https://img.xwyue.com/i/2024/08/02/66acc93b56b9f.png @@ -3285,7 +3285,7 @@ Grazie per il tuo interesse per questo progetto!Abbiamo sviluppato quanto segu [vm]: https://img.xwyue.com/i/2024/08/02/66ac94776b711.png "scimmia violenta" [cat]: https://img.xwyue.com/i/2024/08/02/66ac94776a4e6.png [cat_link]: https://docs.scriptcat.org/ "copione gatto" -[TM]: https://img.xwyue.com/i/2024/08/02/66ac94776a4f8.png "篡改猴" +[TM]: https://img.xwyue.com/i/2024/08/02/66ac94776a4f8.png "scimmia manomissione" [le]: https://img.xwyue.com/i/2024/08/02/66ac9deb3647d.png [le_link]: https://lemurbrowser.com/ "Browser dei lemuri" [kiwi]: https://img.xwyue.com/i/2024/08/02/66ac9deb33bc1.jpg diff --git a/docs/ja/README.md b/docs/ja/README.md index d5c61df2a..67e69e884 100644 --- a/docs/ja/README.md +++ b/docs/ja/README.md @@ -33,7 +33,7 @@ Good Ratings Ok Ratings Bad Ratings -CodeQuality +CodeQuality Stars Forks Issue @@ -48,7 +48,7 @@
この脚本はインターネット上の膨大な数のネチズンから提供されたものです,いくつか変更を加えただけです.ありがとうネチズン
- 違反があった場合,連絡先を削除する必要があります
+ 侵害があった場合,連絡先を削除する必要があります
推奨:
Support
@@ -3125,16 +3125,16 @@ Bilibiliライブルームブロックツール,サポート管理リスト, 任意のスクリプトを使用するには,まずブラウザをインストールする必要があります **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 **\[インストール\]** 後に拡張機能プロンプトが表示されます,もう一度クリックしてください **\[インストール\]** それでおしまい。 - [詳細なチュートリアルを表示する](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/README.md) > [!IMPORTANT] > > - _その他に基づく **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)**_
@@ -3158,14 +3158,14 @@ Bilibiliライブルームブロックツール,サポート管理リスト, > > - FengFeng :+1: > - 仓库内部所有`README.md`ファイルヘッダーの紹介とインストール履歴テーブルがコピーされました[FengFeng](https://github.com/BonjourFeng)倉庫[Github-Search-Purification](https://github.com/BonjourFeng/Github-Search-Purification)内[README.md](https://github.com/BonjourFeng/Github-Search-Purification/blob/main/README.md)ファイルの内容 -> - この倉庫のサブ倉庫`UserScriptsHistory`自動更新インストール履歴テーブルのイメージコードもコピーして使用します。[FengFeng](https://github.com/BonjourFeng)倉庫[Script-History](https://github.com/BonjourFeng/Script-History)内のコード[main.py](https://github.com/BonjourFeng/Script-History/blob/main/source/main.py) +> - この倉庫のサブ倉庫`UserScriptsHistory`自動更新インストール履歴テーブルのイメージコードもコピーして使用します。[FengFeng](https://github.com/BonjourFeng)倉庫[Script-History](https://github.com/BonjourFeng/Script-History)中のコード[main.py](https://github.com/BonjourFeng/Script-History/blob/main/source/main.py) > [!TIP] > > - 砂漠の息子 :+1: -> - コピーされました [砂漠の息子](https://github.com/maboloshi)倉庫[github-chinese](https://github.com/maboloshi/github-chinese)内のコード
+> - コピーされました [砂漠の息子](https://github.com/maboloshi)倉庫[github-chinese](https://github.com/maboloshi/github-chinese)中のコード
> - この倉庫には`writer.py` `update-contributors.yml` を使用してコピーされました[tributors_images.yml](https://github.com/maboloshi/github-chinese/blob/gh-pages/.github/workflows/update_contributors_images.yml)内部のコード -> - このリポジトリの Readme ファイルがコピーされます[github-chinese/README.md](https://github.com/maboloshi/github-chinese#:~:text=%E6%B5%8F%E8%A7%88%E5%99%A8%E4%B8%8E%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%97%E3%83%88%E3%83%9E%E3%83%8D%E3%83%BC%E3%82%B8%E3%83%A3%E3%83%BC)内容 `インストール方法/スクリプトを使用する?` +> - このリポジトリの Readme ファイルがコピーされます[github-chinese/README.md](https://github.com/maboloshi/github-chinese#:~:text=%E6%B5%8F%E8%A7%88%E5%99%A8%E4%B8%8E%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%97%E3%83%88%E3%83%9E%E3%83%8D%E3%83%BC%E3%82%B8%E3%83%A3%E3%83%BC)コンテンツ `インストール方法/スクリプトを使用する?` > [!TIP] > @@ -3186,7 +3186,7 @@ Bilibiliライブルームブロックツール,サポート管理リスト,
-## 🧠 贡献者 +## 🧠 投稿者 人民的勤务员 @@ -3205,7 +3205,7 @@ Bilibiliライブルームブロックツール,サポート管理リスト, ## 🏛️ オープンソースライセンス契約 このプロジェクトでは、 MIT ライセンス 承認する。 -MIT ライセンスは寛容なオープンソース ライセンス契約です,詳細については、を参照してください。 ライセンスの全文。 +MIT ライセンスは寛容なオープンソースライセンス契約です,詳細については、を参照してください。 ライセンスの全文
@@ -3213,7 +3213,7 @@ MIT ライセンスは寛容なオープンソース ライセンス契約です
-## 🤝 行为准则 +## 🤝 行動規範 友好的な関係を確保するために、敬意を持った包括的な開発環境,私たちは以下のものを開発しました行動規範。各寄稿者は次のガイドラインに従うことが求められます。 @@ -3248,7 +3248,7 @@ MIT ライセンスは寛容なオープンソース ライセンス契約です ## 🌐 ブラウザとスクリプトマネージャー -| 推荐使用浏览器 | インストールマネージャー | ブラウザをインストールする | +| 推奨ブラウザ | インストールマネージャー | ブラウザをインストールする | | :---------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------: | ----------------------------------------------------------------------------- | |
Chrome または に基づく Chromium カーネルブラウザ[![][chrome]][chrome_link] |
![.png][TM][Tampermonkey][Tampermonkey] ![.png][vm][Violentmonkey][Violentmonkey] ![.png][cat][ScriptCat][cat_link] |
[![][chrome]][chrome_link] [![][edge]][edge_link] [![][QQ]][QQ_link] | |
Safari ブラウザ(macOS, iOS, iPadOS)[![][safari]][safari_link] |
![][Macaquer] [Macaque][Macaque] または ![][stayr] [Stay] |
[![][safari]][safari_link] | diff --git a/docs/ko/README.md b/docs/ko/README.md index 2607424d9..a6d5c302f 100644 --- a/docs/ko/README.md +++ b/docs/ko/README.md @@ -69,7 +69,7 @@ > :trollface: 중국 본토에서 사용하는 경우git clone다운로드 속도가 너무 느립니다.,다음 주소를 이용해도 됩니다 > > -> [https://www.xplaza.cn/ChinaGodMan](https://www.xplaza.cn/ChinaGodMan) (미러 계정,비신원) +> [https://www.xplaza.cn/ChinaGodMan](https://www.xplaza.cn/ChinaGodMan) (미러 계정,비 본인) > [https://www.xplaza.cn/ChinaGodMan/userscripts](https://www.xplaza.cn/ChinaGodMan/userscripts) > [https://gitcode.com/gh_mirrors/userscripts1/UserScripts/](https://gitcode.com/gh_mirrors/userscripts1/UserScripts) > @@ -99,10 +99,10 @@
웹 스크립트 (10) | GreasyFork (12) | 성인 대본 (11) - | Google 스크립트 (2) - | GitHub 스크립트 (19) + | Google 각본 (2) + | GitHub 각본 (19) | 스크립트 번역 (3) - | AI 스크립트 (9) + | AI 각본 (9) | 블로그 사이트 (5) | Twitter (4) | YouTube (5) @@ -1316,7 +1316,7 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본
-

Google 스크립트 (2)

+

Google 각본 (2)

Google 검색 사이트를 차단하십시오  @@ -1386,7 +1386,7 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 -

GitHub 스크립트 (19)

+

GitHub 각본 (19)

🤠 Github 향상된 보조 창고 디스플레이 크기  @@ -2212,7 +2212,7 @@ Github-Notification-onbox-Toggle 개발 버전 -

AI 스크립트 (9)

+

AI 각본 (9)

ChatGPT 자체 메시지 및 최대 너비 축소  @@ -3131,7 +3131,7 @@ Bilibili 라이브 룸 차단 도구,지원 관리 목록,일괄 차단, > [!IMPORTANT] > > - _기타 기반 **Chromium** 커널 브라우저(국내 커버 브라우저 등)일반적으로 사용할 수 있습니다 Chrome 확장하다。_ -> - _꼭 이용해주세요 **Tampermonkey 공식 버전** 확장하다,其他的用户스크립트管理器可能导致**제대로 작동하지 않음**脚本。_ +> - _꼭 이용해주세요 **Tampermonkey 공식 버전** 확장하다,其他的用户각본管理器可能导致**제대로 작동하지 않음**脚本。_ > - _스크립트를 다시 설치하고 싶다면,꼭 기억해주세요 Tampermonkey 펼친**휴지통에서 완전히 삭제**스크립트가 끝나면 스크립트를 다시 설치하십시오.。_ > _**오프라인 설치 없음 .crx 확장하다?[Chrome、Edge 숨겨진 다시 열기 [드래그 앤 드롭 설치 .crx 확장하다] 기능!](https://zhuanlan.zhihu.com/p/276027099)**_ @@ -3171,10 +3171,10 @@ Bilibili 라이브 룸 차단 도구,지원 관리 목록,일괄 차단, > > - [#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: @@ -3284,7 +3284,7 @@ Pull Request도 환영합니다,하지만 보안상의 이유로,다음 주 [x_link]: https://www.xbext.com/ "X브라우저" [vm]: https://img.xwyue.com/i/2024/08/02/66ac94776b711.png "난폭한 원숭이" [cat]: https://img.xwyue.com/i/2024/08/02/66ac94776a4e6.png -[cat_link]: https://docs.scriptcat.org/ "스크립트 고양이" +[cat_link]: https://docs.scriptcat.org/ "각본 고양이" [TM]: https://img.xwyue.com/i/2024/08/02/66ac94776a4f8.png "원숭이를 조작하다" [le]: https://img.xwyue.com/i/2024/08/02/66ac9deb3647d.png [le_link]: https://lemurbrowser.com/ "여우원숭이 브라우저" diff --git a/docs/pt/README.md b/docs/pt/README.md index c337debaa..586c56e98 100644 --- a/docs/pt/README.md +++ b/docs/pt/README.md @@ -37,7 +37,7 @@ Stars Forks Issue -
Telegram +
Telegram TikTok Tweet Instagram diff --git a/docs/ru/README.md b/docs/ru/README.md index 48a177dc4..e03fdb476 100644 --- a/docs/ru/README.md +++ b/docs/ru/README.md @@ -3124,7 +3124,7 @@ Tiktok отображает более расширенную информаци Чтобы использовать любой скрипт,Сначала вам нужно установить браузер **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) diff --git a/docs/vi/README.md b/docs/vi/README.md index f48750f1c..c41df10cf 100644 --- a/docs/vi/README.md +++ b/docs/vi/README.md @@ -3227,7 +3227,7 @@ MIT Giấy phép là một thỏa thuận cấp phép nguồn mở dễ dàng, Nếu bạn tìm thấy một lỗ hổng,hãy mở một cái[dự thảo khuyến nghị bảo mật](https://github.com/ChinaGodMan/UserScripts/security/advisories/new)。 -Yêu cầu kéo cũng được chào đón,nhưng vì lý do bảo mật,Vui lòng gửi email tới và chờ phản hồi trước khi công khai。 +Yêu cầu kéo cũng được chào đón,nhưng vì lý do bảo mật,Vui lòng gửi email đến và chờ phản hồi trước khi công khai。 Để biết chi tiết, vui lòng tham khảo chính sách bảo mật
diff --git a/docs/zh-TW/README.md b/docs/zh-TW/README.md index 59392d8b6..635d31805 100644 --- a/docs/zh-TW/README.md +++ b/docs/zh-TW/README.md @@ -33,7 +33,7 @@ Good Ratings Ok Ratings Bad Ratings -CodeQuality +CodeQuality Stars Forks Issue @@ -47,15 +47,15 @@
- 腳本來自互聯網廣大網友,本人僅是做了些許改動.感謝網友
- 如有侵權,聯繫必刪
+ 劇本來自網路廣大網友,本人僅是做了些許改動.感謝網友
+ 如有侵權,联系必删
- 推薦使用:
+ 推荐使用:
Support
Support
Support
💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
- 腳本在以下環境中運行正常
+ 腳本在以下環境中運作正常
Passed
@@ -69,7 +69,7 @@ > :trollface: 如果你在中國大陸地區使用git clone下載速度太慢,你也可以是使用以下地址進行 > > -> [https://www.xplaza.cn/ChinaGodMan](https://www.xplaza.cn/ChinaGodMan) (鏡像賬號,非同一性) +> [https://www.xplaza.cn/ChinaGodMan](https://www.xplaza.cn/ChinaGodMan) (鏡像帳號,非同一性) > [https://www.xplaza.cn/ChinaGodMan/userscripts](https://www.xplaza.cn/ChinaGodMan/userscripts) > [https://gitcode.com/gh_mirrors/userscripts1/UserScripts/](https://gitcode.com/gh_mirrors/userscripts1/UserScripts) > @@ -83,7 +83,7 @@ [🙏 特別感謝開源](#-特別感謝開源) | [🛡️ 安全政策](#%EF%B8%8F-安全政策) | [🤝 行為準則](#-行為準則) | -[🏛️ 開源許可協議](#%EF%B8%8F-開源許可協議) | +[🏛️ 開源授權協議](#%EF%B8%8F-開源授權協議) | [🧠 貢獻者](#-貢獻者) | [💖 貢獻指南](#-貢獻指南) | [⭐ 星標歷史](#-星標歷史) | @@ -92,10 +92,10 @@ ## 📜 腳本列表 -💡 **Tip:** _要顯示預覽截圖,請點擊擴展名稱下方的 ▸ 或描述。_ +💡 **Tip:** _若要顯示預覽截圖,請點選擴充名稱下方的 ▸ 或描述。_ -**儲存庫當前發布腳本數量:83,腳本包括:** +**儲存庫目前發布腳本數量:83,腳本包括:**
網頁腳本 (10) | GreasyFork (12) | 成人腳本 (11) @@ -103,7 +103,7 @@ | GitHub 腳本 (19) | 翻譯腳本 (3) | AI 腳本 (9) - | 博客網站 (5) + | 部落格網站 (5) | Twitter (4) | YouTube (5) | TikTok (1) @@ -117,7 +117,7 @@ 上下滾動按鈕  - + Tweet @@ -144,7 +144,7 @@ 討論 / - 源碼 / + 原始碼 / 安裝 @@ -153,7 +153,7 @@ 網頁寫入剪輯版授權管理員  - + Tweet @@ -180,7 +180,7 @@ 討論 / - 源碼 / + 原始碼 / 安裝 / @@ -191,7 +191,7 @@ 移除連結下劃線  - + Tweet @@ -212,7 +212,7 @@ 討論 / - 源碼 / + 原始碼 / 安裝 @@ -221,7 +221,7 @@ 網頁關鍵詞高亮顯示  - + Tweet @@ -242,7 +242,7 @@ 討論 / - 源碼 / + 原始碼 / 安裝 @@ -251,7 +251,7 @@ 網頁高亮關鍵字  - + Tweet @@ -278,7 +278,7 @@ 討論 / - 源碼 / + 原始碼 / 安裝 @@ -287,7 +287,7 @@ 置頂和置底按鈕  - + Tweet @@ -314,7 +314,7 @@ 討論 / - 源碼 / + 原始碼 / 安裝 / @@ -325,7 +325,7 @@ 小窗預覽  - + Tweet @@ -352,7 +352,7 @@ 討論 / - 源碼 / + 原始碼 / 安裝 / @@ -363,7 +363,7 @@ 絢麗漸層美化網頁表格  - + Tweet @@ -390,7 +390,7 @@ 討論 / - 源碼 / + 原始碼 / 安裝 / @@ -401,7 +401,7 @@ 文本轉鏈接  - + Tweet @@ -422,7 +422,7 @@ 討論 / - 源碼 / + 原始碼 / 安裝 / @@ -433,7 +433,7 @@ MarkDown 雲剪筆記  - + Tweet @@ -460,7 +460,7 @@ 討論 / - 源碼 / + 原始碼 / 安裝 / @@ -468,14 +468,14 @@ 修改自 - +

GreasyFork (12)

Greasy fork腳本頁面適用於網址增強  - + Tweet @@ -502,7 +502,7 @@ 討論 / - 源碼 / + 原始碼 / 安裝 @@ -511,7 +511,7 @@ Greasyfork 膠水工匠  - + Tweet @@ -538,7 +538,7 @@ 討論 / - 源碼 / + 原始碼 / 安裝 / @@ -549,7 +549,7 @@ Script Finder 油猴腳本查找  - + Tweet @@ -576,7 +576,7 @@ 討論 / - 源碼 / + 原始碼 / 安裝 / @@ -587,7 +587,7 @@ Greasyfork 腳本顯示評分  - + Tweet @@ -614,7 +614,7 @@ 討論 / - 源碼 / + 原始碼 / 安裝 @@ -623,7 +623,7 @@ GreasyFork: 導覽列增強  - + Tweet @@ -650,7 +650,7 @@ 討論 / - 源碼 / + 原始碼 / 安裝 @@ -659,7 +659,7 @@ GreasyFork markdown  - + Tweet @@ -686,7 +686,7 @@ 討論 / - 源碼 / + 原始碼 / 安裝 / @@ -697,7 +697,7 @@ GreasyFork Search  - + Tweet @@ -718,7 +718,7 @@ 討論 / - 源碼 / + 原始碼 / 安裝 @@ -727,7 +727,7 @@ GreasyFork 通知助手  - + Tweet @@ -754,7 +754,7 @@ 討論 / - 源碼 / + 原始碼 / 安裝 / @@ -765,7 +765,7 @@ GreaysFork 增強WebHook同步設定  - + Tweet @@ -792,7 +792,7 @@ 討論 / - 源碼 / + 原始碼 / 安裝 / @@ -803,7 +803,7 @@ GreasyFork 用戶發布的腳本資料視覺化  - + Tweet @@ -830,7 +830,7 @@ 討論 / - 源碼 / + 原始碼 / 安裝 / @@ -841,7 +841,7 @@ 顯示Greasyfork用戶註冊時間,識別惡意評論  - + Tweet @@ -868,7 +868,7 @@ 討論 / - 源碼 / + 原始碼 / 安裝 / @@ -881,7 +881,7 @@ Greasyfork 未更新腳本高亮  - + Tweet @@ -908,7 +908,7 @@ 討論 / - 源碼 / + 原始碼 / 安裝 / @@ -916,14 +916,14 @@ 修改自 - +

成人腳本 (11)

MissAv批量備份收藏視頻  - + Tweet @@ -950,7 +950,7 @@ 討論 / - 源碼 / + 原始碼 / 安裝 / @@ -961,7 +961,7 @@ MissAV 自動登入  - + Tweet @@ -982,7 +982,7 @@ 討論 / - 源碼 / + 原始碼 / 安裝 / @@ -993,7 +993,7 @@ ThisAV 自動登入  - + Tweet @@ -1014,7 +1014,7 @@ 討論 / - 源碼 / + 原始碼 / 安裝 / @@ -1025,7 +1025,7 @@ JableTV 自動登入  - + Tweet @@ -1046,7 +1046,7 @@ 討論 / - 源碼 / + 原始碼 / 安裝 / @@ -1057,7 +1057,7 @@ MissAV視頻下載工具  - + Tweet @@ -1084,7 +1084,7 @@ 討論 / - 源碼 / + 原始碼 / 安裝 / @@ -1095,7 +1095,7 @@ xvideos推送下載  - + Tweet @@ -1122,7 +1122,7 @@ 討論 / - 源碼 / + 原始碼 / 安裝 / @@ -1133,7 +1133,7 @@ Pornhub 視頻一鍵下載  - + Tweet @@ -1160,7 +1160,7 @@ 討論 / - 源碼 / + 原始碼 / 安裝 / @@ -1171,7 +1171,7 @@ xhamster 視頻一鍵下載助手  - + Tweet @@ -1198,7 +1198,7 @@ 討論 / - 源碼 / + 原始碼 / 安裝 / @@ -1209,7 +1209,7 @@ XnxxVideos 視頻一鍵下載助手  - + Tweet @@ -1236,7 +1236,7 @@ 討論 / - 源碼 / + 原始碼 / 安裝 / @@ -1247,7 +1247,7 @@ MissAV 增強小助手  - + Tweet @@ -1274,7 +1274,7 @@ 討論 / - 源碼 / + 原始碼 / 安裝 / @@ -1285,7 +1285,7 @@ 剛滿 18 歲  - + Tweet @@ -1306,7 +1306,7 @@ 討論 / - 源碼 / + 原始碼 / 安裝 / @@ -1314,14 +1314,14 @@ 修改自 - +

Google 腳本 (2)

屏蔽谷歌搜索站點  - + Tweet @@ -1342,7 +1342,7 @@ 討論 / - 源碼 / + 原始碼 / 安裝 @@ -1351,7 +1351,7 @@ Google 高級搜尋助手  - + Tweet @@ -1378,20 +1378,20 @@ 討論 / - 源碼 / + 原始碼 / 安裝 / 更新日誌 - +

GitHub 腳本 (19)

🤠 Github 增強小助手 倉庫顯示大小  - + Tweet @@ -1418,7 +1418,7 @@ 討論 / - 源碼 / + 原始碼 / 安裝 / @@ -1431,7 +1431,7 @@ GitHub 按日期排序  - + Tweet @@ -1458,7 +1458,7 @@ 討論 / - 源碼 / + 原始碼 / 安裝 @@ -1467,7 +1467,7 @@ GitHub 資料夾下載器  - + Tweet @@ -1494,7 +1494,7 @@ 討論 / - 源碼 / + 原始碼 / 安裝 / @@ -1505,7 +1505,7 @@ Github 複製原始文件 URL 與下載文件  - + Tweet @@ -1532,7 +1532,7 @@ 討論 / - 源碼 / + 原始碼 / 安裝 / @@ -1543,7 +1543,7 @@ GitHub 提交資料顯示網頁視圖  - + Tweet @@ -1570,7 +1570,7 @@ 討論 / - 源碼 / + 原始碼 / 安裝 @@ -1579,7 +1579,7 @@ GitHub 文件列表美化器  - + Tweet @@ -1606,7 +1606,7 @@ 討論 / - 源碼 / + 原始碼 / 安裝 / @@ -1617,7 +1617,7 @@ GitHub 自動確認設備授權  - + Tweet @@ -1638,7 +1638,7 @@ 討論 / - 源碼 / + 原始碼 / 安裝 / @@ -1649,7 +1649,7 @@ Github 代碼語言列表顯示全部  - + Tweet @@ -1676,7 +1676,7 @@ 討論 / - 源碼 / + 原始碼 / 安裝 / @@ -1687,7 +1687,7 @@ GitHub 倉庫快速跳轉助手  - + Tweet @@ -1714,7 +1714,7 @@ 討論 / - 源碼 / + 原始碼 / 安裝 / @@ -1725,7 +1725,7 @@ 在Github上打開jsDelivr鏈接  - + Tweet @@ -1752,7 +1752,7 @@ 討論 / - 源碼 / + 原始碼 / 安裝 / @@ -1763,7 +1763,7 @@ GitHub Gist 代碼片段複製與下載器  - + Tweet @@ -1790,7 +1790,7 @@ 討論 / - 源碼 / + 原始碼 / 安裝 / @@ -1803,14 +1803,14 @@ GitHub 快捷鍵翻譯助手  - + Tweet

- 監聽鍵盤快捷鍵 Ctrl + Q,實現對文本進行翻譯並將翻譯結果替換到原文本框中的功能 支持Issue和pull request 頁面. + 監聽鍵盤快捷鍵 Ctrl + Q,實現對文本進行翻譯並將翻譯結果替換到原文本框中的功能 支援Issue和pull request 頁面.
@@ -1830,7 +1830,7 @@ 討論 / - 源碼 / + 原始碼 / 安裝 / @@ -1841,7 +1841,7 @@ GitHub 星標倉庫備註助手  - + Tweet @@ -1868,7 +1868,7 @@ 討論 / - 源碼 / + 原始碼 / 安裝 / @@ -1881,7 +1881,7 @@ GitHub 跳轉到 DeepWiKi  - + Tweet @@ -1908,7 +1908,7 @@ 討論 / - 源碼 / + 原始碼 / 安裝 / @@ -1921,7 +1921,7 @@ GitHub 隱藏 Copilot  - + Tweet @@ -1948,7 +1948,7 @@ 討論 / - 源碼 / + 原始碼 / 安裝 / @@ -1961,14 +1961,14 @@ GitHub 郵箱地址查找器  - + Tweet

- 使用公開事件數據(例如,推送到公開代碼庫的提交),獲取用戶的提交郵箱地址並將其顯示在個人資料頁面上。 此外,它還添加了一個便捷的“複製到剪貼板”按鈕,方便複製. + 使用公開事件數據(例如,推送到公開代碼庫的提交),獲取用戶的提交郵箱地址並將其顯示在個人資料頁面上。 另外,它還添加了一個便捷的“複製到剪貼板”按鈕,方便複製.
@@ -1988,7 +1988,7 @@ 討論 / - 源碼 / + 原始碼 / 安裝 / @@ -1999,7 +1999,7 @@ GitHub 顯示文件和文件夾大小  - + Tweet @@ -2027,7 +2027,7 @@ 討論 / - 源碼 / + 原始碼 / 安裝 / @@ -2040,7 +2040,7 @@ GitHub 共同協作者  - + Tweet @@ -2068,7 +2068,7 @@ 討論 / - 源碼 / + 原始碼 / 安裝 / @@ -2079,7 +2079,7 @@ GitHub 通知篩選狀態  - + Tweet @@ -2100,20 +2100,20 @@ github-notification-inbox-toggle 開發版本 討論 / - 源碼 / + 原始碼 / 安裝 / 修改自
- +

翻譯腳本 (3)

外語終結者  - + Tweet @@ -2134,7 +2134,7 @@ github-notification-inbox-toggle 開發版本 討論 / - 源碼 / + 原始碼 / 安裝 / @@ -2145,7 +2145,7 @@ github-notification-inbox-toggle 開發版本 網頁翻譯——自動翻譯為中文  - + Tweet @@ -2166,7 +2166,7 @@ github-notification-inbox-toggle 開發版本 討論 / - 源碼 / + 原始碼 / 安裝 @@ -2175,7 +2175,7 @@ github-notification-inbox-toggle 開發版本 翻譯小工具 | 翻譯任何語言  - + Tweet @@ -2202,7 +2202,7 @@ github-notification-inbox-toggle 開發版本 討論 / - 源碼 / + 原始碼 / 安裝 / @@ -2210,14 +2210,14 @@ github-notification-inbox-toggle 開發版本 修改自 - +

AI 腳本 (9)

ChatGPT 折疊自己訊息和最大寬度  - + Tweet @@ -2244,7 +2244,7 @@ github-notification-inbox-toggle 開發版本 討論 / - 源碼 / + 原始碼 / 安裝 / @@ -2253,15 +2253,15 @@ github-notification-inbox-toggle 開發版本

- ChatGPT程序碼字體縮小  + ChatGPT程式碼字體縮小  - + Tweet

-ChatGPT 讓程序碼字體變小 並且自動折行 +ChatGPT 讓程式碼字體變小 並且自動折行
@@ -2276,7 +2276,7 @@ ChatGPT 讓程序碼字體變小 並且自動折行 討論 / - 源碼 / + 原始碼 / 安裝
@@ -2285,7 +2285,7 @@ ChatGPT 讓程序碼字體變小 並且自動折行 ChatGPT 字元計數器限制 (CCCL)  - + Tweet @@ -2312,7 +2312,7 @@ ChatGPT 讓程序碼字體變小 並且自動折行 討論 / - 源碼 / + 原始碼 / 安裝 / @@ -2323,7 +2323,7 @@ ChatGPT 讓程序碼字體變小 並且自動折行 ChatGPT 聊天複製程式碼和匯出程式碼按鈕  - + Tweet @@ -2350,7 +2350,7 @@ ChatGPT 讓程序碼字體變小 並且自動折行 討論 / - 源碼 / + 原始碼 / 安裝 / @@ -2361,7 +2361,7 @@ ChatGPT 讓程序碼字體變小 並且自動折行 ChatGPT 代碼高亮  - + Tweet @@ -2388,7 +2388,7 @@ ChatGPT 讓程序碼字體變小 並且自動折行 討論 / - 源碼 / + 原始碼 / 安裝 / @@ -2399,7 +2399,7 @@ ChatGPT 讓程序碼字體變小 並且自動折行 ChatGPT代碼工具  - + Tweet @@ -2420,7 +2420,7 @@ ChatGPT 讓程序碼字體變小 並且自動折行 討論 / - 源碼 / + 原始碼 / 安裝 / @@ -2431,7 +2431,7 @@ ChatGPT 讓程序碼字體變小 並且自動折行 ChatGPT 插入提示詞  - + Tweet @@ -2452,7 +2452,7 @@ ChatGPT 讓程序碼字體變小 並且自動折行 討論 / - 源碼 / + 原始碼 / 安裝 / @@ -2463,7 +2463,7 @@ ChatGPT 讓程序碼字體變小 並且自動折行 ChatGPT 保存對話  - + Tweet @@ -2484,7 +2484,7 @@ ChatGPT 讓程序碼字體變小 並且自動折行 討論 / - 源碼 / + 原始碼 / 安裝 / @@ -2497,13 +2497,13 @@ ChatGPT 讓程序碼字體變小 並且自動折行 ChatGPT 輕鬆管理聊天  - + Tweet

-搜索聊天、過濾聊天、快速/批量刪除聊天。 +搜尋聊天、過濾聊天、快速/批量刪除聊天。
@@ -2518,20 +2518,20 @@ ChatGPT 讓程序碼字體變小 並且自動折行 討論 / - 源碼 / + 原始碼 / 安裝 / 修改自
- + -

博客網站 (5)

+

部落格網站 (5)

解除CSDN登錄複製  - + Tweet @@ -2552,7 +2552,7 @@ ChatGPT 讓程序碼字體變小 並且自動折行 討論 / - 源碼 / + 原始碼 / 安裝 / @@ -2563,7 +2563,7 @@ ChatGPT 讓程序碼字體變小 並且自動折行 乾淨的博客文章  - + Tweet @@ -2584,7 +2584,7 @@ ChatGPT 讓程序碼字體變小 並且自動折行 討論 / - 源碼 / + 原始碼 / 安裝 / @@ -2595,7 +2595,7 @@ ChatGPT 讓程序碼字體變小 並且自動折行 知乎的深色主題  - + Tweet @@ -2616,7 +2616,7 @@ ChatGPT 讓程序碼字體變小 並且自動折行 討論 / - 源碼 / + 原始碼 / 安裝 / @@ -2627,13 +2627,13 @@ ChatGPT 讓程序碼字體變小 並且自動折行 微信網頁版深色模式  - + Tweet

-啟用網頁微信全屏窗口,深色模式 +啟用網頁微信全螢幕窗口,深色模式
@@ -2648,7 +2648,7 @@ ChatGPT 讓程序碼字體變小 並且自動折行 討論 / - 源碼 / + 原始碼 / 安裝 / @@ -2657,15 +2657,15 @@ ChatGPT 讓程序碼字體變小 並且自動折行

- 新浪微博移動版跳轉  + 新浪微博行動版跳轉  - + Tweet

-新浪微博自動跳轉移動版,支持微博、文章、影片 +新浪微博自動跳轉行動版,支援微博、文章、影片
@@ -2680,20 +2680,20 @@ ChatGPT 讓程序碼字體變小 並且自動折行 討論 / - 源碼 / + 原始碼 / 安裝 / 修改自
- +

Twitter (4)

Twitter/X 隱藏轉發的帖子  - + Tweet @@ -2720,7 +2720,7 @@ ChatGPT 讓程序碼字體變小 並且自動折行 討論 / - 源碼 / + 原始碼 / 安裝 / @@ -2733,14 +2733,14 @@ ChatGPT 讓程序碼字體變小 並且自動折行 Twitter 媒體下載 (2025.12.02 修復)  - + Tweet

- 一鍵下載視頻/圖片,支持批量下載時自動打包為一個ZIP文件下載.支持新版API接口 + 一鍵下載視頻/圖片,支持批量下載時自動打包為一個ZIP文件下載.支援新版API介面
@@ -2760,7 +2760,7 @@ ChatGPT 讓程序碼字體變小 並且自動折行 討論 / - 源碼 / + 原始碼 / 安裝 / @@ -2773,7 +2773,7 @@ ChatGPT 讓程序碼字體變小 並且自動折行 Twitter(X)黑名單和屏蔽列表下載  - + Tweet @@ -2794,7 +2794,7 @@ ChatGPT 讓程序碼字體變小 並且自動折行 討論 / - 源碼 / + 原始碼 / 安裝 / @@ -2805,7 +2805,7 @@ ChatGPT 讓程序碼字體變小 並且自動折行 Twitter 顯示正常的日期和時間  - + Tweet @@ -2833,18 +2833,18 @@ ChatGPT 讓程序碼字體變小 並且自動折行 討論 / - 源碼 / + 原始碼 / 安裝
- +

YouTube (5)

YouTube 小助手  - + Tweet @@ -2871,7 +2871,7 @@ ChatGPT 讓程序碼字體變小 並且自動折行 討論 / - 源碼 / + 原始碼 / 安裝 / @@ -2884,7 +2884,7 @@ ChatGPT 讓程序碼字體變小 並且自動折行 YouTube 稍後觀看快捷鍵  - + Tweet @@ -2905,7 +2905,7 @@ ChatGPT 讓程序碼字體變小 並且自動折行 討論 / - 源碼 / + 原始碼 / 安裝 / @@ -2916,7 +2916,7 @@ ChatGPT 讓程序碼字體變小 並且自動折行 更好的 YouTube 音量控制  - + Tweet @@ -2937,7 +2937,7 @@ ChatGPT 讓程序碼字體變小 並且自動折行 討論 / - 源碼 / + 原始碼 / 安裝 / @@ -2948,7 +2948,7 @@ ChatGPT 讓程序碼字體變小 並且自動折行 YouTube 動態視頻網格  - + Tweet @@ -2969,7 +2969,7 @@ ChatGPT 讓程序碼字體變小 並且自動折行 討論 / - 源碼 / + 原始碼 / 安裝 / @@ -2982,7 +2982,7 @@ ChatGPT 讓程序碼字體變小 並且自動折行 YouTube Pro: 音頻增強器  - + Tweet @@ -3009,20 +3009,20 @@ ChatGPT 讓程序碼字體變小 並且自動折行 討論 / - 源碼 / + 原始碼 / 安裝 / 修改自

- +

TikTok (1)

TikTok 用戶信息  - + Tweet @@ -3043,26 +3043,26 @@ TikTok 在個人資料上顯示更多擴展信息 討論 / - 源碼 / + 原始碼 / 安裝 / 修改自 - +

Bilibili (2)

- 嗶哩嗶哩視頻下載器  + 嗶哩嗶哩影片下載器  - + Tweet

-下載嗶哩嗶哩視頻(不支持番劇) +下載嗶哩嗶哩視頻(不支援番劇)
@@ -3077,7 +3077,7 @@ TikTok 在個人資料上顯示更多擴展信息 討論 / - 源碼 / + 原始碼 / 安裝 / @@ -3088,13 +3088,13 @@ TikTok 在個人資料上顯示更多擴展信息 嗶哩嗶哩直播間屏蔽工具  - + Tweet

-嗶哩嗶哩直播間屏蔽工具,支持管理列表,批量屏蔽,導出、導入列表等…… +嗶哩嗶哩直播間屏蔽工具,支援管理列表,大量屏蔽,匯出、導入列表等……
@@ -3109,32 +3109,32 @@ TikTok 在個人資料上顯示更多擴展信息 討論 / - 源碼 / + 原始碼 / 安裝 / 修改自
- + ## ❔️ 如何安裝或使用腳本? -要使用任何腳本,首先需要瀏覽器安裝 **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))。** +要使用任何腳本,首先需要瀏覽器安裝 **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) +- [查看詳細教學](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/README.md) > [!IMPORTANT] > -> - _其他基於 **Chromium** 內核的瀏覽器(如國內套皮瀏覽器)一般都可以使用 Chrome 擴展。_ -> - _請確保使用 **Tampermonkey 正式版** 擴展,其他的用户腳本管理器可能导致**無法正常使用**脚本。_ -> - _如果要重裝腳本,請記得在 Tampermonkey 擴展的**回收站中徹底刪除**腳本後再去重新安裝腳本。_ +> - _其他基於 **Chromium** 內核的瀏覽器(如國內套皮瀏覽器)一般都可以使用 Chrome 擴充。_ +> - _請確保使用 **Tampermonkey 正式版** 擴充,其他的用户腳本管理器可能导致**無法正常使用**脚本。_ +> - _如果要重裝腳本,請記得在 Tampermonkey 擴充的**回收站中徹底刪除**腳本後再去重新安裝腳本。_ -> _**不會離線安裝 .crx 擴展?[Chrome、Edge 重新開啟隱藏的 [拖入安裝 .crx 擴展] 功能!](https://zhuanlan.zhihu.com/p/276027099)**_ +> _**不會離線安裝 .crx 擴充?[Chrome、Edge 重新開啟隱藏的 [拖入安裝 .crx 擴充] 功能!](https://zhuanlan.zhihu.com/p/276027099)**_
@@ -3158,13 +3158,13 @@ TikTok 在個人資料上顯示更多擴展信息 > > - FengFeng :+1: > - 仓库內所有`README.md`文件頭部簡介與歷史安裝表格複製了[FengFeng](https://github.com/BonjourFeng)的倉庫[Github-Search-Purification](https://github.com/BonjourFeng/Github-Search-Purification)内[README.md](https://github.com/BonjourFeng/Github-Search-Purification/blob/main/README.md)文件內容 -> - 本倉庫的子倉庫`UserScriptsHistory`自動更新安裝歷史表格圖片代碼也複製使用了[FengFeng](https://github.com/BonjourFeng)的倉庫[Script-History](https://github.com/BonjourFeng/Script-History)內的代碼[main.py](https://github.com/BonjourFeng/Script-History/blob/main/source/main.py) +> - 本倉庫的子倉庫`UserScriptsHistory`自動更新安裝歷史表格圖片程式碼也複製使用了[FengFeng](https://github.com/BonjourFeng)的倉庫[Script-History](https://github.com/BonjourFeng/Script-History)內的程式碼[main.py](https://github.com/BonjourFeng/Script-History/blob/main/source/main.py) > [!TIP] > > - 沙漠之子 :+1: -> - 複製了 [沙漠之子](https://github.com/maboloshi)的倉庫[github-chinese](https://github.com/maboloshi/github-chinese)內的代碼
-> - 本倉庫內`writer.py` `update-contributors.yml` 複製使用了[tributors_images.yml](https://github.com/maboloshi/github-chinese/blob/gh-pages/.github/workflows/update_contributors_images.yml)裡面的代碼 +> - 複製了 [沙漠之子](https://github.com/maboloshi)的倉庫[github-chinese](https://github.com/maboloshi/github-chinese)內的程式碼
+> - 本倉庫內`writer.py` `update-contributors.yml` 複製使用了[tributors_images.yml](https://github.com/maboloshi/github-chinese/blob/gh-pages/.github/workflows/update_contributors_images.yml)裡面的程式碼 > - 本倉庫自述文件複製了[github-chinese/README.md](https://github.com/maboloshi/github-chinese#:~:text=%E6%B5%8F%E8%A7%88%E5%99%A8%E4%B8%8E%E8%85%B3%E6%9C%AC%E7%AE%A1%E7%90%86%E5%99%A8)內容 `如何安裝/使用腳本?` > [!TIP] @@ -3174,11 +3174,11 @@ TikTok 在個人資料上顯示更多擴展信息 > - _本倉庫命名風格受美國佬[Adam Lui 劉展鵬](https://github.com/adamlui)啟發_ :trollface: > - _本倉庫內自述文件來自[Adam Lui 劉展鵬](https://github.com/adamlui)的自述風格_ :trollface: > - _腳本內的相互導流跳轉來自[Adam Lui 劉展鵬](https://github.com/adamlui)的自述風格_ :trollface: -> - _本倉庫內所有`README.md`文件複製並使用了這個美國佬的倉庫`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: +> - _本倉庫內所有`README.md`文件複製並使用了這個美國佬的倉庫`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: -> - _複製了 美國佬[Adam Lui 劉展鵬](https://github.com/adamlui)Python 內代碼_ [translate-en-messages.py](https://github.com/adamlui/python-utils/blob/main/translate-messages/translate-en-messages.py) :trollface: +> - _複製了 美國佬[Adam Lui 劉展鵬](https://github.com/adamlui)Python 內程式碼_ [translate-en-messages.py](https://github.com/adamlui/python-utils/blob/main/translate-messages/translate-en-messages.py) :trollface:
@@ -3202,7 +3202,7 @@ TikTok 在個人資料上顯示更多擴展信息
-## 🏛️ 開源許可協議 +## 🏛️ 開源授權協議 本項目採用 MIT 許可證 授權。 MIT 許可證是一種寬鬆的開源許可協議,詳細內容請參閱 許可證全文。 @@ -3215,7 +3215,7 @@ MIT 許可證是一種寬鬆的開源許可協議,詳細內容請參閱 行為準則。請每位貢獻者遵循這些指導原則。 +為了確保一個友好、尊重與包容的開發環境,我們制定了以下行為準則。請每位貢獻者遵循這些指導原則。
@@ -3227,7 +3227,7 @@ MIT 許可證是一種寬鬆的開源許可協議,詳細內容請參閱 並在公開之前等待回复。 +也歡迎拉取請求,但出於安全原因,請發送電子郵件至 並在公開前等待回复。 詳細內容請參閱 安全政策
@@ -3238,7 +3238,7 @@ MIT 許可證是一種寬鬆的開源許可協議,詳細內容請參閱 貢獻指南。為了幫助您順利貢獻代碼或文檔,請在提交代碼或問題前,仔細閱讀內容。 +感謝您對本計畫的興趣!我們制定了以下貢獻指南。為了幫助您順利貢獻程式碼或文檔,請在提交程式碼或問題前,仔細閱讀內容。
@@ -3262,7 +3262,7 @@ MIT 許可證是一種寬鬆的開源許可協議,詳細內容請參閱 Download:Github | ⭐Greasy Fork

更新记录

🛠️ GitHub 文件列表美化器 更新日志

+

📅 2026.3.5.1

+

修复: 更改.sh文件图标链接,修改powershell文字颜色,删除调试内容

+

📅 2024/9/12 11:35 - Ver 4.1

新增: 增加了对文件增加图标,增加了自定义文件颜色和图标。


diff --git a/github-file-list-beautifier-plus/README_en.md b/github-file-list-beautifier-plus/README_en.md index 9c26823c8..6359e8c9e 100644 --- a/github-file-list-beautifier-plus/README_en.md +++ b/github-file-list-beautifier-plus/README_en.md @@ -59,13 +59,16 @@

「 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。Add colors and icons to files by type,Display small images in place of file type icons in repository source tree 」

Views - - + +

Download:Github | ⭐Greasy - Fork

Update records

🛠️ GitHub File List Beautifier Update log

+ Fork

Update record

🛠️ GitHub File list beautifier Change log

+

📅 2026.3.5.1

+

repair: Change.shFile icon link,Revisepowershelltext color,Delete debugging content

+

📅 2024/9/12 11:35 - Ver 4.1

-

New: Added icon to file,Added custom file colors and icons。

+

New: Added icons for files,Added custom file colors and icons。


diff --git a/github-file-list-beautifier-plus/README_ko.md b/github-file-list-beautifier-plus/README_ko.md index c00121735..8fbdb5cef 100644 --- a/github-file-list-beautifier-plus/README_ko.md +++ b/github-file-list-beautifier-plus/README_ko.md @@ -60,12 +60,15 @@ Views - +

Download:Github | ⭐Greasy - Fork

레코드 업데이트

🛠️ GitHub 파일 목록 Beautifier 로그 업데이트

+ Fork

기록 업데이트

🛠️ GitHub 파일 목록 미화자 변경 로그

+

📅 2026.3.5.1

+

수리하다: 변화.sh파일 아이콘 링크,개정하다powershell텍스트 색상,디버깅 내용 삭제

+

📅 2024/9/12 11:35 - Ver 4.1

-

새로운: 파일에 아이콘이 추가되었습니다,사용자 정의 파일 색상 및 아이콘이 추가되었습니다。

+

새로운: 파일 아이콘이 추가되었습니다.,사용자 정의 파일 색상 및 아이콘이 추가되었습니다.。


diff --git a/github-file-list-beautifier-plus/README_vi.md b/github-file-list-beautifier-plus/README_vi.md index 4f0c22842..c57bca615 100644 --- a/github-file-list-beautifier-plus/README_vi.md +++ b/github-file-list-beautifier-plus/README_vi.md @@ -59,13 +59,16 @@

「 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。Thêm màu sắc và biểu tượng vào tệp theo loại,Hiển thị hình ảnh nhỏ thay cho biểu tượng loại tệp trong cây nguồn kho lưu trữ 」

Views - - + +

Download:Github | ⭐Greasy - Fork

Cập nhật hồ sơ

🛠️ GitHub Danh sách tập tin làm đẹp Cập nhật nhật ký

+ Fork

Cập nhật bản ghi

🛠️ GitHub Trình làm đẹp danh sách tập tin Nhật ký thay đổi

+

📅 2026.3.5.1

+

Sửa chữa: Thay đổi.shLiên kết biểu tượng tập tin,Ôn lạipowershellmàu văn bản,Xóa nội dung gỡ lỗi

+

📅 2024/9/12 11:35 - Ver 4.1

-

Mới: Đã thêm biểu tượng vào tệp,Đã thêm màu và biểu tượng tệp tùy chỉnh。

+

Mới: Đã thêm biểu tượng cho tập tin,Đã thêm màu sắc và biểu tượng tệp tùy chỉnh。


diff --git a/github-file-list-beautifier-plus/README_zh-TW.md b/github-file-list-beautifier-plus/README_zh-TW.md index 75d06459f..fc2768146 100644 --- a/github-file-list-beautifier-plus/README_zh-TW.md +++ b/github-file-list-beautifier-plus/README_zh-TW.md @@ -59,13 +59,16 @@

「 GitHub 文件清單美化器是一個使用者腳本,用於增強 GitHub 倉庫中的文件顯示效果。它可以為文件和資料夾添加顏色,並將文件類型圖示替換為小圖像,使得程式碼庫更加易於瀏覽和管理。按類型為文件添加顏色和圖標,在儲存庫來源樹中顯示小圖像以取代文件類型圖標 」

Views - +

Download:Github | ⭐Greasy Fork

更新記錄

🛠️ GitHub 文件列表美化器 更新日誌

+

📅 2026.3.5.1

+

修復: 變更.sh文件圖示連結,修改powershell文字顏色,刪除調試內容

+

📅 2024/9/12 11:35 - Ver 4.1

-

新增: 增加了對文件增加圖標,增加了自定義文件顏色和圖標。

+

新增: 增加了對文件增加圖標,增加了自訂文件顏色和圖標。


@@ -100,10 +103,10 @@ GitHub 文件列表美化器是一個用戶腳本,用於增強 GitHub 倉庫 ## 安裝 -1. **安裝 Tampermonkey 或 Greasemonkey 插件**: +1. **安裝 Tampermonkey 或 Greasemonkey 外掛**: - - [Tampermonkey](https://www.tampermonkey.net/)(支持 Chrome, Firefox, Edge, Opera 等瀏覽器) - - [Greasemonkey](https://www.greasespot.net/)(支持 Firefox) + - [Tampermonkey](https://www.tampermonkey.net/)(支援 Chrome, Firefox, Edge, Opera 等瀏覽器) + - [Greasemonkey](https://www.greasespot.net/)(支援 Firefox) 2. **添加腳本**: @@ -174,7 +177,7 @@ GitHub 文件列表美化器是一個用戶腳本,用於增強 GitHub 倉庫 > - [**GitHub 倉庫快速跳轉助手**](https://greasyfork.org/scripts/515205): 🤠 GitHub 倉庫快速跳轉助手,專為幫助用戶快速存取自己在 GitHub 上的倉庫而設計 。它在導覽列頂部產生一個按鈕,點擊展開自己的所有倉庫,輕鬆跳到自己的 GitHub 倉庫頁面,而無需使用 GitHub 的二級選單 > - [**在Github上打開jsDelivr鏈接**](https://greasyfork.org/scripts/527870): 打開jsDelivr上的GitHub鏈接,用於快速下載文件 > - [**GitHub Gist 代碼片段複製與下載器**](https://greasyfork.org/scripts/529534): 向 Gist 文件添加複制按鈕,以便輕鬆複製代碼。 | 向 Gist 文件添加下載按鈕,以便輕鬆下載代碼。 -> - [**GitHub 快捷鍵翻譯助手**](https://greasyfork.org/scripts/530312): 監聽鍵盤快捷鍵 Ctrl + Q,實現對文本進行翻譯並將翻譯結果替換到原文本框中的功能 支持Issue和pull request 頁面. +> - [**GitHub 快捷鍵翻譯助手**](https://greasyfork.org/scripts/530312): 監聽鍵盤快捷鍵 Ctrl + Q,實現對文本進行翻譯並將翻譯結果替換到原文本框中的功能 支援Issue和pull request 頁面. > - [**GitHub 星標倉庫備註助手**](https://greasyfork.org/scripts/533511): 曾經 Star 過的倉庫是不是忘記了它們的用途? 這是一個可以給你收藏過的倉庫添加備註的的腳本,並且你備註的信息可以上傳下載到 GitHub Gist > - [**GitHub 跳轉到 DeepWiKi**](https://greasyfork.org/scripts/536279): GitHub 存儲庫跳轉到 DeepWiKi,支持電腦桌面端和移動端 > - [**GitHub 隱藏 Copilot**](https://greasyfork.org/scripts/536423): 在 GitHub 上隱藏愚蠢的 Copilot @@ -185,7 +188,7 @@ GitHub 文件列表美化器是一個用戶腳本,用於增強 GitHub 倉庫 ## 相容性 -- **瀏覽器**:支持 Chrome、Firefox、Edge、Opera 和 Safari。 +- **瀏覽器**:支援 Chrome、Firefox、Edge、Opera 和 Safari。 @@ -278,7 +281,7 @@ GitHub 文件列表美化器是一個用戶腳本,用於增強 GitHub 倉庫 > - [**GitHub 倉庫快速跳轉助手**](https://greasyfork.org/scripts/515205): 🤠 GitHub 倉庫快速跳轉助手,專為幫助用戶快速存取自己在 GitHub 上的倉庫而設計 。它在導覽列頂部產生一個按鈕,點擊展開自己的所有倉庫,輕鬆跳到自己的 GitHub 倉庫頁面,而無需使用 GitHub 的二級選單 > - [**在Github上打開jsDelivr鏈接**](https://greasyfork.org/scripts/527870): 打開jsDelivr上的GitHub鏈接,用於快速下載文件 > - [**GitHub Gist 代碼片段複製與下載器**](https://greasyfork.org/scripts/529534): 向 Gist 文件添加複制按鈕,以便輕鬆複製代碼。 | 向 Gist 文件添加下載按鈕,以便輕鬆下載代碼。 -> - [**GitHub 快捷鍵翻譯助手**](https://greasyfork.org/scripts/530312): 監聽鍵盤快捷鍵 Ctrl + Q,實現對文本進行翻譯並將翻譯結果替換到原文本框中的功能 支持Issue和pull request 頁面. +> - [**GitHub 快捷鍵翻譯助手**](https://greasyfork.org/scripts/530312): 監聽鍵盤快捷鍵 Ctrl + Q,實現對文本進行翻譯並將翻譯結果替換到原文本框中的功能 支援Issue和pull request 頁面. > - [**GitHub 星標倉庫備註助手**](https://greasyfork.org/scripts/533511): 曾經 Star 過的倉庫是不是忘記了它們的用途? 這是一個可以給你收藏過的倉庫添加備註的的腳本,並且你備註的信息可以上傳下載到 GitHub Gist > - [**GitHub 跳轉到 DeepWiKi**](https://greasyfork.org/scripts/536279): GitHub 存儲庫跳轉到 DeepWiKi,支持電腦桌面端和移動端 > - [**GitHub 隱藏 Copilot**](https://greasyfork.org/scripts/536423): 在 GitHub 上隱藏愚蠢的 Copilot @@ -349,7 +352,7 @@ GitHub 文件列表美化器是一個用戶腳本,用於增強 GitHub 倉庫 > ### 🔍你可能在找社交媒體腳本 > > - [**Twitter/X 隱藏轉發的帖子**](https://greasyfork.org/scripts/529450): 自動隱藏轉發轉發內容,並且在首次加載時隱藏轉發內容,移除煩人的廣告 -> - [**Twitter 媒體下載 (2025.04.28 修復)**](https://greasyfork.org/scripts/529453): 一鍵下載視頻/圖片,支持批量下載時自動打包為一個ZIP文件下載.支持新版API接口 +> - [**Twitter 媒體下載 (2025.04.28 修復)**](https://greasyfork.org/scripts/529453): 一鍵下載視頻/圖片,支持批量下載時自動打包為一個ZIP文件下載.支援新版API介面 > - [**YouTube 小助手**](https://greasyfork.org/scripts/529845): YouTube 1.視頻循環播放 2.截圖下載 3.主題進度條 diff --git a/github-repo-size-view/README.md b/github-repo-size-view/README.md index 17e186fe7..31e0f0c87 100644 --- a/github-repo-size-view/README.md +++ b/github-repo-size-view/README.md @@ -65,6 +65,9 @@

Download:Github | ⭐Greasy Fork

更新记录

🛠️ GitHub Repo Size+ 升级日志

+

📅 2026.3.5.1

+

修复: 警告文字改成黑色,修复一些元素路径

+

📅 2025.5.27.1

Fix: 修复在储存库页面不显示快捷跳转按钮的问题#137,其他脚本导致页面元素变化


diff --git a/github-repo-size-view/README_en.md b/github-repo-size-view/README_en.md index 52ad58055..5b40149fe 100644 --- a/github-repo-size-view/README_en.md +++ b/github-repo-size-view/README_en.md @@ -60,71 +60,74 @@

「 🤠 Warehouse display size: On GitHub’s code search, warehouse search, issue page, user warehouse list and repository page, the size of the warehouse will be displayed next to the warehouse name, allowing users to quickly understand the scale of the warehouse and optimize their selection. Inactive development warning: If a repository has not been updated in the past six months, the system will add a prompt at the top of the repository to remind users that the repository is inactive and display the time of the last update. This helps users determine the activity and maintenance status of the warehouse. Quick jump within the warehouse: When browsing the warehouse, the user can easily view the list of all warehouses of the user, providing an entrance to quickly jump to different warehouses. Users can quickly find and access other projects of interest, improving work efficiency. Usage scenarios: Developers: By displaying the warehouse size and active warnings, you can quickly filter out suitable libraries for development and avoid using projects that are no longer maintained. Project Manager: Through the quick jump function, it is easy to manage and coordinate multiple projects and improve work efficiency. Learners: When learning new technologies, they can more easily find relevant open source projects and quickly check the activity and scale of the projects. 🤠 」

Views - - + +

Download:Github | ⭐Greasy - Fork

Update records

🛠️ GitHub Repo Size+ Upgrade log

+ Fork

Update record

🛠️ GitHub Repo Size+ Upgrade log

+

📅 2026.3.5.1

+

repair: Warning text changed to black,Fix some element paths

+

📅 2025.5.27.1

-

Fix: Fixed the issue where the quick jump button was not displayed on the repository page#137,Other scripts cause page elements to change

+

Fix: Fixed an issue where shortcut jump buttons were not displayed on the repository page#137,Other scripts cause page elements to change


📅 2025.5.16.1

-

Fix: Fixed the issue where the quick jump button was not displayed on the repository page

+

Fix: Fixed an issue where shortcut jump buttons were not displayed on the repository page


📅 2025.04.25.1850

-

Fixed a minor issue in the previous version:Quick jump>When customizing the number of user repositories is enabled,Only the first page is obtained by default

+

Fix minor issues in previous version:Quick jump>When enabling customization to obtain the number of user warehouses,By default, only the first page is fetched


📅 2025.04.22.1003

-

New:Quick jump:Customize the number of user repositories and displays per page
-New:Fixed head navigation bar:Custom Enable
-New:Local cache:Allow custom refresh time to refresh the cache

+

New:Quick jump:Customize to obtain the number of user warehouses and the number displayed on each page
+New:Fixed header navigation bar:Custom enable
+New:local cache:Allow custom cache refresh time


📅 2025.04.16.2350

-

New:Notification pageSupport systemLight-colored modeandDark Mode
+

New:notification pageSupport systemlight modeanddark mode
screenshot:2025.04.16


📅 2025.04.16.1439

-

New:Notification pageClick on the warehouse on the left,Directly display information of the specified warehouse
compatible2025.04.15Versions of the function suspended on all notification information.
grateful:qbmiller script code,github_enhance
Issue:#111
+

New:notification pageClick on the warehouse on the left,Directly display the information of the specified warehouse
compatible2025.04.15The function of version floating on all notification information.
grateful:qbmiller script code,github_enhance
Issue:#111
screenshot:!Image


📅 2025.04.15.1536

-

New:Notification pageDisplay warehouse information
grateful:qbmiller script code,github_enhance
Issue:#111
+

New:notification pageShow warehouse information
grateful:qbmiller script code,github_enhance
Issue:#111
screenshot:2025.04.15


📅 2025.03.16.0506

-

New:GitHub Global navigation bar fixed Code fromGitHub Enhancement Kit
+

New:GitHub Global navigation bar fixed code fromGitHub Enhancement Kit
screenshot:2025.03.16


📅 2024/10/07 01:53 - Ver 0.1.3.7

-

New:Two-factor verification code automatic filling functionTwo-factor authentication Convenient and quick filling,Continuous monitoring,Until verification is triggered....
-New:The starred warehouse on the user profile page also adds the display warehouse size,?tab=starsExecute below
-repair:Different user topics,The elements are different,Change the selector todocument.querySelector('.jxTzTd')
-repair:Logged in user ifTOKENNot empty,Use your own list APIhttps://api.github.com/user/repos.Prevent error codes from being returned401
-repair:repairCode Search and Repository Code SearchThe size of a warehouse will be retrieved twice.

+

New:Two-factor verification code autofill featureTwo-factor authentication Convenient and quick filling,Continuously monitor,until verification is triggered....
+New:The starred warehouses on the user profile page are also added to display the warehouse size.,?tab=starsExecute under
+repair:User themes are different,The elements are also different,The selector changes todocument.querySelector('.jxTzTd')
+repair:If the logged in userTOKENNot empty,Use your own list APIhttps://api.github.com/user/repos.Prevent error codes from being returned401
+repair:repairCode search and warehouse code searchNext, we will repeatedly obtain the size of a warehouse twice.


📅 2024/10/06 05:17 - Ver 0.1.3.6

-

New:The user repository list has been saved locally,24hRefresh once
-New: mergegithub-ossinsight Scripting functions ,And support mobile devices,Set as dynamic monitoring
-New: mergeGithub Quickly find active Forks List Scripting functions And support mobile devices,Set as dynamic monitoring
-New: mergeGitHub Delete Repositories Scripting Functions In personal warehouses and?tab=repositoriesQuick page deletion And support mobile devices,Set as dynamic monitoring
-optimization: The detector cannot find the element in ten seconds and stops running

+

New:The obtained user warehouse list is saved locally.,24hRefresh once
+New: mergegithub-ossinsight Script function ,and supports mobile devices,Set to dynamic monitoring
+New: mergeGithub Quickly find active Forks list Script function and supports mobile devices,Set to dynamic monitoring
+New: mergeGitHub Delete Repositories Script function in personal warehouse and?tab=repositoriesQuick page deletion and supports mobile devices,Set to dynamic monitoring
+optimization: The detector stops running if it cannot find an element within ten seconds.


📅 2024/10/05 13:16 - Ver 0.1.3.5

-

repair:CSS Small partition bars are hidden by errors on mobile:d-none d-md-block border-topborder-top

+

repair:CSS The small divider bar is incorrectly hidden on mobile devices:d-none d-md-block border-topborder-top


📅 2024/10/05 08:10 - Ver 0.1.3.4

-

New: Quick jump list to add mouse levitationTitleDisplay basic warehouse information
-optimization: All repositories of users can now be displayed,But it is not recommended to do this,Influence experience。
In the script 343 Line usage codegetUserAllRepos(reposApi, headers, true, 1)
Recursively obtain user list when parameter three is true
Parameter 4 limits parameter 3 is true maximum recursive page count
-repair:Repeated list addition questions
+

New: Add mouse hover to quick jump listTitleDisplay basic warehouse information
+optimization: All repositories of a user can now be displayed,But it is not recommended,Affect experience。
in script 343 line of codegetUserAllRepos(reposApi, headers, true, 1)
When parameter three is true, recursively obtain the user list
Parameter four limits the maximum number of recursive pages when parameter three is true.
+repair:Duplicate question added to list
repairif (maxPage !== 0 && page > maxPage) breakif (maxPage !== 0 && page == maxPage) break


📅 2024/10/05 07:25 - Ver 0.1.3.3

-

New: GitHub Sidebar jump to warehouse is complicated,Add another warehouse to quickly jump users in the warehouse

+

New: GitHub Jumping to the warehouse in the sidebar is cumbersome,Add a warehouse to quickly jump to other warehouses of users

- - + + @@ -141,20 +144,20 @@

📅 2024/9/26 09:05 - Ver 0.1.3.2

optimization: Optimize small tags
-New: Inactive development banner last time is displayed in the lower right cornerPushHow long has it been now

+New: The lower right corner of the inactive development banner displays the lastPushHow long since now


📅 2024/9/26 02:16 - Ver 0.1.3.1

optimization: Optimize execution efficiency,Improve loading speed
i18n: zh,zh-HK,zh-MO,zh-SG


📅 2024/9/25 10:06 - Ver 0.1.3.0

-

New: Github - Inactive Development Warning Display inactive development reminder on the warehouse page。
+

New: Github - Inactive Development Warning Show inactive development reminder on repository page。
i18n: zh-CN,zh-TW,ja,ko,vi,en

red For the open warehouse green For private warehouses Forks Replica warehouse (Logged in user,Must be typed TOKEN)Added a demo ~~Show only the first page 30 A warehouse,Exceed will not display,It’s enough for me to use myself now~~ 0.1.3.4All supportedred for public repository green For private warehouse Forks replica warehouse (Logged in user,Must type TOKEN)Add demo ~~Show only first page 30 warehouse,Exceeded will not be displayed,It’s enough for my own use now~~ 0.1.3.4All supported
- - + + @@ -173,17 +176,17 @@

New: GitHub Repo Size Display Use the setup interface of this script。


📅 2024/8/13 00:19 - Ver 0.1.2.18

-

New: Add script menu → set up GitHub Token interface,No need to modify it in the code。

+

New: Add script menu → set up GitHub Token interface,No need to modify within the code。


📅 2024/8/12 21:56 - Ver 0.1.2.17

-

New: #254059 Add the display warehouse size in the user profile warehouse list and organization list。

+

New: #254059 Increased display of warehouse size in user profile warehouse list and organization list。


📅 2024/8/5 05:18 - Ver 0.1.2.8

-

repair: #254059 The original author token fails to access the public repository。How to fix it:Delete the original author token,GitHub The generated public token is always cleared,Therefore no more。

+

repair: #254059 The original author’s token is invalid and the public repository cannot be accessed.。How to fix it:Remove original author token,GitHub Generated public tokens are always cleared,So no more adding。


📅 2024/8/1 03:43 - Ver 0.1.2

-

repair: Fixed the issue of invalidating the search page。 -repair: Fixed the issue that did not display when viewing other repositories(Increase delay)。

+

repair: Fix the problem of invalid search page。 +repair: Fixed the issue of not displaying when viewing other warehouses(increase delay)。


diff --git a/github-repo-size-view/README_ko.md b/github-repo-size-view/README_ko.md index 7f5705f06..054b5918b 100644 --- a/github-repo-size-view/README_ko.md +++ b/github-repo-size-view/README_ko.md @@ -61,70 +61,73 @@ Views - +

Download:Github | ⭐Greasy - Fork

레코드 업데이트

🛠️ GitHub Repo Size+ 업그레이드 로그

+ Fork

기록 업데이트

🛠️ GitHub Repo Size+ 업그레이드 로그

+

📅 2026.3.5.1

+

수리하다: 경고 텍스트가 검은색으로 변경되었습니다.,일부 요소 경로 수정

+

📅 2025.5.27.1

-

Fix: 리포지토리 페이지에 빠른 점프 버튼이 표시되지 않은 문제를 수정했습니다.#137,다른 스크립트로 인해 페이지 요소가 변경됩니다

+

Fix: 저장소 페이지에 바로가기 점프 버튼이 표시되지 않는 문제를 수정했습니다.#137,다른 스크립트로 인해 페이지 요소가 변경됨


📅 2025.5.16.1

-

Fix: 리포지토리 페이지에 빠른 점프 버튼이 표시되지 않은 문제를 수정했습니다.

+

Fix: 저장소 페이지에 바로가기 점프 버튼이 표시되지 않는 문제를 수정했습니다.


📅 2025.04.25.1850

-

이전 버전에서 사소한 문제를 수정했습니다:빠른 점프>사용자 리포지토리 수를 사용자 정의 할 때 활성화됩니다,첫 번째 페이지 만 기본적으로 얻습니다

+

이전 버전의 사소한 문제 수정:빠른 점프>사용자 웨어하우스 수를 확보하기 위해 커스터마이징을 활성화하는 경우,기본적으로 첫 번째 페이지만 가져옵니다.


📅 2025.04.22.1003

-

새로운:빠른 점프:페이지 당 사용자 리포지토리 및 디스플레이 수를 사용자 정의하십시오.
-새로운:고정 헤드 탐색 막대:사용자 정의 활성화
-새로운:로컬 캐시:캐시를 새로 고치기 위해 사용자 정의 새로 고침 시간을 허용하십시오

+

새로운:빠른 점프:사용자 창고 수와 각 페이지에 표시되는 수를 얻기 위해 사용자 정의
+새로운:고정 헤더 탐색 모음:맞춤 활성화
+새로운:로컬 캐시:사용자 정의 캐시 새로 고침 시간 허용


📅 2025.04.16.2350

-

새로운:알림 페이지지원 시스템밝은 색 모드그리고다크 모드
-스크린 샷:2025.04.16

+

새로운:알림 페이지지원 시스템조명 모드그리고다크 모드
+스크린샷:2025.04.16


📅 2025.04.16.1439

-

새로운:알림 페이지왼쪽의 창고를 클릭하십시오,지정된 창고의 정보를 직접 표시합니다
호환 가능2025.04.15모든 알림 정보에 중단 된 기능의 버전.
고마워하는:qbmiller 스크립트 코드,github_enhance
Issue:#111
-스크린 샷:!Image

+

새로운:알림 페이지왼쪽 창고를 클릭하세요,지정된 창고의 정보를 직접 표시
호환 가능2025.04.15모든 알림정보에 버전 플로팅 기능.
고마워하는:qbmiller 스크립트 코드,github_enhance
Issue:#111
+스크린샷:!Image


📅 2025.04.15.1536

-

새로운:알림 페이지창고 정보를 표시합니다
고마워하는:qbmiller 스크립트 코드,github_enhance
Issue:#111
-스크린 샷:2025.04.15

+

새로운:알림 페이지창고 정보 표시
고마워하는:qbmiller 스크립트 코드,github_enhance
Issue:#111
+스크린샷:2025.04.15


📅 2025.03.16.0506

-

새로운:GitHub 글로벌 내비게이션 바 고정 코드GitHub 향상 키트
-스크린 샷:2025.03.16

+

새로운:GitHub 전역 탐색 표시줄이 수정되었습니다. 코드GitHub 강화 키트
+스크린샷:2025.03.16


📅 2024/10/07 01:53 - Ver 0.1.3.7

-

새로운:2 요인 검증 코드 자동 충전 기능Two-factor authentication 편리하고 빠른 충전,지속적인 모니터링,확인이 시작될 때까지....
-새로운:사용자 프로필 페이지의 출연 창고는 디스플레이 창고 크기를 추가합니다.,?tab=stars아래에서 실행하십시오
-수리하다:다른 사용자 주제,요소는 다릅니다,선택기를 변경하십시오document.querySelector('.jxTzTd')
-수리하다:사용자가 로그인 한 경우TOKEN비어 있지 않습니다,자신의 목록을 사용하십시오 APIhttps://api.github.com/user/repos.오류 코드가 반환되는 것을 방지합니다401
-수리하다:수리하다코드 검색 및 리포지토리 코드 검색창고의 크기는 두 번 검색됩니다.

+

새로운:2단계 인증 코드 자동 완성 기능Two-factor authentication 편리하고 빠른 충전,지속적으로 모니터링,인증이 실행될 때까지....
+새로운:사용자 프로필 페이지에 별표 표시된 창고도 추가되어 창고 크기를 표시합니다.,?tab=stars아래에서 실행
+수리하다:사용자 테마가 다릅니다,성분도 다르고,선택기가 다음으로 변경됩니다.document.querySelector('.jxTzTd')
+수리하다:로그인한 사용자인 경우TOKEN비어 있지 않음,나만의 목록 사용 APIhttps://api.github.com/user/repos.오류 코드가 반환되지 않도록 방지401
+수리하다:수리하다코드 검색 및 창고 코드 검색다음으로 창고 크기를 두 번 반복해서 구해보겠습니다.


📅 2024/10/06 05:17 - Ver 0.1.3.6

-

새로운:사용자 저장소 목록이 로컬로 저장되었습니다,24h한 번 새로 고치십시오
-새로운: 병합github-ossinsight 스크립팅 기능 ,모바일 장치를 지원합니다,동적 모니터링으로 설정합니다
-새로운: 병합Github 빨리 활동적인 것을 찾으십시오 Forks 목록 스크립팅 기능 모바일 장치를 지원합니다,동적 모니터링으로 설정합니다
-새로운: 병합GitHub Delete Repositories 스크립팅 기능 개인 창고에서?tab=repositories빠른 페이지 삭제 모바일 장치를 지원합니다,동적 모니터링으로 설정합니다
-최적화: 감지기는 10 초 안에 요소를 찾을 수 없으며 실행을 중지합니다.

+

새로운:획득한 사용자 창고 목록은 로컬에 저장됩니다.,24h한 번 새로 고침
+새로운: 병합github-ossinsight 스크립트 기능 ,모바일 장치를 지원합니다,동적 모니터링으로 설정
+새로운: 병합Github 빠르게 활동 찾기 Forks 목록 스크립트 기능 모바일 장치를 지원합니다,동적 모니터링으로 설정
+새로운: 병합GitHub Delete Repositories 스크립트 기능 개인 창고와?tab=repositories빠른 페이지 삭제 모바일 장치를 지원합니다,동적 모니터링으로 설정
+최적화: 10초 이내에 요소를 찾을 수 없으면 감지기가 작동을 중지합니다.


📅 2024/10/05 13:16 - Ver 0.1.3.5

-

수리하다:CSS 작은 파티션 막대는 모바일의 오류로 숨겨져 있습니다:d-none d-md-block border-topborder-top

+

수리하다:CSS 모바일 장치에서 작은 구분선이 잘못 숨겨졌습니다.:d-none d-md-block border-topborder-top


📅 2024/10/05 08:10 - Ver 0.1.3.4

-

새로운: 마우스 부상을 추가하기위한 빠른 점프 목록Title기본 창고 정보를 표시합니다
-최적화: 이제 사용자의 모든 저장소를 표시 할 수 있습니다,그러나이 작업을 수행하는 것은 권장되지 않습니다,경험에 영향을 미칩니다。
대본에서 343 라인 사용 코드getUserAllRepos(reposApi, headers, true, 1)
매개 변수 3이 사실 일 때 사용자 목록을 재귀 적으로 얻습니다
매개 변수 4 한계 매개 변수 3은 진정한 최대 재귀 페이지 수입니다.
-수리하다:반복 된 목록 추가 질문
+

새로운: 빠른 점프 목록에 마우스 호버 추가Title기본 창고 정보 표시
+최적화: 이제 사용자의 모든 저장소를 표시할 수 있습니다.,하지만 권장하지는 않습니다,경험에 영향을 미침。
스크립트에서 343 코드 줄getUserAllRepos(reposApi, headers, true, 1)
매개변수 3이 true인 경우 사용자 목록을 재귀적으로 가져옵니다.
매개변수 4는 매개변수 3이 true인 경우 최대 재귀 페이지 수를 제한합니다.
+수리하다:목록에 중복된 질문이 추가되었습니다.
수리하다if (maxPage !== 0 && page > maxPage) breakif (maxPage !== 0 && page == maxPage) break


📅 2024/10/05 07:25 - Ver 0.1.3.3

-

새로운: GitHub 웨어 하우스로의 사이드 바 점프는 복잡합니다,창고에서 사용자를 빠르게 뛰어 넘기 위해 다른 창고 추가

+

새로운: GitHub 사이드바에서 창고로 점프하는 것이 번거롭습니다.,사용자의 다른 창고로 빠르게 이동하려면 창고를 추가하세요.

No updates for more than one yearNo updates within half a yearNo updates for more than a yearNo updates in half a year
- - + + @@ -140,21 +143,21 @@
빨간색 오픈 창고 용 녹색 개인 창고 용 Forks 복제 창고 (로그인 한 사용자,입력해야합니다 TOKEN)데모를 추가했습니다 ~~첫 페이지 만 표시하십시오 30 창고,초과는 표시되지 않습니다,내가 지금 나 자신을 사용하기에 충분합니다~~ 0.1.3.4모두 지원됩니다빨간색 공개 저장소용 녹색 개인창고용 Forks 복제 창고 (로그인한 사용자,입력해야 함 TOKEN)데모 추가 ~~첫 페이지만 표시 30 창고,초과 금액은 표시되지 않습니다.,이제 내 용도로는 충분해~~ 0.1.3.4모두 지원됨

📅 2024/9/26 09:05 - Ver 0.1.3.2

-

최적화: 작은 태그를 최적화하십시오
-새로운: 비활성 개발 배너 마지막 시간은 오른쪽 하단에 표시됩니다.Push지금 얼마나 오래 있었습니까?

+

최적화: 작은 태그 최적화
+새로운: 비활성 개발 배너의 오른쪽 하단에는 마지막Push지금부터 얼마나 됐나요


📅 2024/9/26 02:16 - Ver 0.1.3.1

-

최적화: 실행 효율성을 최적화합니다,로딩 속도를 향상시킵니다
+

최적화: 실행 효율성 최적화,로딩 속도 향상
i18n: zh,zh-HK,zh-MO,zh-SG


📅 2024/9/25 10:06 - Ver 0.1.3.0

-

새로운: Github - Inactive Development Warning 창고 페이지에 비활성 개발 알림 표시。
+

새로운: Github - Inactive Development Warning 저장소 페이지에 비활성 개발 알림 표시。
i18n: zh-CN,zh-TW,ja,ko,vi,en

- - + + @@ -170,20 +173,20 @@
1 년 이상 업데이트가 없습니다반년 이내에 업데이트가 없습니다1년이 넘도록 업데이트가 없습니다.반년 동안 업데이트가 없습니다

📅 2024/8/20 05:28 - Ver 0.1.2.26

-

새로운: GitHub Repo Size Display 이 스크립트의 설정 인터페이스를 사용하십시오。

+

새로운: GitHub Repo Size Display 이 스크립트의 설정 인터페이스를 사용하세요。


📅 2024/8/13 00:19 - Ver 0.1.2.18

-

새로운: 스크립트 메뉴를 추가하십시오 → 설정 GitHub Token 인터페이스,코드에서 수정할 필요가 없습니다。

+

새로운: 스크립트 메뉴 추가 → 설정 GitHub Token 인터페이스,코드 내에서 수정할 필요가 없습니다.。


📅 2024/8/12 21:56 - Ver 0.1.2.17

-

새로운: #254059 사용자 프로필 창고 목록 및 조직 목록에 디스플레이 창고 크기 추가。

+

새로운: #254059 사용자 프로필 창고 목록 및 조직 목록에서 창고 크기 표시 증가。


📅 2024/8/5 05:18 - Ver 0.1.2.8

-

수리하다: #254059 원래 저자 토큰은 공개 저장소에 액세스하지 못합니다.。그것을 고치는 방법:원래 저자 토큰을 삭제하십시오,GitHub 생성 된 공개 토큰은 항상 지워집니다,그러므로 더 이상。

+

수리하다: #254059 원본 작성자의 토큰이 유효하지 않아 공개 저장소에 액세스할 수 없습니다.。문제를 해결하는 방법:원본 작성자 토큰 제거,GitHub 생성된 공개 토큰은 항상 지워집니다.,그러니 더 이상 추가하지 마세요.。


📅 2024/8/1 03:43 - Ver 0.1.2

-

수리하다: 검색 페이지를 무효화하는 문제가 수정되었습니다。 -수리하다: 다른 저장소를 볼 때 표시되지 않은 문제를 수정했습니다.(지연을 증가시킵니다)。

+

수리하다: 잘못된 검색 페이지 문제 수정。 +수리하다: 다른 창고 보기 시 표시되지 않는 문제 수정(지연 증가)。


diff --git a/github-repo-size-view/README_vi.md b/github-repo-size-view/README_vi.md index fa4f95f02..854b6aa19 100644 --- a/github-repo-size-view/README_vi.md +++ b/github-repo-size-view/README_vi.md @@ -60,71 +60,74 @@

「 🤠 Kích thước hiển thị kho: Trên mã tìm kiếm, tìm kiếm kho, trang vấn đề, danh sách kho của người dùng và trang kho, kích thước của kho sẽ được hiển thị bên cạnh tên kho, giúp người dùng nhanh chóng hiểu được quy mô của kho và tối ưu hóa quy mô kho của mình. lựa chọn. Cảnh báo phát triển không hoạt động: Nếu kho lưu trữ không được cập nhật trong sáu tháng qua, hệ thống sẽ thêm lời nhắc ở đầu kho lưu trữ để nhắc nhở người dùng rằng kho lưu trữ không hoạt động và hiển thị thời gian cập nhật lần cuối. Điều này giúp người dùng xác định được tình trạng hoạt động và bảo trì của kho. Nhảy nhanh trong kho: Khi duyệt kho, người dùng có thể dễ dàng xem danh sách tất cả các kho của người dùng, cung cấp lối vào để nhanh chóng chuyển đến các kho khác nhau. Người dùng có thể nhanh chóng tìm và truy cập các dự án khác mà họ quan tâm, nâng cao hiệu quả công việc. Tình huống sử dụng: Nhà phát triển: Bằng cách hiển thị quy mô kho và cảnh báo đang hoạt động, bạn có thể nhanh chóng lọc ra các thư viện phù hợp để phát triển và tránh sử dụng các dự án không còn được bảo trì. Quản lý dự án: Thông qua chức năng nhảy nhanh, bạn có thể dễ dàng quản lý và điều phối nhiều dự án, đồng thời nâng cao hiệu quả công việc. Người học: Khi học các công nghệ mới, họ có thể dễ dàng tìm thấy các dự án nguồn mở có liên quan hơn và nhanh chóng kiểm tra hoạt động cũng như quy mô của dự án. 🤠 」

Views - - + +

Download:Github | ⭐Greasy - Fork

Cập nhật hồ sơ

🛠️ GitHub Repo Size+ Nhật ký nâng cấp

+ Fork

Cập nhật bản ghi

🛠️ GitHub Repo Size+ Nhật ký nâng cấp

+

📅 2026.3.5.1

+

Sửa chữa: Văn bản cảnh báo đã thay đổi thành màu đen,Sửa một số đường dẫn phần tử

+

📅 2025.5.27.1

-

Fix: Đã sửa lỗi trong đó nút nhảy nhanh không được hiển thị trên trang kho lưu trữ#137,Các tập lệnh khác khiến các yếu tố trang thay đổi

+

Fix: Đã khắc phục sự cố trong đó các nút nhảy phím tắt không được hiển thị trên trang kho lưu trữ#137,Các tập lệnh khác khiến các thành phần trang thay đổi


📅 2025.5.16.1

-

Fix: Đã sửa lỗi trong đó nút nhảy nhanh không được hiển thị trên trang kho lưu trữ

+

Fix: Đã khắc phục sự cố trong đó các nút nhảy phím tắt không được hiển thị trên trang kho lưu trữ


📅 2025.04.25.1850

-

Đã sửa một vấn đề nhỏ trong phiên bản trước:Nhảy nhanh>Khi tùy chỉnh số lượng kho lưu trữ người dùng được bật,Chỉ có trang đầu tiên được lấy theo mặc định

+

Sửa các lỗi nhỏ ở phiên bản trước:Nhảy nhanh>Khi kích hoạt tùy chỉnh để lấy số lượng kho người dùng,Theo mặc định, chỉ trang đầu tiên được tìm nạp


📅 2025.04.22.1003

-

Mới:Nhảy nhanh:Tùy chỉnh số lượng kho lưu trữ người dùng và hiển thị trên mỗi trang
-Mới:Thanh điều hướng đầu cố định:Cho phép tùy chỉnh
-Mới:Bộ nhớ cache cục bộ:Cho phép thời gian làm mới tùy chỉnh để làm mới bộ đệm

+

Mới:Nhảy nhanh:Tùy chỉnh lấy số lượng kho người dùng và số lượng hiển thị trên mỗi trang
+Mới:Đã sửa lỗi thanh điều hướng tiêu đề:Bật tùy chỉnh
+Mới:bộ đệm cục bộ:Cho phép thời gian làm mới bộ đệm tùy chỉnh


📅 2025.04.16.2350

-

Mới:Trang thông báoHệ thống hỗ trợChế độ màu sángChế độ tối
-Ảnh chụp màn hình:2025.04.16

+

Mới:trang thông báoHệ thống hỗ trợchế độ ánh sángchế độ tối
+ảnh chụp màn hình:2025.04.16


📅 2025.04.16.1439

-

Mới:Trang thông báoNhấp vào kho ở bên trái,Hiển thị trực tiếp thông tin của nhà kho được chỉ định
tương thích2025.04.15Các phiên bản của chức năng lơ lửng trên tất cả thông tin thông báo.
tri ân:qbmiller Mã tập lệnh,github_enhance
Issue:#111
-Ảnh chụp màn hình:!Image

+

Mới:trang thông báoBấm vào kho bên trái,Hiển thị trực tiếp thông tin kho chỉ định
tương thích2025.04.15Chức năng phiên bản nổi trên mọi thông tin thông báo.
tri ân:qbmiller mã kịch bản,github_enhance
Issue:#111
+ảnh chụp màn hình:!Image


📅 2025.04.15.1536

-

Mới:Trang thông báoHiển thị thông tin kho
tri ân:qbmiller Mã tập lệnh,github_enhance
Issue:#111
-Ảnh chụp màn hình:2025.04.15

+

Mới:trang thông báoHiển thị thông tin kho hàng
tri ân:qbmiller mã kịch bản,github_enhance
Issue:#111
+ảnh chụp màn hình:2025.04.15


📅 2025.03.16.0506

-

Mới:GitHub Thanh điều hướng toàn cầu đã cố định Mã từGitHub Bộ nâng cao
-Ảnh chụp màn hình:2025.03.16

+

Mới:GitHub Đã sửa thanh điều hướng chung mã từGitHub Bộ nâng cao
+ảnh chụp màn hình:2025.03.16


📅 2024/10/07 01:53 - Ver 0.1.3.7

-

Mới:Mã xác minh hai yếu tố tự động làm đầyTwo-factor authentication Làm đầy nhanh chóng và nhanh chóng,Giám sát liên tục,Cho đến khi xác minh được kích hoạt....
-Mới:Kho được sao chép trên trang hồ sơ người dùng cũng thêm kích thước kho hiển thị,?tab=starsThực hiện bên dưới
-Sửa chữa:Chủ đề người dùng khác nhau,Các yếu tố khác nhau,Thay đổi bộ chọn thànhdocument.querySelector('.jxTzTd')
-Sửa chữa:Đăng nhập người dùng nếuTOKENKhông trống,Sử dụng danh sách của riêng bạn APIhttps://api.github.com/user/repos.Ngăn mã lỗi được trả về401
-Sửa chữa:Sửa chữaTìm kiếm mã và tìm kiếm mã kho lưu trữKích thước của một nhà kho sẽ được lấy lại hai lần.

+

Mới:Tính năng tự động điền mã xác minh hai yếu tốTwo-factor authentication Làm đầy thuận tiện và nhanh chóng,Giám sát liên tục,cho đến khi xác minh được kích hoạt....
+Mới:Các kho được gắn dấu sao trên trang hồ sơ người dùng cũng được thêm vào để hiển thị quy mô kho.,?tab=starsThực hiện dưới
+Sửa chữa:Chủ đề người dùng khác nhau,Các yếu tố cũng khác nhau,Bộ chọn thay đổi thànhdocument.querySelector('.jxTzTd')
+Sửa chữa:Nếu người dùng đã đăng nhậpTOKENKhông trống,Sử dụng danh sách của riêng bạn APIhttps://api.github.com/user/repos.Ngăn chặn việc trả lại mã lỗi401
+Sửa chữa:Sửa chữaTìm kiếm mã và tìm kiếm mã khoTiếp theo, chúng ta sẽ liên tục thu được kích thước của một nhà kho hai lần.


📅 2024/10/06 05:17 - Ver 0.1.3.6

-

Mới:Danh sách kho lưu trữ người dùng đã được lưu cục bộ,24hLàm mới một lần
-Mới: Hợp nhấtgithub-ossinsight Chức năng kịch bản ,Và hỗ trợ thiết bị di động,Đặt làm giám sát động
-Mới: Hợp nhấtGithub Nhanh chóng tìm thấy hoạt động Forks Danh sách Chức năng kịch bản Và hỗ trợ thiết bị di động,Đặt làm giám sát động
-Mới: Hợp nhấtGitHub Delete Repositories Chức năng kịch bản Trong kho cá nhân và?tab=repositoriesXóa trang nhanh Và hỗ trợ thiết bị di động,Đặt làm giám sát động
-tối ưu hóa: Máy dò không thể tìm thấy phần tử trong mười giây và ngừng chạy

+

Mới:Danh sách kho người dùng thu được được lưu cục bộ.,24hLàm mới một lần
+Mới: hợp nhấtgithub-ossinsight Chức năng tập lệnh ,và hỗ trợ các thiết bị di động,Đặt thành giám sát động
+Mới: hợp nhấtGithub Nhanh chóng tìm thấy hoạt động Forks danh sách Chức năng tập lệnh và hỗ trợ các thiết bị di động,Đặt thành giám sát động
+Mới: hợp nhấtGitHub Delete Repositories Chức năng tập lệnh trong kho cá nhân và?tab=repositoriesXóa trang nhanh và hỗ trợ các thiết bị di động,Đặt thành giám sát động
+tối ưu hóa: Máy dò sẽ ngừng chạy nếu không thể tìm thấy phần tử trong vòng mười giây.


📅 2024/10/05 13:16 - Ver 0.1.3.5

-

Sửa chữa:CSS Các thanh phân vùng nhỏ bị ẩn bởi các lỗi trên thiết bị di động:d-none d-md-block border-topborder-top

+

Sửa chữa:CSS Thanh chia nhỏ bị ẩn nhầm trên thiết bị di động:d-none d-md-block border-topborder-top


📅 2024/10/05 08:10 - Ver 0.1.3.4

-

Mới: Danh sách nhảy nhanh để thêm bay chuộtTitleHiển thị thông tin kho cơ bản
-tối ưu hóa: Tất cả các kho lưu trữ của người dùng hiện có thể được hiển thị,Nhưng không nên làm điều này,Ảnh hưởng kinh nghiệm。
Trong kịch bản 343 Mã sử ​​dụng mãgetUserAllRepos(reposApi, headers, true, 1)
Có được danh sách người dùng khi tham số ba là đúng
Tham số 4 Giới hạn Tham số 3 là số lượng đệ quy tối đa thực sự
-Sửa chữa:Danh sách lặp đi lặp lại các câu hỏi bổ sung
+

Mới: Thêm di chuột vào danh sách nhảy nhanhTitleHiển thị thông tin kho cơ bản
+tối ưu hóa: Tất cả các kho lưu trữ của người dùng hiện có thể được hiển thị,Nhưng nó không được khuyến khích,Ảnh hưởng đến trải nghiệm。
trong kịch bản 343 dòng mãgetUserAllRepos(reposApi, headers, true, 1)
Khi tham số ba là đúng, lấy đệ quy danh sách người dùng
Tham số bốn giới hạn số lượng trang đệ quy tối đa khi tham số ba là đúng.
+Sửa chữa:Câu hỏi trùng lặp được thêm vào danh sách
Sửa chữaif (maxPage !== 0 && page > maxPage) breakif (maxPage !== 0 && page == maxPage) break


📅 2024/10/05 07:25 - Ver 0.1.3.3

-

Mới: GitHub Thanh bên nhảy đến kho rất phức tạp,Thêm một kho khác để nhanh chóng nhảy người dùng vào kho

+

Mới: GitHub Nhảy vào kho ở sidebar thì rườm rà,Thêm kho để chuyển nhanh sang kho khác của người dùng

- - + + @@ -141,20 +144,20 @@

📅 2024/9/26 09:05 - Ver 0.1.3.2

tối ưu hóa: Tối ưu hóa các thẻ nhỏ
-Mới: Biểu ngữ phát triển không hoạt động lần trước được hiển thị ở góc dưới bên phảiPushBây giờ đã bao lâu rồi

+Mới: Góc dưới bên phải của biểu ngữ phát triển không hoạt động hiển thị thông tin cuối cùngPushĐã bao lâu kể từ bây giờ


📅 2024/9/26 02:16 - Ver 0.1.3.1

-

tối ưu hóa: Tối ưu hóa hiệu quả thực thi,Cải thiện tốc độ tải
+

tối ưu hóa: Tối ưu hóa hiệu quả thực hiện,Cải thiện tốc độ tải
i18n: zh,zh-HK,zh-MO,zh-SG


📅 2024/9/25 10:06 - Ver 0.1.3.0

-

Mới: Github - Inactive Development Warning Hiển thị lời nhắc phát triển không hoạt động trên trang kho。
+

Mới: Github - Inactive Development Warning Hiển thị lời nhắc phát triển không hoạt động trên trang kho lưu trữ。
i18n: zh-CN,zh-TW,ja,ko,vi,en

màu đỏ Đối với kho mở màu xanh lá Cho kho tư nhân Forks Kho lưu trữ (Đăng nhập người dùng,Phải được gõ TOKEN)Đã thêm một bản demo ~~Chỉ hiển thị trang đầu tiên 30 Một nhà kho,Vượt quá sẽ không hiển thị,Tôi đủ để sử dụng bản thân mình bây giờ~~ 0.1.3.4Tất cả được hỗ trợmàu đỏ cho kho lưu trữ công cộng màu xanh lá Đối với kho riêng Forks kho bản sao (Người dùng đã đăng nhập,Phải gõ TOKEN)Thêm bản trình diễn ~~Chỉ hiển thị trang đầu tiên 30 kho,Vượt quá sẽ không được hiển thị,Bây giờ nó đủ để tôi sử dụng~~ 0.1.3.4Tất cả được hỗ trợ
- - + + @@ -173,17 +176,17 @@

Mới: GitHub Repo Size Display Sử dụng giao diện thiết lập của tập lệnh này。


📅 2024/8/13 00:19 - Ver 0.1.2.18

-

Mới: Thêm menu tập lệnh → cài đặt GitHub Token giao diện,Không cần sửa đổi nó trong mã。

+

Mới: Thêm menu tập lệnh → cài đặt GitHub Token giao diện,Không cần sửa đổi trong mã。


📅 2024/8/12 21:56 - Ver 0.1.2.17

-

Mới: #254059 Thêm kích thước kho hiển thị trong danh sách tổ chức và danh sách tổ chức hồ sơ người dùng。

+

Mới: #254059 Tăng hiển thị kích thước kho trong danh sách kho hồ sơ người dùng và danh sách tổ chức。


📅 2024/8/5 05:18 - Ver 0.1.2.8

-

Sửa chữa: #254059 Mã thông báo ban đầu của tác giả không truy cập được kho lưu trữ công khai。Cách sửa nó:Xóa mã thông báo tác giả ban đầu,GitHub Mã thông báo công khai được tạo luôn được xóa,Do đó không còn nữa。

+

Sửa chữa: #254059 Mã thông báo của tác giả ban đầu không hợp lệ và không thể truy cập được kho lưu trữ công cộng.。Làm thế nào để sửa nó:Xóa mã thông báo tác giả gốc,GitHub Mã thông báo công khai được tạo luôn bị xóa,Thế là không thêm nữa。


📅 2024/8/1 03:43 - Ver 0.1.2

-

Sửa chữa: Đã sửa lỗi làm mất hiệu lực trang tìm kiếm。 -Sửa chữa: Đã khắc phục sự cố không hiển thị khi xem các kho lưu trữ khác(Tăng độ trễ)。

+

Sửa chữa: Sửa lỗi trang tìm kiếm không hợp lệ。 +Sửa chữa: Đã sửa lỗi không hiển thị khi xem các kho khác(tăng độ trễ)。


diff --git a/github-repo-size-view/README_zh-TW.md b/github-repo-size-view/README_zh-TW.md index 43b7429dd..5fa2b3048 100644 --- a/github-repo-size-view/README_zh-TW.md +++ b/github-repo-size-view/README_zh-TW.md @@ -60,71 +60,74 @@

「 🤠 倉庫顯示大小:在 GitHub 的程式碼搜尋、倉庫搜尋、議題頁面、使用者倉庫清單和儲存庫頁面上,倉庫名稱旁會顯示該倉庫的大小,方便使用者快速了解倉庫的規模,最佳化選擇。不活躍開發警告:如果某個倉庫在過去六個月內沒有更新,系統會在倉庫的頂部添加提示,提醒用戶該倉庫不活躍,並顯示最後一次更新的時間。這有助於使用者判斷倉庫的活躍程度和維護狀況。倉庫內快速跳轉:在瀏覽倉庫時,使用者可以方便地查看該使用者的所有倉庫列表,提供一個快速跳到不同倉庫的入口。用戶可以快速找到和存取感興趣的其他項目,提高工作效率。使用情境:開發者:可以透過顯示倉庫大小和活躍警告,快速篩選出適當的庫進行開發,避免使用不再維護的項目。專案管理者:透過快速跳轉功能,方便管理和協調多個項目,提高工作效率。學習者:在學習新科技時,可以更方便地找到相關的開源項目,快速查看專案的活躍程度和規模。 🤠 」

Views - +

Download:Github | ⭐Greasy Fork

更新記錄

🛠️ GitHub Repo Size+ 升級日誌

+

📅 2026.3.5.1

+

修復: 警告文字改成黑色,修復一些元素路徑

+

📅 2025.5.27.1

-

Fix: 修復在儲存庫頁面不顯示快捷跳轉按鈕的問題#137,其他腳本導致頁面元素變化

+

Fix: 修復在儲存庫頁面不顯示快速跳轉按鈕的問題#137,其他腳本導致頁面元素變化


📅 2025.5.16.1

-

Fix: 修復在儲存庫頁面不顯示快捷跳轉按鈕的問題

+

Fix: 修復在儲存庫頁面不顯示快速跳轉按鈕的問題


📅 2025.04.25.1850

-

修復上個版本小問題:快捷跳轉>在開啟自定義獲取用戶倉庫數量時,默認只獲取第一頁

+

修復上個版本小問題:快速跳轉>在開啟自訂取得使用者倉庫數量時,預設只取得第一頁


📅 2025.04.22.1003

-

新增:快捷跳轉:自定義獲取用戶倉庫數量和每頁顯示數量
-新增:固定頭部導航欄:自定義啟用
-新增:本地緩存:允許自定義刷新緩存的時間

+

新增:快速跳轉:自訂取得使用者倉庫數量和每頁顯示數量
+新增:固定頭部導航欄:自訂啟用
+新增:本機快取:允許自訂刷新快取的時間


📅 2025.04.16.2350

-

新增:通知頁面支持系統淺色模式深色模式
+

新增:通知頁面支援系統淺色模式深色模式
截圖:2025.04.16


📅 2025.04.16.1439

-

新增:通知頁面點擊左側倉庫,直接顯示指定倉庫的信息
兼容2025.04.15版本在所有通知信息上懸浮的功能.
感謝:qbmiller 的腳本代碼,github_enhance
Issue:#111
+

新增:通知頁面點選左側倉庫,直接顯示指定倉庫的信息
相容2025.04.15版本在所有通知資訊上懸浮的功能.
感謝:qbmiller 的腳本程式碼,github_enhance
Issue:#111
截圖:!Image


📅 2025.04.15.1536

-

新增:通知頁面顯示倉庫信息
感謝:qbmiller 的腳本代碼,github_enhance
Issue:#111
+

新增:通知頁面顯示倉庫訊息
感謝:qbmiller 的腳本程式碼,github_enhance
Issue:#111
截圖:2025.04.15


📅 2025.03.16.0506

-

新增:GitHub 全局導航欄固定 代碼來自GitHub 增強套件
+

新增:GitHub 全域導覽列固定 代碼來自GitHub 增強套件
截圖:2025.03.16


📅 2024/10/07 01:53 - Ver 0.1.3.7

-

新增:雙因素驗證碼自動填充功能Two-factor authentication 方便快速填充,持續監聽,直到觸發驗證....
-新增:用戶資料頁面的已星標倉庫也添加顯示倉庫大小,?tab=stars下執行
-修復:用戶主題不同,元素也不同,選擇器更改為document.querySelector('.jxTzTd')
-修復:已登錄用戶如果TOKEN不為空,使用自己的列表 APIhttps://api.github.com/user/repos.防止返回錯誤代碼401
-修復:修復代碼搜索和倉庫代碼搜索下會重複對一個倉庫進行兩次獲取大小

+

新增:雙重驗證碼自動填滿功能Two-factor authentication 方便快速填充,持續監聽,直到觸發驗證....
+新增:使用者資料頁面的已星標倉庫也新增顯示倉庫大小,?tab=stars下執行
+修復:使用者主題不同,元素也不同,選擇器更改為document.querySelector('.jxTzTd')
+修復:已登入用戶如果TOKEN不為空,使用自己的列表 APIhttps://api.github.com/user/repos.防止回傳錯誤代碼401
+修復:修復代碼搜尋和倉庫代碼搜索下會重複對一個倉庫進行兩次獲取大小


📅 2024/10/06 05:17 - Ver 0.1.3.6

-

新增:已經獲取的用戶倉庫列表保存在本地,24h刷新一次
-新增: 合併github-ossinsight 腳本功能 ,並支持移動設備,設置為動態監聽
-新增: 合併Github 快捷查找活躍的 Forks 列表 腳本功能 並支持移動設備,設置為動態監聽
-新增: 合併GitHub Delete Repositories 腳本功能 在個人倉庫和?tab=repositories頁面快速刪除 並支持移動設備,設置為動態監聽
-最佳化: 檢測器十秒找不到元素停止運行

+

新增:已經取得的用戶倉庫清單保存在本地,24h刷新一次
+新增: 合併github-ossinsight 腳本功能 ,並支援行動裝置,設定為動態監聽
+新增: 合併Github 快速找出活躍的 Forks 清單 腳本功能 並支援行動裝置,設定為動態監聽
+新增: 合併GitHub Delete Repositories 腳本功能 在個人倉庫和?tab=repositories頁面快速刪除 並支援行動裝置,設定為動態監聽
+最佳化: 檢測器十秒鐘找不到元素停止運作


📅 2024/10/05 13:16 - Ver 0.1.3.5

-

修復:CSS 在移動端小分隔條被錯誤隱藏:d-none d-md-block border-topborder-top

+

修復:CSS 在行動端小分隔條被錯誤隱藏:d-none d-md-block border-topborder-top


📅 2024/10/05 08:10 - Ver 0.1.3.4

-

新增: 快捷跳轉列表添加鼠標懸浮Title顯示倉庫基本信息
-最佳化: 現在可以顯示用戶的全部倉庫,但不建議這麼做,影響體驗。
在腳本的 343 行使用代碼getUserAllRepos(reposApi, headers, true, 1)
參數三為真時遞歸獲取用戶列表
參數四限制參數三為真時遞歸最大頁數
-修復:列表重複添加問題
+

新增: 快捷跳轉列表新增滑鼠懸浮Title顯示倉庫基本訊息
+最佳化: 現在可以顯示使用者的全部倉庫,但不建議這麼做,影響體驗。
在腳本的 343 行使用程式碼getUserAllRepos(reposApi, headers, true, 1)
參數三為真時遞迴取得使用者列表
參數四限制參數三為真時遞迴最大頁數
+修復:清單重複新增問題
修復if (maxPage !== 0 && page > maxPage) breakif (maxPage !== 0 && page == maxPage) break


📅 2024/10/05 07:25 - Ver 0.1.3.3

-

新增: GitHub 側邊欄跳轉倉庫比較繁瑣,增加一個在倉庫內快捷跳轉用戶的其他倉庫

+

新增: GitHub 側邊欄跳轉倉庫較為繁瑣,增加一個在倉庫內快速跳轉用戶的其他倉庫

Không có bản cập nhật nào trong quá một nămKhông có bản cập nhật trong vòng nửa nămKhông có cập nhật trong hơn một nămKhông có cập nhật trong nửa năm
- - + + @@ -141,10 +144,10 @@

📅 2024/9/26 09:05 - Ver 0.1.3.2

最佳化: 優化小標籤
-新增: 不活躍開發橫幅右下角顯示最後一次Push距現在多久

+新增: 不活躍開發橫幅右下角顯示最後一次Push距離現在多久


📅 2024/9/26 02:16 - Ver 0.1.3.1

-

最佳化: 優化執行效率,提升加載速度
+

最佳化: 優化執行效率,提升載入速度
i18n: zh,zh-HK,zh-MO,zh-SG


📅 2024/9/25 10:06 - Ver 0.1.3.0

@@ -170,20 +173,20 @@
紅色 為公開倉庫 綠色 為私人倉庫 Forks 復刻的倉庫 (登錄的用戶,必須鍵入 TOKEN)新增演示 ~~僅顯示第一頁 30 個倉庫,超出不會顯示,目前夠我自己使用的了~~ 0.1.3.4已支持全部紅色 為公開倉庫 綠色 為私人倉庫 Forks 復刻的倉庫 (登入的用戶,必須鍵入 TOKEN)新增示範 ~~僅顯示第一頁 30 個倉庫,超出不會顯示,目前夠我自己使用的了~~ 0.1.3.4已支援全部

📅 2024/8/20 05:28 - Ver 0.1.2.26

-

新增: GitHub Repo Size Display 使用該腳本的設置界面。

+

新增: GitHub Repo Size Display 使用該腳本的設定介面。


📅 2024/8/13 00:19 - Ver 0.1.2.18

-

新增: 增加腳本菜單 → 設定 GitHub Token 介面,無需在代碼內修改。

+

新增: 增加腳本選單 → 設定 GitHub Token 介面,無需在程式碼內修改。


📅 2024/8/12 21:56 - Ver 0.1.2.17

-

新增: #254059 增加在用戶資料倉庫列表和組織列表顯示倉庫大小。

+

新增: #254059 增加在使用者資料倉庫清單和組織清單顯示倉庫大小。


📅 2024/8/5 05:18 - Ver 0.1.2.8

-

修復: #254059 原作者令牌失效導致無法訪問公共倉庫。修復方式:刪除原作者令牌,GitHub 生成的公共令牌總是被清除,因此不再添加。

+

修復: #254059 原作者令牌失效導致無法存取公共倉庫。修復方式:刪除原作者令牌,GitHub 產生的公共令牌總是被清除,因此不再添加。


📅 2024/8/1 03:43 - Ver 0.1.2

-

修復: 修復在搜索頁面失效的問題。 -修復: 修復查看其他倉庫時不顯示的問題(增加延時)。

+

修復: 修復在搜尋頁面失效的問題。 +修復: 修正查看其他倉庫時不顯示的問題(增加延遲)。


@@ -192,7 +195,7 @@ ## 💖 腳本參考或使用了以下腳本: [🧑‍💻 **@mshll**](https://greasyfork.org/users/1010122) ⇒ 📜 _[Github Repo Size](https://greasyfork.org/scripts/458048)_
-[🧑‍💻 **@a1pha**](https://greasyfork.org/users/1298296) ⇒ 📜 _[Github 快捷查找活躍的Forks列表](https://greasyfork.org/scripts/494365)_
+[🧑‍💻 **@a1pha**](https://greasyfork.org/users/1298296) ⇒ 📜 _[Github 快捷查找活躍的Forks清單](https://greasyfork.org/scripts/494365)_
[🧑‍💻 **@codeRookieyutaoliu**](https://greasyfork.org/users/1442181) ⇒ 📜 _[GitHub 增強套件](https://greasyfork.org/scripts/529862)_ ## 預覽 @@ -289,7 +292,7 @@ 要顯示私有存儲庫的大小,您需要生成一個具有“repo”範圍的新個人訪問令牌。 該令牌將用於通過 Github API 進行身份驗證。 -1. [此處](https://github.com/settings/tokens/new?description=repo-size%20userscript&scopes=repo)生成新令牌。 +1. [此處](https://github.com/settings/tokens/new?description=repo-size%20userscript&scopes=repo)產生新令牌。 2. 為令牌命名並檢查`repo`範圍。 3. 單擊 `Generate token` 按鈕並複制令牌。 4. 點擊腳本菜單`Set GitHub Token`,填入剛剛生成的令牌。 @@ -310,7 +313,7 @@ > - [**GitHub 倉庫快速跳轉助手**](https://greasyfork.org/scripts/515205): 🤠 GitHub 倉庫快速跳轉助手,專為幫助用戶快速存取自己在 GitHub 上的倉庫而設計 。它在導覽列頂部產生一個按鈕,點擊展開自己的所有倉庫,輕鬆跳到自己的 GitHub 倉庫頁面,而無需使用 GitHub 的二級選單 > - [**在Github上打開jsDelivr鏈接**](https://greasyfork.org/scripts/527870): 打開jsDelivr上的GitHub鏈接,用於快速下載文件 > - [**GitHub Gist 代碼片段複製與下載器**](https://greasyfork.org/scripts/529534): 向 Gist 文件添加複制按鈕,以便輕鬆複製代碼。 | 向 Gist 文件添加下載按鈕,以便輕鬆下載代碼。 -> - [**GitHub 快捷鍵翻譯助手**](https://greasyfork.org/scripts/530312): 監聽鍵盤快捷鍵 Ctrl + Q,實現對文本進行翻譯並將翻譯結果替換到原文本框中的功能 支持Issue和pull request 頁面. +> - [**GitHub 快捷鍵翻譯助手**](https://greasyfork.org/scripts/530312): 監聽鍵盤快捷鍵 Ctrl + Q,實現對文本進行翻譯並將翻譯結果替換到原文本框中的功能 支援Issue和pull request 頁面. > - [**GitHub 星標倉庫備註助手**](https://greasyfork.org/scripts/533511): 曾經 Star 過的倉庫是不是忘記了它們的用途? 這是一個可以給你收藏過的倉庫添加備註的的腳本,並且你備註的信息可以上傳下載到 GitHub Gist > - [**GitHub 跳轉到 DeepWiKi**](https://greasyfork.org/scripts/536279): GitHub 存儲庫跳轉到 DeepWiKi,支持電腦桌面端和移動端 > - [**GitHub 隱藏 Copilot**](https://greasyfork.org/scripts/536423): 在 GitHub 上隱藏愚蠢的 Copilot @@ -321,9 +324,9 @@ ## 感謝 -GitHub: 作者 **[zvizvi](https://github.com/zvizvi)** Chrome插件 [GitHub-Web-IDE](https://github.com/zvizvi/GitHub-Web-IDE)
+GitHub: 作者 **[zvizvi](https://github.com/zvizvi)** Chrome外掛 [GitHub-Web-IDE](https://github.com/zvizvi/GitHub-Web-IDE)
作者 **[mshll](https://greasyfork.org/zh-CN/users/1010122)** 發布的腳本 [Github Repo Size](https://greasyfork.org/scripts/458048)
-作者 **[a1pha](https://greasyfork.org/zh-CN/users/1298296)** 發布的腳本 [Github 快捷查找活躍的 Forks 列表](https://greasyfork.org/zh-CN/scripts/494365)
+作者 **[a1pha](https://greasyfork.org/zh-CN/users/1298296)** 發布的腳本 [Github 快捷查找活躍的 Forks 清單](https://greasyfork.org/zh-CN/scripts/494365)
作者 **[lly-ke](https://greasyfork.org/zh-CN/users/902432)** 發布的腳本 [github-ossinsight](https://greasyfork.org/zh-CN/scripts/456878)
作者 **[Zach Hardesty](https://greasyfork.org/zh-CN/users/371100)** 發布的腳本 [Github - Inactive Development Warning](https://greasyfork.org/zh-CN/scripts/419645)
作者 **[chen gang](https://greasyfork.org/zh-CN/users/720983)** 發布的腳本 [GitHub Delete Repositories](https://greasyfork.org/zh-CN/scripts/500173) @@ -396,7 +399,7 @@ GitHub: 作者 **[zvizvi](https://github.com/zvizvi)** Chrome插件 [GitHub-Web- > - [**GitHub 倉庫快速跳轉助手**](https://greasyfork.org/scripts/515205): 🤠 GitHub 倉庫快速跳轉助手,專為幫助用戶快速存取自己在 GitHub 上的倉庫而設計 。它在導覽列頂部產生一個按鈕,點擊展開自己的所有倉庫,輕鬆跳到自己的 GitHub 倉庫頁面,而無需使用 GitHub 的二級選單 > - [**在Github上打開jsDelivr鏈接**](https://greasyfork.org/scripts/527870): 打開jsDelivr上的GitHub鏈接,用於快速下載文件 > - [**GitHub Gist 代碼片段複製與下載器**](https://greasyfork.org/scripts/529534): 向 Gist 文件添加複制按鈕,以便輕鬆複製代碼。 | 向 Gist 文件添加下載按鈕,以便輕鬆下載代碼。 -> - [**GitHub 快捷鍵翻譯助手**](https://greasyfork.org/scripts/530312): 監聽鍵盤快捷鍵 Ctrl + Q,實現對文本進行翻譯並將翻譯結果替換到原文本框中的功能 支持Issue和pull request 頁面. +> - [**GitHub 快捷鍵翻譯助手**](https://greasyfork.org/scripts/530312): 監聽鍵盤快捷鍵 Ctrl + Q,實現對文本進行翻譯並將翻譯結果替換到原文本框中的功能 支援Issue和pull request 頁面. > - [**GitHub 星標倉庫備註助手**](https://greasyfork.org/scripts/533511): 曾經 Star 過的倉庫是不是忘記了它們的用途? 這是一個可以給你收藏過的倉庫添加備註的的腳本,並且你備註的信息可以上傳下載到 GitHub Gist > - [**GitHub 跳轉到 DeepWiKi**](https://greasyfork.org/scripts/536279): GitHub 存儲庫跳轉到 DeepWiKi,支持電腦桌面端和移動端 > - [**GitHub 隱藏 Copilot**](https://greasyfork.org/scripts/536423): 在 GitHub 上隱藏愚蠢的 Copilot @@ -467,7 +470,7 @@ GitHub: 作者 **[zvizvi](https://github.com/zvizvi)** Chrome插件 [GitHub-Web- > ### 🔍你可能在找社交媒體腳本 > > - [**Twitter/X 隱藏轉發的帖子**](https://greasyfork.org/scripts/529450): 自動隱藏轉發轉發內容,並且在首次加載時隱藏轉發內容,移除煩人的廣告 -> - [**Twitter 媒體下載 (2025.04.28 修復)**](https://greasyfork.org/scripts/529453): 一鍵下載視頻/圖片,支持批量下載時自動打包為一個ZIP文件下載.支持新版API接口 +> - [**Twitter 媒體下載 (2025.04.28 修復)**](https://greasyfork.org/scripts/529453): 一鍵下載視頻/圖片,支持批量下載時自動打包為一個ZIP文件下載.支援新版API介面 > - [**YouTube 小助手**](https://greasyfork.org/scripts/529845): YouTube 1.視頻循環播放 2.截圖下載 3.主題進度條 From 6d8a9733061dbc619d6304aba75bc388c1e1d018 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=BA=E6=B0=91=E7=9A=84=E5=8B=A4=E5=8A=A1=E5=91=98?= Date: Thu, 5 Mar 2026 23:10:21 +0800 Subject: [PATCH 030/104] =?UTF-8?q?chore(=E6=A3=80=E9=AA=8C):=20=E6=A3=80?= =?UTF-8?q?=E6=B5=8B`ScriptsPath.json`=E6=98=AF=E5=90=A6=E5=8F=98=E5=8A=A8?= =?UTF-8?q?=EF=BC=8C=E9=98=B2=E6=97=A0=E6=84=8F=E4=B9=89=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/update_scripts_list.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/utils/update_scripts_list.py b/utils/update_scripts_list.py index ba79e272d..486f23d54 100644 --- a/utils/update_scripts_list.py +++ b/utils/update_scripts_list.py @@ -1,7 +1,7 @@ import argparse import os -from helper import format_str, get_repo_name, read_json +from helper import format_str, get_repo_name, read_json, is_file_updated_more_than from searcher import search_in_file from writer import process_file @@ -148,6 +148,9 @@ def main(): LANG_CODE = args.lang_code json_file_path = args.json_file_path readme_path = args.readme_path + if is_file_updated_more_than(json_file_path, 5): + print("跳过文件 ,因为ScriptsPath.json在五分钟之内没有新提交。") + return data = read_json(json_file_path) sorted_scripts = sorted(data.get('scripts', []), key=lambda x: x['greasyfork_id'] if x.get('greasyfork_id') is not None else 0) related_scripts_map = generate_description(sorted_scripts) From ff43597e44e9896b9213eb6bd3a4d75f4110c132 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=BA=E6=B0=91=E7=9A=84=E5=8B=A4=E5=8A=A1=E5=91=98?= Date: Thu, 5 Mar 2026 23:21:53 +0800 Subject: [PATCH 031/104] =?UTF-8?q?ci:=20=E8=B0=83=E6=95=B4`SyncDoc.yml`?= =?UTF-8?q?=20=E6=89=A7=E8=A1=8C=E9=A1=BA=E5=BA=8F=E5=92=8C=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E8=AF=95=E7=94=A8=E6=9C=9F=E7=BB=93=E6=9D=9F=E7=9A=84?= =?UTF-8?q?=E6=9C=8D=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/pr-badge.yml | 28 ---------------------------- .github/workflows/SyncDoc.yml | 6 +++--- utils/update_scripts_list.py | 11 ++++++++--- 3 files changed, 11 insertions(+), 34 deletions(-) delete mode 100644 .github/pr-badge.yml diff --git a/.github/pr-badge.yml b/.github/pr-badge.yml deleted file mode 100644 index 8f35b2cb8..000000000 --- a/.github/pr-badge.yml +++ /dev/null @@ -1,28 +0,0 @@ -- label: "Waiting for" - message: "QA" - color: yellow - when: "$payload.pull_request.body.includes('- [ ] QA')" - -- label: "预览" - message: "PR-$prNumber" - color: "blue" - url: "https://pr-$prNumber.company.com" - -- label: "Passed" - message: "QA" - color: green - when: "$payload.pull_request.body.includes('- [x] QA')" - -- label: "PR Size" - message: "Large" - color: "red" - when: "$additions >= 500" - -- label: "PR Size" - message: "Medium" - color: "yellow" - when: "$additions > 200 && $additions < 500" - -- message: "Work in Progress" - color: "yellow" - when: "$payload.pull_request.title.includes('WIP')" diff --git a/.github/workflows/SyncDoc.yml b/.github/workflows/SyncDoc.yml index 9d1ce40fe..c1f379247 100644 --- a/.github/workflows/SyncDoc.yml +++ b/.github/workflows/SyncDoc.yml @@ -58,12 +58,12 @@ jobs: - name: 刷新仓库自述中的脚本列表 run: python utils/update_scripts_list.py - - name: 翻译仓库自述 - run: python utils/translate_force_chinese_to_lang.py - - name: 修复其他语言readme中的相对路径 run: python utils/fix_toc.py + - name: 翻译仓库自述 + run: python utils/translate_force_chinese_to_lang.py + # `徽章信息` `帮助信息` 需要从修复toc之后提取脚本列表标记点. - name: 徽章信息 run: python utils/update_shields.py diff --git a/utils/update_scripts_list.py b/utils/update_scripts_list.py index 486f23d54..65b25f2ce 100644 --- a/utils/update_scripts_list.py +++ b/utils/update_scripts_list.py @@ -1,7 +1,12 @@ import argparse import os -from helper import format_str, get_repo_name, read_json, is_file_updated_more_than +from helper import ( + format_str, + get_repo_name, + is_file_updated_more_than, + read_json +) from searcher import search_in_file from writer import process_file @@ -149,8 +154,8 @@ def main(): json_file_path = args.json_file_path readme_path = args.readme_path if is_file_updated_more_than(json_file_path, 5): - print("跳过文件 ,因为ScriptsPath.json在五分钟之内没有新提交。") - return + print("跳过文件 ,因为ScriptsPath.json在五分钟之内没有新提交。") + return data = read_json(json_file_path) sorted_scripts = sorted(data.get('scripts', []), key=lambda x: x['greasyfork_id'] if x.get('greasyfork_id') is not None else 0) related_scripts_map = generate_description(sorted_scripts) From d85f229dfe94ccb4fd6863cab345dfb575898eb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Mar 2026 02:44:45 +0800 Subject: [PATCH 032/104] chore(deps-dev): bump @stylistic/eslint-plugin from 5.9.0 to 5.10.0 (#265) Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index adf91a17e..11e70fb50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "devDependencies": { "@eslint/json": "^1.0.1", "@eslint/markdown": "^7.5.1", - "@stylistic/eslint-plugin": "^5.9.0", + "@stylistic/eslint-plugin": "^5.10.0", "cz-git": "^1.12.0", "czg": "^1.12.0", "eslint": "^9.39.2", @@ -331,9 +331,9 @@ "license": "MIT" }, "node_modules/@stylistic/eslint-plugin": { - "version": "5.9.0", - "resolved": "https://registry.npmmirror.com/@stylistic/eslint-plugin/-/eslint-plugin-5.9.0.tgz", - "integrity": "sha512-FqqSkvDMYJReydrMhlugc71M76yLLQWNfmGq+SIlLa7N3kHp8Qq8i2PyWrVNAfjOyOIY+xv9XaaYwvVW7vroMA==", + "version": "5.10.0", + "resolved": "https://registry.npmmirror.com/@stylistic/eslint-plugin/-/eslint-plugin-5.10.0.tgz", + "integrity": "sha512-nPK52ZHvot8Ju/0A4ucSX1dcPV2/1clx0kLcH5wDmrE4naKso7TUC/voUyU1O9OTKTrR6MYip6LP0ogEMQ9jPQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 25bf7a68f..06b4f1548 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "devDependencies": { "@eslint/json": "^1.0.1", "@eslint/markdown": "^7.5.1", - "@stylistic/eslint-plugin": "^5.9.0", + "@stylistic/eslint-plugin": "^5.10.0", "cz-git": "^1.12.0", "czg": "^1.12.0", "eslint": "^9.39.2", From f0ad780e3c0567b102e219d5f71100ef066b4be8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=BA=E6=B0=91=E7=9A=84=E5=8B=A4=E5=8A=A1=E5=91=98?= Date: Sat, 7 Mar 2026 03:37:59 +0800 Subject: [PATCH 033/104] =?UTF-8?q?ci:=20:trollface:=20=E6=8E=92=E9=99=A4@?= =?UTF-8?q?dependabot[bot]=E3=80=81@ChinaGodMan=E5=92=8C@ChinaGodBot?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pr-assign-to-chinagodman.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-assign-to-chinagodman.yml b/.github/workflows/pr-assign-to-chinagodman.yml index 53bb4518a..7d16e67e6 100644 --- a/.github/workflows/pr-assign-to-chinagodman.yml +++ b/.github/workflows/pr-assign-to-chinagodman.yml @@ -7,6 +7,7 @@ on: jobs: assign-pr: + if: github.actor != 'dependabot[bot]' && github.actor != github.repository_owner && github.actor != 'ChinaGodBot' runs-on: ubuntu-latest steps: - name: 自动分配审查和受理至人民的勤务员 From cf0d8df542306ca2e266fdefa32044fe910abf77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=BA=E6=B0=91=E7=9A=84=E5=8B=A4=E5=8A=A1=E5=91=98?= Date: Sat, 7 Mar 2026 04:13:06 +0800 Subject: [PATCH 034/104] =?UTF-8?q?ci:=20:trollface:=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ChinaGodMan.yml.off | 65 ----------------------- .github/workflows/pr-merge-dependabot.yml | 24 +++------ .github/workflows/update-contributors.yml | 2 +- 3 files changed, 9 insertions(+), 82 deletions(-) delete mode 100644 .github/workflows/ChinaGodMan.yml.off diff --git a/.github/workflows/ChinaGodMan.yml.off b/.github/workflows/ChinaGodMan.yml.off deleted file mode 100644 index e2bfbc7fe..000000000 --- a/.github/workflows/ChinaGodMan.yml.off +++ /dev/null @@ -1,65 +0,0 @@ -name: UserScript meta format - -on: - push: - paths: - - "**/*.js" # 新的脚本被提交或者被修改了. - - "!.ChinaGodMan/**" - workflow_dispatch: - -jobs: - update-chinagodman-commit: - if: ${{ github.event.commits[0].committer.email == 'china.qinwuyuan@gmail.com' }} - runs-on: ubuntu-latest - env: - TZ: Asia/Shanghai - GIT_AUTHOR_NAME: ${{ github.event.commits[0].author.name }} - GIT_AUTHOR_EMAIL: ${{ github.event.commits[0].author.email }} - GIT_COMMITTER_NAME: ChinaGodBot - GIT_COMMITTER_EMAIL: "${{ secrets.GPG_PRIVATE_EMAIL }}" - - steps: - - name: 检出代码 - uses: actions/checkout@v4 - with: - token: ${{ secrets.QWY_SYNC_BOT_TOKEN }} - fetch-depth: 0 - - - name: 设置 Node.js - uses: actions/setup-node@v4.4.0 - with: - node-version: "20.18.0" - - - name: 设置 Python - uses: actions/setup-python@v5.6.0 - with: - python-version: "3.12.4" - - - name: Escape backticks in commit msg - env: - COMMIT_MSG: ${{ github.event.head_commit.message }} - run: | - echo "ESCAPED_MSG<> $GITHUB_ENV - echo "$COMMIT_MSG" | sed 's/`/\`/g' >> $GITHUB_ENV - echo "EOF" >> $GITHUB_ENV - - - name: Format - run: | - python utils/format-changed-scripts.py - - name: 设置机器人提交 - run: | - gpg --batch --import <(echo "${{ secrets.GPG_PRIVATE_KEY }}") - git config --global commit.gpgsign true - git config --global user.name 'ChinaGodBot' - git config --global user.email "${{ secrets.GPG_PRIVATE_EMAIL }}" - git config --global user.signingkey "${{ secrets.GPG_PRIVATE_ID }}" - - name: 提交和推送更改 - run: | - git pull - git add . - git commit -n -m "$ESCAPED_MSG" || true - git push - if [ $? -ne 0 ]; then - git pull --rebase - git push - fi diff --git a/.github/workflows/pr-merge-dependabot.yml b/.github/workflows/pr-merge-dependabot.yml index 1814892a8..29b24d1c3 100644 --- a/.github/workflows/pr-merge-dependabot.yml +++ b/.github/workflows/pr-merge-dependabot.yml @@ -10,9 +10,6 @@ jobs: runs-on: ubuntu-latest if: github.actor == 'dependabot[bot]' steps: - - name: Checkout code 👋 - uses: actions/checkout@v6 - - name: Check and merge ⛙ uses: actions/github-script@v8 with: @@ -20,19 +17,8 @@ jobs: script: | const { repo: { owner, repo } } = context; const pr = context.payload.pull_request; - - // 1. 仅处理 Dependabot 提交的 PR - if (pr.user.login !== 'dependabot[bot]') { - console.log('不是 Dependabot 提交的 PR,跳过处理'); - return; - } - - // 2. 尝试合并 PR try { console.log(`尝试合并 PR: ${pr.html_url}`); - const commitTitle= `${pr.title} (#${pr.number})`; - const commitMessage = "Signed-off-by: dependabot[bot] "; - console.log(`提交信息: ${commitTitle}`); //批准PR await github.rest.pulls.createReview({ owner, @@ -47,8 +33,8 @@ jobs: repo, pull_number: pr.number, merge_method: "squash", // 挤压合并 - commit_title: commitTitle, - commit_message: commitMessage, + commit_title: undefined, + commit_message: '', }); } catch (error) { @@ -95,4 +81,10 @@ jobs: pull_number: pr.number, state: 'open', }); + await github.rest.issues.createComment({ + issue_number: pr.number, + owner: owner, + repo: repo, + body: '@dependabot recreate' + }); } diff --git a/.github/workflows/update-contributors.yml b/.github/workflows/update-contributors.yml index 373d6b1a9..f847b1461 100644 --- a/.github/workflows/update-contributors.yml +++ b/.github/workflows/update-contributors.yml @@ -38,7 +38,7 @@ jobs: run: | git pull git add docs/README.md - git commit -n -m "docs(ci): 📝 更新[\`README.md\`]内贡献者列表" || true + git commit -n -m "docs: 更新贡献者列表" || true git push if [ $? -ne 0 ]; then git pull --rebase From be1d3dba801123a88d564efbd4a57e9666ad0bcf Mon Sep 17 00:00:00 2001 From: ChinaGodBot Date: Sat, 7 Mar 2026 05:27:40 +0800 Subject: [PATCH 035/104] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=E8=B4=A1?= =?UTF-8?q?=E7=8C=AE=E8=80=85=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 63e435e3e..e00ab4f29 100644 --- a/docs/README.md +++ b/docs/README.md @@ -3190,7 +3190,9 @@ TikTok 在个人资料上显示更多扩展信息 人民的勤务员 -人民的小助手 +人民的机器人 +molanp +Yoobohl fossabot From 6427cdc5be37d6f352ed9d8eac9a4b0876d81c9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 04:13:00 +0800 Subject: [PATCH 036/104] chore(deps-dev): bump eslint-plugin-regexp from 3.0.0 to 3.1.0 (#266) --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 11e70fb50..0ae13e0a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "czg": "^1.12.0", "eslint": "^9.39.2", "eslint-plugin-import": "^2.32.0", - "eslint-plugin-regexp": "^3.0.0", + "eslint-plugin-regexp": "^3.1.0", "eslint-plugin-userscripts": "^0.5.6", "eslint-plugin-yml": "^3.3.1", "husky": "^9.1.7", @@ -1440,9 +1440,9 @@ } }, "node_modules/eslint-plugin-regexp": { - "version": "3.0.0", - "resolved": "https://registry.npmmirror.com/eslint-plugin-regexp/-/eslint-plugin-regexp-3.0.0.tgz", - "integrity": "sha512-iW7hgAV8NOG6E2dz+VeKpq67YLQ9jaajOKYpoOSic2/q8y9BMdXBKkSR9gcMtbqEhNQzdW41E3wWzvhp8ExYwQ==", + "version": "3.1.0", + "resolved": "https://registry.npmmirror.com/eslint-plugin-regexp/-/eslint-plugin-regexp-3.1.0.tgz", + "integrity": "sha512-qGXIC3DIKZHcK1H9A9+Byz9gmndY6TTSRkSMTZpNXdyCw2ObSehRgccJv35n9AdUakEjQp5VFNLas6BMXizCZg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 06b4f1548..6410ce76e 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "czg": "^1.12.0", "eslint": "^9.39.2", "eslint-plugin-import": "^2.32.0", - "eslint-plugin-regexp": "^3.0.0", + "eslint-plugin-regexp": "^3.1.0", "eslint-plugin-userscripts": "^0.5.6", "eslint-plugin-yml": "^3.3.1", "husky": "^9.1.7", From 3aef3bee01dfab9bd4d554c45f4d6a16855341a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=BA=E6=B0=91=E7=9A=84=E5=8B=A4=E5=8A=A1=E5=91=98?= Date: Tue, 10 Mar 2026 12:31:12 +0800 Subject: [PATCH 037/104] =?UTF-8?q?style:=20=E4=BB=A3=E7=A0=81=E5=AF=B9?= =?UTF-8?q?=E9=BD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pr-merge-dependabot.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pr-merge-dependabot.yml b/.github/workflows/pr-merge-dependabot.yml index 29b24d1c3..640148266 100644 --- a/.github/workflows/pr-merge-dependabot.yml +++ b/.github/workflows/pr-merge-dependabot.yml @@ -81,10 +81,10 @@ jobs: pull_number: pr.number, state: 'open', }); - await github.rest.issues.createComment({ - issue_number: pr.number, - owner: owner, - repo: repo, - body: '@dependabot recreate' - }); + await github.rest.issues.createComment({ + issue_number: pr.number, + owner: owner, + repo: repo, + body: '@dependabot recreate' + }); } From 225790d38bb0e6e368ee7b4b70b54686468b328b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=BA=E6=B0=91=E7=9A=84=E5=8B=A4=E5=8A=A1=E5=91=98?= Date: Tue, 10 Mar 2026 12:36:42 +0800 Subject: [PATCH 038/104] =?UTF-8?q?feat(=E7=83=AD=E9=94=AE):=20=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E7=83=AD=E9=94=AE=E5=8A=9F=E8=83=BD,=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E4=B8=BA`Shift+Alt+S`=20=E4=BC=98=E5=8C=96CSS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 优化CSS 响应系统主题设置,现在支持深色模式 close #202 --- web-clipper/CHANGELOG.md | 6 +++ web-clipper/web-clipper.user.js | 83 +++++++++++++++++++++++++++++++-- 2 files changed, 84 insertions(+), 5 deletions(-) diff --git a/web-clipper/CHANGELOG.md b/web-clipper/CHANGELOG.md index 18219f21e..8d7717f44 100644 --- a/web-clipper/CHANGELOG.md +++ b/web-clipper/CHANGELOG.md @@ -1,5 +1,11 @@ # **🛠️ Markdown 云剪笔记 更新日志** +### **📅 2026.3.10.1** + +**新增**: 热键功能,默认为`Shift+Alt+S`
+**优化CSS**: 响应系统主题设置,现在支持深色模式
+--- + ### **📅 2025.03.19.0450** **新增**:Github 添加可视化界面
diff --git a/web-clipper/web-clipper.user.js b/web-clipper/web-clipper.user.js index ba7dc0e3b..db54ec9ac 100644 --- a/web-clipper/web-clipper.user.js +++ b/web-clipper/web-clipper.user.js @@ -97,6 +97,7 @@ // @require https://cdnjs.cloudflare.com/ajax/libs/marked/12.0.0/marked.min.js // @match *://*/* // @icon data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAABHNCSVQICAgIfAhkiAAABBdJREFUaIHtmluIVlUUx39pMup4Q1FrRi1CrMAaREUS75KlBhKKSGAKzkPRQ0lBPngjkIZeBMWHAccH8VIKJQTSIAgWVBQKglco7YYiitrYjONtjg/7G2bPPmt/nvOdtc8ndn5wQM/+77X+i73PnrPP/qCgoKCg4P/Bi8CGAHFfAj4JEDcTc4GodM1Ujt1aintcOW4mTtFT8GnFuAusuBGwSjF2xdQCdwlj7LwTt1kpbiYGAh30NtauEHe1EzMCtivEVeEEcXObM8bsFGIuyxhTjY3EzUXA4ArjNQmxHmSIp86zwH3iJvdWEGuoECcC9qs4VWQ3stGXU8b52hNnoppTJcYjG/05RYxJnhiHVZ0qcgjZ8OKE/X/x9J+t7lQJ3wj9lqDvUk/fNDOkKhxDNv5+mT5PAb97+r0d0qwG9nu1fV3DvKRIrPX0+SOwVzVOIxfQJGgHA20e/eocvKrwFnIBETDa0W716P7Ny6wWl5AL+cLS1Hs0EfBpnmY1eId4EfeBkZbmsKCJgHu5OlXkBr0Lsb+ITME/uo352tTjA3qKuATUWG1nkYv9M2ePqvSjZwV+17q/HP/ozsvZozpbgAvOvevIxR7N11oYRgLTrP+vxz+6r+TuLjBDkffNEdBSRV/B2IVcbCe9/1w9ETTgn8obq+grGEeQi70MPF1FX0FYiH90V5Y09Zht4hPBGeRi7VOKc8CM/K3pswb/6L7maB6r86NK6APcIl7oAWB6SdMPuGK1rcjfpg79MdNUGlmbz4X2N0OZ0lgkhmCOSF8FxgF1mDPdCR79JuCz0r/7Yz791Aq6m5gp/jdm43EO+J4qbi4WAD/ifz6lqwMY4MRpThnjH2Ad5lHIhT7Alx4zt/FvDHwvGGMw50aSvgv5UK278IYA9cU4KCQ/CyzBTOfhwPOY00Nb04aZ/hLuKF8HFgEvAGMxq/leIe8N4t/IVJkjJD3k0W5zdJvLxB2H+axj6/sKusVC/j3pSkjHN06yyx5dnaO7hdkplWMnyQr50NHdIdAo12CeGzvZex7tt44uyRfIsZhn1u5X79G6W8zXE1WQkjriC4hkaKqjuYZZ6JLgjnKrR/edo/soYfxUPEd8BKRpetzRrE2R4xmnb0TP66fNV47m4xQ5EjMC8zJgJ5ruaJY47TcryNPixDgmaH51NOUO6ipmIPHThIOOxv2ZUZrR7WY48VF+w2qvFdqDvYoeFZLNKrU1Ovc7MuRxPwWdsNpanbYuzIIXhFXEC76D2d795dzPspAME/I0In8T+yFDnkdS7uDavm4r5NqRII873YMwHv/7bfc1VynX1UfkCfHrXZFBwD7BQAfmtxpajAJOCnkuAPMrCZh1P1wDTMZsCv4DfsLsfLSZiNlItGOKvRggR0FBQcHjx0Ng/VhKUt8K3AAAAABJRU5ErkJggg== +// @require https://cdn.jsdelivr.net/npm/mousetrap@1.6.5/mousetrap.min.js // @compatible chrome // @compatible firefox // @compatible edge @@ -106,7 +107,7 @@ // @compatible qq // @compatible via // @compatible brave -// @version 2025.03.19.0450 +// @version 2026.3.10.1 // @created 2025-03-18 07:13:13 // @modified 2025-03-18 07:13:13 // @downloadURL https://raw.githubusercontent.com/ChinaGodMan/UserScripts/main/web-clipper/web-clipper.user.js @@ -119,7 +120,7 @@ * File Created: 2025/03/18,Tuesday 07:13:13 * Author: 人民的勤务员@ChinaGodMan (china.qinwuyuan@gmail.com) * ----- - * Last Modified: 2025/03/19,Wednesday 04:50:15 + * Last Modified: 2026/03/10,Tuesday 12:32:19 * Modified By: 人民的勤务员@ChinaGodMan (china.qinwuyuan@gmail.com) * ----- * License: MIT License @@ -172,6 +173,8 @@ gui_github_owner: 'Please enter your GitHub username', gui_save: 'Save', gui_cancel: 'Cancel', + hotkey: 'Press the hotkey you want to set.', + hotkey1: 'Set hotkeys', guide: ` - Use **arrow keys** to select elements: - Up: Select parent element @@ -202,6 +205,8 @@ gui_github_owner: '请输入您的GitHub用户名', gui_save: '保存', gui_cancel: '取消', + hotkey: '按下你想设置的热键', + hotkey1: '设置热键', guide: ` - 使用**方向键**选择元素 - 上:选择父元素 @@ -428,12 +433,21 @@ .modal-title{margin:0 0 10px 0;font-size:20px;} .modal-description{margin-bottom:20px;font-size:14px;color:#666;} .modal-description a{color:#007bff;text-decoration:underline;} - .modal-close-btn {position: absolute;top: 10px;right: 10px;background-color: red;color: white;border: none;border-radius: 50%;width: 24px;height: 24px;font-size: 16px;cursor: pointer;display: flex;justify-content: center;align-items: center;line-height: 1;} - .modal-close-btn:hover {background-color: darkred;} + .modal-close-btn{position:absolute;top:10px;right:10px;background-color:red;color:white;border:none;border-radius:50%;width:24px;height:24px;font-size:16px;cursor:pointer;display:flex;justify-content:center;align-items:center;line-height:1;} + .modal-close-btn:hover{background-color:darkred;} .gui-input{width:100%;padding:8px;border:1px solid #ccc;border-radius:4px;margin-bottom:20px;font-size:14px;} #save-token{background-color:#28a745;color:white;border:none;padding:10px 20px;cursor:pointer;border-radius:4px;margin-right:10px;} #cancel-token{background-color:#dc3545;color:white;border:none;padding:10px 20px;cursor:pointer;border-radius:4px;} - `) + @media (prefers-color-scheme: dark){ + .modal-overlay{background:rgba(0,0,0,0.7);} + .modal-content{background:#1e1e1e;color:#e6e6e6;box-shadow:0 6px 20px rgba(0,0,0,0.6);} + .modal-description{color:#aaa;} + .modal-description a{color:#58a6ff;} + .gui-input{background:#2a2a2a;color:#e6e6e6;border:1px solid #444;} + #save-token{background-color:#238636;} + #cancel-token{background-color:#b62324;} +} +`) function showConfig() { const modalHTML = ` diff --git a/web-clipper/README_ko.md b/web-clipper/README_ko.md index f37d1476b..2d7281836 100644 --- a/web-clipper/README_ko.md +++ b/web-clipper/README_ko.md @@ -60,16 +60,20 @@ Views - +

Download:Github | ⭐Greasy - Fork

레코드 업데이트

🛠️ Markdown 클라우드 클립 노트 로그 업데이트

+ Fork

기록 업데이트

🛠️ Markdown 클라우드 클립 노트 변경 로그

+

📅 2026.3.10.1

+

새로운: 단축키 기능,기본값은Shift+Alt+S
+최적화CSS: 반응형 시스템 테마 설정,이제 다크 모드를 지원합니다

+

📅 2025.03.19.0450

-

새로운:Github 시각적 인터페이스를 추가하십시오
-스크린 샷:2025.03.19
-스크린 샷:2025.03.19

+

새로운:Github 시각적 인터페이스 추가
+스크린샷:2025.03.19
+스크린샷:2025.03.19

📅 2025.03.18.0713

-

새로운: •추가하다Markdown파일을 저장하십시오GitHub기능.

+

새로운: •유언장 추가Markdown다음 위치에 파일 저장GitHub기능.


diff --git a/web-clipper/README_vi.md b/web-clipper/README_vi.md index 0a3efb62a..39e01859c 100644 --- a/web-clipper/README_vi.md +++ b/web-clipper/README_vi.md @@ -59,17 +59,21 @@

「 Một công cụ chuyển đổi nội dung web thành định dạng đánh dấu, hỗ trợ các tính năng như sao chép, tải xuống và gửi đến GitHub và Obsidian. 」

Views - - + +

Download:Github | ⭐Greasy - Fork

Cập nhật hồ sơ

🛠️ Markdown Ghi chú Clip Clip Cập nhật nhật ký

+ Fork

Cập nhật bản ghi

🛠️ Markdown Ghi chú kẹp đám mây Nhật ký thay đổi

+

📅 2026.3.10.1

+

Mới: Chức năng phím nóng,Mặc định làShift+Alt+S
+tối ưu hóaCSS: Cài đặt chủ đề hệ thống đáp ứng,Hiện hỗ trợ chế độ tối

+

📅 2025.03.19.0450

Mới:Github Thêm giao diện trực quan
-Ảnh chụp màn hình:2025.03.19
-Ảnh chụp màn hình:2025.03.19

+ảnh chụp màn hình:2025.03.19
+ảnh chụp màn hình:2025.03.19

📅 2025.03.18.0713

-

Mới: •Thêm vàoMarkdownLưu tệp vàoGitHubChức năng.

+

Mới: •Thêm ý chíMarkdownLưu tập tin vàoGitHubchức năng.


diff --git a/web-clipper/README_zh-TW.md b/web-clipper/README_zh-TW.md index e78d2dea1..87d2e9f5f 100644 --- a/web-clipper/README_zh-TW.md +++ b/web-clipper/README_zh-TW.md @@ -59,13 +59,17 @@

「 將網頁內容轉換為 Markdown 格式的工具,支持複製、下載、發送到 GitHub 和 Obsidian 等功能。 」

Views - +

Download:Github | ⭐Greasy - Fork

更新記錄

🛠️ Markdown 雲剪筆記 更新日誌

+ Fork

更新記錄

🛠️ Markdown 雲端剪筆記 更新日誌

+

📅 2026.3.10.1

+

新增: 熱鍵功能,預設為Shift+Alt+S
+最佳化CSS: 回應系統主題設定,現在支援深色模式

+

📅 2025.03.19.0450

-

新增:Github 添加可視化界面
+

新增:Github 添加可視化介面
截圖:2025.03.19
截圖:2025.03.19

📅 2025.03.18.0713

@@ -78,7 +82,7 @@ `Markdown Web Clipper` 是一個用戶腳本,允許你將任何網頁上選定的 HTML 轉換為 Markdown 格式。這對於開發人員、內容創作者或經常需要將 HTML 內容轉換為 Markdown 的任何人來說都非常有用. -並且可以上傳到`GitHub`倉庫中的`Issues`永久保存,實乃是對網頁中的內容進行永久保存的利器! +並且可以上傳到`GitHub`倉庫中的`Issues`永遠保存,實乃是對網頁中的內容進行永久保存的利器! ### 特性 @@ -109,7 +113,7 @@ 3. 在任何網頁,按 `Ctrl + m` ,或者在腳本管理器的菜單打開功能,開始選擇 HTML 元素。 4. 選擇時,根據提示信息,使用鼠標滾輪或者方向鍵來選擇元素。 5. 選擇後,可以在左側對轉換後的 Markdown 代碼進行編輯,右側為其預覽。 -6. 可以將文本作為`GitHub`倉庫的`Issues`永久保存.![2025.03.18](https://s2.loli.net/2025/03/18/tLVHU2OqyFzeM1W.png) +6. 可以將文本作為`GitHub`倉庫的`Issues`永遠保存.![2025.03.18](https://s2.loli.net/2025/03/18/tLVHU2OqyFzeM1W.png) 7. 可以將 Markdown 複製到剪貼板,也可以將其下載為 .md 文件,或者在代碼中配置導入到 Obsidian(使用 [黑曜石晚期 URI](https://vinzent03.github.io/obsidian-advanced-uri/installing))。 @@ -203,7 +207,7 @@ > - [**GitHub 倉庫快速跳轉助手**](https://greasyfork.org/scripts/515205): 🤠 GitHub 倉庫快速跳轉助手,專為幫助用戶快速存取自己在 GitHub 上的倉庫而設計 。它在導覽列頂部產生一個按鈕,點擊展開自己的所有倉庫,輕鬆跳到自己的 GitHub 倉庫頁面,而無需使用 GitHub 的二級選單 > - [**在Github上打開jsDelivr鏈接**](https://greasyfork.org/scripts/527870): 打開jsDelivr上的GitHub鏈接,用於快速下載文件 > - [**GitHub Gist 代碼片段複製與下載器**](https://greasyfork.org/scripts/529534): 向 Gist 文件添加複制按鈕,以便輕鬆複製代碼。 | 向 Gist 文件添加下載按鈕,以便輕鬆下載代碼。 -> - [**GitHub 快捷鍵翻譯助手**](https://greasyfork.org/scripts/530312): 監聽鍵盤快捷鍵 Ctrl + Q,實現對文本進行翻譯並將翻譯結果替換到原文本框中的功能 支持Issue和pull request 頁面. +> - [**GitHub 快捷鍵翻譯助手**](https://greasyfork.org/scripts/530312): 監聽鍵盤快捷鍵 Ctrl + Q,實現對文本進行翻譯並將翻譯結果替換到原文本框中的功能 支援Issue和pull request 頁面. > - [**GitHub 星標倉庫備註助手**](https://greasyfork.org/scripts/533511): 曾經 Star 過的倉庫是不是忘記了它們的用途? 這是一個可以給你收藏過的倉庫添加備註的的腳本,並且你備註的信息可以上傳下載到 GitHub Gist > - [**GitHub 跳轉到 DeepWiKi**](https://greasyfork.org/scripts/536279): GitHub 存儲庫跳轉到 DeepWiKi,支持電腦桌面端和移動端 > - [**GitHub 隱藏 Copilot**](https://greasyfork.org/scripts/536423): 在 GitHub 上隱藏愚蠢的 Copilot @@ -269,7 +273,7 @@ > ### 🔍你可能在找社交媒體腳本 > > - [**Twitter/X 隱藏轉發的帖子**](https://greasyfork.org/scripts/529450): 自動隱藏轉發轉發內容,並且在首次加載時隱藏轉發內容,移除煩人的廣告 -> - [**Twitter 媒體下載 (2025.04.28 修復)**](https://greasyfork.org/scripts/529453): 一鍵下載視頻/圖片,支持批量下載時自動打包為一個ZIP文件下載.支持新版API接口 +> - [**Twitter 媒體下載 (2025.04.28 修復)**](https://greasyfork.org/scripts/529453): 一鍵下載視頻/圖片,支持批量下載時自動打包為一個ZIP文件下載.支援新版API介面 > - [**YouTube 小助手**](https://greasyfork.org/scripts/529845): YouTube 1.視頻循環播放 2.截圖下載 3.主題進度條 From 815a8dece1026228e65ef2492d8b69493dde99a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 02:44:40 +0800 Subject: [PATCH 040/104] chore(deps-dev): bump @eslint/json from 1.0.1 to 1.1.0 (#267) --- package-lock.json | 26 +++++++++++++------------- package.json | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0ae13e0a7..36969607f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ ], "license": "MIT", "devDependencies": { - "@eslint/json": "^1.0.1", + "@eslint/json": "^1.1.0", "@eslint/markdown": "^7.5.1", "@stylistic/eslint-plugin": "^5.10.0", "cz-git": "^1.12.0", @@ -148,14 +148,14 @@ } }, "node_modules/@eslint/json": { - "version": "1.0.1", - "resolved": "https://registry.npmmirror.com/@eslint/json/-/json-1.0.1.tgz", - "integrity": "sha512-bE2nGv8/U+uRvQEJWOgCsZCa65XsCBgxyyx/sXtTHVv0kqdauACLzyp7A1C3yNn7pRaWjIt5acxY+TAbSyIJXw==", + "version": "1.1.0", + "resolved": "https://registry.npmmirror.com/@eslint/json/-/json-1.1.0.tgz", + "integrity": "sha512-noH9FUYqyhZSDf3Yq5HswsjDH/MWJAatMooWwT5YgQ0XHMekoFc/iyEufP+7kD1kaOj9qwFiXySqHsKii3zmlw==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@eslint/core": "^1.1.0", - "@eslint/plugin-kit": "^0.6.0", + "@eslint/core": "^1.1.1", + "@eslint/plugin-kit": "^0.6.1", "@humanwhocodes/momoa": "^3.3.10", "natural-compare": "^1.4.0" }, @@ -164,9 +164,9 @@ } }, "node_modules/@eslint/json/node_modules/@eslint/core": { - "version": "1.1.0", - "resolved": "https://registry.npmmirror.com/@eslint/core/-/core-1.1.0.tgz", - "integrity": "sha512-/nr9K9wkr3P1EzFTdFdMoLuo1PmIxjmwvPozwoSodjNBdefGujXQUF93u1DDZpEaTuDvMsIQddsd35BwtrW9Xw==", + "version": "1.1.1", + "resolved": "https://registry.npmmirror.com/@eslint/core/-/core-1.1.1.tgz", + "integrity": "sha512-QUPblTtE51/7/Zhfv8BDwO0qkkzQL7P/aWWbqcf4xWLEYn1oKjdO0gglQBB4GAsu7u6wjijbCmzsUTy6mnk6oQ==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -177,13 +177,13 @@ } }, "node_modules/@eslint/json/node_modules/@eslint/plugin-kit": { - "version": "0.6.0", - "resolved": "https://registry.npmmirror.com/@eslint/plugin-kit/-/plugin-kit-0.6.0.tgz", - "integrity": "sha512-bIZEUzOI1jkhviX2cp5vNyXQc6olzb2ohewQubuYlMXZ2Q/XjBO0x0XhGPvc9fjSIiUN0vw+0hq53BJ4eQSJKQ==", + "version": "0.6.1", + "resolved": "https://registry.npmmirror.com/@eslint/plugin-kit/-/plugin-kit-0.6.1.tgz", + "integrity": "sha512-iH1B076HoAshH1mLpHMgwdGeTs0CYwL0SPMkGuSebZrwBp16v415e9NZXg2jtrqPVQjf6IANe2Vtlr5KswtcZQ==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@eslint/core": "^1.1.0", + "@eslint/core": "^1.1.1", "levn": "^0.4.1" }, "engines": { diff --git a/package.json b/package.json index 6410ce76e..7f5f3a65b 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ } ], "devDependencies": { - "@eslint/json": "^1.0.1", + "@eslint/json": "^1.1.0", "@eslint/markdown": "^7.5.1", "@stylistic/eslint-plugin": "^5.10.0", "cz-git": "^1.12.0", From f7f653ab2c54ce88ee0464c9754f444eaf85faeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 02:44:48 +0800 Subject: [PATCH 041/104] chore(deps-dev): bump lint-staged from 16.3.2 to 16.3.3 (#268) --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 36969607f..29ee2d8f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "eslint-plugin-userscripts": "^0.5.6", "eslint-plugin-yml": "^3.3.1", "husky": "^9.1.7", - "lint-staged": "^16.3.2", + "lint-staged": "^16.3.3", "prettier": "^3.8.1" } }, @@ -2623,9 +2623,9 @@ } }, "node_modules/lint-staged": { - "version": "16.3.2", - "resolved": "https://registry.npmmirror.com/lint-staged/-/lint-staged-16.3.2.tgz", - "integrity": "sha512-xKqhC2AeXLwiAHXguxBjuChoTTWFC6Pees0SHPwOpwlvI3BH7ZADFPddAdN3pgo3aiKgPUx/bxE78JfUnxQnlg==", + "version": "16.3.3", + "resolved": "https://registry.npmmirror.com/lint-staged/-/lint-staged-16.3.3.tgz", + "integrity": "sha512-RLq2koZ5fGWrx7tcqx2tSTMQj4lRkfNJaebO/li/uunhCJbtZqwTuwPHpgIimAHHi/2nZIiGrkCHDCOeR1onxA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 7f5f3a65b..c1eb98666 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "eslint-plugin-userscripts": "^0.5.6", "eslint-plugin-yml": "^3.3.1", "husky": "^9.1.7", - "lint-staged": "^16.3.2", + "lint-staged": "^16.3.3", "prettier": "^3.8.1" }, "scripts": { From 35d2c8af2f7184f0b145972ee860d131c830969b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=BA=E6=B0=91=E7=9A=84=E5=8B=A4=E5=8A=A1=E5=91=98?= Date: Sat, 14 Mar 2026 01:38:03 +0800 Subject: [PATCH 042/104] =?UTF-8?q?fix:=20=E6=9B=B4=E6=8D=A2`Code`?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E9=80=89=E6=8B=A9=E8=B7=AF=E5=BE=84,?= =?UTF-8?q?=E6=9B=B4=E6=94=B9=E7=9B=91=E5=90=AC=E7=B1=BB=E5=9E=8B,?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=9B=BA=E5=AE=9A=E5=AF=BC=E8=88=AA=E6=A0=8F?= =?UTF-8?q?=E8=A6=86=E7=9B=96=E4=BC=98=E5=85=88=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- github-repo-size-view/CHANGELOG.md | 6 ++++++ github-repo-size-view/github-repo-size-view.user.js | 9 ++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/github-repo-size-view/CHANGELOG.md b/github-repo-size-view/CHANGELOG.md index 8554bcb86..79a2e4bf5 100644 --- a/github-repo-size-view/CHANGELOG.md +++ b/github-repo-size-view/CHANGELOG.md @@ -1,5 +1,11 @@ # **🛠️ GitHub Repo Size+ 升级日志** +### **📅 2026.3.14.1** + +**修复**: 更换`Code`按钮选择路径,更改监听类型,删除固定导航栏覆盖优先级
+ +--- + ### **📅 2026.3.5.1** **修复**: 警告文字改成黑色,修复一些元素路径
diff --git a/github-repo-size-view/github-repo-size-view.user.js b/github-repo-size-view/github-repo-size-view.user.js index bc37ec0cd..5e2022ffa 100644 --- a/github-repo-size-view/github-repo-size-view.user.js +++ b/github-repo-size-view/github-repo-size-view.user.js @@ -80,7 +80,7 @@ // @description:zh-HK 🤠 倉庫顯示大小:在 GitHub 的程式碼搜尋、倉庫搜尋、議題頁面、使用者倉庫清單和儲存庫頁面上,倉庫名稱旁會顯示該倉庫的大小,方便使用者快速了解倉庫的規模,最佳化選擇。不活躍開發警告:如果某個倉庫在過去六個月內沒有更新,系統會在倉庫的頂部添加提示,提醒用戶該倉庫不活躍,並顯示最後一次更新的時間。這有助於使用者判斷倉庫的活躍程度和維護狀況。倉庫內快速跳轉:在瀏覽倉庫時,使用者可以方便地查看該使用者的所有倉庫列表,提供一個快速跳到不同倉庫的入口。用戶可以快速找到和存取感興趣的其他項目,提高工作效率。使用情境:開發者:可以透過顯示倉庫大小和活躍警告,快速篩選出適當的庫進行開發,避免使用不再維護的項目。專案管理者:透過快速跳轉功能,方便管理和協調多個項目,提高工作效率。學習者:在學習新科技時,可以更方便地找到相關的開源項目,快速查看專案的活躍程度和規模。 🤠 // @description:fr-CA 🤠 Taille d’affichage de l’entrepôt : sur la recherche de code, la recherche d’entrepôt, la page de problèmes, la liste d’entrepôts d’utilisateurs et la page de référentiel de GitHub, la taille de l’entrepôt sera affichée à côté du nom de l’entrepôt, permettant aux utilisateurs de comprendre rapidement l’échelle de l’entrepôt et d’optimiser leur sélection. Avertissement de développement inactif : si un référentiel n’a pas été mis à jour au cours des six derniers mois, le système ajoutera une invite en haut du référentiel pour rappeler aux utilisateurs que le référentiel est inactif et affichera l’heure de la dernière mise à jour. Cela aide les utilisateurs à déterminer l’activité et l’état de maintenance de l’entrepôt. Saut rapide dans l’entrepôt : lors de la navigation dans l’entrepôt, l’utilisateur peut facilement consulter la liste de tous les entrepôts de l’utilisateur, offrant ainsi une entrée pour accéder rapidement à différents entrepôts. Les utilisateurs peuvent trouver et accéder rapidement à d’autres projets d’intérêt, améliorant ainsi l’efficacité du travail. Scénarios d’utilisation : Développeurs : en affichant la taille de l’entrepôt et les avertissements actifs, vous pouvez rapidement filtrer les bibliothèques appropriées pour le développement et éviter d’utiliser des projets qui ne sont plus maintenus. Gestionnaire de projet : grâce à la fonction de saut rapide, il est facile de gérer et de coordonner plusieurs projets et d’améliorer l’efficacité du travail. Apprenants : lorsqu’ils apprennent de nouvelles technologies, ils peuvent plus facilement trouver des projets open source pertinents et vérifier rapidement l’activité et l’ampleur des projets. 🤠 // @namespace https://github.com/ChinaGodMan/UserScripts -// @version 2026.3.5.1 +// @version 2026.3.14.1 // @author mshll & 人民的勤务员 // @match https://github.com/* // @run-at document-start @@ -107,7 +107,7 @@ * File Created: 2024/11/24,Sunday 12:38:48 * Author: 人民的勤务员@ChinaGodMan (china.qinwuyuan@gmail.com) * ----- - * Last Modified: 2026/03/05,Thursday 14:08:47 + * Last Modified: 2026/03/14,Saturday 01:35:39 * Modified By: 人民的勤务员@ChinaGodMan (china.qinwuyuan@gmail.com) * ----- * License: MIT License @@ -650,7 +650,7 @@ const selectors = [ '.notifications-list'// 通知页面 // 'div[data-testid="results-list"] .search-title a' // 代码搜索 ] -document.addEventListener('DOMContentLoaded', () => { +document.addEventListener('turbo:load', () => { main() if (TWO_FACTOR_SECRET) { waitForElement('#app_totp', false)// @@ -846,7 +846,7 @@ function insertReposList(links, tip = false) { ] // document.querySelector(selectors.join(', ')) // document.getElementById(':R55ab:')直接选择code按钮 使用中文化脚本元素变化选择(':rn:') - const buttons = document.querySelectorAll('button[class="prc-Button-ButtonBase-c50BI"]') + const buttons = document.querySelectorAll('button[class="prc-Button-ButtonBase-9n-Xk"]') const existingButton = buttons[buttons.length - 1] if (existingButton) { const sortedLinks = links.sort((a, b) => {//!SECTION 排序 @@ -1184,7 +1184,6 @@ function fixPageHeader() { top: 0 !important; left: 0 !important; width: 100% !important; - z-index: 10000 !important; /* 高优先级,避免被覆盖 */ box-shadow: 0 2px 4px rgba(0,0,0,0.1); /* 添加阴影,提升视觉效果 */ } body { From 60f9fac7edd6cb9ffda8680858ccce96cf981d2d Mon Sep 17 00:00:00 2001 From: ChinaGodBot Date: Sat, 14 Mar 2026 01:39:27 +0800 Subject: [PATCH 043/104] =?UTF-8?q?docs(sync):=20=F0=9F=A4=96=20=E5=90=8C?= =?UTF-8?q?=E6=AD=A5=20[`README=5F[lang].md`]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- github-repo-size-view/README.md | 3 +++ github-repo-size-view/README_en.md | 3 +++ github-repo-size-view/README_ko.md | 5 ++++- github-repo-size-view/README_vi.md | 3 +++ github-repo-size-view/README_zh-TW.md | 3 +++ 5 files changed, 16 insertions(+), 1 deletion(-) diff --git a/github-repo-size-view/README.md b/github-repo-size-view/README.md index 31e0f0c87..cc0e400be 100644 --- a/github-repo-size-view/README.md +++ b/github-repo-size-view/README.md @@ -65,6 +65,9 @@

Download:Github | ⭐Greasy Fork

更新记录

🛠️ GitHub Repo Size+ 升级日志

+

📅 2026.3.14.1

+

修复: 更换Code按钮选择路径,更改监听类型,删除固定导航栏覆盖优先级

+

📅 2026.3.5.1

修复: 警告文字改成黑色,修复一些元素路径


diff --git a/github-repo-size-view/README_en.md b/github-repo-size-view/README_en.md index 5b40149fe..e5df5f13b 100644 --- a/github-repo-size-view/README_en.md +++ b/github-repo-size-view/README_en.md @@ -65,6 +65,9 @@

Download:Github | ⭐Greasy Fork

Update record

🛠️ GitHub Repo Size+ Upgrade log

+

📅 2026.3.14.1

+

repair: replaceCodebutton select path,Change listening type,Remove fixed navigation bar override priority

+

📅 2026.3.5.1

repair: Warning text changed to black,Fix some element paths


diff --git a/github-repo-size-view/README_ko.md b/github-repo-size-view/README_ko.md index 054b5918b..7bb0303e0 100644 --- a/github-repo-size-view/README_ko.md +++ b/github-repo-size-view/README_ko.md @@ -65,6 +65,9 @@

Download:Github | ⭐Greasy Fork

기록 업데이트

🛠️ GitHub Repo Size+ 업그레이드 로그

+

📅 2026.3.14.1

+

수리하다: 바꾸다Code버튼 선택 경로,청취 유형 변경,고정 탐색 표시줄 재정의 우선순위 제거

+

📅 2026.3.5.1

수리하다: 경고 텍스트가 검은색으로 변경되었습니다.,일부 요소 경로 수정


@@ -113,7 +116,7 @@ 최적화: 10초 이내에 요소를 찾을 수 없으면 감지기가 작동을 중지합니다.


📅 2024/10/05 13:16 - Ver 0.1.3.5

-

수리하다:CSS 모바일 장치에서 작은 구분선이 잘못 숨겨졌습니다.:d-none d-md-block border-topborder-top

+

수리하다:CSS 모바일 장치에서 작은 구분선 막대가 잘못 숨겨졌습니다.:d-none d-md-block border-topborder-top


📅 2024/10/05 08:10 - Ver 0.1.3.4

새로운: 빠른 점프 목록에 마우스 호버 추가Title기본 창고 정보 표시
diff --git a/github-repo-size-view/README_vi.md b/github-repo-size-view/README_vi.md index 854b6aa19..af33d7dfb 100644 --- a/github-repo-size-view/README_vi.md +++ b/github-repo-size-view/README_vi.md @@ -65,6 +65,9 @@

Download:Github | ⭐Greasy Fork

Cập nhật bản ghi

🛠️ GitHub Repo Size+ Nhật ký nâng cấp

+

📅 2026.3.14.1

+

Sửa chữa: thay thếCodeđường dẫn chọn nút,Thay đổi kiểu nghe,Xóa ưu tiên ghi đè thanh điều hướng cố định

+

📅 2026.3.5.1

Sửa chữa: Văn bản cảnh báo đã thay đổi thành màu đen,Sửa một số đường dẫn phần tử


diff --git a/github-repo-size-view/README_zh-TW.md b/github-repo-size-view/README_zh-TW.md index 5fa2b3048..0060e0114 100644 --- a/github-repo-size-view/README_zh-TW.md +++ b/github-repo-size-view/README_zh-TW.md @@ -65,6 +65,9 @@

Download:Github | ⭐Greasy Fork

更新記錄

🛠️ GitHub Repo Size+ 升級日誌

+

📅 2026.3.14.1

+

修復: 更換Code按鈕選擇路徑,更改監聽類型,刪除固定導覽列覆蓋優先權

+

📅 2026.3.5.1

修復: 警告文字改成黑色,修復一些元素路徑


From efe501e5ae860492e28c2b82cc359b602cb0eb43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=BA=E6=B0=91=E7=9A=84=E5=8B=A4=E5=8A=A1=E5=91=98?= Date: Mon, 16 Mar 2026 13:01:56 +0800 Subject: [PATCH 044/104] =?UTF-8?q?fix(css):=20=E4=BF=AE=E5=A4=8D=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E7=95=8C=E9=9D=A2=E9=94=99=E4=B9=B1=E6=97=A0`CSS`?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- greasyfork-discussion-watcher/CHANGELOG.md | 6 ++++++ .../greasyfork-discussion-watcher.user.js | 13 +++++++++++-- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/greasyfork-discussion-watcher/CHANGELOG.md b/greasyfork-discussion-watcher/CHANGELOG.md index c60455bcb..470d868ed 100644 --- a/greasyfork-discussion-watcher/CHANGELOG.md +++ b/greasyfork-discussion-watcher/CHANGELOG.md @@ -1,5 +1,11 @@ # **🛠️ Greasyfork 通知助手 更新日志** +### **📅 2026.3.16.1** + +**修复**: 修复设置界面错乱无`CSS`问题
+ +--- + ### **📅 2024/9/28 10:17 - Ver 1.5.0.4** **新增**: `https://greasyfork.org/users/*/notifications`反转排序,让最新的信息显示在顶部,而不是底部. diff --git a/greasyfork-discussion-watcher/greasyfork-discussion-watcher.user.js b/greasyfork-discussion-watcher/greasyfork-discussion-watcher.user.js index 2a8e7f9e4..e420386e7 100644 --- a/greasyfork-discussion-watcher/greasyfork-discussion-watcher.user.js +++ b/greasyfork-discussion-watcher/greasyfork-discussion-watcher.user.js @@ -76,7 +76,7 @@ // @description:fr-CA Lorsqu’il y a une nouvelle réponse à votre script ou à une discussion à laquelle vous participez,Le script affichera le dernier contenu de la discussion dans une fenêtre modale sur la page Web。 // @description On GreasyFork, when there are new replies to your scripts or discussions you're involved in, the latest discussion content will be displayed on the webpage. // @namespace https://github.com/ChinaGodMan/UserScripts -// @version 1.5.0.4 +// @version 2026.3.16.1 // @icon data:image/png;base64,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 // @iconbak https://greasyfork.org/vite/assets/blacklogo96-CxYTSM_T.png // @author 人民的勤务员 @@ -84,8 +84,10 @@ // @match https://greasyfork.org/* // @grant GM_setValue // @grant GM_getValue +// @grant GM_getResourceText // @grant GM_registerMenuCommand // @require https://unpkg.com/sweetalert2@10.16.6/dist/sweetalert2.min.js +// @resource swalStyle https://unpkg.com/sweetalert2@10.16.6/dist/sweetalert2.min.css // @supportURL https://github.com/ChinaGodMan/UserScripts/issues // @homepageURL https://github.com/ChinaGodMan/UserScripts // @homepage https://github.com/ChinaGodMan/UserScripts @@ -96,7 +98,7 @@ 'use strict' var DEBUG = false const config = { - reversal: GM_getValue('reversal', true), + reversal: GM_getValue('reversal', false),//是否反转 isInstalled: GM_getValue('Installed', false),//第一次不加载. lastUpdated: GM_getValue('lastUpdated', 0),//上次更新时间 delay: GM_getValue('delay', '30m'), // 格式如下: 1h1m1s, 1h1s, 1m, 1s, 1m1s @@ -183,6 +185,13 @@ // return id => (strings[userLang] || strings.en)[id] || strings.en[id]; }()) function setSettings() { + if (!document.getElementById('swalStyle')) { + const swalStyle = GM_getResourceText('swalStyle') + const styleElement = document.createElement('style') + styleElement.id = 'swalStyle' + styleElement.textContent = swalStyle + document.head.appendChild(styleElement) + } const currentDelay = config.delay const currentSaveDiscussions = GM_getValue('saveDiscussions', true) const currentMax = config.maxItem From 080b02f4b800aa81030959797671f67a53e0e556 Mon Sep 17 00:00:00 2001 From: ChinaGodBot Date: Mon, 16 Mar 2026 13:04:27 +0800 Subject: [PATCH 045/104] =?UTF-8?q?docs(sync):=20=F0=9F=A4=96=20=E5=90=8C?= =?UTF-8?q?=E6=AD=A5=20[`README=5F[lang].md`]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- greasyfork-discussion-watcher/README.md | 3 ++ greasyfork-discussion-watcher/README_en.md | 29 ++++++++++--------- greasyfork-discussion-watcher/README_ko.md | 25 +++++++++------- greasyfork-discussion-watcher/README_vi.md | 29 ++++++++++--------- greasyfork-discussion-watcher/README_zh-TW.md | 27 +++++++++-------- 5 files changed, 64 insertions(+), 49 deletions(-) diff --git a/greasyfork-discussion-watcher/README.md b/greasyfork-discussion-watcher/README.md index 0d6e583ba..685df120e 100644 --- a/greasyfork-discussion-watcher/README.md +++ b/greasyfork-discussion-watcher/README.md @@ -64,6 +64,9 @@

Download:Github | ⭐Greasy Fork

更新记录

🛠️ Greasyfork 通知助手 更新日志

+

📅 2026.3.16.1

+

修复: 修复设置界面错乱无CSS问题

+

📅 2024/9/28 10:17 - Ver 1.5.0.4

新增: https://greasyfork.org/users/*/notifications反转排序,让最新的信息显示在顶部,而不是底部.


diff --git a/greasyfork-discussion-watcher/README_en.md b/greasyfork-discussion-watcher/README_en.md index 81929c4c8..7620f06c8 100644 --- a/greasyfork-discussion-watcher/README_en.md +++ b/greasyfork-discussion-watcher/README_en.md @@ -59,39 +59,42 @@

「 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。 」

Views - - + +

Download:Github | ⭐Greasy - Fork

Update records

🛠️ Greasyfork Notification Assistant Update log

+ Fork

Update record

🛠️ Greasyfork Notification Assistant Change log

+

📅 2026.3.16.1

+

repair: Fix the setting interface confusion.CSSissues

+

📅 2024/9/28 10:17 - Ver 1.5.0.4

-

New: https://greasyfork.org/users/*/notificationsInvert sorting,Let the latest information be displayed on top,Instead of the bottom.

+

New: https://greasyfork.org/users/*/notificationsreverse sort,Have the latest information appear at the top,instead of the bottom.


📅 2024/9/24 08:32 - Ver 1.5.0.3

-

optimization: 🙄 The number of new messages displayed in the window,When adiscussionsWhen there is no unread information,No classification titles are added.
+

optimization: 🙄 The window displays the number of new messages,when adiscussionsWhen there are no unread messages,Category titles will not be added.
New: i18n→[zh-CN,zh-TW,en,ko,ja,vi]


📅 2024/9/20 18:40 - Ver 1.5.0.2

-

New: 🙄 Add onesweetalert.jsThird-party library,Make it convenient for yourself KIWi Just use it on the browser

+

New: 🙄 addsweetalert.jsThird-party libraries,Convenient for yourself KIWi Just use it on the browser


📅 2024/9/12 07:42 - Ver 1.5.0.0

-

New: Add toread=unreadparameter,Extract only unread information,This version is the final version.#259731GreasyFork Site notifications have been gradually supported,The script will lose its meaning of existence.

+

New: Add toread=unreadparameter,Extract only unread messages,This version is final.#259731GreasyFork In-site notifications have been gradually supported,Scripts will lose their meaning.


📅 2024/9/11 07:52 - Ver 1.4.0.0

-

New: Skip your new discussion,并且在Match the last speaker用户 ID When failure,匹配最后发言人.

+

New: Skip your own newly opened discussion,并且在Match last speaker用户 ID on failure,匹配最后发言人.


📅 2024/9/7 09:06 - Ver 1.3.0.0

-

improve: Discussion list for using the website instead,Add categories in the information。

+

improve: Use the site’s discussion list instead,Add categories to information。


📅 2024/9/4 04:39 - Ver 1.2.0.0

-

New: Increase the number of oil monkeys to set the maximum number of messages。
-New: Add to skip the last spokesperson is Own Options。

+

New: Added grease monkey menu for setting the maximum number of messages。
+New: Added skip last speaker is Own options。


📅 2024/9/3 09:10 - Ver 1.1.0.0

-

New: Added setting refresh time for the oil monkey menu。

+

New: Added oil monkey menu to set refresh time。


📅 2024/9/2 12:24 - Ver 1.0.0.0

-

initial: Initial version,Welcome。

+

initial: initial version,Welcome。


diff --git a/greasyfork-discussion-watcher/README_ko.md b/greasyfork-discussion-watcher/README_ko.md index 97e1a25b1..d16950404 100644 --- a/greasyfork-discussion-watcher/README_ko.md +++ b/greasyfork-discussion-watcher/README_ko.md @@ -60,35 +60,38 @@ Views - +

Download:Github | ⭐Greasy - Fork

레코드 업데이트

🛠️ Greasyfork 알림 어시스턴트 로그 업데이트

+ Fork

기록 업데이트

🛠️ Greasyfork 알림 도우미 변경 로그

+

📅 2026.3.16.1

+

수리하다: 설정 인터페이스 혼란을 수정합니다.CSSissues

+

📅 2024/9/28 10:17 - Ver 1.5.0.4

-

새로운: https://greasyfork.org/users/*/notifications정렬을 뒤집습니다,최신 정보를 맨 위에 표시하도록하십시오,바닥 대신.

+

새로운: https://greasyfork.org/users/*/notifications역 정렬,최신 정보가 상단에 표시되도록 하세요.,바닥 대신.


📅 2024/9/24 08:32 - Ver 1.5.0.3

-

최적화: 🙄 창에 표시된 새 메시지 수,언제 adiscussions읽지 않은 정보가 없을 때,분류 제목이 추가되지 않습니다.
+

최적화: 🙄 창에 새 메시지 수가 표시됩니다.,언제discussions읽지 않은 메시지가 없을 때,카테고리 제목은 추가되지 않습니다..
새로운: i18n→[zh-CN,zh-TW,en,ko,ja,vi]


📅 2024/9/20 18:40 - Ver 1.5.0.2

-

새로운: 🙄 하나를 추가하십시오sweetalert.js타사 도서관,자신에게 편리하게 만듭니다 KIWi 브라우저에서 사용하십시오

+

새로운: 🙄 추가하다sweetalert.js타사 라이브러리,자신에게 편리함 KIWi 그냥 브라우저에서 사용하세요


📅 2024/9/12 07:42 - Ver 1.5.0.0

-

새로운: 추가read=unread매개 변수,읽지 않은 정보 만 추출하십시오,이 버전은 최종 버전입니다.#259731GreasyFork 사이트 알림이 점차 지원되었습니다,대본은 존재의 의미를 잃게됩니다.

+

새로운: 다음에 추가read=unread매개변수,읽지 않은 메시지만 추출,이 버전이 최종 버전입니다..#259731GreasyFork 사이트 내 알림이 점진적으로 지원되었습니다.,스크립트는 의미를 잃게 됩니다..


📅 2024/9/11 07:52 - Ver 1.4.0.0

-

새로운: 새로운 토론을 건너 뛰십시오,并且在마지막 스피커와 일치합니다用户 ID 실패시,匹配最后发言人.

+

새로운: 새로 열린 토론을 건너뛰세요.,并且在마지막 화자와 일치用户 ID 실패 시,匹配最后发言人.


📅 2024/9/7 09:06 - Ver 1.3.0.0

-

개선하다: 대신 웹 사이트를 사용하기위한 토론 목록,정보에 카테고리를 추가하십시오。

+

개선하다: 대신 사이트의 토론 목록을 사용하세요.,정보에 카테고리 추가。


📅 2024/9/4 04:39 - Ver 1.2.0.0

-

새로운: 최대 메시지 수를 설정하기 위해 오일 원숭이 수를 늘리십시오.。
-새로운: 마지막 대변인을 건너 뛰기 위해 추가하십시오 소유하다 옵션。

+

새로운: 최대 메시지 수 설정을 위한 그리스몽키 메뉴 추가。
+새로운: 마지막 발언자 건너뛰기를 추가했습니다. 소유하다 옵션。


📅 2024/9/3 09:10 - Ver 1.1.0.0

-

새로운: 오일 원숭이 메뉴의 새로 고침 시간 설정 추가。

+

새로운: 새로 고침 시간을 설정할 수 있는 오일몽키 메뉴 추가。


📅 2024/9/2 12:24 - Ver 1.0.0.0

초기의: 초기 버전,환영。

diff --git a/greasyfork-discussion-watcher/README_vi.md b/greasyfork-discussion-watcher/README_vi.md index aa21e5d3b..998e8a6a3 100644 --- a/greasyfork-discussion-watcher/README_vi.md +++ b/greasyfork-discussion-watcher/README_vi.md @@ -59,39 +59,42 @@

「 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,Tập lệnh 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。 」

Views - - + +

Download:Github | ⭐Greasy - Fork

Cập nhật hồ sơ

🛠️ Greasyfork Trợ lý thông báo Cập nhật nhật ký

+ Fork

Cập nhật bản ghi

🛠️ Greasyfork Trợ lý thông báo Nhật ký thay đổi

+

📅 2026.3.16.1

+

Sửa chữa: Sửa lỗi nhầm lẫn giao diện cài đặt.CSSissues

+

📅 2024/9/28 10:17 - Ver 1.5.0.4

-

Mới: https://greasyfork.org/users/*/notificationsĐảo ngược phân loại,Hãy để thông tin mới nhất được hiển thị trên đầu,Thay vì đáy.

+

Mới: https://greasyfork.org/users/*/notificationssắp xếp ngược lại,Để thông tin mới nhất xuất hiện ở trên cùng,thay vì đáy.


📅 2024/9/24 08:32 - Ver 1.5.0.3

-

tối ưu hóa: 🙄 Số lượng tin nhắn mới được hiển thị trong cửa sổ,Khi adiscussionsKhi không có thông tin chưa đọc,Không có tiêu đề phân loại nào được thêm vào.
+

tối ưu hóa: 🙄 Cửa sổ hiển thị số lượng tin nhắn mới,khi mộtdiscussionsKhi không có tin nhắn chưa đọc,Tiêu đề danh mục sẽ không được thêm vào.
Mới: i18n→[zh-CN,zh-TW,en,ko,ja,vi]


📅 2024/9/20 18:40 - Ver 1.5.0.2

-

Mới: 🙄 Thêm mộtsweetalert.jsThư viện của bên thứ ba,Làm cho nó thuận tiện cho chính mình KIWi Chỉ cần sử dụng nó trên trình duyệt

+

Mới: 🙄 thêm vàosweetalert.jsThư viện của bên thứ ba,Thuận tiện cho chính mình KIWi Chỉ cần sử dụng nó trên trình duyệt


📅 2024/9/12 07:42 - Ver 1.5.0.0

-

Mới: Thêm vàoread=unreadtham số,Chỉ trích xuất thông tin chưa đọc,Phiên bản này là phiên bản cuối cùng.#259731GreasyFork Thông báo trang web đã dần được hỗ trợ,Kịch bản sẽ mất đi ý nghĩa của sự tồn tại của nó.

+

Mới: Thêm vàoread=unreadtham số,Chỉ trích xuất các tin nhắn chưa đọc,Phiên bản này là cuối cùng.#259731GreasyFork Thông báo tại chỗ đã dần được hỗ trợ,Chữ viết sẽ mất đi ý nghĩa.


📅 2024/9/11 07:52 - Ver 1.4.0.0

-

Mới: Bỏ qua cuộc thảo luận mới của bạn,并且在Khớp với loa cuối cùng用户 ID Khi thất bại,匹配最后发言人.

+

Mới: Bỏ qua cuộc thảo luận mới mở của riêng bạn,并且在Phù hợp với người nói cuối cùng用户 ID về sự thất bại,匹配最后发言人.


📅 2024/9/7 09:06 - Ver 1.3.0.0

-

cải thiện : Danh sách thảo luận để sử dụng trang web thay thế,Thêm danh mục trong thông tin。

+

cải thiện : Thay vào đó hãy sử dụng danh sách thảo luận của trang web,Thêm danh mục vào thông tin。


📅 2024/9/4 04:39 - Ver 1.2.0.0

-

Mới: Tăng số lượng khỉ dầu để đặt số lượng tin nhắn tối đa。
-Mới: Thêm để bỏ qua người phát ngôn cuối cùng là Sở hữu Tùy chọn。

+

Mới: Đã thêm menu khỉ mỡ để cài đặt số lượng tin nhắn tối đa。
+Mới: Đã thêm bỏ qua loa cuối cùng là Sở hữu tùy chọn。


📅 2024/9/3 09:10 - Ver 1.1.0.0

-

Mới: Đã thêm cài đặt thời gian làm mới cho menu dầu dầu。

+

Mới: Đã thêm menu khỉ dầu để đặt thời gian làm mới。


📅 2024/9/2 12:24 - Ver 1.0.0.0

-

ban đầu: Phiên bản ban đầu,Chào mừng。

+

ban đầu: phiên bản đầu tiên,Chào mừng。


diff --git a/greasyfork-discussion-watcher/README_zh-TW.md b/greasyfork-discussion-watcher/README_zh-TW.md index c734b8295..8876f091a 100644 --- a/greasyfork-discussion-watcher/README_zh-TW.md +++ b/greasyfork-discussion-watcher/README_zh-TW.md @@ -59,36 +59,39 @@

「 當你的腳本或你參與的討論有新回應時,腳本會在網頁上以模態視窗顯示最新的討論內容。 」

Views - +

Download:Github | ⭐Greasy Fork

更新記錄

🛠️ Greasyfork 通知助手 更新日誌

+

📅 2026.3.16.1

+

修復: 修復設定介面錯亂無CSSissues

+

📅 2024/9/28 10:17 - Ver 1.5.0.4

-

新增: https://greasyfork.org/users/*/notifications反轉排序,讓最新的信息顯示在頂部,而不是底部.

+

新增: https://greasyfork.org/users/*/notifications反轉排序,讓最新的資訊顯示在頂部,而不是底部.


📅 2024/9/24 08:32 - Ver 1.5.0.3

-

最佳化: 🙄 窗口顯示新消息數量,當一個discussions沒有未讀信息時,不會添加分類標題.
+

最佳化: 🙄 視窗顯示新訊息數量,當一個discussions沒有未讀訊息時,不會新增分類標題.
新增: i18n→[zh-CN,zh-TW,en,ko,ja,vi]


📅 2024/9/20 18:40 - Ver 1.5.0.2

-

新增: 🙄 增加個sweetalert.js第三方庫,方便自己在 KIWi 瀏覽器上使用罷了

+

新增: 🙄 增加個sweetalert.js第三方函式庫,方便自己在 KIWi 瀏覽器上使用罷了


📅 2024/9/12 07:42 - Ver 1.5.0.0

-

新增: 添加read=unread參數,只提取未讀信息,此版本為最終版本.#259731GreasyFork 已經逐步支持站內通知,腳本將失去存在的意義.

+

新增: 添加read=unread參數,只擷取未讀訊息,此版本為最終版本.#259731GreasyFork 已经逐步支持站内通知,脚本将失去存在的意义.


📅 2024/9/11 07:52 - Ver 1.4.0.0

-

新增: 跳過自己新開的討論,并且在匹配最後發言人用户 ID 失敗時,匹配最后发言人.

+

新增: 跳过自己新开的讨论,并且在匹配最後發言人用户 ID 失敗時,匹配最后发言人.


📅 2024/9/7 09:06 - Ver 1.3.0.0

-

改進: 改為使用網站的討論列表,增加在信息內添加分類。

+

改進: 改为使用网站的讨论列表,增加在信息内添加分类。


📅 2024/9/4 04:39 - Ver 1.2.0.0

-

新增: 增加設置最大消息數量的油猴菜單。
+

新增: 增加设置最大消息数量的油猴菜单。
新增: 增加跳過最後發言人是 自己 的選項。


📅 2024/9/3 09:10 - Ver 1.1.0.0

-

新增: 增加設置刷新時間的油猴菜單。

+

新增: 增加设置刷新时间的油猴菜单。


📅 2024/9/2 12:24 - Ver 1.0.0.0

初始: 初始版本,歡迎使用。

@@ -112,7 +115,7 @@ - **自定義樣式:** 提供一個乾淨、用戶友好的模態窗口,用於顯示最新的討論內容,樣式可自定義。 - **自動更新:** 腳本會定期檢查討論的更新,並在有新回复時提醒你。 -- **信息提取:** 從網頁上提取討論標題、時間戳和用戶名,並將其整理到模態窗口中。 +- **資訊擷取:** 從網頁上提取討論標題、時間戳和用戶名,並將其整理到模態窗口中。 @@ -223,7 +226,7 @@ > - [**GitHub 倉庫快速跳轉助手**](https://greasyfork.org/scripts/515205): 🤠 GitHub 倉庫快速跳轉助手,專為幫助用戶快速存取自己在 GitHub 上的倉庫而設計 。它在導覽列頂部產生一個按鈕,點擊展開自己的所有倉庫,輕鬆跳到自己的 GitHub 倉庫頁面,而無需使用 GitHub 的二級選單 > - [**在Github上打開jsDelivr鏈接**](https://greasyfork.org/scripts/527870): 打開jsDelivr上的GitHub鏈接,用於快速下載文件 > - [**GitHub Gist 代碼片段複製與下載器**](https://greasyfork.org/scripts/529534): 向 Gist 文件添加複制按鈕,以便輕鬆複製代碼。 | 向 Gist 文件添加下載按鈕,以便輕鬆下載代碼。 -> - [**GitHub 快捷鍵翻譯助手**](https://greasyfork.org/scripts/530312): 監聽鍵盤快捷鍵 Ctrl + Q,實現對文本進行翻譯並將翻譯結果替換到原文本框中的功能 支持Issue和pull request 頁面. +> - [**GitHub 快捷鍵翻譯助手**](https://greasyfork.org/scripts/530312): 監聽鍵盤快捷鍵 Ctrl + Q,實現對文本進行翻譯並將翻譯結果替換到原文本框中的功能 支援Issue和pull request 頁面. > - [**GitHub 星標倉庫備註助手**](https://greasyfork.org/scripts/533511): 曾經 Star 過的倉庫是不是忘記了它們的用途? 這是一個可以給你收藏過的倉庫添加備註的的腳本,並且你備註的信息可以上傳下載到 GitHub Gist > - [**GitHub 跳轉到 DeepWiKi**](https://greasyfork.org/scripts/536279): GitHub 存儲庫跳轉到 DeepWiKi,支持電腦桌面端和移動端 > - [**GitHub 隱藏 Copilot**](https://greasyfork.org/scripts/536423): 在 GitHub 上隱藏愚蠢的 Copilot @@ -294,7 +297,7 @@ > ### 🔍你可能在找社交媒體腳本 > > - [**Twitter/X 隱藏轉發的帖子**](https://greasyfork.org/scripts/529450): 自動隱藏轉發轉發內容,並且在首次加載時隱藏轉發內容,移除煩人的廣告 -> - [**Twitter 媒體下載 (2025.04.28 修復)**](https://greasyfork.org/scripts/529453): 一鍵下載視頻/圖片,支持批量下載時自動打包為一個ZIP文件下載.支持新版API接口 +> - [**Twitter 媒體下載 (2025.04.28 修復)**](https://greasyfork.org/scripts/529453): 一鍵下載視頻/圖片,支持批量下載時自動打包為一個ZIP文件下載.支援新版API介面 > - [**YouTube 小助手**](https://greasyfork.org/scripts/529845): YouTube 1.視頻循環播放 2.截圖下載 3.主題進度條 From 7eb17391d95fcde390ab33d659a3efc821b9e617 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=BA=E6=B0=91=E7=9A=84=E5=8B=A4=E5=8A=A1=E5=91=98?= Date: Mon, 16 Mar 2026 14:48:09 +0800 Subject: [PATCH 046/104] =?UTF-8?q?feat(twitter(x)):=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E4=B8=80=E4=B8=AA=E6=96=B0=E7=9A=84=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/ScriptsPath.json | 14 ++ twitter(X)-plus/AUTHORS.md | 5 + twitter(X)-plus/CHANGELOG.md | 7 + twitter(X)-plus/README.md | 39 ++++ twitter(X)-plus/README_en.md | 27 +++ twitter(X)-plus/README_ko.md | 27 +++ twitter(X)-plus/README_vi.md | 27 +++ twitter(X)-plus/README_zh-TW.md | 27 +++ twitter(X)-plus/twitter(X)-plus.user.js | 286 ++++++++++++++++++++++++ 9 files changed, 459 insertions(+) create mode 100644 twitter(X)-plus/AUTHORS.md create mode 100644 twitter(X)-plus/CHANGELOG.md create mode 100644 twitter(X)-plus/README.md create mode 100644 twitter(X)-plus/README_en.md create mode 100644 twitter(X)-plus/README_ko.md create mode 100644 twitter(X)-plus/README_vi.md create mode 100644 twitter(X)-plus/README_zh-TW.md create mode 100644 twitter(X)-plus/twitter(X)-plus.user.js diff --git a/docs/ScriptsPath.json b/docs/ScriptsPath.json index 0f292fb1f..b4058d745 100644 --- a/docs/ScriptsPath.json +++ b/docs/ScriptsPath.json @@ -1102,6 +1102,20 @@ "preview": "https://smms.app/image/IXiw9Mgkt4djWa2", "icon": "https://www.youtube.com/s/desktop/ee47b5e0/img/logos/favicon_144x144.png", "readme_locales": "zh-TW,vi,en,ko" + }, + { + "name": "Twitter(X)-plus", + "description": "", + "group": "Twitter", + "js_name": "twitter(X)-plus.user.js", + "directory": "twitter(X)-plus", + "version": "2026.3.16.1", + "greasyfork_id": null, + "created_at": "2026-03-16 13:09:27", + "preview": "https://files.seeusercontent.com/2026/03/16/c1iG/pic_1773643051917.png", + "icon": "https://raw.githubusercontent.com/ChinaGodMan/UserScriptsHistory/main/scriptsIcon/x.svg", + "readme_locales": "zh-TW,vi,en,ko", + "script_locales": null } ] } diff --git a/twitter(X)-plus/AUTHORS.md b/twitter(X)-plus/AUTHORS.md new file mode 100644 index 000000000..5d56ba971 --- /dev/null +++ b/twitter(X)-plus/AUTHORS.md @@ -0,0 +1,5 @@ + + + + + diff --git a/twitter(X)-plus/CHANGELOG.md b/twitter(X)-plus/CHANGELOG.md new file mode 100644 index 000000000..95f19275b --- /dev/null +++ b/twitter(X)-plus/CHANGELOG.md @@ -0,0 +1,7 @@ +# **🛠️ twitter(X)-plus 更新日志** + +### **📅 2026.3.16.1** + +**新增**: •初始版本 + +--- diff --git a/twitter(X)-plus/README.md b/twitter(X)-plus/README.md new file mode 100644 index 000000000..edc79b86f --- /dev/null +++ b/twitter(X)-plus/README.md @@ -0,0 +1,39 @@ + + + + + + + + + + +# Twitter(X)-Plus + +提供多个实用增强功能: + +- 隐藏部分按钮 +- 一键拉黑用户 +- 一键复制推文链接 +- 自动停止视频循环 +- 自动取消视频静音 + +**方便自己使用的小工具,代码都是复制来的** + + + +![2026.03.16](https://files.seeusercontent.com/2026/03/16/c1iG/pic_1773643051917.png) + + + + + + + + + + + +
+ + diff --git a/twitter(X)-plus/README_en.md b/twitter(X)-plus/README_en.md new file mode 100644 index 000000000..ea6bea9ac --- /dev/null +++ b/twitter(X)-plus/README_en.md @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + +
+ + diff --git a/twitter(X)-plus/README_ko.md b/twitter(X)-plus/README_ko.md new file mode 100644 index 000000000..ea6bea9ac --- /dev/null +++ b/twitter(X)-plus/README_ko.md @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + +
+ + diff --git a/twitter(X)-plus/README_vi.md b/twitter(X)-plus/README_vi.md new file mode 100644 index 000000000..ea6bea9ac --- /dev/null +++ b/twitter(X)-plus/README_vi.md @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + +
+ + diff --git a/twitter(X)-plus/README_zh-TW.md b/twitter(X)-plus/README_zh-TW.md new file mode 100644 index 000000000..ea6bea9ac --- /dev/null +++ b/twitter(X)-plus/README_zh-TW.md @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + +
+ + diff --git a/twitter(X)-plus/twitter(X)-plus.user.js b/twitter(X)-plus/twitter(X)-plus.user.js new file mode 100644 index 000000000..d099e7d5f --- /dev/null +++ b/twitter(X)-plus/twitter(X)-plus.user.js @@ -0,0 +1,286 @@ +// ==UserScript== +// @name Twitter(X)-Plus +// @name:zh-CN Twitter(X)-Plus +// @description Unmute videos, disable automatic looping of videos, delete retweets and Grok/view count buttons for tweets, add one-click blocking, and one-click copy tweet URL buttons. +// @description:zh-CN 视频取消静音,视频取消自动循环播放,推文删除转发、Grok/浏览量按钮,添加一键屏蔽,一键复制推文网址按钮 +// @author Kdroidwin,@dmtri,legendary_warrior_1, Hzbrrbmin,人民的勤务员 +// @namespace https://github.com/ChinaGodMan/UserScripts +// @supportURL https://github.com/ChinaGodMan/UserScripts/issues +// @homepageURL https://github.com/ChinaGodMan/UserScripts +// @homepage https://github.com/ChinaGodMan/UserScripts +// @license MIT +// @match https://twitter.com/* +// @match https://x.com/* +// @match https://mobile.x.com/* +// @icon https://raw.githubusercontent.com/ChinaGodMan/UserScriptsHistory/main/scriptsIcon/x.svg +// @grant GM_setClipboard +// @compatible chrome +// @compatible firefox +// @compatible edge +// @compatible opera +// @compatible safari +// @compatible kiwi +// @compatible qq +// @compatible via +// @compatible brave +// @version 2026.3.16.1 +// @created 2026-03-16 13:09:27 +// @downloadURL https://raw.githubusercontent.com/ChinaGodMan/UserScripts/main/twitter(X)-plus/twitter(X)-plus.user.js +// @updateURL https://raw.githubusercontent.com/ChinaGodMan/UserScripts/main/twitter(X)-plus/twitter(X)-plus.user.js +// ==/UserScript== + +//LINK - 隐藏按钮 +const style = document.createElement('style') +style.id = 'x-btn-hider-styles' +style.textContent = ` +/* 右上角Grok 暂时只测试了 中文页面 后续待添加 */ +button[aria-label="Grok 操作"] { + display: none !important; +} + +/* 转发 */ +[data-testid="retweet"] { + display: none !important; +} + +/* 浏览量 */ +a[href*="/analytics"] { + display: none !important; + +` +document.head.appendChild(style) + +//SECTION - 拉黑 +// --- SVG icon--- +const blockIconSVG = ` + + + + ` + +const copyIconSVG = ` + + + +` + +const checkIconSVG = ` + + +` + +// --- Utilities --- +const simulateClick = (element) => { + if (element) { + element.dispatchEvent(new MouseEvent('click', { bubbles: true })) + } +} + +const sleep = (ms) => new Promise(resolve => setTimeout(resolve, ms)) + +// --- Block sequence --- +async function blockUser(event) { + event.preventDefault() + event.stopPropagation() + + console.log('OneClickBlock: Starting block sequence...') + + const tweetElement = event.currentTarget.closest('article[data-testid="tweet"]') + if (!tweetElement) return + + const moreButton = tweetElement.querySelector('button[data-testid="caret"]') + if (!moreButton) return + + simulateClick(moreButton) + await sleep(150) + + const blockMenuItem = document.querySelector('div[data-testid="block"]') + if (!blockMenuItem) { + simulateClick(moreButton) + return + } + + simulateClick(blockMenuItem) + await sleep(150) + + const confirmButton = document.querySelector('button[data-testid="confirmationSheetConfirm"]') + if (!confirmButton) return + + simulateClick(confirmButton) + + // Fade out blocked tweet + tweetElement.style.transition = 'opacity 0.4s' + tweetElement.style.opacity = '0.3' + + setTimeout(() => { + tweetElement.style.display = 'none' + }, 400) +} + +// --- Add button to tweet --- +function addBlockButtons() { + const tweets = document.querySelectorAll('article[data-testid="tweet"]') + + tweets.forEach(tweet => { + if (tweet.querySelector('.one-click-block-btn')) return + + const insertionPoint = tweet.querySelector('[role="group"]') + if (!insertionPoint) return + + const button = document.createElement('div') + button.className = 'one-click-block-btn' + button.innerHTML = blockIconSVG + button.style.cursor = 'pointer' + button.style.marginLeft = '8px' + button.style.display = 'flex' + button.style.alignItems = 'center' + button.style.color = 'rgb(113, 118, 123)' + button.title = 'Block this user' + + button.addEventListener('mouseenter', () => { + button.style.color = 'rgb(239, 68, 68)' + }) + + button.addEventListener('mouseleave', () => { + button.style.color = 'rgb(113, 118, 123)' + }) + + button.addEventListener('click', blockUser) + + insertionPoint.appendChild(button) + }) +} + +function copyLink(event) { + event.preventDefault() + event.stopPropagation() + const button = event.currentTarget + console.log('OneClickBlock: Starting copy this tweet url...') + const tweetElement = button.closest('article[data-testid="tweet"]') + if (!tweetElement) return + const timeLink = tweetElement.querySelector('a[href*="/status/"] > time')?.parentElement + if (!timeLink) return + const url = 'https://x.com' + timeLink.getAttribute('href') + GM_setClipboard(url) + button.innerHTML = checkIconSVG + button.style.color = 'rgb(13, 194, 58)' + setTimeout(() => { + button.innerHTML = copyIconSVG + button.style.color = 'rgb(113, 118, 123)' + }, 2000) +} +function addCopyButtons() { + const tweets = document.querySelectorAll('article[data-testid="tweet"]') + tweets.forEach(tweet => { + if (tweet.querySelector('.one-click-copy-btn')) return + const insertionPoint = tweet.querySelector('[role="group"]') + if (!insertionPoint) return + const button = document.createElement('div') + button.className = 'one-click-copy-btn' + button.innerHTML = copyIconSVG + button.style.cursor = 'pointer' + button.style.marginLeft = '8px' + button.style.display = 'flex' + button.style.alignItems = 'center' + button.style.color = 'rgb(113, 118, 123)' + button.title = 'Copy this tweet URL' + button.addEventListener('mouseenter', () => { + button.style.color = 'rgb(13, 194, 58)' + }) + button.addEventListener('mouseleave', () => { + button.style.color = 'rgb(113, 118, 123)' + }) + button.addEventListener('click', copyLink) + insertionPoint.appendChild(button) + }) +} + +//SECTION - 视频操作 +// Keep track of processed videos +const processedVideos = new WeakSet() + +const stopVideoLoop = () => { + const vids = document.querySelectorAll('video') + vids.forEach((vid) => { + if (vid.muted) { + vid.muted = false + vid.volume = 0.5 + vid.play().catch(() => { }) + } + if (processedVideos.has(vid)) return + processedVideos.add(vid) + vid.removeAttribute('loop') + let arr = [] + const setupTimeout = (extra = 0) => { + let vidLen = vid.duration + let vidCurr = vid.currentTime + // ignore any buggy timeout triggered < 500ms + if ((vidLen - vidCurr) * 1000 < 500) return + // Ensure duration is available + if (isNaN(vid.duration) || vid.duration === Infinity) return + + console.log(vidLen > vidCurr, 'setting a timeout', (vidLen - vidCurr - 0.05) * 1000) + if (vidLen > vidCurr) { + const timeout = setTimeout(() => { + // hack: sometimes video just stops randomly, so need to stop that behavior here + vidLen = vid.duration + vidCurr = vid.currentTime + const remaining = (vidLen - vidCurr) * 1000 + console.log(remaining) + if (remaining < 500) vid.pause() + }, (vidLen - vidCurr - 0.01) * 1000 + extra) // Adjusted to account for potential delays + arr.push(timeout) + } + } + + // need this for the initial load, 1st time playing. Some extra buffer for 1st time too + vid.addEventListener('loadedmetadata', () => setupTimeout(-200)) + + vid.addEventListener('seeked', () => { + clearAll(arr) + setupTimeout() + }) + + vid.addEventListener('pause', () => { + clearAll(arr) + }) + + vid.addEventListener('play', () => { + setupTimeout() + }) + + vid.addEventListener('ended', () => { + setTimeout(() => vid.pause(), 10) + }) + }) +} + +const clearAll = (arr) => { + arr.forEach((timeout) => { + clearTimeout(timeout) + }) + arr = [] +} +// --- Observe dynamic loading --- +const observer = new MutationObserver(() => { + stopVideoLoop() + addBlockButtons() + addCopyButtons() +}) +observer.observe(document.body, { childList: true, subtree: true }) + +//SECTION - 注入外挂 +stopVideoLoop() +addBlockButtons() +addCopyButtons() From 2a8dc2dfdb153c6f30adbe8395f82602f6805f5f Mon Sep 17 00:00:00 2001 From: ChinaGodBot Date: Mon, 16 Mar 2026 14:56:07 +0800 Subject: [PATCH 047/104] =?UTF-8?q?docs(sync):=20=F0=9F=A4=96=20=E5=90=8C?= =?UTF-8?q?=E6=AD=A5=20[`docs/[lang]/README.md`]=20[`[script]/README=5F[la?= =?UTF-8?q?ng].md`]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/README.md | 46 +- docs/ScriptsPath.json | 6 +- docs/de/README.md | 934 +++++++++++----------- docs/en/README.md | 970 ++++++++++++----------- docs/es/README.md | 976 ++++++++++++----------- docs/fr/README.md | 970 ++++++++++++----------- docs/it/README.md | 998 ++++++++++++------------ docs/ja/README.md | 928 +++++++++++----------- docs/ko/README.md | 974 ++++++++++++----------- docs/pt/README.md | 972 ++++++++++++----------- docs/ru/README.md | 968 ++++++++++++----------- docs/vi/README.md | 974 ++++++++++++----------- docs/zh-TW/README.md | 936 +++++++++++----------- twitter(X)-plus/AUTHORS.md | 5 + twitter(X)-plus/README.md | 90 +++ twitter(X)-plus/README_en.md | 104 ++- twitter(X)-plus/README_ko.md | 104 ++- twitter(X)-plus/README_vi.md | 104 ++- twitter(X)-plus/README_zh-TW.md | 104 ++- twitter(X)-plus/twitter(X)-plus.user.js | 396 +++++++++- 20 files changed, 6452 insertions(+), 5107 deletions(-) diff --git a/docs/README.md b/docs/README.md index e00ab4f29..038979e4f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -95,7 +95,7 @@ 💡 **Tip:** _要显示预览截图,请点击扩展名称下方的 ▸ 或描述。_ -**储存库当前发布脚本数量:83,脚本包括:** +**储存库当前发布脚本数量:84,脚本包括:**
网页脚本 (10) | GreasyFork (12) | 成人脚本 (11) @@ -104,7 +104,7 @@ | 翻译脚本 (3) | AI 脚本 (9) | 博客网站 (5) - | Twitter (4) + | Twitter (5) | YouTube (5) | TikTok (1) | Bilibili (2) @@ -2688,7 +2688,7 @@ ChatGPT 让代码字体变小 并且自动折行 -

Twitter (4)

+

Twitter (5)

Twitter/X 隐藏转发的帖子  @@ -2837,6 +2837,46 @@ ChatGPT 让代码字体变小 并且自动折行 安装 +

+ + + Twitter(X)-Plus  + + + + Tweet + +

+ +
+ 视频取消静音,视频取消自动循环播放,推文删除转发、Grok/浏览量按钮,添加一键屏蔽,一键复制推文网址按钮 +
+ + +
+
+ +
+ + + + Greasemonkey / + + + + 自述文件 / + + + 讨论 / + + 源码 / + + 安装 / + + 更新日志 / + + 修改自 +

YouTube (5)

diff --git a/docs/ScriptsPath.json b/docs/ScriptsPath.json index b4058d745..024858013 100644 --- a/docs/ScriptsPath.json +++ b/docs/ScriptsPath.json @@ -1104,13 +1104,13 @@ "readme_locales": "zh-TW,vi,en,ko" }, { - "name": "Twitter(X)-plus", - "description": "", + "name": "Twitter(X)-Plus", + "description": "视频取消静音,视频取消自动循环播放,推文删除转发、Grok/浏览量按钮,添加一键屏蔽,一键复制推文网址按钮", "group": "Twitter", "js_name": "twitter(X)-plus.user.js", "directory": "twitter(X)-plus", "version": "2026.3.16.1", - "greasyfork_id": null, + "greasyfork_id": 569860, "created_at": "2026-03-16 13:09:27", "preview": "https://files.seeusercontent.com/2026/03/16/c1iG/pic_1773643051917.png", "icon": "https://raw.githubusercontent.com/ChinaGodMan/UserScriptsHistory/main/scriptsIcon/x.svg", diff --git a/docs/de/README.md b/docs/de/README.md index bdb4f40d2..dc4da33fd 100644 --- a/docs/de/README.md +++ b/docs/de/README.md @@ -8,18 +8,18 @@ - China简体中文 | - China繁體中文 | - English | - 日本語 | - Tiếng Việt | - Italiano | - Русский | - Deutsch | - Español | - Portuguese | - Français | - 대한민국 + China简体中文 | + China繁體中文 | + English | + 日本語 | + Tiếng Việt | + Italiano | + Русский | + Deutsch | + Español | + Portuguese | + Français | + 대한민국

@@ -78,9 +78,9 @@ ## 🔖 TOC -[🌐 Browser- und Skript-Manager](#-Browser--und-Skript-Manager) | -[❔️ So installieren oder verwenden Sie das Skript](#%EF%B8%8F-So-installieren-oder-verwenden-Sie-das-Skript) | -[🙏 Besonderer Dank geht an Open Source](#-Besonderer-Dank-geht-an-Open-Source) | +[🌐 Browser- und Skript-Manager](#-Browser- und Skript-Manager) | +[❔️ So installieren oder verwenden Sie das Skript](#%EF%B8%8F-So installieren oder verwenden Sie das Skript) | +[🙏 Besonderer Dank geht an Open Source](#-Besonderer Dank geht an Open Source) | [🛡️ Sicherheitspolitik](#%EF%B8%8F-Sicherheitspolitik) | [🤝 Verhaltenskodex](#-Verhaltenskodex) | [🏛️ Open-Source-Lizenzvereinbarung](#%EF%B8%8F-Open-Source-Lizenzvereinbarung) | @@ -95,16 +95,16 @@ 💡 **Tip:** _Vorschau-Screenshot anzeigen,Klicken Sie unter dem Erweiterungsnamen ▸ oder beschreiben。_ -**Die aktuelle Anzahl veröffentlichter Skripte im Repository:83,Skript beinhaltet:** +**Die aktuelle Anzahl veröffentlichter Skripte im Repository:84,Skript beinhaltet:**
Webskript (10) | GreasyFork (12) - | Drehbuch für Erwachsene (11) - | Google Skript (2) - | GitHub Skript (19) - | Skript übersetzen (3) - | AI Skript (9) + | Drehbuch für Erwachsene (11) + | Google Skript (2) + | GitHub Skript (19) + | Skript übersetzen (3) + | AI Skript (9) | Blogseite (5) - | Twitter (4) + | Twitter (5) | YouTube (5) | TikTok (1) | Bilibili (2) @@ -113,9 +113,9 @@

Webskript (10)

- + - Scroll-Taste  + Scroll-Taste  @@ -136,22 +136,22 @@ Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren

- + - Autorisierungsmanager für Webseiten-Schreibclip-Versionen  + Autorisierungsmanager für Webseiten-Schreibclip-Versionen  @@ -172,14 +172,14 @@ Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -187,9 +187,9 @@ Änderungsprotokoll

- + - Link-Unterstreichung entfernen  + Link-Unterstreichung entfernen  @@ -204,22 +204,22 @@ Entfernen Sie die Link-Unterstreichungen auf allen Websites,und neue Links dyn Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren

- + - Markieren Sie Web -Keywords hervor  + Markieren Sie Web -Keywords hervor  @@ -234,22 +234,22 @@ Benutzerdefinierte Schlüsselwort auf Webseiten einschließlich dynamisches Lade Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren

- + - Markieren Sie Keywords im Web  + Markieren Sie Keywords im Web  @@ -270,22 +270,22 @@ Benutzerdefinierte Schlüsselwort auf Webseiten einschließlich dynamisches Lade Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren

- + - An die oberen und unteren Knöpfe stecken  + An die oberen und unteren Knöpfe stecken  @@ -306,14 +306,14 @@ Benutzerdefinierte Schlüsselwort auf Webseiten einschließlich dynamisches Lade Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -321,9 +321,9 @@ Benutzerdefinierte Schlüsselwort auf Webseiten einschließlich dynamisches Lade Änderungsprotokoll

- + - Kleine Fenstervorschau  + Kleine Fenstervorschau  @@ -344,14 +344,14 @@ Benutzerdefinierte Schlüsselwort auf Webseiten einschließlich dynamisches Lade Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -359,9 +359,9 @@ Benutzerdefinierte Schlüsselwort auf Webseiten einschließlich dynamisches Lade Änderungsprotokoll

- + - Verschönern Sie Webformulare mit wunderschönen Farbverläufen  + Verschönern Sie Webformulare mit wunderschönen Farbverläufen  @@ -382,14 +382,14 @@ Benutzerdefinierte Schlüsselwort auf Webseiten einschließlich dynamisches Lade Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -397,9 +397,9 @@ Benutzerdefinierte Schlüsselwort auf Webseiten einschließlich dynamisches Lade Änderungsprotokoll

- + - Text zu Link  + Text zu Link  @@ -414,14 +414,14 @@ Konvertieren Sie Textlinks in klickbare Links Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -429,9 +429,9 @@ Konvertieren Sie Textlinks in klickbare Links Geändert von

- + - Markdown Cloud Cut -Notizen  + Markdown Cloud Cut -Notizen  @@ -452,14 +452,14 @@ Konvertieren Sie Textlinks in klickbare Links Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -471,9 +471,9 @@ Konvertieren Sie Textlinks in klickbare Links

GreasyFork (12)

- + - Fettige Gabelskriptseiten für die URL -Verbesserung  + Fettige Gabelskriptseiten für die URL -Verbesserung  @@ -494,22 +494,22 @@ Konvertieren Sie Textlinks in klickbare Links Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren

- + - Greasyfork Kleberhandwerker  + Greasyfork Kleberhandwerker  @@ -530,14 +530,14 @@ Konvertieren Sie Textlinks in klickbare Links Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -545,9 +545,9 @@ Konvertieren Sie Textlinks in klickbare Links Änderungsprotokoll

- + - Script Finder Nachschlagen von GreasyFork-Skripten  + Script Finder Nachschlagen von GreasyFork-Skripten  @@ -568,14 +568,14 @@ Konvertieren Sie Textlinks in klickbare Links Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -583,9 +583,9 @@ Konvertieren Sie Textlinks in klickbare Links Änderungsprotokoll

- + - Greasyfork Skript zur Anzeige von Bewertungen  + Greasyfork Skript zur Anzeige von Bewertungen  @@ -606,22 +606,22 @@ Konvertieren Sie Textlinks in klickbare Links Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren

- + - GreasyFork: Verbesserung der Navigationsleiste  + GreasyFork: Verbesserung der Navigationsleiste  @@ -642,22 +642,22 @@ Konvertieren Sie Textlinks in klickbare Links Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren

- + - GreasyFork markdown  + GreasyFork markdown  @@ -678,14 +678,14 @@ Konvertieren Sie Textlinks in klickbare Links Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -693,9 +693,9 @@ Konvertieren Sie Textlinks in klickbare Links Änderungsprotokoll

- + - GreasyFork Search  + GreasyFork Search  @@ -710,22 +710,22 @@ Suchen Sie mit GoogleGreasyForkUndSleazyForkOberschrift Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren

- + - GreasyFork Benachrichtigungsassistent  + GreasyFork Benachrichtigungsassistent  @@ -746,14 +746,14 @@ Suchen Sie mit GoogleGreasyForkUndSleazyForkOberschrift Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -761,9 +761,9 @@ Suchen Sie mit GoogleGreasyForkUndSleazyForkOberschrift Änderungsprotokoll

- + - GreaysFork ErweiternWebHookSynchronisierungseinstellungen  + GreaysFork ErweiternWebHookSynchronisierungseinstellungen  @@ -784,14 +784,14 @@ Suchen Sie mit GoogleGreasyForkUndSleazyForkOberschrift Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -799,9 +799,9 @@ Suchen Sie mit GoogleGreasyForkUndSleazyForkOberschrift Änderungsprotokoll

- + - GreasyFork Vom Benutzer veröffentlichte Skriptdatenvisualisierung  + GreasyFork Vom Benutzer veröffentlichte Skriptdatenvisualisierung  @@ -822,14 +822,14 @@ Suchen Sie mit GoogleGreasyForkUndSleazyForkOberschrift Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -837,9 +837,9 @@ Suchen Sie mit GoogleGreasyForkUndSleazyForkOberschrift Änderungsprotokoll

- + - Greasyfork Zeigen Sie Registrierungszeit  + Greasyfork Zeigen Sie Registrierungszeit  @@ -860,14 +860,14 @@ Suchen Sie mit GoogleGreasyForkUndSleazyForkOberschrift Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -877,9 +877,9 @@ Suchen Sie mit GoogleGreasyForkUndSleazyForkOberschrift Geändert von

- + - FreasyFork nicht aktualisiertes Skript hervorgehoben  + FreasyFork nicht aktualisiertes Skript hervorgehoben  @@ -900,14 +900,14 @@ Suchen Sie mit GoogleGreasyForkUndSleazyForkOberschrift Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -919,9 +919,9 @@ Suchen Sie mit GoogleGreasyForkUndSleazyForkOberschrift

Drehbuch für Erwachsene (11)

- + - Missav Batch Backup Collection Videos  + Missav Batch Backup Collection Videos  @@ -942,14 +942,14 @@ Suchen Sie mit GoogleGreasyForkUndSleazyForkOberschrift Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -957,9 +957,9 @@ Suchen Sie mit GoogleGreasyForkUndSleazyForkOberschrift Änderungsprotokoll

- + - MissAV Automatische Anmeldung  + MissAV Automatische Anmeldung  @@ -974,14 +974,14 @@ Erkennung MissAV Zustand,und melden Sie sich automatisch an, wenn Sie nicht ange Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -989,9 +989,9 @@ Erkennung MissAV Zustand,und melden Sie sich automatisch an, wenn Sie nicht ange Änderungsprotokoll

- + - ThisAV Automatische Anmeldung  + ThisAV Automatische Anmeldung  @@ -1006,14 +1006,14 @@ Erkennung ThisAV Zustand,und melden Sie sich automatisch an, wenn Sie nicht ange Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -1021,9 +1021,9 @@ Erkennung ThisAV Zustand,und melden Sie sich automatisch an, wenn Sie nicht ange Änderungsprotokoll

- + - JableTV Automatische Anmeldung  + JableTV Automatische Anmeldung  @@ -1038,14 +1038,14 @@ Erkennung JableTV Zustand,und melden Sie sich automatisch an, wenn Sie nicht ang Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -1053,9 +1053,9 @@ Erkennung JableTV Zustand,und melden Sie sich automatisch an, wenn Sie nicht ang Änderungsprotokoll

- + - Missav Video Download Tool  + Missav Video Download Tool  @@ -1076,14 +1076,14 @@ Erkennung JableTV Zustand,und melden Sie sich automatisch an, wenn Sie nicht ang Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -1091,9 +1091,9 @@ Erkennung JableTV Zustand,und melden Sie sich automatisch an, wenn Sie nicht ang Änderungsprotokoll

- + - Xvideos Push -Download  + Xvideos Push -Download  @@ -1114,14 +1114,14 @@ Erkennung JableTV Zustand,und melden Sie sich automatisch an, wenn Sie nicht ang Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -1129,9 +1129,9 @@ Erkennung JableTV Zustand,und melden Sie sich automatisch an, wenn Sie nicht ang Änderungsprotokoll

- + - Pornhub Video Download mit einem Klick  + Pornhub Video Download mit einem Klick  @@ -1152,14 +1152,14 @@ Erkennung JableTV Zustand,und melden Sie sich automatisch an, wenn Sie nicht ang Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -1167,9 +1167,9 @@ Erkennung JableTV Zustand,und melden Sie sich automatisch an, wenn Sie nicht ang Änderungsprotokoll

- + - Xhamster Video One-Click-Download-Assistent  + Xhamster Video One-Click-Download-Assistent  @@ -1190,14 +1190,14 @@ Erkennung JableTV Zustand,und melden Sie sich automatisch an, wenn Sie nicht ang Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -1205,9 +1205,9 @@ Erkennung JableTV Zustand,und melden Sie sich automatisch an, wenn Sie nicht ang Änderungsprotokoll

- + - Xnxxvideos Video Ein-Klick-Download-Assistent  + Xnxxvideos Video Ein-Klick-Download-Assistent  @@ -1228,14 +1228,14 @@ Erkennung JableTV Zustand,und melden Sie sich automatisch an, wenn Sie nicht ang Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -1243,9 +1243,9 @@ Erkennung JableTV Zustand,und melden Sie sich automatisch an, wenn Sie nicht ang Änderungsprotokoll

- + - Missav Enhanced Assistant  + Missav Enhanced Assistant  @@ -1266,14 +1266,14 @@ Erkennung JableTV Zustand,und melden Sie sich automatisch an, wenn Sie nicht ang Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -1281,9 +1281,9 @@ Erkennung JableTV Zustand,und melden Sie sich automatisch an, wenn Sie nicht ang Änderungsprotokoll

- + - Ich bin gerade 18 Jahre alt geworden  + Ich bin gerade 18 Jahre alt geworden  @@ -1298,14 +1298,14 @@ Da ich gerade 18 Jahre alt bin, kann ich erwachsene Inhalte sehen Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -1317,9 +1317,9 @@ Da ich gerade 18 Jahre alt bin, kann ich erwachsene Inhalte sehen

Google Skript (2)

- + - Blockieren Sie Google -Suchwebsites  + Blockieren Sie Google -Suchwebsites  @@ -1334,22 +1334,22 @@ Suchen Sie nach einer Google, die eine bestimmte Website blockiert Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren

- + - Google Erweiterter Suchassistent  + Google Erweiterter Suchassistent  @@ -1370,14 +1370,14 @@ Suchen Sie nach einer Google, die eine bestimmte Website blockiert Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -1387,9 +1387,9 @@ Suchen Sie nach einer Google, die eine bestimmte Website blockiert

GitHub Skript (19)

- + - 🤠 Github hat die Anzeigegröße des Assistentenlagers verbessert  + 🤠 Github hat die Anzeigegröße des Assistentenlagers verbessert  @@ -1410,14 +1410,14 @@ Suchen Sie nach einer Google, die eine bestimmte Website blockiert Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -1427,9 +1427,9 @@ Suchen Sie nach einer Google, die eine bestimmte Website blockiert Geändert von

- + - GitHub Nach Datum sortieren  + GitHub Nach Datum sortieren  @@ -1450,22 +1450,22 @@ Suchen Sie nach einer Google, die eine bestimmte Website blockiert Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren

- + - GitHub Ordner-Downloader  + GitHub Ordner-Downloader  @@ -1486,14 +1486,14 @@ Suchen Sie nach einer Google, die eine bestimmte Website blockiert Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -1501,9 +1501,9 @@ Suchen Sie nach einer Google, die eine bestimmte Website blockiert Änderungsprotokoll

- + - Github Originaldatei kopieren URL mit Download-Dateien  + Github Originaldatei kopieren URL mit Download-Dateien  @@ -1524,14 +1524,14 @@ Suchen Sie nach einer Google, die eine bestimmte Website blockiert Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -1539,9 +1539,9 @@ Suchen Sie nach einer Google, die eine bestimmte Website blockiert Änderungsprotokoll

- + - GitHub Webansicht zur Anzeige von Informationen übermitteln  + GitHub Webansicht zur Anzeige von Informationen übermitteln  @@ -1562,22 +1562,22 @@ Suchen Sie nach einer Google, die eine bestimmte Website blockiert Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren

- + - GitHub Dateilisten-Verschönerer  + GitHub Dateilisten-Verschönerer  @@ -1598,14 +1598,14 @@ Suchen Sie nach einer Google, die eine bestimmte Website blockiert Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -1613,9 +1613,9 @@ Suchen Sie nach einer Google, die eine bestimmte Website blockiert Änderungsprotokoll

- + - GitHub Geräteautorisierung automatisch bestätigen  + GitHub Geräteautorisierung automatisch bestätigen  @@ -1630,14 +1630,14 @@ existierenGitHubAuf der Autorisierungsseite wird der Autorisierungscode automati Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -1645,9 +1645,9 @@ existierenGitHubAuf der Autorisierungsseite wird der Autorisierungscode automati Änderungsprotokoll

- + - Github Liste der Codesprachen alle anzeigen  + Github Liste der Codesprachen alle anzeigen  @@ -1668,14 +1668,14 @@ existierenGitHubAuf der Autorisierungsseite wird der Autorisierungscode automati Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -1683,9 +1683,9 @@ existierenGitHubAuf der Autorisierungsseite wird der Autorisierungscode automati Änderungsprotokoll

- + - GitHub Warehouse-Schnellsprungassistent  + GitHub Warehouse-Schnellsprungassistent  @@ -1706,14 +1706,14 @@ existierenGitHubAuf der Autorisierungsseite wird der Autorisierungscode automati Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -1721,9 +1721,9 @@ existierenGitHubAuf der Autorisierungsseite wird der Autorisierungscode automati Änderungsprotokoll

- + - Öffnen Sie den JSDelivr -Link auf GitHub  + Öffnen Sie den JSDelivr -Link auf GitHub  @@ -1744,14 +1744,14 @@ existierenGitHubAuf der Autorisierungsseite wird der Autorisierungscode automati Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -1759,9 +1759,9 @@ existierenGitHubAuf der Autorisierungsseite wird der Autorisierungscode automati Änderungsprotokoll

- + - Github Gist Code Snippet Copy und Downloader  + Github Gist Code Snippet Copy und Downloader  @@ -1782,14 +1782,14 @@ existierenGitHubAuf der Autorisierungsseite wird der Autorisierungscode automati Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -1799,9 +1799,9 @@ existierenGitHubAuf der Autorisierungsseite wird der Autorisierungscode automati Geändert von

- + - GitHub Shortcut Key Übersetzungsassistent  + GitHub Shortcut Key Übersetzungsassistent  @@ -1822,14 +1822,14 @@ existierenGitHubAuf der Autorisierungsseite wird der Autorisierungscode automati Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -1837,9 +1837,9 @@ existierenGitHubAuf der Autorisierungsseite wird der Autorisierungscode automati Änderungsprotokoll

- + - Github Star Warehouse Note Assistent  + Github Star Warehouse Note Assistent  @@ -1860,14 +1860,14 @@ existierenGitHubAuf der Autorisierungsseite wird der Autorisierungscode automati Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -1877,9 +1877,9 @@ existierenGitHubAuf der Autorisierungsseite wird der Autorisierungscode automati Geändert von

- + - Github springen nach Deepwiki  + Github springen nach Deepwiki  @@ -1900,14 +1900,14 @@ existierenGitHubAuf der Autorisierungsseite wird der Autorisierungscode automati Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -1917,9 +1917,9 @@ existierenGitHubAuf der Autorisierungsseite wird der Autorisierungscode automati Geändert von

- + - Github Copilot verstecken  + Github Copilot verstecken  @@ -1940,14 +1940,14 @@ existierenGitHubAuf der Autorisierungsseite wird der Autorisierungscode automati Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -1957,9 +1957,9 @@ existierenGitHubAuf der Autorisierungsseite wird der Autorisierungscode automati Geändert von

- + - Github -E -Mail -Adressfinder  + Github -E -Mail -Adressfinder  @@ -1980,14 +1980,14 @@ existierenGitHubAuf der Autorisierungsseite wird der Autorisierungscode automati Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -1995,9 +1995,9 @@ existierenGitHubAuf der Autorisierungsseite wird der Autorisierungscode automati Geändert von

- + - GitHub zeigt Datei- und Ordnergrößen an  + GitHub zeigt Datei- und Ordnergrößen an  @@ -2019,14 +2019,14 @@ existierenGitHubAuf der Autorisierungsseite wird der Autorisierungscode automati Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -2036,9 +2036,9 @@ existierenGitHubAuf der Autorisierungsseite wird der Autorisierungscode automati Geändert von

- + - Github Co-Autor  + Github Co-Autor  @@ -2060,14 +2060,14 @@ existierenGitHubAuf der Autorisierungsseite wird der Autorisierungscode automati Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -2075,9 +2075,9 @@ existierenGitHubAuf der Autorisierungsseite wird der Autorisierungscode automati Geändert von

- + - Status des Github -Benachrichtigungsfilters  + Status des Github -Benachrichtigungsfilters  @@ -2092,14 +2092,14 @@ GitHub-Notification-in-Box-Toggle-Entwicklung Version Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -2109,9 +2109,9 @@ GitHub-Notification-in-Box-Toggle-Entwicklung Version

Skript übersetzen (3)

- + - Fremdsprachterminator  + Fremdsprachterminator  @@ -2126,14 +2126,14 @@ Identifizieren Sie nicht chinesische Charaktere. Wenn die Länge größer als 5 Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -2141,9 +2141,9 @@ Identifizieren Sie nicht chinesische Charaktere. Wenn die Länge größer als 5 Änderungsprotokoll

- + - Webseitenübersetzung - Automatische Übersetzung in Chinesisch  + Webseitenübersetzung - Automatische Übersetzung in Chinesisch  @@ -2158,22 +2158,22 @@ Fügen Sie ein Google-Übersetzungssymbol in die untere rechte Ecke jeder nichtc Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren

- + - Übersetzungs -Widget |  + Übersetzungs -Widget |  @@ -2194,14 +2194,14 @@ Fügen Sie ein Google-Übersetzungssymbol in die untere rechte Ecke jeder nichtc Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -2213,9 +2213,9 @@ Fügen Sie ein Google-Übersetzungssymbol in die untere rechte Ecke jeder nichtc

AI Skript (9)

- + - ChatGPT Selbstnachricht minimieren und maximale Breite erreichen  + ChatGPT Selbstnachricht minimieren und maximale Breite erreichen  @@ -2236,14 +2236,14 @@ Fügen Sie ein Google-Übersetzungssymbol in die untere rechte Ecke jeder nichtc Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -2251,9 +2251,9 @@ Fügen Sie ein Google-Übersetzungssymbol in die untere rechte Ecke jeder nichtc Änderungsprotokoll

- + - ChatGPTDie Schriftgröße des Codes wurde reduziert  + ChatGPTDie Schriftgröße des Codes wurde reduziert  @@ -2268,22 +2268,22 @@ ChatGPT Verkleinern Sie die Codeschrift und automatisch umwickeln Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren

- + - ChatGPT Zeichenzählerlimit  + ChatGPT Zeichenzählerlimit  @@ -2304,14 +2304,14 @@ ChatGPT Verkleinern Sie die Codeschrift und automatisch umwickeln Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -2319,9 +2319,9 @@ ChatGPT Verkleinern Sie die Codeschrift und automatisch umwickeln Änderungsprotokoll

- + - ChatGPT Chat-Schaltflächen zum Kopieren und Exportieren von Code  + ChatGPT Chat-Schaltflächen zum Kopieren und Exportieren von Code  @@ -2342,14 +2342,14 @@ ChatGPT Verkleinern Sie die Codeschrift und automatisch umwickeln Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -2357,9 +2357,9 @@ ChatGPT Verkleinern Sie die Codeschrift und automatisch umwickeln Änderungsprotokoll

- + - Chatgpt -Code hervorgehoben  + Chatgpt -Code hervorgehoben  @@ -2380,14 +2380,14 @@ ChatGPT Verkleinern Sie die Codeschrift und automatisch umwickeln Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -2395,9 +2395,9 @@ ChatGPT Verkleinern Sie die Codeschrift und automatisch umwickeln Änderungsprotokoll

- + - Chatgpt -Code -Tool  + Chatgpt -Code -Tool  @@ -2412,14 +2412,14 @@ Fügen Sie den ChatGPT -Codeblöcken Funktionen hinzu, einschließlich der Optio Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -2427,9 +2427,9 @@ Fügen Sie den ChatGPT -Codeblöcken Funktionen hinzu, einschließlich der Optio Geändert von

- + - Chatgpt Eingabeaufforderung einlegen  + Chatgpt Eingabeaufforderung einlegen  @@ -2444,14 +2444,14 @@ Fügen Sie den Befehl über die Schlüsselkombination in das ChatGPT -Eingangsfe Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -2459,9 +2459,9 @@ Fügen Sie den Befehl über die Schlüsselkombination in das ChatGPT -Eingangsfe Geändert von

- + - Chatgpt speichern Gespräch  + Chatgpt speichern Gespräch  @@ -2476,14 +2476,14 @@ Speichern Sie die Konversation als .txt -Datei Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -2493,9 +2493,9 @@ Speichern Sie die Konversation als .txt -Datei Geändert von

- + - ChatGPT verwalten einfach Chats  + ChatGPT verwalten einfach Chats  @@ -2510,14 +2510,14 @@ Suchen Sie Chat, Filter -Chat, Schnell/Stapel -Chat löschen. Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -2527,9 +2527,9 @@ Suchen Sie Chat, Filter -Chat, Schnell/Stapel -Chat löschen.

Blogseite (5)

- + - Un eingeschränkte CSDN -Login  + Un eingeschränkte CSDN -Login  @@ -2544,14 +2544,14 @@ Gehen Sie zu Ihrem verdammten CSDN -Login und kopieren Sie, Sie können kopieren Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -2559,9 +2559,9 @@ Gehen Sie zu Ihrem verdammten CSDN -Login und kopieren Sie, Sie können kopieren Änderungsprotokoll

- + - Saubere Blog -Beiträge  + Saubere Blog -Beiträge  @@ -2576,14 +2576,14 @@ Entfernen Sie nervige Seitenleisten, Kommentarblöcke, Anzeigen und mehr. Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -2591,9 +2591,9 @@ Entfernen Sie nervige Seitenleisten, Kommentarblöcke, Anzeigen und mehr. Geändert von

- + - Zhihu dunkles Thema  + Zhihu dunkles Thema  @@ -2608,14 +2608,14 @@ Zhihus dunkler Themenstil Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -2623,9 +2623,9 @@ Zhihus dunkler Themenstil Geändert von

- + - Dunkler Modus der WeChat-Webversion  + Dunkler Modus der WeChat-Webversion  @@ -2640,14 +2640,14 @@ Aktivieren Sie das Web-WeChat-Vollbildfenster,Dunkelmodus Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -2655,9 +2655,9 @@ Aktivieren Sie das Web-WeChat-Vollbildfenster,Dunkelmodus Geändert von

- + - Sprung in die mobile Version von Sina Weibo  + Sprung in die mobile Version von Sina Weibo  @@ -2672,14 +2672,14 @@ Sina Weibo springt automatisch zur mobilen Version,Unterstützen Sie Weibo、A Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -2688,10 +2688,10 @@ Sina Weibo springt automatisch zur mobilen Version,Unterstützen Sie Weibo、A -

Twitter (4)

- +

Twitter (5)

+ - Twitter/X verstecken retweetete Beiträge  + Twitter/X verstecken retweetete Beiträge  @@ -2712,14 +2712,14 @@ Sina Weibo springt automatisch zur mobilen Version,Unterstützen Sie Weibo、A Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -2729,9 +2729,9 @@ Sina Weibo springt automatisch zur mobilen Version,Unterstützen Sie Weibo、A Geändert von

- + - Download von Twitter Media (2025.12.02 behoben)  + Download von Twitter Media (2025.12.02 behoben)  @@ -2752,14 +2752,14 @@ Sina Weibo springt automatisch zur mobilen Version,Unterstützen Sie Weibo、A Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -2769,9 +2769,9 @@ Sina Weibo springt automatisch zur mobilen Version,Unterstützen Sie Weibo、A Geändert von

- + - Twitter (x) Blacklist und Blocked List Download  + Twitter (x) Blacklist und Blocked List Download  @@ -2786,14 +2786,14 @@ Wird verwendet, um Twitter (x) Blacklists und blockierte Listen herunterzuladen, Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -2801,9 +2801,9 @@ Wird verwendet, um Twitter (x) Blacklists und blockierte Listen herunterzuladen, Geändert von

- + - Twitter zeigt das normale Datum und die normale Uhrzeit an  + Twitter zeigt das normale Datum und die normale Uhrzeit an  @@ -2825,24 +2825,64 @@ Wird verwendet, um Twitter (x) Blacklists und blockierte Listen herunterzuladen, Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren +

+ + + Twitter(X)-Plus  + + + + Tweet + +

+ +
+ Stummschaltung des Videos aufheben, automatische Loop-Wiedergabe des Videos abbrechen, Tweet und Retweet löschen, Schaltfläche „Grok/Anzeigen“, Ein-Klick-Blockierung hinzufügen, Schaltfläche „Tweet-URL mit einem Klick kopieren“. +
+ + +
+
+ +
+ + + + Greasemonkey / + + + + Readme-Datei / + + + diskutieren / + + Quellcode / + + Installieren / + + Änderungsprotokoll / + + Geändert von +

YouTube (5)

- + - YouTube -Assistent  + YouTube -Assistent  @@ -2863,14 +2903,14 @@ Wird verwendet, um Twitter (x) Blacklists und blockierte Listen herunterzuladen, Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -2880,9 +2920,9 @@ Wird verwendet, um Twitter (x) Blacklists und blockierte Listen herunterzuladen, Geändert von

- + - YouTube -Uhrenverknüpfungen später  + YouTube -Uhrenverknüpfungen später  @@ -2897,14 +2937,14 @@ Verwenden Sie Tastaturverknüpfungen, um das aktuelle YouTube -Video zum oder vo Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -2912,9 +2952,9 @@ Verwenden Sie Tastaturverknüpfungen, um das aktuelle YouTube -Video zum oder vo Geändert von

- + - Bessere YouTube -Volumensteuerungen  + Bessere YouTube -Volumensteuerungen  @@ -2929,14 +2969,14 @@ Fügen Sie den YouTube -Video -Player Schieberegler hinzu, um die Volumenänderu Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -2944,9 +2984,9 @@ Fügen Sie den YouTube -Video -Player Schieberegler hinzu, um die Volumenänderu Geändert von

- + - YouTube Dynamic Video Grid  + YouTube Dynamic Video Grid  @@ -2961,14 +3001,14 @@ Passen Sie das YouTube -Video -Netz dynamisch anhand der Fensterbreite an, um di Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -2978,9 +3018,9 @@ Passen Sie das YouTube -Video -Netz dynamisch anhand der Fensterbreite an, um di Geändert von

- + - YouTube Pro: Audio-Enhancer  + YouTube Pro: Audio-Enhancer  @@ -3001,14 +3041,14 @@ Passen Sie das YouTube -Video -Netz dynamisch anhand der Fensterbreite an, um di Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -3018,9 +3058,9 @@ Passen Sie das YouTube -Video -Netz dynamisch anhand der Fensterbreite an, um di

TikTok (1)

- + - TIKTOK -Benutzerinformationen  + TIKTOK -Benutzerinformationen  @@ -3035,14 +3075,14 @@ TIKTOK zeigt erweiterte Informationen zum Profil an Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -3052,9 +3092,9 @@ TIKTOK zeigt erweiterte Informationen zum Profil an

Bilibili (2)

- + - Bilibili-Video-Downloader  + Bilibili-Video-Downloader  @@ -3069,14 +3109,14 @@ Laden Sie Bilibili-Videos herunter(Unterstützt keine Dramen) Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -3084,9 +3124,9 @@ Laden Sie Bilibili-Videos herunter(Unterstützt keine Dramen) Geändert von

- + - Bilibili Live-Raumblockierungstool  + Bilibili Live-Raumblockierungstool  @@ -3094,21 +3134,21 @@ Laden Sie Bilibili-Videos herunter(Unterstützt keine Dramen)

-Bilibili Live-Raumblockierungstool,Support-Management-Liste,Batch-Blockierung,Export、Importlisten usw.…… +Bilibili Live-Raumblockierungstool,Support-Management-Liste,Batch-Blockierung,Export、Importlisten etc.……
Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -3165,7 +3205,7 @@ Um ein beliebiges Skript zu verwenden,Zuerst müssen Sie den Browser installie > - Sohn der Wüste :+1: > - Kopiert [Sohn der Wüste](https://github.com/maboloshi)Lager[github-chinese](https://github.com/maboloshi/github-chinese)Code innerhalb
> - In diesem Lager`writer.py` `update-contributors.yml` Kopiert mit[tributors_images.yml](https://github.com/maboloshi/github-chinese/blob/gh-pages/.github/workflows/update_contributors_images.yml)Code im Inneren -> - Diese Repository-Readme-Datei wird kopiert[github-chinese/README.md](https://github.com/maboloshi/github-chinese#:~:text=%E6%B5%8F%E8%A7%88%E5%99%A8%E4%B8%8ESkriptmanager)Inhalt `So installieren Sie es/Verwenden Sie ein Skript?` +> - Diese Repository-Readme-Datei wird kopiert[github-chinese/README.md](https://github.com/maboloshi/github-chinese#:~:text=%E6%B5%8F%E8%A7%88%E5%99%A8%E4%B8%8ESkriptmanager)Inhalt `Anleitung zur Installation/Verwenden Sie ein Skript?` > [!TIP] > @@ -3190,7 +3230,9 @@ Um ein beliebiges Skript zu verwenden,Zuerst müssen Sie den Browser installie 人民的勤务员 -Der kleine Assistent des Volkes +Volksroboter +molanp +Yoobohl fossabot @@ -3204,8 +3246,8 @@ Beitragsliste von: [contributors](https://github.com/jaywcjlove/github-action- ## 🏛️ Open-Source-Lizenzvereinbarung -Dieses Projekt verwendet MIT Lizenz Autorisieren。 -MIT Bei der Lizenz handelt es sich um eine freizügige Open-Source-Lizenzvereinbarung,Einzelheiten finden Sie unter Vollständiger Lizenztext。 +Dieses Projekt verwendet MIT Lizenz Autorisieren。 +MIT Bei der Lizenz handelt es sich um eine freizügige Open-Source-Lizenzvereinbarung,Einzelheiten finden Sie unter Vollständiger Lizenztext
@@ -3215,7 +3257,7 @@ MIT Bei der Lizenz handelt es sich um eine freizügige Open-Source-Lizenzvereinb ## 🤝 Verhaltenskodex -Um eine freundliche Atmosphäre zu gewährleisten、Eine respektvolle und integrative Entwicklungsumgebung,Wir haben Folgendes entwickeltVerhaltenskodex。Jeder Mitwirkende wird gebeten, diese Richtlinien zu befolgen。 +Um eine freundliche Atmosphäre zu gewährleisten、Eine respektvolle und integrative Entwicklungsumgebung,Wir haben Folgendes entwickeltVerhaltenskodex。Jeder Mitwirkende wird gebeten, diese Richtlinien zu befolgen。
@@ -3228,7 +3270,7 @@ Um eine freundliche Atmosphäre zu gewährleisten、Eine respektvolle und integr Wenn Sie eine Schwachstelle finden,Bitte öffnen Sie eines[Entwurf von Sicherheitsempfehlungen](https://github.com/ChinaGodMan/UserScripts/security/advisories/new)。 Auch Pull-Requests sind willkommen,aber aus Sicherheitsgründen,Bitte senden Sie eine E-Mail an und warten Sie auf eine Antwort, bevor Sie sie veröffentlichen。 -Einzelheiten finden Sie unter Sicherheitspolitik +Einzelheiten finden Sie unter Sicherheitspolitik
@@ -3238,7 +3280,7 @@ Einzelheiten finden Sie unter Sicherheitspoliti ## 💖 Beitragsleitfaden -Vielen Dank für Ihr Interesse an diesem Projekt!Wir haben Folgendes entwickeltBeitragsleitfaden。Damit Sie reibungslos Code oder Dokumentation beisteuern können,Bitte bevor Sie Code oder Fragen einreichen,Lesen Sie den Inhalt sorgfältig durch。 +Vielen Dank für Ihr Interesse an diesem Projekt!Wir haben Folgendes entwickeltBeitragsleitfaden。Damit Sie reibungslos Code oder Dokumentation beisteuern können,Bitte bevor Sie Code oder Fragen einreichen,Lesen Sie den Inhalt sorgfältig durch。
diff --git a/docs/en/README.md b/docs/en/README.md index 879bc6bce..ed4ace390 100644 --- a/docs/en/README.md +++ b/docs/en/README.md @@ -8,18 +8,18 @@ - China简体中文 | - China繁體中文 | - English | - 日本語 | - Tiếng Việt | - Italiano | - Русский | - Deutsch | - Español | - Portuguese | - Français | - 대한민국 + China简体中文 | + China繁體中文 | + English | + 日本語 | + Tiếng Việt | + Italiano | + Русский | + Deutsch | + Español | + Portuguese | + Français | + 대한민국
@@ -78,16 +78,16 @@ ## 🔖 TOC -[🌐 Browser and Script Manager](#-Browser-and-Script-Manager) | -[❔️ How to install or use the script](#%EF%B8%8F-How-to-install-or-use-the-script) | -[🙏 Special thanks to open source](#-Special-thanks-to-open-source) | -[🛡️ security policy](#%EF%B8%8F-security-policy) | -[🤝 code of conduct](#-code-of-conduct) | -[🏛️ Open source license agreement](#%EF%B8%8F-Open-source-license-agreement) | +[🌐 Browser and Script Manager](#-Browser and Script Manager) | +[❔️ How to install or use the script](#%EF%B8%8F-How to install or use the script) | +[🙏 Special thanks to open source](#-Special thanks to open source) | +[🛡️ security policy](#%EF%B8%8F-security policy) | +[🤝 code of conduct](#-code of conduct) | +[🏛️ Open source license agreement](#%EF%B8%8F-Open source license agreement) | [🧠 Contributor](#-Contributor) | -[💖 Contribution Guide](#-Contribution-Guide) | -[⭐ star history](#-star-history) | -[📜 script list](#-script-list) +[💖 Contribution Guide](#-Contribution Guide) | +[⭐ star history](#-star history) | +[📜 script list](#-script list) ## 📜 script list @@ -95,16 +95,16 @@ 💡 **Tip:** _To show preview screenshot,Click below the extension name ▸ or describe。_ -**The current number of published scripts in the repository:83,Script includes:** -
web script (10) +**The current number of published scripts in the repository:84,Script includes:** +
web script (10) | GreasyFork (12) - | adult script (11) - | Google Script (2) - | GitHub Script (19) - | Translate script (3) - | AI Script (9) - | blog site (5) - | Twitter (4) + | adult script (11) + | Google Script (2) + | GitHub Script (19) + | Translate script (3) + | AI Script (9) + | blog site (5) + | Twitter (5) | YouTube (5) | TikTok (1) | Bilibili (2) @@ -113,9 +113,9 @@

web script (10)

- + - scroll button  + scroll button  @@ -136,22 +136,22 @@ Greasemonkey / - + - + readme file / discuss / - + Source code / Install

- + - Web page writing clip version authorization manager  + Web page writing clip version authorization manager  @@ -172,14 +172,14 @@ Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -187,9 +187,9 @@ Change log

- + - Remove link underline  + Remove link underline  @@ -204,22 +204,22 @@ Remove link underlines on all sites,and handle new links dynamically Greasemonkey / - + - + readme file / discuss / - + Source code / Install

- + - Highlight web keywords  + Highlight web keywords  @@ -234,22 +234,22 @@ Custom keyword highlighting on web pages including dynamic loading when scrollin Greasemonkey / - + - + readme file / discuss / - + Source code / Install

- + - Highlight keywords on the web  + Highlight keywords on the web  @@ -270,22 +270,22 @@ Custom keyword highlighting on web pages including dynamic loading when scrollin Greasemonkey / - + - + readme file / discuss / - + Source code / Install

- + - Pin to top and bottom buttons  + Pin to top and bottom buttons  @@ -306,14 +306,14 @@ Custom keyword highlighting on web pages including dynamic loading when scrollin Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -321,9 +321,9 @@ Custom keyword highlighting on web pages including dynamic loading when scrollin Change log

- + - Small window preview  + Small window preview  @@ -344,14 +344,14 @@ Custom keyword highlighting on web pages including dynamic loading when scrollin Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -359,9 +359,9 @@ Custom keyword highlighting on web pages including dynamic loading when scrollin Change log

- + - Beautify web forms with gorgeous gradients  + Beautify web forms with gorgeous gradients  @@ -382,14 +382,14 @@ Custom keyword highlighting on web pages including dynamic loading when scrollin Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -397,9 +397,9 @@ Custom keyword highlighting on web pages including dynamic loading when scrollin Change log

- + - Text to link  + Text to link  @@ -414,14 +414,14 @@ Convert text links to clickable links Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -429,9 +429,9 @@ Convert text links to clickable links Modified from

- + - MarkDown Cloud Cut Notes  + MarkDown Cloud Cut Notes  @@ -452,14 +452,14 @@ Convert text links to clickable links Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -468,12 +468,12 @@ Convert text links to clickable links Modified from - +

GreasyFork (12)

- + - Greasy fork script pages for URL enhancement  + Greasy fork script pages for URL enhancement  @@ -494,22 +494,22 @@ Convert text links to clickable links Greasemonkey / - + - + readme file / discuss / - + Source code / Install

- + - Greasyfork Glue craftsman  + Greasyfork Glue craftsman  @@ -530,14 +530,14 @@ Convert text links to clickable links Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -545,9 +545,9 @@ Convert text links to clickable links Change log

- + - Script Finder GreasyFork Script Lookup  + Script Finder GreasyFork Script Lookup  @@ -568,14 +568,14 @@ Convert text links to clickable links Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -583,9 +583,9 @@ Convert text links to clickable links Change log

- + - Greasyfork Script to display ratings  + Greasyfork Script to display ratings  @@ -606,22 +606,22 @@ Convert text links to clickable links Greasemonkey / - + - + readme file / discuss / - + Source code / Install

- + - GreasyFork: Navigation bar enhancement  + GreasyFork: Navigation bar enhancement  @@ -642,22 +642,22 @@ Convert text links to clickable links Greasemonkey / - + - + readme file / discuss / - + Source code / Install

- + - GreasyFork markdown  + GreasyFork markdown  @@ -678,14 +678,14 @@ Convert text links to clickable links Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -693,9 +693,9 @@ Convert text links to clickable links Change log

- + - GreasyFork Search  + GreasyFork Search  @@ -710,22 +710,22 @@ Search using GoogleGreasyForkandSleazyForkupper script Greasemonkey / - + - + readme file / discuss / - + Source code / Install

- + - GreasyFork Notification Assistant  + GreasyFork Notification Assistant  @@ -746,14 +746,14 @@ Search using GoogleGreasyForkandSleazyForkupper script Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -761,9 +761,9 @@ Search using GoogleGreasyForkandSleazyForkupper script Change log

- + - GreaysFork EnhanceWebHookSync settings  + GreaysFork EnhanceWebHookSync settings  @@ -784,14 +784,14 @@ Search using GoogleGreasyForkandSleazyForkupper script Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -799,9 +799,9 @@ Search using GoogleGreasyForkandSleazyForkupper script Change log

- + - GreasyFork User-published script data visualization  + GreasyFork User-published script data visualization  @@ -822,14 +822,14 @@ Search using GoogleGreasyForkandSleazyForkupper script Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -837,9 +837,9 @@ Search using GoogleGreasyForkandSleazyForkupper script Change log

- + - Greasyfork Display registration time  + Greasyfork Display registration time  @@ -860,14 +860,14 @@ Search using GoogleGreasyForkandSleazyForkupper script Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -877,9 +877,9 @@ Search using GoogleGreasyForkandSleazyForkupper script Modified from

- + - Greasyfork not updated script highlighted  + Greasyfork not updated script highlighted  @@ -900,14 +900,14 @@ Search using GoogleGreasyForkandSleazyForkupper script Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -916,12 +916,12 @@ Search using GoogleGreasyForkandSleazyForkupper script Modified from - +

adult script (11)

- + - MissAv batch backup collection videos  + MissAv batch backup collection videos  @@ -942,14 +942,14 @@ Search using GoogleGreasyForkandSleazyForkupper script Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -957,9 +957,9 @@ Search using GoogleGreasyForkandSleazyForkupper script Change log

- + - MissAV Automatic login  + MissAV Automatic login  @@ -974,14 +974,14 @@ Detection MissAV state,and automatically log in when not logged in Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -989,9 +989,9 @@ Detection MissAV state,and automatically log in when not logged in Change log

- + - ThisAV Automatic login  + ThisAV Automatic login  @@ -1006,14 +1006,14 @@ Detection ThisAV state,and automatically log in when not logged in Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -1021,9 +1021,9 @@ Detection ThisAV state,and automatically log in when not logged in Change log

- + - JableTV Automatic login  + JableTV Automatic login  @@ -1038,14 +1038,14 @@ Detection JableTV state,and automatically log in when not logged in Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -1053,9 +1053,9 @@ Detection JableTV state,and automatically log in when not logged in Change log

- + - MissAV video download tool  + MissAV video download tool  @@ -1076,14 +1076,14 @@ Detection JableTV state,and automatically log in when not logged in Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -1091,9 +1091,9 @@ Detection JableTV state,and automatically log in when not logged in Change log

- + - xvideos push download  + xvideos push download  @@ -1114,14 +1114,14 @@ Detection JableTV state,and automatically log in when not logged in Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -1129,9 +1129,9 @@ Detection JableTV state,and automatically log in when not logged in Change log

- + - Pornhub video download with one click  + Pornhub video download with one click  @@ -1152,14 +1152,14 @@ Detection JableTV state,and automatically log in when not logged in Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -1167,9 +1167,9 @@ Detection JableTV state,and automatically log in when not logged in Change log

- + - xhamster video one-click download assistant  + xhamster video one-click download assistant  @@ -1190,14 +1190,14 @@ Detection JableTV state,and automatically log in when not logged in Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -1205,9 +1205,9 @@ Detection JableTV state,and automatically log in when not logged in Change log

- + - XnxxVideos Video One-click Download Assistant  + XnxxVideos Video One-click Download Assistant  @@ -1228,14 +1228,14 @@ Detection JableTV state,and automatically log in when not logged in Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -1243,9 +1243,9 @@ Detection JableTV state,and automatically log in when not logged in Change log

- + - MissAV Enhanced Assistant  + MissAV Enhanced Assistant  @@ -1266,14 +1266,14 @@ Detection JableTV state,and automatically log in when not logged in Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -1281,9 +1281,9 @@ Detection JableTV state,and automatically log in when not logged in Change log

- + - Just turned 18 years old  + Just turned 18 years old  @@ -1298,14 +1298,14 @@ Since I just turned 18, I can watch adult content Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -1314,12 +1314,12 @@ Since I just turned 18, I can watch adult content Modified from - +

Google Script (2)

- + - Block Google search sites  + Block Google search sites  @@ -1334,22 +1334,22 @@ Search for a Google Blocking a specified site Greasemonkey / - + - + readme file / discuss / - + Source code / Install

- + - Google Advanced search assistant  + Google Advanced search assistant  @@ -1370,26 +1370,26 @@ Search for a Google Blocking a specified site Greasemonkey / - + - + readme file / discuss / - + Source code / Install / Change log - +

GitHub Script (19)

- + - 🤠 Github enhanced assistant warehouse display size  + 🤠 Github enhanced assistant warehouse display size  @@ -1410,14 +1410,14 @@ Search for a Google Blocking a specified site Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -1427,9 +1427,9 @@ Search for a Google Blocking a specified site Modified from

- + - GitHub Sort by date  + GitHub Sort by date  @@ -1450,22 +1450,22 @@ Search for a Google Blocking a specified site Greasemonkey / - + - + readme file / discuss / - + Source code / Install

- + - GitHub folder downloader  + GitHub folder downloader  @@ -1486,14 +1486,14 @@ Search for a Google Blocking a specified site Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -1501,9 +1501,9 @@ Search for a Google Blocking a specified site Change log

- + - Github Copy original file URL with download files  + Github Copy original file URL with download files  @@ -1524,14 +1524,14 @@ Search for a Google Blocking a specified site Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -1539,9 +1539,9 @@ Search for a Google Blocking a specified site Change log

- + - GitHub Submit information display web view  + GitHub Submit information display web view  @@ -1562,22 +1562,22 @@ Search for a Google Blocking a specified site Greasemonkey / - + - + readme file / discuss / - + Source code / Install

- + - GitHub File list beautifier  + GitHub File list beautifier  @@ -1598,14 +1598,14 @@ Search for a Google Blocking a specified site Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -1613,9 +1613,9 @@ Search for a Google Blocking a specified site Change log

- + - GitHub Automatically confirm device authorization  + GitHub Automatically confirm device authorization  @@ -1630,14 +1630,14 @@ existGitHubThe authorization page automatically enters the authorization code an Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -1645,9 +1645,9 @@ existGitHubThe authorization page automatically enters the authorization code an Change log

- + - Github List of code languages show all  + Github List of code languages show all  @@ -1668,14 +1668,14 @@ existGitHubThe authorization page automatically enters the authorization code an Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -1683,9 +1683,9 @@ existGitHubThe authorization page automatically enters the authorization code an Change log

- + - GitHub warehouse quick jump assistant  + GitHub warehouse quick jump assistant  @@ -1706,14 +1706,14 @@ existGitHubThe authorization page automatically enters the authorization code an Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -1721,9 +1721,9 @@ existGitHubThe authorization page automatically enters the authorization code an Change log

- + - Open jsDelivr link on Github  + Open jsDelivr link on Github  @@ -1744,14 +1744,14 @@ existGitHubThe authorization page automatically enters the authorization code an Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -1759,9 +1759,9 @@ existGitHubThe authorization page automatically enters the authorization code an Change log

- + - GitHub Gist code snippet copy and downloader  + GitHub Gist code snippet copy and downloader  @@ -1782,14 +1782,14 @@ existGitHubThe authorization page automatically enters the authorization code an Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -1799,9 +1799,9 @@ existGitHubThe authorization page automatically enters the authorization code an Modified from

- + - GitHub shortcut key translation assistant  + GitHub shortcut key translation assistant  @@ -1822,14 +1822,14 @@ existGitHubThe authorization page automatically enters the authorization code an Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -1837,9 +1837,9 @@ existGitHubThe authorization page automatically enters the authorization code an Change log

- + - GitHub Star Warehouse Notes Assistant  + GitHub Star Warehouse Notes Assistant  @@ -1860,14 +1860,14 @@ existGitHubThe authorization page automatically enters the authorization code an Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -1877,9 +1877,9 @@ existGitHubThe authorization page automatically enters the authorization code an Modified from

- + - GitHub jump to DeepWiKi  + GitHub jump to DeepWiKi  @@ -1900,14 +1900,14 @@ existGitHubThe authorization page automatically enters the authorization code an Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -1917,9 +1917,9 @@ existGitHubThe authorization page automatically enters the authorization code an Modified from

- + - GitHub Hide Copilot  + GitHub Hide Copilot  @@ -1940,14 +1940,14 @@ existGitHubThe authorization page automatically enters the authorization code an Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -1957,9 +1957,9 @@ existGitHubThe authorization page automatically enters the authorization code an Modified from

- + - GitHub Email Address Finder  + GitHub Email Address Finder  @@ -1980,14 +1980,14 @@ existGitHubThe authorization page automatically enters the authorization code an Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -1995,9 +1995,9 @@ existGitHubThe authorization page automatically enters the authorization code an Modified from

- + - GitHub displays file and folder sizes  + GitHub displays file and folder sizes  @@ -2019,14 +2019,14 @@ existGitHubThe authorization page automatically enters the authorization code an Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -2036,9 +2036,9 @@ existGitHubThe authorization page automatically enters the authorization code an Modified from

- + - GitHub Co-author  + GitHub Co-author  @@ -2060,14 +2060,14 @@ existGitHubThe authorization page automatically enters the authorization code an Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -2075,9 +2075,9 @@ existGitHubThe authorization page automatically enters the authorization code an Modified from

- + - GitHub Notification Filter Status  + GitHub Notification Filter Status  @@ -2092,26 +2092,26 @@ github-notification-inbox-toggle development version Greasemonkey / - + - + readme file / discuss / - + Source code / Install / Modified from - +

Translate script (3)

- + - Foreign Language Terminator  + Foreign Language Terminator  @@ -2126,14 +2126,14 @@ Identify non-Chinese characters. If the length is greater than 5 and the transla Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -2141,9 +2141,9 @@ Identify non-Chinese characters. If the length is greater than 5 and the transla Change log

- + - Web page translation – automatic translation into Chinese  + Web page translation – automatic translation into Chinese  @@ -2158,22 +2158,22 @@ Add a Google Translation icon to the lower right corner of each non-Chinese web Greasemonkey / - + - + readme file / discuss / - + Source code / Install

- + - Translation widget | Translate any language  + Translation widget | Translate any language  @@ -2194,14 +2194,14 @@ Add a Google Translation icon to the lower right corner of each non-Chinese web Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -2210,12 +2210,12 @@ Add a Google Translation icon to the lower right corner of each non-Chinese web Modified from - +

AI Script (9)

- + - ChatGPT Collapse self message and max width  + ChatGPT Collapse self message and max width  @@ -2236,14 +2236,14 @@ Add a Google Translation icon to the lower right corner of each non-Chinese web Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -2251,9 +2251,9 @@ Add a Google Translation icon to the lower right corner of each non-Chinese web Change log

- + - ChatGPTCode font size reduced  + ChatGPTCode font size reduced  @@ -2268,22 +2268,22 @@ ChatGPT Make code font smaller and automatically wrap Greasemonkey / - + - + readme file / discuss / - + Source code / Install

- + - ChatGPT Character counter limit (CCCL)  + ChatGPT Character counter limit (CCCL)  @@ -2304,14 +2304,14 @@ ChatGPT Make code font smaller and automatically wrap Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -2319,9 +2319,9 @@ ChatGPT Make code font smaller and automatically wrap Change log

- + - ChatGPT Chat copy code and export code buttons  + ChatGPT Chat copy code and export code buttons  @@ -2342,14 +2342,14 @@ ChatGPT Make code font smaller and automatically wrap Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -2357,9 +2357,9 @@ ChatGPT Make code font smaller and automatically wrap Change log

- + - ChatGPT code highlighted  + ChatGPT code highlighted  @@ -2380,14 +2380,14 @@ ChatGPT Make code font smaller and automatically wrap Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -2395,9 +2395,9 @@ ChatGPT Make code font smaller and automatically wrap Change log

- + - ChatGPT Code Tool  + ChatGPT Code Tool  @@ -2412,14 +2412,14 @@ Add functionality to ChatGPT code blocks, including the option to save or copy c Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -2427,9 +2427,9 @@ Add functionality to ChatGPT code blocks, including the option to save or copy c Modified from

- + - ChatGPT Insert Prompt Word  + ChatGPT Insert Prompt Word  @@ -2444,14 +2444,14 @@ Insert the command into the ChatGPT input box via key combination Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -2459,9 +2459,9 @@ Insert the command into the ChatGPT input box via key combination Modified from

- + - ChatGPT Save conversation  + ChatGPT Save conversation  @@ -2476,14 +2476,14 @@ Save the conversation as a .txt file Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -2493,9 +2493,9 @@ Save the conversation as a .txt file Modified from

- + - ChatGPT Easily manage chats  + ChatGPT Easily manage chats  @@ -2510,26 +2510,26 @@ Search chat, filter chat, fast/batch delete chat. Greasemonkey / - + - + readme file / discuss / - + Source code / Install / Modified from - +

blog site (5)

- + - Unrestricted CSDN login  + Unrestricted CSDN login  @@ -2544,14 +2544,14 @@ Go to your fucking CSDN login and copy, you can copy without logging in Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -2559,9 +2559,9 @@ Go to your fucking CSDN login and copy, you can copy without logging in Change log

- + - Clean blog posts  + Clean blog posts  @@ -2576,14 +2576,14 @@ Remove annoying sidebars, comment blocks, ads, and more. Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -2591,9 +2591,9 @@ Remove annoying sidebars, comment blocks, ads, and more. Modified from

- + - Zhihu dark theme  + Zhihu dark theme  @@ -2608,14 +2608,14 @@ Zhihu’s dark theme style Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -2623,9 +2623,9 @@ Zhihu’s dark theme style Modified from

- + - WeChat web version dark mode  + WeChat web version dark mode  @@ -2640,14 +2640,14 @@ Enable web WeChat full screen window,dark mode Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -2655,9 +2655,9 @@ Enable web WeChat full screen window,dark mode Modified from

- + - Sina Weibo mobile version jump  + Sina Weibo mobile version jump  @@ -2672,26 +2672,26 @@ Sina Weibo automatically jumps to the mobile version,Support Weibo、article Greasemonkey / - + - + readme file / discuss / - + Source code / Install / Modified from - + -

Twitter (4)

- +

Twitter (5)

+ - Twitter/X Hide retweeted posts  + Twitter/X Hide retweeted posts  @@ -2712,14 +2712,14 @@ Sina Weibo automatically jumps to the mobile version,Support Weibo、article Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -2729,9 +2729,9 @@ Sina Weibo automatically jumps to the mobile version,Support Weibo、article Modified from

- + - Twitter Media Downloader (2025.12.02 Fixed)  + Twitter Media Downloader (2025.12.02 Fixed)  @@ -2752,14 +2752,14 @@ Sina Weibo automatically jumps to the mobile version,Support Weibo、article Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -2769,9 +2769,9 @@ Sina Weibo automatically jumps to the mobile version,Support Weibo、article Modified from

- + - Twitter(X) Blacklist and Blocked List Download  + Twitter(X) Blacklist and Blocked List Download  @@ -2786,14 +2786,14 @@ Used to download Twitter(X) blacklists and blocked lists, support automatic dete Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -2801,9 +2801,9 @@ Used to download Twitter(X) blacklists and blocked lists, support automatic dete Modified from

- + - Twitter displays normal date and time  + Twitter displays normal date and time  @@ -2825,24 +2825,64 @@ Used to download Twitter(X) blacklists and blocked lists, support automatic dete Greasemonkey / - + - + readme file / discuss / - + Source code / Install - +

+ + + Twitter(X)-Plus  + + + + Tweet + +

+ +
+ Unmute the video, cancel the automatic loop playback of the video, delete the tweet and retweet, Grok/view button, add one-click blocking, one-click copy tweet URL button +
+ + +
+
+ +
+ + + + Greasemonkey / + + + + readme file / + + + discuss / + + Source code / + + Install / + + Change log / + + Modified from +
+

YouTube (5)

- + - YouTube Assistant  + YouTube Assistant  @@ -2863,14 +2903,14 @@ Used to download Twitter(X) blacklists and blocked lists, support automatic dete Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -2880,9 +2920,9 @@ Used to download Twitter(X) blacklists and blocked lists, support automatic dete Modified from

- + - YouTube Watch shortcuts later  + YouTube Watch shortcuts later  @@ -2897,14 +2937,14 @@ Use keyboard shortcuts to add or delete the current YouTube video to or from the Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -2912,9 +2952,9 @@ Use keyboard shortcuts to add or delete the current YouTube video to or from the Modified from

- + - Better YouTube volume controls  + Better YouTube volume controls  @@ -2929,14 +2969,14 @@ Add sliders to YouTube video player to make volume changes more natural. Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -2944,9 +2984,9 @@ Add sliders to YouTube video player to make volume changes more natural. Modified from

- + - YouTube Dynamic Video Grid  + YouTube Dynamic Video Grid  @@ -2961,14 +3001,14 @@ Dynamically adjust the YouTube video grid based on window width to display the b Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -2978,9 +3018,9 @@ Dynamically adjust the YouTube video grid based on window width to display the b Modified from

- + - YouTube Pro: Audio Enhancer  + YouTube Pro: Audio Enhancer  @@ -3001,26 +3041,26 @@ Dynamically adjust the YouTube video grid based on window width to display the b Greasemonkey / - + - + readme file / discuss / - + Source code / Install / Modified from - +

TikTok (1)

- + - TikTok user information  + TikTok user information  @@ -3035,26 +3075,26 @@ TikTok displays more extended information on profile Greasemonkey / - + - + readme file / discuss / - + Source code / Install / Modified from - +

Bilibili (2)

- + - Bilibili video downloader  + Bilibili video downloader  @@ -3069,14 +3109,14 @@ Download Bilibili videos(Does not support dramas) Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -3084,9 +3124,9 @@ Download Bilibili videos(Does not support dramas) Modified from

- + - Bilibili Live Room Blocking Tool  + Bilibili Live Room Blocking Tool  @@ -3101,21 +3141,21 @@ Bilibili Live Room Blocking Tool,Support management list,Batch blocking,Ex Greasemonkey / - + - + readme file / discuss / - + Source code / Install / Modified from - + @@ -3190,7 +3230,9 @@ To use any script,First you need to install the browser **Tampermonkey Script 人民的勤务员 -People’s little assistant +people’s robots +molanp +Yoobohl fossabot @@ -3204,8 +3246,8 @@ Contributions list by: [contributors](https://github.com/jaywcjlove/github-act ## 🏛️ Open source license agreement -This project uses MIT license Authorize。 -MIT The license is a permissive open source licensing agreement,For details, please refer to Full text of license。 +This project uses MIT license Authorize。 +MIT The license is a permissive open source licensing agreement,For details, please refer to Full text of license
@@ -3215,7 +3257,7 @@ MIT The license is a permissive open source licensing agreement,For details, p ## 🤝 code of conduct -To ensure a friendly、A respectful and inclusive development environment,We have developed the followingcode of conduct。Each contributor is asked to follow these guidelines。 +To ensure a friendly、A respectful and inclusive development environment,We have developed the followingcode of conduct。Each contributor is asked to follow these guidelines。
@@ -3228,7 +3270,7 @@ To ensure a friendly、A respectful and inclusive development environment,We h If you find a vulnerability,please open one[draft security recommendations](https://github.com/ChinaGodMan/UserScripts/security/advisories/new)。 Pull requests are also welcome,but for security reasons,Please send an email to and wait for a reply before making it public。 -For details, please refer to security policy +For details, please refer to security policy
@@ -3238,7 +3280,7 @@ For details, please refer to security policyContribution Guide。To help you contribute code or documentation smoothly,Before submitting code or questions, please,Read the content carefully。 +Thank you for your interest in this project!We have developed the followingContribution Guide。To help you contribute code or documentation smoothly,Before submitting code or questions, please,Read the content carefully。
diff --git a/docs/es/README.md b/docs/es/README.md index 7e6b4a26c..85d121824 100644 --- a/docs/es/README.md +++ b/docs/es/README.md @@ -8,18 +8,18 @@ - China简体中文 | - China繁體中文 | - English | - 日本語 | - Tiếng Việt | - Italiano | - Русский | - Deutsch | - Español | - Portuguese | - Français | - 대한민국 + China简体中文 | + China繁體中文 | + English | + 日本語 | + Tiếng Việt | + Italiano | + Русский | + Deutsch | + Español | + Portuguese | + Français | + 대한민국

@@ -78,16 +78,16 @@ ## 🔖 TOC -[🌐 Navegador y administrador de scripts](#-Navegador-y-administrador-de-scripts) | -[❔️ Cómo instalar o utilizar el script](#%EF%B8%8F-Cómo-instalar-o-utilizar-el-script) | -[🙏 Un agradecimiento especial al código abierto.](#-Un-agradecimiento-especial-al-código-abierto.) | -[🛡️ política de seguridad](#%EF%B8%8F-política-de-seguridad) | -[🤝 Código de conducta](#-Código-de-conducta) | -[🏛️ Acuerdo de licencia de código abierto](#%EF%B8%8F-Acuerdo-de-licencia-de-código-abierto) | +[🌐 Navegador y administrador de scripts](#-Navegador y administrador de scripts) | +[❔️ Cómo instalar o utilizar el script](#%EF%B8%8F-Cómo instalar o utilizar el script) | +[🙏 Un agradecimiento especial al código abierto.](#-Un agradecimiento especial al código abierto.) | +[🛡️ política de seguridad](#%EF%B8%8F-política de seguridad) | +[🤝 Código de conducta](#-Código de conducta) | +[🏛️ Acuerdo de licencia de código abierto](#%EF%B8%8F-Acuerdo de licencia de código abierto) | [🧠 Contribuyente](#-Contribuyente) | -[💖 Guía de contribución](#-Guía-de-contribución) | -[⭐ historia de las estrellas](#-historia-de-las-estrellas) | -[📜 lista de guiones](#-lista-de-guiones) +[💖 Guía de contribución](#-Guía de contribución) | +[⭐ historia de las estrellas](#-historia de las estrellas) | +[📜 lista de guiones](#-lista de guiones) ## 📜 lista de guiones @@ -95,16 +95,16 @@ 💡 **Tip:** _Para mostrar una captura de pantalla de vista previa,Haga clic debajo del nombre de la extensión ▸ o describir。_ -**El número actual de scripts publicados en el repositorio.:83,El guión incluye:** -
guión web (10) +**El número actual de scripts publicados en el repositorio.:84,El guión incluye:** +
guión web (10) | GreasyFork (12) - | guión para adultos (11) - | Google Guion (2) - | GitHub Guion (19) - | Traducir guión (3) - | AI Guion (9) - | sitio de blogs (5) - | Twitter (4) + | guión para adultos (11) + | Google Guion (2) + | GitHub Guion (19) + | Traducir guión (3) + | AI Guion (9) + | sitio de blogs (5) + | Twitter (5) | YouTube (5) | TikTok (1) | Bilibili (2) @@ -113,9 +113,9 @@

guión web (10)

- + - botón de desplazamiento  + botón de desplazamiento  @@ -136,22 +136,22 @@ Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar

- + - Administrador de autorización de versión de clip de escritura de página web  + Administrador de autorización de versión de clip de escritura de página web  @@ -172,14 +172,14 @@ Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -187,9 +187,9 @@ Registro de cambios

- + - Quitar enlace subrayado  + Quitar enlace subrayado  @@ -204,22 +204,22 @@ Eliminar enlaces subrayados en todos los sitios,y manejar nuevos enlaces diná Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar

- + - Resaltar las palabras clave web  + Resaltar las palabras clave web  @@ -234,22 +234,22 @@ Destacado de palabras clave personalizadas en páginas web que incluyen la carga Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar

- + - Resaltar las palabras clave en la web  + Resaltar las palabras clave en la web  @@ -270,22 +270,22 @@ Destacado de palabras clave personalizadas en páginas web que incluyen la carga Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar

- + - Fijar a los botones superior e inferior  + Fijar a los botones superior e inferior  @@ -306,14 +306,14 @@ Destacado de palabras clave personalizadas en páginas web que incluyen la carga Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -321,9 +321,9 @@ Destacado de palabras clave personalizadas en páginas web que incluyen la carga Registro de cambios

- + - Vista previa de ventana pequeña  + Vista previa de ventana pequeña  @@ -344,14 +344,14 @@ Destacado de palabras clave personalizadas en páginas web que incluyen la carga Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -359,9 +359,9 @@ Destacado de palabras clave personalizadas en páginas web que incluyen la carga Registro de cambios

- + - Embellezca los formularios web con magníficos degradados  + Embellezca los formularios web con magníficos degradados  @@ -382,14 +382,14 @@ Destacado de palabras clave personalizadas en páginas web que incluyen la carga Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -397,9 +397,9 @@ Destacado de palabras clave personalizadas en páginas web que incluyen la carga Registro de cambios

- + - Texto para vincular  + Texto para vincular  @@ -414,14 +414,14 @@ Convertir enlaces de texto a enlaces en clic en Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -429,9 +429,9 @@ Convertir enlaces de texto a enlaces en clic en Modificado de

- + - Notas de corte de nube de markdown  + Notas de corte de nube de markdown  @@ -452,14 +452,14 @@ Convertir enlaces de texto a enlaces en clic en Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -468,12 +468,12 @@ Convertir enlaces de texto a enlaces en clic en Modificado de - +

GreasyFork (12)

- + - Páginas de secuencia de comandos de bifurcación grasosa para mejoras de URL  + Páginas de secuencia de comandos de bifurcación grasosa para mejoras de URL  @@ -494,22 +494,22 @@ Convertir enlaces de texto a enlaces en clic en Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar

- + - Greasyfork Artesano del pegamento  + Greasyfork Artesano del pegamento  @@ -530,14 +530,14 @@ Convertir enlaces de texto a enlaces en clic en Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -545,9 +545,9 @@ Convertir enlaces de texto a enlaces en clic en Registro de cambios

- + - Script Finder Búsqueda de guiones de GreasyFork  + Script Finder Búsqueda de guiones de GreasyFork  @@ -568,14 +568,14 @@ Convertir enlaces de texto a enlaces en clic en Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -583,9 +583,9 @@ Convertir enlaces de texto a enlaces en clic en Registro de cambios

- + - Greasyfork Script para mostrar calificaciones  + Greasyfork Script para mostrar calificaciones  @@ -606,22 +606,22 @@ Convertir enlaces de texto a enlaces en clic en Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar

- + - GreasyFork: Mejora de la barra de navegación  + GreasyFork: Mejora de la barra de navegación  @@ -642,22 +642,22 @@ Convertir enlaces de texto a enlaces en clic en Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar

- + - GreasyFork markdown  + GreasyFork markdown  @@ -678,14 +678,14 @@ Convertir enlaces de texto a enlaces en clic en Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -693,9 +693,9 @@ Convertir enlaces de texto a enlaces en clic en Registro de cambios

- + - GreasyFork Search  + GreasyFork Search  @@ -710,22 +710,22 @@ Buscar usando GoogleGreasyForkySleazyForkguión superior Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar

- + - GreasyFork Asistente de notificaciones  + GreasyFork Asistente de notificaciones  @@ -746,14 +746,14 @@ Buscar usando GoogleGreasyForkySleazyForkguión superior Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -761,9 +761,9 @@ Buscar usando GoogleGreasyForkySleazyForkguión superior Registro de cambios

- + - GreaysFork MejorarWebHookConfiguración de sincronización  + GreaysFork MejorarWebHookConfiguración de sincronización  @@ -784,14 +784,14 @@ Buscar usando GoogleGreasyForkySleazyForkguión superior Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -799,9 +799,9 @@ Buscar usando GoogleGreasyForkySleazyForkguión superior Registro de cambios

- + - GreasyFork Visualización de datos de script publicados por el usuario  + GreasyFork Visualización de datos de script publicados por el usuario  @@ -822,14 +822,14 @@ Buscar usando GoogleGreasyForkySleazyForkguión superior Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -837,9 +837,9 @@ Buscar usando GoogleGreasyForkySleazyForkguión superior Registro de cambios

- + - Greasyfork Muestra tiempo de registro  + Greasyfork Muestra tiempo de registro  @@ -860,14 +860,14 @@ Buscar usando GoogleGreasyForkySleazyForkguión superior Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -877,9 +877,9 @@ Buscar usando GoogleGreasyForkySleazyForkguión superior Modificado de

- + - GreasyFork no actualizado script resaltado  + GreasyFork no actualizado script resaltado  @@ -900,14 +900,14 @@ Buscar usando GoogleGreasyForkySleazyForkguión superior Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -916,12 +916,12 @@ Buscar usando GoogleGreasyForkySleazyForkguión superior Modificado de - +

guión para adultos (11)

- + - Videos de colección de copias de seguridad de Missav Batch  + Videos de colección de copias de seguridad de Missav Batch  @@ -942,14 +942,14 @@ Buscar usando GoogleGreasyForkySleazyForkguión superior Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -957,9 +957,9 @@ Buscar usando GoogleGreasyForkySleazyForkguión superior Registro de cambios

- + - MissAV Inicio de sesión automático  + MissAV Inicio de sesión automático  @@ -974,14 +974,14 @@ Detección MissAV estado,e iniciar sesión automáticamente cuando no haya inici Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -989,9 +989,9 @@ Detección MissAV estado,e iniciar sesión automáticamente cuando no haya inici Registro de cambios

- + - ThisAV Inicio de sesión automático  + ThisAV Inicio de sesión automático  @@ -1006,14 +1006,14 @@ Detección ThisAV estado,e iniciar sesión automáticamente cuando no haya inici Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -1021,9 +1021,9 @@ Detección ThisAV estado,e iniciar sesión automáticamente cuando no haya inici Registro de cambios

- + - JableTV Inicio de sesión automático  + JableTV Inicio de sesión automático  @@ -1038,14 +1038,14 @@ Detección JableTV estado,e iniciar sesión automáticamente cuando no haya inic Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -1053,9 +1053,9 @@ Detección JableTV estado,e iniciar sesión automáticamente cuando no haya inic Registro de cambios

- + - Herramienta de descarga de video de Missav  + Herramienta de descarga de video de Missav  @@ -1076,14 +1076,14 @@ Detección JableTV estado,e iniciar sesión automáticamente cuando no haya inic Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -1091,9 +1091,9 @@ Detección JableTV estado,e iniciar sesión automáticamente cuando no haya inic Registro de cambios

- + - descarga de push xvideos  + descarga de push xvideos  @@ -1114,14 +1114,14 @@ Detección JableTV estado,e iniciar sesión automáticamente cuando no haya inic Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -1129,9 +1129,9 @@ Detección JableTV estado,e iniciar sesión automáticamente cuando no haya inic Registro de cambios

- + - Descarga de video pornhub con un solo clic  + Descarga de video pornhub con un solo clic  @@ -1152,14 +1152,14 @@ Detección JableTV estado,e iniciar sesión automáticamente cuando no haya inic Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -1167,9 +1167,9 @@ Detección JableTV estado,e iniciar sesión automáticamente cuando no haya inic Registro de cambios

- + - Video de Xhamster Asistente de descarga de un solo clic  + Video de Xhamster Asistente de descarga de un solo clic  @@ -1190,14 +1190,14 @@ Detección JableTV estado,e iniciar sesión automáticamente cuando no haya inic Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -1205,9 +1205,9 @@ Detección JableTV estado,e iniciar sesión automáticamente cuando no haya inic Registro de cambios

- + - XNXXVIDEOS Video One-Click Descargar Asistente  + XNXXVIDEOS Video One-Click Descargar Asistente  @@ -1228,14 +1228,14 @@ Detección JableTV estado,e iniciar sesión automáticamente cuando no haya inic Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -1243,9 +1243,9 @@ Detección JableTV estado,e iniciar sesión automáticamente cuando no haya inic Registro de cambios

- + - Asistente mejorado de Missav  + Asistente mejorado de Missav  @@ -1266,14 +1266,14 @@ Detección JableTV estado,e iniciar sesión automáticamente cuando no haya inic Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -1281,9 +1281,9 @@ Detección JableTV estado,e iniciar sesión automáticamente cuando no haya inic Registro de cambios

- + - Acabo de cumplir 18 años  + Acabo de cumplir 18 años  @@ -1298,14 +1298,14 @@ Desde que acabo de cumplir 18 años, puedo ver contenido para adultos Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -1314,12 +1314,12 @@ Desde que acabo de cumplir 18 años, puedo ver contenido para adultos Modificado de - +

Google Guion (2)

- + - Bloquear los sitios de búsqueda de Google  + Bloquear los sitios de búsqueda de Google  @@ -1334,22 +1334,22 @@ Busque un Google bloqueando un sitio específico Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar

- + - Google asistente de búsqueda avanzada  + Google asistente de búsqueda avanzada  @@ -1370,26 +1370,26 @@ Busque un Google bloqueando un sitio específico Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / Registro de cambios - +

GitHub Guion (19)

- + - 🤠 Tamaño de visualización del almacén del asistente mejorado de Github  + 🤠 Tamaño de visualización del almacén del asistente mejorado de Github  @@ -1410,14 +1410,14 @@ Busque un Google bloqueando un sitio específico Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -1427,9 +1427,9 @@ Busque un Google bloqueando un sitio específico Modificado de

- + - GitHub Ordenar por fecha  + GitHub Ordenar por fecha  @@ -1450,22 +1450,22 @@ Busque un Google bloqueando un sitio específico Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar

- + - GitHub descargador de carpetas  + GitHub descargador de carpetas  @@ -1486,14 +1486,14 @@ Busque un Google bloqueando un sitio específico Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -1501,9 +1501,9 @@ Busque un Google bloqueando un sitio específico Registro de cambios

- + - Github Copiar archivo original URL con archivos de descarga  + Github Copiar archivo original URL con archivos de descarga  @@ -1524,14 +1524,14 @@ Busque un Google bloqueando un sitio específico Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -1539,9 +1539,9 @@ Busque un Google bloqueando un sitio específico Registro de cambios

- + - GitHub Enviar información mostrar vista web  + GitHub Enviar información mostrar vista web  @@ -1562,22 +1562,22 @@ Busque un Google bloqueando un sitio específico Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar

- + - GitHub Embellecedor de lista de archivos  + GitHub Embellecedor de lista de archivos  @@ -1598,14 +1598,14 @@ Busque un Google bloqueando un sitio específico Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -1613,9 +1613,9 @@ Busque un Google bloqueando un sitio específico Registro de cambios

- + - GitHub Confirmar automáticamente la autorización del dispositivo  + GitHub Confirmar automáticamente la autorización del dispositivo  @@ -1630,14 +1630,14 @@ existirGitHubLa página de autorización ingresa automáticamente el código de Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -1645,9 +1645,9 @@ existirGitHubLa página de autorización ingresa automáticamente el código de Registro de cambios

- + - Github Lista de lenguajes de código mostrar todo  + Github Lista de lenguajes de código mostrar todo  @@ -1668,14 +1668,14 @@ existirGitHubLa página de autorización ingresa automáticamente el código de Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -1683,9 +1683,9 @@ existirGitHubLa página de autorización ingresa automáticamente el código de Registro de cambios

- + - Asistente de salto rápido del almacén de GitHub  + Asistente de salto rápido del almacén de GitHub  @@ -1706,14 +1706,14 @@ existirGitHubLa página de autorización ingresa automáticamente el código de Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -1721,9 +1721,9 @@ existirGitHubLa página de autorización ingresa automáticamente el código de Registro de cambios

- + - Abra el enlace JSDelivr en Github  + Abra el enlace JSDelivr en Github  @@ -1744,14 +1744,14 @@ existirGitHubLa página de autorización ingresa automáticamente el código de Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -1759,9 +1759,9 @@ existirGitHubLa página de autorización ingresa automáticamente el código de Registro de cambios

- + - Copia y descargador de fragmentos de código Github Gist  + Copia y descargador de fragmentos de código Github Gist  @@ -1782,14 +1782,14 @@ existirGitHubLa página de autorización ingresa automáticamente el código de Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -1799,9 +1799,9 @@ existirGitHubLa página de autorización ingresa automáticamente el código de Modificado de

- + - Asistente de traducción de clave de acceso directo de GitHub  + Asistente de traducción de clave de acceso directo de GitHub  @@ -1822,14 +1822,14 @@ existirGitHubLa página de autorización ingresa automáticamente el código de Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -1837,9 +1837,9 @@ existirGitHubLa página de autorización ingresa automáticamente el código de Registro de cambios

- + - Asistente de notas de almacén de estrellas de Github  + Asistente de notas de almacén de estrellas de Github  @@ -1860,14 +1860,14 @@ existirGitHubLa página de autorización ingresa automáticamente el código de Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -1877,9 +1877,9 @@ existirGitHubLa página de autorización ingresa automáticamente el código de Modificado de

- + - Github salta a Deepwiki  + Github salta a Deepwiki  @@ -1900,14 +1900,14 @@ existirGitHubLa página de autorización ingresa automáticamente el código de Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -1917,9 +1917,9 @@ existirGitHubLa página de autorización ingresa automáticamente el código de Modificado de

- + - Github Ocultar copiloto  + Github Ocultar copiloto  @@ -1940,14 +1940,14 @@ existirGitHubLa página de autorización ingresa automáticamente el código de Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -1957,9 +1957,9 @@ existirGitHubLa página de autorización ingresa automáticamente el código de Modificado de

- + - Buscador de direcciones de correo electrónico de GitHub  + Buscador de direcciones de correo electrónico de GitHub  @@ -1980,14 +1980,14 @@ existirGitHubLa página de autorización ingresa automáticamente el código de Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -1995,9 +1995,9 @@ existirGitHubLa página de autorización ingresa automáticamente el código de Modificado de

- + - GitHub muestra tamaños de archivo y carpeta  + GitHub muestra tamaños de archivo y carpeta  @@ -2019,14 +2019,14 @@ existirGitHubLa página de autorización ingresa automáticamente el código de Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -2036,9 +2036,9 @@ existirGitHubLa página de autorización ingresa automáticamente el código de Modificado de

- + - Coautor de Github  + Coautor de Github  @@ -2060,14 +2060,14 @@ existirGitHubLa página de autorización ingresa automáticamente el código de Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -2075,9 +2075,9 @@ existirGitHubLa página de autorización ingresa automáticamente el código de Modificado de

- + - Estado del filtro de notificación de github  + Estado del filtro de notificación de github  @@ -2092,26 +2092,26 @@ Versión de desarrollo de github-notification-inbox-toggle Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / Modificado de - +

Traducir guión (3)

- + - Terminador de idiomas extranjeros  + Terminador de idiomas extranjeros  @@ -2126,14 +2126,14 @@ Identificar personajes no chinos. Si la longitud es mayor que 5 y el texto tradu Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -2141,9 +2141,9 @@ Identificar personajes no chinos. Si la longitud es mayor que 5 y el texto tradu Registro de cambios

- + - Traducción de la página web: traducción automática al chino  + Traducción de la página web: traducción automática al chino  @@ -2158,22 +2158,22 @@ Agregue un icono de traducción de Google a la esquina inferior derecha de cada Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar

- + - Widget de traducción |  + Widget de traducción |  @@ -2194,14 +2194,14 @@ Agregue un icono de traducción de Google a la esquina inferior derecha de cada Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -2210,12 +2210,12 @@ Agregue un icono de traducción de Google a la esquina inferior derecha de cada Modificado de - +

AI Guion (9)

- + - ChatGPT Contraer automensaje y ancho máximo  + ChatGPT Contraer automensaje y ancho máximo  @@ -2236,14 +2236,14 @@ Agregue un icono de traducción de Google a la esquina inferior derecha de cada Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -2251,9 +2251,9 @@ Agregue un icono de traducción de Google a la esquina inferior derecha de cada Registro de cambios

- + - ChatGPTTamaño de fuente del código reducido  + ChatGPTTamaño de fuente del código reducido  @@ -2268,22 +2268,22 @@ ChatGPT Reducir la fuente del código y envolver automáticamente Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar

- + - ChatGPT Límite del contador de caracteres (CCCL)  + ChatGPT Límite del contador de caracteres (CCCL)  @@ -2304,14 +2304,14 @@ ChatGPT Reducir la fuente del código y envolver automáticamente Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -2319,9 +2319,9 @@ ChatGPT Reducir la fuente del código y envolver automáticamente Registro de cambios

- + - ChatGPT Botones de copiar código y exportar código de chat  + ChatGPT Botones de copiar código y exportar código de chat  @@ -2342,14 +2342,14 @@ ChatGPT Reducir la fuente del código y envolver automáticamente Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -2357,9 +2357,9 @@ ChatGPT Reducir la fuente del código y envolver automáticamente Registro de cambios

- + - Código de chatgpt resaltado  + Código de chatgpt resaltado  @@ -2380,14 +2380,14 @@ ChatGPT Reducir la fuente del código y envolver automáticamente Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -2395,9 +2395,9 @@ ChatGPT Reducir la fuente del código y envolver automáticamente Registro de cambios

- + - Herramienta de código chatgpt  + Herramienta de código chatgpt  @@ -2412,14 +2412,14 @@ Agregue la funcionalidad a los bloques de código CHATGPT, incluida la opción d Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -2427,9 +2427,9 @@ Agregue la funcionalidad a los bloques de código CHATGPT, incluida la opción d Modificado de

- + - Chatgpt inserte una palabra rápida  + Chatgpt inserte una palabra rápida  @@ -2444,14 +2444,14 @@ Inserte el comando en el cuadro de entrada de chatgpt a través de la combinaci Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -2459,9 +2459,9 @@ Inserte el comando en el cuadro de entrada de chatgpt a través de la combinaci Modificado de

- + - Chatgpt guardar conversación  + Chatgpt guardar conversación  @@ -2476,14 +2476,14 @@ Guarde la conversación como un archivo .txt Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -2493,9 +2493,9 @@ Guarde la conversación como un archivo .txt Modificado de

- + - Chatgpt administrar fácilmente los chats  + Chatgpt administrar fácilmente los chats  @@ -2510,26 +2510,26 @@ Buscar chat, filtrar chat, fast/lotes eliminar chat. Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / Modificado de - +

sitio de blogs (5)

- + - Iniciar sesión CSDN sin restricciones  + Iniciar sesión CSDN sin restricciones  @@ -2544,14 +2544,14 @@ Vaya a su jodido inicio de sesión y copia de CSDN, puede copiar sin iniciar ses Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -2559,9 +2559,9 @@ Vaya a su jodido inicio de sesión y copia de CSDN, puede copiar sin iniciar ses Registro de cambios

- + - Publicaciones de blog limpias  + Publicaciones de blog limpias  @@ -2576,14 +2576,14 @@ Elimine barras laterales molestas, bloques de comentarios, anuncios y más. Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -2591,9 +2591,9 @@ Elimine barras laterales molestas, bloques de comentarios, anuncios y más. Modificado de

- + - Tema oscuro de Zhihu  + Tema oscuro de Zhihu  @@ -2608,14 +2608,14 @@ El estilo de tema oscuro de Zhihu Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -2623,9 +2623,9 @@ El estilo de tema oscuro de Zhihu Modificado de

- + - Modo oscuro de la versión web de WeChat  + Modo oscuro de la versión web de WeChat  @@ -2640,14 +2640,14 @@ Habilitar la ventana de pantalla completa de WeChat web,modo oscuro Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -2655,9 +2655,9 @@ Habilitar la ventana de pantalla completa de WeChat web,modo oscuro Modificado de

- + - Salto de la versión móvil de Sina Weibo  + Salto de la versión móvil de Sina Weibo  @@ -2672,26 +2672,26 @@ Sina Weibo salta automáticamente a la versión móvil,Soporte Weibo、artícu Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / Modificado de - + -

Twitter (4)

- +

Twitter (5)

+ - Twitter/x Ocultar publicaciones retuiteadas  + Twitter/x Ocultar publicaciones retuiteadas  @@ -2712,14 +2712,14 @@ Sina Weibo salta automáticamente a la versión móvil,Soporte Weibo、artícu Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -2729,9 +2729,9 @@ Sina Weibo salta automáticamente a la versión móvil,Soporte Weibo、artícu Modificado de

- + - Descarga de medios de Twitter (2025.12.02 solucionado)  + Descarga de medios de Twitter (2025.12.02 solucionado)  @@ -2752,14 +2752,14 @@ Sina Weibo salta automáticamente a la versión móvil,Soporte Weibo、artícu Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -2769,9 +2769,9 @@ Sina Weibo salta automáticamente a la versión móvil,Soporte Weibo、artícu Modificado de

- + - Twitter (x) Descarga de lista de lista negra y bloqueada  + Twitter (x) Descarga de lista de lista negra y bloqueada  @@ -2786,14 +2786,14 @@ Se usa para descargar listas negras de Twitter (x) y listas bloqueadas, admite l Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -2801,9 +2801,9 @@ Se usa para descargar listas negras de Twitter (x) y listas bloqueadas, admite l Modificado de

- + - Twitter muestra fecha y hora normales  + Twitter muestra fecha y hora normales  @@ -2825,24 +2825,64 @@ Se usa para descargar listas negras de Twitter (x) y listas bloqueadas, admite l Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar - +

+ + + Twitter(X)-Más  + + + + Tweet + +

+ +
+ Activar el silencio del vídeo, cancelar la reproducción automática en bucle del vídeo, eliminar el tweet y retuitear, botón Grok/ver, agregar bloqueo con un clic, botón copiar URL del tweet con un clic +
+ + +
+
+ +
+ + + + Greasemonkey / + + + + archivo Léame / + + + conversar / + + código fuente / + + Instalar / + + Registro de cambios / + + Modificado de +
+

YouTube (5)

- + - Asistente de YouTube  + Asistente de YouTube  @@ -2863,14 +2903,14 @@ Se usa para descargar listas negras de Twitter (x) y listas bloqueadas, admite l Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -2880,9 +2920,9 @@ Se usa para descargar listas negras de Twitter (x) y listas bloqueadas, admite l Modificado de

- + - YouTube Watch atajos más tarde  + YouTube Watch atajos más tarde  @@ -2897,14 +2937,14 @@ Use atajos de teclado para agregar o eliminar el video actual de YouTube hacia o Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -2912,9 +2952,9 @@ Use atajos de teclado para agregar o eliminar el video actual de YouTube hacia o Modificado de

- + - Mejores controles de volumen de YouTube  + Mejores controles de volumen de YouTube  @@ -2929,14 +2969,14 @@ Agregue los controles deslizantes al reproductor de video de YouTube para hacer Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -2944,9 +2984,9 @@ Agregue los controles deslizantes al reproductor de video de YouTube para hacer Modificado de

- + - Grid de video dinámico de YouTube  + Grid de video dinámico de YouTube  @@ -2961,14 +3001,14 @@ Ajuste dinámicamente la cuadrícula de video de YouTube en función del ancho d Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -2978,9 +3018,9 @@ Ajuste dinámicamente la cuadrícula de video de YouTube en función del ancho d Modificado de

- + - YouTube Pro: potenciador de audio  + YouTube Pro: potenciador de audio  @@ -3001,26 +3041,26 @@ Ajuste dinámicamente la cuadrícula de video de YouTube en función del ancho d Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / Modificado de - +

TikTok (1)

- + - Información del usuario de Tiktok  + Información del usuario de Tiktok  @@ -3035,26 +3075,26 @@ Tiktok muestra información más extendida sobre el perfil Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / Modificado de - +

Bilibili (2)

- + - Descargador de videos Bilibili  + Descargador de videos Bilibili  @@ -3069,14 +3109,14 @@ Descargar vídeos de Bilibili(No soporta dramas) Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -3084,9 +3124,9 @@ Descargar vídeos de Bilibili(No soporta dramas) Modificado de

- + - Herramienta de bloqueo de salas en vivo Bilibili  + Herramienta de bloqueo de salas en vivo Bilibili  @@ -3101,21 +3141,21 @@ Herramienta de bloqueo de salas en vivo Bilibili,Lista de gestión de soporte Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / Modificado de - + @@ -3163,7 +3203,7 @@ Para usar cualquier script,Primero necesitas instalar el navegador. **Tampermo > [!TIP] > > - hijo del desierto :+1: -> - copiado [hijo del desierto](https://github.com/maboloshi)depósito[github-chinese](https://github.com/maboloshi/github-chinese)código dentro
+> - Copiado [hijo del desierto](https://github.com/maboloshi)depósito[github-chinese](https://github.com/maboloshi/github-chinese)código dentro
> - en este almacén`writer.py` `update-contributors.yml` Copiado usando[tributors_images.yml](https://github.com/maboloshi/github-chinese/blob/gh-pages/.github/workflows/update_contributors_images.yml)código dentro > - Este archivo Léame del repositorio se copia[github-chinese/README.md](https://github.com/maboloshi/github-chinese#:~:text=%E6%B5%8F%E8%A7%88%E5%99%A8%E4%B8%8EAdministrador%20de%20guiones)contenido `Cómo instalar/Usar guión?` @@ -3176,9 +3216,9 @@ Para usar cualquier script,Primero necesitas instalar el navegador. **Tampermo > - _El salto de redirección mutua dentro del guión proviene de[Adam Lui Liu Zhan Peng](https://github.com/adamlui)estilo de autoinforme_ :trollface: > - _Todo en este almacén`README.md`Archivo copiado y usado de este repositorio Yankee`README.md`Diseño del documento,delimitador,código,Ideas_ :trollface: > - _yanqui copiado[Adam Lui Liu Zhan Peng](https://github.com/adamlui) Action codigo interno_ [sync-autoclear-chatgpt-history-changes.yml](https://github.com/adamlui/chatgpt-apps/blob/main/.github/workflows/sync-autoclear-chatgpt-history-changes.yml) :trollface: -> - _copiado yanqui[Adam Lui Liu Zhan Peng](https://github.com/adamlui)Action codigo interno_ [sync-autoclear-chatgpt-history-changes.yml](https://github.com/adamlui/chatgpt-apps/blob/main/.github/workflows/sync-autoclear-chatgpt-history-changes.yml) :trollface: +> - _Copiado yanqui[Adam Lui Liu Zhan Peng](https://github.com/adamlui)Action codigo interno_ [sync-autoclear-chatgpt-history-changes.yml](https://github.com/adamlui/chatgpt-apps/blob/main/.github/workflows/sync-autoclear-chatgpt-history-changes.yml) :trollface: > - _yanqui copiado[Adam Lui Liu Zhan Peng](https://github.com/adamlui)_ [chatgpt-auto-continue/docs/README.md](https://github.com/adamlui/ai-apps/blob/main/chatgpt-auto-continue/docs/README.md)delimitador,Estilo de composición :trollface: -> - _copiado yanqui[Adam Lui Liu Zhan Peng](https://github.com/adamlui)Python codigo interno_ [translate-en-messages.py](https://github.com/adamlui/python-utils/blob/main/translate-messages/translate-en-messages.py) :trollface: +> - _Copiado yanqui[Adam Lui Liu Zhan Peng](https://github.com/adamlui)Python codigo interno_ [translate-en-messages.py](https://github.com/adamlui/python-utils/blob/main/translate-messages/translate-en-messages.py) :trollface:
@@ -3190,7 +3230,9 @@ Para usar cualquier script,Primero necesitas instalar el navegador. **Tampermo 人民的勤务员 -El pequeño asistente de la gente. +robots de la gente +molanp +Yoobohl fossabot @@ -3204,8 +3246,8 @@ Lista de contribuciones de: [contributors](https://github.com/jaywcjlove/githu ## 🏛️ Acuerdo de licencia de código abierto -Este proyecto utiliza MIT licencia Autorizar。 -MIT La licencia es un acuerdo de licencia de código abierto permisivo.,Para más detalles, consulte Texto completo de la licencia。 +Este proyecto utiliza MIT licencia Autorizar。 +MIT La licencia es un acuerdo de licencia de código abierto permisivo.,Para más detalles, consulte Texto completo de la licencia
@@ -3215,7 +3257,7 @@ MIT La licencia es un acuerdo de licencia de código abierto permisivo.,Para m ## 🤝 Código de conducta -Para garantizar una amistad、Un entorno de desarrollo respetuoso e inclusivo,Hemos desarrollado el siguienteCódigo de conducta。Se solicita a cada colaborador que siga estas pautas.。 +Para garantizar una amistad、Un entorno de desarrollo respetuoso e inclusivo,Hemos desarrollado el siguienteCódigo de conducta。Se solicita a cada colaborador que siga estas pautas.。
@@ -3228,7 +3270,7 @@ Para garantizar una amistad、Un entorno de desarrollo respetuoso e inclusivo, Si encuentras una vulnerabilidad,por favor abre uno[borrador de recomendaciones de seguridad](https://github.com/ChinaGodMan/UserScripts/security/advisories/new)。 Las solicitudes de extracción también son bienvenidas,pero por razones de seguridad,Por favor envíe un correo electrónico a y espera una respuesta antes de hacerlo público。 -Para más detalles, consulte política de seguridad +Para más detalles, consulte política de seguridad
@@ -3238,7 +3280,7 @@ Para más detalles, consulte política de segur ## 💖 Guía de contribución -Gracias por su interés en este proyecto.!Hemos desarrollado el siguienteGuía de contribución。Para ayudarle a contribuir con código o documentación sin problemas,Antes de enviar código o preguntas, por favor,Lee atentamente el contenido。 +Gracias por su interés en este proyecto.!Hemos desarrollado el siguienteGuía de contribución。Para ayudarle a contribuir con código o documentación sin problemas,Antes de enviar código o preguntas, por favor,Lee atentamente el contenido。
diff --git a/docs/fr/README.md b/docs/fr/README.md index e9075bdd0..de2439dcc 100644 --- a/docs/fr/README.md +++ b/docs/fr/README.md @@ -8,18 +8,18 @@ - China简体中文 | - China繁體中文 | - English | - 日本語 | - Tiếng Việt | - Italiano | - Русский | - Deutsch | - Español | - Portuguese | - Français | - 대한민국 + China简体中文 | + China繁體中文 | + English | + 日本語 | + Tiếng Việt | + Italiano | + Русский | + Deutsch | + Español | + Portuguese | + Français | + 대한민국

@@ -78,16 +78,16 @@ ## 🔖 TOC -[🌐 Navigateur et gestionnaire de scripts](#-Navigateur-et-gestionnaire-de-scripts) | -[❔️ Comment installer ou utiliser le script](#%EF%B8%8F-Comment-installer-ou-utiliser-le-script) | -[🙏 Un merci spécial à l’open source](#-Un-merci-spécial-à-l’open-source) | -[🛡️ politique de sécurité](#%EF%B8%8F-politique-de-sécurité) | -[🤝 code de conduite](#-code-de-conduite) | -[🏛️ Contrat de licence open source](#%EF%B8%8F-Contrat-de-licence-open-source) | +[🌐 Navigateur et gestionnaire de scripts](#-Navigateur et gestionnaire de scripts) | +[❔️ Comment installer ou utiliser le script](#%EF%B8%8F-Comment installer ou utiliser le script) | +[🙏 Un merci spécial à l’open source](#-Un merci spécial à l’open source) | +[🛡️ politique de sécurité](#%EF%B8%8F-politique de sécurité) | +[🤝 code de conduite](#-code de conduite) | +[🏛️ Contrat de licence open source](#%EF%B8%8F-Contrat de licence open source) | [🧠 Donateur](#-Donateur) | -[💖 Guide des contributions](#-Guide-des-contributions) | -[⭐ histoire des étoiles](#-histoire-des-étoiles) | -[📜 liste de scripts](#-liste-de-scripts) +[💖 Guide des contributions](#-Guide des contributions) | +[⭐ histoire des étoiles](#-histoire des étoiles) | +[📜 liste de scripts](#-liste de scripts) ## 📜 liste de scripts @@ -95,16 +95,16 @@ 💡 **Tip:** _Pour afficher un aperçu de la capture d’écran,Cliquez sous le nom de l’extension ▸ ou décrire。_ -**Le nombre actuel de scripts publiés dans le référentiel:83,Le script comprend:** -
script Web (10) +**Le nombre actuel de scripts publiés dans le référentiel:84,Le script comprend:** +
script Web (10) | GreasyFork (12) - | scénario pour adultes (11) - | Google Scénario (2) - | GitHub Scénario (19) - | Traduire le script (3) - | AI Scénario (9) - | site de blogs (5) - | Twitter (4) + | scénario pour adultes (11) + | Google Scénario (2) + | GitHub Scénario (19) + | Traduire le script (3) + | AI Scénario (9) + | site de blogs (5) + | Twitter (5) | YouTube (5) | TikTok (1) | Bilibili (2) @@ -113,9 +113,9 @@

script Web (10)

- + - bouton de défilement  + bouton de défilement  @@ -136,22 +136,22 @@ Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer

- + - Gestionnaire d’autorisation de version de clip d’écriture de page Web  + Gestionnaire d’autorisation de version de clip d’écriture de page Web  @@ -172,14 +172,14 @@ Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -187,9 +187,9 @@ Journal des modifications

- + - Supprimer le soulignement du lien  + Supprimer le soulignement du lien  @@ -204,22 +204,22 @@ Supprimer les liens soulignés sur tous les sites,et gérer les nouveaux liens Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer

- + - Mettre en surbrillance les mots clés Web  + Mettre en surbrillance les mots clés Web  @@ -234,22 +234,22 @@ Mots-clés personnalisés mettant en surbrillance sur les pages Web, y compris l Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer

- + - Mettez en surbrillance des mots clés sur le Web  + Mettez en surbrillance des mots clés sur le Web  @@ -270,22 +270,22 @@ Mots-clés personnalisés mettant en surbrillance sur les pages Web, y compris l Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer

- + - Épingler sur les boutons du haut et du bas  + Épingler sur les boutons du haut et du bas  @@ -306,14 +306,14 @@ Mots-clés personnalisés mettant en surbrillance sur les pages Web, y compris l Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -321,9 +321,9 @@ Mots-clés personnalisés mettant en surbrillance sur les pages Web, y compris l Journal des modifications

- + - Aperçu dans une petite fenêtre  + Aperçu dans une petite fenêtre  @@ -344,14 +344,14 @@ Mots-clés personnalisés mettant en surbrillance sur les pages Web, y compris l Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -359,9 +359,9 @@ Mots-clés personnalisés mettant en surbrillance sur les pages Web, y compris l Journal des modifications

- + - Embellissez les formulaires Web avec de superbes dégradés  + Embellissez les formulaires Web avec de superbes dégradés  @@ -382,14 +382,14 @@ Mots-clés personnalisés mettant en surbrillance sur les pages Web, y compris l Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -397,9 +397,9 @@ Mots-clés personnalisés mettant en surbrillance sur les pages Web, y compris l Journal des modifications

- + - Texte pour lier  + Texte pour lier  @@ -414,14 +414,14 @@ Convertir les liens de texte en liens clickables Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -429,9 +429,9 @@ Convertir les liens de texte en liens clickables Modifié à partir de

- + - Notes de coupe de cloud de Markdown  + Notes de coupe de cloud de Markdown  @@ -452,14 +452,14 @@ Convertir les liens de texte en liens clickables Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -468,12 +468,12 @@ Convertir les liens de texte en liens clickables Modifié à partir de - +

GreasyFork (12)

- + - Pages de script de fourche grasse pour amélioration de l’URL  + Pages de script de fourche grasse pour amélioration de l’URL  @@ -494,22 +494,22 @@ Convertir les liens de texte en liens clickables Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer

- + - Greasyfork Artisan de la colle  + Greasyfork Artisan de la colle  @@ -530,14 +530,14 @@ Convertir les liens de texte en liens clickables Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -545,9 +545,9 @@ Convertir les liens de texte en liens clickables Journal des modifications

- + - Script Finder Recherche de script GreasyFork  + Script Finder Recherche de script GreasyFork  @@ -568,14 +568,14 @@ Convertir les liens de texte en liens clickables Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -583,9 +583,9 @@ Convertir les liens de texte en liens clickables Journal des modifications

- + - Greasyfork Script pour afficher les notes  + Greasyfork Script pour afficher les notes  @@ -606,22 +606,22 @@ Convertir les liens de texte en liens clickables Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer

- + - GreasyFork: Amélioration de la barre de navigation  + GreasyFork: Amélioration de la barre de navigation  @@ -642,22 +642,22 @@ Convertir les liens de texte en liens clickables Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer

- + - GreasyFork markdown  + GreasyFork markdown  @@ -678,14 +678,14 @@ Convertir les liens de texte en liens clickables Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -693,9 +693,9 @@ Convertir les liens de texte en liens clickables Journal des modifications

- + - GreasyFork Search  + GreasyFork Search  @@ -710,22 +710,22 @@ Rechercher avec GoogleGreasyForketSleazyForkécriture supérieure Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer

- + - GreasyFork Assistant de notifications  + GreasyFork Assistant de notifications  @@ -746,14 +746,14 @@ Rechercher avec GoogleGreasyForketSleazyForkécriture supérieure Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -761,9 +761,9 @@ Rechercher avec GoogleGreasyForketSleazyForkécriture supérieure Journal des modifications

- + - GreaysFork AméliorerWebHookParamètres de synchronisation  + GreaysFork AméliorerWebHookParamètres de synchronisation  @@ -784,14 +784,14 @@ Rechercher avec GoogleGreasyForketSleazyForkécriture supérieure Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -799,9 +799,9 @@ Rechercher avec GoogleGreasyForketSleazyForkécriture supérieure Journal des modifications

- + - GreasyFork Visualisation des données de script publié par l’utilisateur  + GreasyFork Visualisation des données de script publié par l’utilisateur  @@ -822,14 +822,14 @@ Rechercher avec GoogleGreasyForketSleazyForkécriture supérieure Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -837,9 +837,9 @@ Rechercher avec GoogleGreasyForketSleazyForkécriture supérieure Journal des modifications

- + - Greasyfork Afficher temps d’inscription  + Greasyfork Afficher temps d’inscription  @@ -860,14 +860,14 @@ Rechercher avec GoogleGreasyForketSleazyForkécriture supérieure Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -877,9 +877,9 @@ Rechercher avec GoogleGreasyForketSleazyForkécriture supérieure Modifié à partir de

- + - Greasyfork non mis à jour le script mis en surbrillance  + Greasyfork non mis à jour le script mis en surbrillance  @@ -900,14 +900,14 @@ Rechercher avec GoogleGreasyForketSleazyForkécriture supérieure Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -916,12 +916,12 @@ Rechercher avec GoogleGreasyForketSleazyForkécriture supérieure Modifié à partir de - +

scénario pour adultes (11)

- + - Vidéos de collection de sauvegarde de Missav Batch  + Vidéos de collection de sauvegarde de Missav Batch  @@ -942,14 +942,14 @@ Rechercher avec GoogleGreasyForketSleazyForkécriture supérieure Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -957,9 +957,9 @@ Rechercher avec GoogleGreasyForketSleazyForkécriture supérieure Journal des modifications

- + - MissAV Connexion automatique  + MissAV Connexion automatique  @@ -974,14 +974,14 @@ Détection MissAV État,et connectez-vous automatiquement lorsque vous n’êtes Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -989,9 +989,9 @@ Détection MissAV État,et connectez-vous automatiquement lorsque vous n’êtes Journal des modifications

- + - ThisAV Connexion automatique  + ThisAV Connexion automatique  @@ -1006,14 +1006,14 @@ Détection ThisAV État,et connectez-vous automatiquement lorsque vous n’êtes Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -1021,9 +1021,9 @@ Détection ThisAV État,et connectez-vous automatiquement lorsque vous n’êtes Journal des modifications

- + - JableTV Connexion automatique  + JableTV Connexion automatique  @@ -1038,14 +1038,14 @@ Détection JableTV État,et connectez-vous automatiquement lorsque vous n’ête Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -1053,9 +1053,9 @@ Détection JableTV État,et connectez-vous automatiquement lorsque vous n’ête Journal des modifications

- + - Outil de téléchargement vidéo Missav  + Outil de téléchargement vidéo Missav  @@ -1076,14 +1076,14 @@ Détection JableTV État,et connectez-vous automatiquement lorsque vous n’ête Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -1091,9 +1091,9 @@ Détection JableTV État,et connectez-vous automatiquement lorsque vous n’ête Journal des modifications

- + - xvideos push download  + xvideos push download  @@ -1114,14 +1114,14 @@ Détection JableTV État,et connectez-vous automatiquement lorsque vous n’ête Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -1129,9 +1129,9 @@ Détection JableTV État,et connectez-vous automatiquement lorsque vous n’ête Journal des modifications

- + - Téléchargement vidéo pornhub en un clic  + Téléchargement vidéo pornhub en un clic  @@ -1152,14 +1152,14 @@ Détection JableTV État,et connectez-vous automatiquement lorsque vous n’ête Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -1167,9 +1167,9 @@ Détection JableTV État,et connectez-vous automatiquement lorsque vous n’ête Journal des modifications

- + - Assistant de téléchargement en un clic vidéo xhamster  + Assistant de téléchargement en un clic vidéo xhamster  @@ -1190,14 +1190,14 @@ Détection JableTV État,et connectez-vous automatiquement lorsque vous n’ête Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -1205,9 +1205,9 @@ Détection JableTV État,et connectez-vous automatiquement lorsque vous n’ête Journal des modifications

- + - XNXXVIDEOS VIDEO  + XNXXVIDEOS VIDEO  @@ -1228,14 +1228,14 @@ Détection JableTV État,et connectez-vous automatiquement lorsque vous n’ête Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -1243,9 +1243,9 @@ Détection JableTV État,et connectez-vous automatiquement lorsque vous n’ête Journal des modifications

- + - Assistant amélioré de Missav  + Assistant amélioré de Missav  @@ -1266,14 +1266,14 @@ Détection JableTV État,et connectez-vous automatiquement lorsque vous n’ête Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -1281,9 +1281,9 @@ Détection JableTV État,et connectez-vous automatiquement lorsque vous n’ête Journal des modifications

- + - Je viens d’avoir 18 ans  + Je viens d’avoir 18 ans  @@ -1298,14 +1298,14 @@ Depuis que je viens d’avoir 18 ans, je peux regarder du contenu pour adultes Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -1314,12 +1314,12 @@ Depuis que je viens d’avoir 18 ans, je peux regarder du contenu pour adultes Modifié à partir de - +

Google Scénario (2)

- + - Bloquer les sites de recherche Google  + Bloquer les sites de recherche Google  @@ -1334,22 +1334,22 @@ Rechercher un Google bloquant un site spécifié Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer

- + - Google Assistant de recherche avancée  + Google Assistant de recherche avancée  @@ -1370,26 +1370,26 @@ Rechercher un Google bloquant un site spécifié Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / Journal des modifications - +

GitHub Scénario (19)

- + - 🤠 Taille d’affichage de l’entrepôt de l’assistant amélioré Github  + 🤠 Taille d’affichage de l’entrepôt de l’assistant amélioré Github  @@ -1410,14 +1410,14 @@ Rechercher un Google bloquant un site spécifié Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -1427,9 +1427,9 @@ Rechercher un Google bloquant un site spécifié Modifié à partir de

- + - GitHub Trier par date  + GitHub Trier par date  @@ -1450,22 +1450,22 @@ Rechercher un Google bloquant un site spécifié Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer

- + - GitHub téléchargeur de dossiers  + GitHub téléchargeur de dossiers  @@ -1486,14 +1486,14 @@ Rechercher un Google bloquant un site spécifié Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -1501,9 +1501,9 @@ Rechercher un Google bloquant un site spécifié Journal des modifications

- + - Github Copier le fichier original URL avec des fichiers à télécharger  + Github Copier le fichier original URL avec des fichiers à télécharger  @@ -1524,14 +1524,14 @@ Rechercher un Google bloquant un site spécifié Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -1539,9 +1539,9 @@ Rechercher un Google bloquant un site spécifié Journal des modifications

- + - GitHub Soumettre des informations, afficher la vue Web  + GitHub Soumettre des informations, afficher la vue Web  @@ -1562,22 +1562,22 @@ Rechercher un Google bloquant un site spécifié Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer

- + - GitHub Embellisseur de liste de fichiers  + GitHub Embellisseur de liste de fichiers  @@ -1598,14 +1598,14 @@ Rechercher un Google bloquant un site spécifié Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -1613,9 +1613,9 @@ Rechercher un Google bloquant un site spécifié Journal des modifications

- + - GitHub Confirmer automatiquement l’autorisation de l’appareil  + GitHub Confirmer automatiquement l’autorisation de l’appareil  @@ -1630,14 +1630,14 @@ existerGitHubLa page d’autorisation saisit automatiquement le code d’autoris Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -1645,9 +1645,9 @@ existerGitHubLa page d’autorisation saisit automatiquement le code d’autoris Journal des modifications

- + - Github Liste des langages de code afficher tout  + Github Liste des langages de code afficher tout  @@ -1668,14 +1668,14 @@ existerGitHubLa page d’autorisation saisit automatiquement le code d’autoris Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -1683,9 +1683,9 @@ existerGitHubLa page d’autorisation saisit automatiquement le code d’autoris Journal des modifications

- + - Assistant de saut rapide de l’entrepôt GitHub  + Assistant de saut rapide de l’entrepôt GitHub  @@ -1706,14 +1706,14 @@ existerGitHubLa page d’autorisation saisit automatiquement le code d’autoris Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -1721,9 +1721,9 @@ existerGitHubLa page d’autorisation saisit automatiquement le code d’autoris Journal des modifications

- + - Ouvrir le lien jsdelivr sur github  + Ouvrir le lien jsdelivr sur github  @@ -1744,14 +1744,14 @@ existerGitHubLa page d’autorisation saisit automatiquement le code d’autoris Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -1759,9 +1759,9 @@ existerGitHubLa page d’autorisation saisit automatiquement le code d’autoris Journal des modifications

- + - GitHub Gist Code Snippet Copy and Downloader  + GitHub Gist Code Snippet Copy and Downloader  @@ -1782,14 +1782,14 @@ existerGitHubLa page d’autorisation saisit automatiquement le code d’autoris Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -1799,9 +1799,9 @@ existerGitHubLa page d’autorisation saisit automatiquement le code d’autoris Modifié à partir de

- + - Assistant de traduction de la clé de raccourci Github  + Assistant de traduction de la clé de raccourci Github  @@ -1822,14 +1822,14 @@ existerGitHubLa page d’autorisation saisit automatiquement le code d’autoris Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -1837,9 +1837,9 @@ existerGitHubLa page d’autorisation saisit automatiquement le code d’autoris Journal des modifications

- + - Assistant de notes d’entrepôt Github Star  + Assistant de notes d’entrepôt Github Star  @@ -1860,14 +1860,14 @@ existerGitHubLa page d’autorisation saisit automatiquement le code d’autoris Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -1877,9 +1877,9 @@ existerGitHubLa page d’autorisation saisit automatiquement le code d’autoris Modifié à partir de

- + - Github saute à Deepwiki  + Github saute à Deepwiki  @@ -1900,14 +1900,14 @@ existerGitHubLa page d’autorisation saisit automatiquement le code d’autoris Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -1917,9 +1917,9 @@ existerGitHubLa page d’autorisation saisit automatiquement le code d’autoris Modifié à partir de

- + - Copilot de masquage GitHub  + Copilot de masquage GitHub  @@ -1940,14 +1940,14 @@ existerGitHubLa page d’autorisation saisit automatiquement le code d’autoris Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -1957,9 +1957,9 @@ existerGitHubLa page d’autorisation saisit automatiquement le code d’autoris Modifié à partir de

- + - Finder de l’adresse e-mail GitHub  + Finder de l’adresse e-mail GitHub  @@ -1980,14 +1980,14 @@ existerGitHubLa page d’autorisation saisit automatiquement le code d’autoris Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -1995,9 +1995,9 @@ existerGitHubLa page d’autorisation saisit automatiquement le code d’autoris Modifié à partir de

- + - GitHub affiche les tailles de fichiers et de dossiers  + GitHub affiche les tailles de fichiers et de dossiers  @@ -2019,14 +2019,14 @@ existerGitHubLa page d’autorisation saisit automatiquement le code d’autoris Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -2036,9 +2036,9 @@ existerGitHubLa page d’autorisation saisit automatiquement le code d’autoris Modifié à partir de

- + - Co-auteur de Github  + Co-auteur de Github  @@ -2060,14 +2060,14 @@ existerGitHubLa page d’autorisation saisit automatiquement le code d’autoris Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -2075,9 +2075,9 @@ existerGitHubLa page d’autorisation saisit automatiquement le code d’autoris Modifié à partir de

- + - État du filtre de notification GitHub  + État du filtre de notification GitHub  @@ -2092,26 +2092,26 @@ version de développement github-notification-inbox-toggle Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / Modifié à partir de - +

Traduire le script (3)

- + - Terminateur en langue étrangère  + Terminateur en langue étrangère  @@ -2126,14 +2126,14 @@ Identifiez les caractères non chinois. Si la longueur est supérieure à 5 et q Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -2141,9 +2141,9 @@ Identifiez les caractères non chinois. Si la longueur est supérieure à 5 et q Journal des modifications

- + - Traduction de page Web - Traduction automatique en chinois  + Traduction de page Web - Traduction automatique en chinois  @@ -2158,22 +2158,22 @@ Ajoutez une icône de traduction Google dans le coin inférieur droit de chaque Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer

- + - Widget de traduction | Traduire n’importe quelle langue  + Widget de traduction | Traduire n’importe quelle langue  @@ -2194,14 +2194,14 @@ Ajoutez une icône de traduction Google dans le coin inférieur droit de chaque Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -2210,12 +2210,12 @@ Ajoutez une icône de traduction Google dans le coin inférieur droit de chaque Modifié à partir de - +

AI Scénario (9)

- + - ChatGPT Réduire le message personnel et la largeur maximale  + ChatGPT Réduire le message personnel et la largeur maximale  @@ -2236,14 +2236,14 @@ Ajoutez une icône de traduction Google dans le coin inférieur droit de chaque Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -2251,9 +2251,9 @@ Ajoutez une icône de traduction Google dans le coin inférieur droit de chaque Journal des modifications

- + - ChatGPTTaille de la police du code réduite  + ChatGPTTaille de la police du code réduite  @@ -2268,22 +2268,22 @@ ChatGPT Rendre la police du code plus petite et envelopper automatiquement Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer

- + - ChatGPT Limite du compteur de caractères (CCCL)  + ChatGPT Limite du compteur de caractères (CCCL)  @@ -2304,14 +2304,14 @@ ChatGPT Rendre la police du code plus petite et envelopper automatiquement Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -2319,9 +2319,9 @@ ChatGPT Rendre la police du code plus petite et envelopper automatiquement Journal des modifications

- + - ChatGPT Boutons de copie du code de chat et d’exportation du code  + ChatGPT Boutons de copie du code de chat et d’exportation du code  @@ -2342,14 +2342,14 @@ ChatGPT Rendre la police du code plus petite et envelopper automatiquement Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -2357,9 +2357,9 @@ ChatGPT Rendre la police du code plus petite et envelopper automatiquement Journal des modifications

- + - CODE CHATGPT DIVÉRÉ  + CODE CHATGPT DIVÉRÉ  @@ -2380,14 +2380,14 @@ ChatGPT Rendre la police du code plus petite et envelopper automatiquement Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -2395,9 +2395,9 @@ ChatGPT Rendre la police du code plus petite et envelopper automatiquement Journal des modifications

- + - Outil de code chatppt  + Outil de code chatppt  @@ -2412,14 +2412,14 @@ Ajoutez des fonctionnalités aux blocs de code ChatGPT, y compris l’option pou Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -2427,9 +2427,9 @@ Ajoutez des fonctionnalités aux blocs de code ChatGPT, y compris l’option pou Modifié à partir de

- + - Chatppt insérer un mot rapide  + Chatppt insérer un mot rapide  @@ -2444,14 +2444,14 @@ Insérez la commande dans la boîte d’entrée Chatgpt via la combinaison de cl Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -2459,9 +2459,9 @@ Insérez la commande dans la boîte d’entrée Chatgpt via la combinaison de cl Modifié à partir de

- + - Chatppt enregistrer la conversation  + Chatppt enregistrer la conversation  @@ -2476,14 +2476,14 @@ Enregistrer la conversation en tant que fichier .txt Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -2493,9 +2493,9 @@ Enregistrer la conversation en tant que fichier .txt Modifié à partir de

- + - Chatgpt Gérez facilement les chats  + Chatgpt Gérez facilement les chats  @@ -2510,26 +2510,26 @@ Chat de recherche, chat filtre, chat de suppression rapide / lot. Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / Modifié à partir de - +

site de blogs (5)

- + - Connexion CSDN sans restriction  + Connexion CSDN sans restriction  @@ -2544,14 +2544,14 @@ Accédez à votre putain de connexion CSDN et copier, vous pouvez copier sans vo Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -2559,9 +2559,9 @@ Accédez à votre putain de connexion CSDN et copier, vous pouvez copier sans vo Journal des modifications

- + - Nettoyer les articles de blog  + Nettoyer les articles de blog  @@ -2576,14 +2576,14 @@ Supprimez les barres latérales ennuyeuses, les blocs de commentaires, les annon Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -2591,9 +2591,9 @@ Supprimez les barres latérales ennuyeuses, les blocs de commentaires, les annon Modifié à partir de

- + - Thème sombre Zhihu  + Thème sombre Zhihu  @@ -2608,14 +2608,14 @@ Le style de thème sombre de Zhihu Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -2623,9 +2623,9 @@ Le style de thème sombre de Zhihu Modifié à partir de

- + - Mode sombre de la version Web de WeChat  + Mode sombre de la version Web de WeChat  @@ -2640,14 +2640,14 @@ Activer la fenêtre plein écran Web WeChat,mode sombre Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -2655,9 +2655,9 @@ Activer la fenêtre plein écran Web WeChat,mode sombre Modifié à partir de

- + - Saut de la version mobile de Sina Weibo  + Saut de la version mobile de Sina Weibo  @@ -2672,26 +2672,26 @@ Sina Weibo passe automatiquement à la version mobile,Soutenir Weibo、article Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / Modifié à partir de - + -

Twitter (4)

- +

Twitter (5)

+ - Twitter / x Hide Retweeted Posts  + Twitter / x Hide Retweeted Posts  @@ -2712,14 +2712,14 @@ Sina Weibo passe automatiquement à la version mobile,Soutenir Weibo、article Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -2729,9 +2729,9 @@ Sina Weibo passe automatiquement à la version mobile,Soutenir Weibo、article Modifié à partir de

- + - Twitter Media Download (2025.12.02 Correction)  + Twitter Media Download (2025.12.02 Correction)  @@ -2752,14 +2752,14 @@ Sina Weibo passe automatiquement à la version mobile,Soutenir Weibo、article Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -2769,9 +2769,9 @@ Sina Weibo passe automatiquement à la version mobile,Soutenir Weibo、article Modifié à partir de

- + - Twitter (x) Liste noire et liste de liste bloquée  + Twitter (x) Liste noire et liste de liste bloquée  @@ -2786,14 +2786,14 @@ Utilisé pour télécharger Twitter (x) listes noires et listes bloquées, prend Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -2801,9 +2801,9 @@ Utilisé pour télécharger Twitter (x) listes noires et listes bloquées, prend Modifié à partir de

- + - Twitter affiche la date et l’heure normales  + Twitter affiche la date et l’heure normales  @@ -2825,24 +2825,64 @@ Utilisé pour télécharger Twitter (x) listes noires et listes bloquées, prend Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer - +

+ + + Twitter(X)-Plus  + + + + Tweet + +

+ +
+ Réactivez la vidéo, annulez la lecture en boucle automatique de la vidéo, supprimez le tweet et retweet, bouton Grok/view, ajoutez un blocage en un clic, bouton copier l’URL du tweet en un clic +
+ + +
+
+ +
+ + + + Greasemonkey / + + + + fichier Lisez-moi / + + + discuter / + + Code source / + + Installer / + + Journal des modifications / + + Modifié à partir de +
+

YouTube (5)

- + - Assistant YouTube  + Assistant YouTube  @@ -2863,14 +2903,14 @@ Utilisé pour télécharger Twitter (x) listes noires et listes bloquées, prend Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -2880,9 +2920,9 @@ Utilisé pour télécharger Twitter (x) listes noires et listes bloquées, prend Modifié à partir de

- + - YouTube regarde les raccourcis plus tard  + YouTube regarde les raccourcis plus tard  @@ -2897,14 +2937,14 @@ Utilisez des raccourcis clavier pour ajouter ou supprimer la vidéo YouTube actu Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -2912,9 +2952,9 @@ Utilisez des raccourcis clavier pour ajouter ou supprimer la vidéo YouTube actu Modifié à partir de

- + - Meilleurs commandes de volume YouTube  + Meilleurs commandes de volume YouTube  @@ -2929,14 +2969,14 @@ Ajoutez des curseurs au lecteur vidéo YouTube pour rendre les changements de vo Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -2944,9 +2984,9 @@ Ajoutez des curseurs au lecteur vidéo YouTube pour rendre les changements de vo Modifié à partir de

- + - Grille vidéo dynamique YouTube  + Grille vidéo dynamique YouTube  @@ -2961,14 +3001,14 @@ Ajustez dynamiquement la grille vidéo YouTube en fonction de la largeur de la f Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -2978,9 +3018,9 @@ Ajustez dynamiquement la grille vidéo YouTube en fonction de la largeur de la f Modifié à partir de

- + - YouTube Pro : optimiseur audio  + YouTube Pro : optimiseur audio  @@ -3001,26 +3041,26 @@ Ajustez dynamiquement la grille vidéo YouTube en fonction de la largeur de la f Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / Modifié à partir de - +

TikTok (1)

- + - Informations utilisateur Tiktok  + Informations utilisateur Tiktok  @@ -3035,26 +3075,26 @@ Tiktok affiche plus d’informations étendues sur le profil Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / Modifié à partir de - +

Bilibili (2)

- + - Téléchargeur vidéo Bilibili  + Téléchargeur vidéo Bilibili  @@ -3069,14 +3109,14 @@ Télécharger les vidéos de Bilibili(Ne prend pas en charge les drames) Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -3084,9 +3124,9 @@ Télécharger les vidéos de Bilibili(Ne prend pas en charge les drames) Modifié à partir de

- + - Outil de blocage de salle Bilibili Live  + Outil de blocage de salle Bilibili Live  @@ -3101,21 +3141,21 @@ Outil de blocage de salle Bilibili Live,Liste de gestion du support,Blocage Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / Modifié à partir de - + @@ -3190,7 +3230,9 @@ Pour utiliser n’importe quel script,Vous devez d’abord installer le naviga 人民的勤务员 -Le petit assistant du peuple +les robots des gens +molanp +Yoobohl fossabot @@ -3204,8 +3246,8 @@ Liste des contributions par: [contributors](https://github.com/jaywcjlove/gith ## 🏛️ Contrat de licence open source -Ce projet utilise MIT licence Autoriser。 -MIT La licence est un accord de licence open source permissif,Pour plus de détails, veuillez vous référer à Texte intégral de la licence。 +Ce projet utilise MIT licence Autoriser。 +MIT La licence est un accord de licence open source permissif,Pour plus de détails, veuillez vous référer à Texte intégral de la licence
@@ -3215,7 +3257,7 @@ MIT La licence est un accord de licence open source permissif,Pour plus de dé ## 🤝 code de conduite -Pour assurer une convivialité、Un environnement de développement respectueux et inclusif,Nous avons développé ce qui suitcode de conduite。Chaque contributeur est invité à suivre ces directives。 +Pour assurer une convivialité、Un environnement de développement respectueux et inclusif,Nous avons développé ce qui suitcode de conduite。Chaque contributeur est invité à suivre ces directives。
@@ -3228,7 +3270,7 @@ Pour assurer une convivialité、Un environnement de développement respectueux Si vous trouvez une vulnérabilité,s’il te plaît, ouvre-en un[rédiger des recommandations de sécurité](https://github.com/ChinaGodMan/UserScripts/security/advisories/new)。 Les demandes de tirage sont également les bienvenues,mais pour des raisons de sécurité,Veuillez envoyer un email à et attends une réponse avant de la rendre publique。 -Pour plus de détails, veuillez vous référer à politique de sécurité +Pour plus de détails, veuillez vous référer à politique de sécurité
@@ -3238,7 +3280,7 @@ Pour plus de détails, veuillez vous référer à Guide des contributions。Pour vous aider à contribuer du code ou de la documentation en douceur,Avant de soumettre du code ou des questions, veuillez,Lisez attentivement le contenu。 +Merci de votre intérêt pour ce projet!Nous avons développé ce qui suitGuide des contributions。Pour vous aider à contribuer du code ou de la documentation en douceur,Avant de soumettre du code ou des questions, veuillez,Lisez attentivement le contenu。
diff --git a/docs/it/README.md b/docs/it/README.md index 50557eabe..49636da4e 100644 --- a/docs/it/README.md +++ b/docs/it/README.md @@ -8,18 +8,18 @@ - China简体中文 | - China繁體中文 | - English | - 日本語 | - Tiếng Việt | - Italiano | - Русский | - Deutsch | - Español | - Portuguese | - Français | - 대한민국 + China简体中文 | + China繁體中文 | + English | + 日本語 | + Tiếng Việt | + Italiano | + Русский | + Deutsch | + Español | + Portuguese | + Français | + 대한민국

@@ -31,8 +31,8 @@ Total Daily Installs Scripts Count
Good Ratings -Ok Ratings -Bad Ratings +Ok Ratings +Bad Ratings
CodeQuality Stars Forks @@ -51,8 +51,8 @@ Se c’è qualche violazione,Il contatto deve essere eliminato
Raccomandato:
-Support
-Support
+Support
+Support
Support
💡 Tip: L’elenco sopra riportato di gestori di script e browser non è esaustivo
Lo script funziona correttamente nel seguente ambiente
@@ -78,16 +78,16 @@ ## 🔖 TOC -[🌐 Browser e gestione degli script](#-Browser-e-gestione-degli-script) | -[❔️ Come installare o utilizzare lo script](#%EF%B8%8F-Come-installare-o-utilizzare-lo-script) | -[🙏 Un ringraziamento speciale all’open source](#-Un-ringraziamento-speciale-all’open-source) | -[🛡️ politica di sicurezza](#%EF%B8%8F-politica-di-sicurezza) | -[🤝 codice di comportamento](#-codice-di-comportamento) | -[🏛️ Contratto di licenza open source](#%EF%B8%8F-Contratto-di-licenza-open-source) | +[🌐 Browser e gestione degli script](#-Browser e gestione degli script) | +[❔️ Come installare o utilizzare lo script](#%EF%B8%8F-Come installare o utilizzare lo script) | +[🙏 Un ringraziamento speciale all’open source](#-Un ringraziamento speciale all’open source) | +[🛡️ politica di sicurezza](#%EF%B8%8F-politica di sicurezza) | +[🤝 codice di comportamento](#-codice di comportamento) | +[🏛️ Contratto di licenza open source](#%EF%B8%8F-Contratto di licenza open source) | [🧠 Collaboratore](#-Collaboratore) | -[💖 Guida al contributo](#-Guida-al-contributo) | -[⭐ storia delle stelle](#-storia-delle-stelle) | -[📜 elenco di script](#-elenco-di-script) +[💖 Guida al contributo](#-Guida al contributo) | +[⭐ storia delle stelle](#-storia delle stelle) | +[📜 elenco di script](#-elenco di script) ## 📜 elenco di script @@ -95,16 +95,16 @@ 💡 **Tip:** _Per mostrare lo screenshot di anteprima,Fai clic sotto il nome dell’estensione ▸ o descrivere。_ -**Il numero corrente di script pubblicati nel repository:83,La sceneggiatura include:** -
sceneggiatura web (10) +**Il numero corrente di script pubblicati nel repository:84,La sceneggiatura include:** +
sceneggiatura web (10) | GreasyFork (12) - | copione per adulti (11) - | Google Copione (2) - | GitHub Copione (19) - | Traduci la sceneggiatura (3) - | AI Copione (9) - | sito blog (5) - | Twitter (4) + | copione per adulti (11) + | Google Copione (2) + | GitHub Copione (19) + | Traduci la sceneggiatura (3) + | AI Copione (9) + | sito blog (5) + | Twitter (5) | YouTube (5) | TikTok (1) | Bilibili (2) @@ -113,9 +113,9 @@

sceneggiatura web (10)

- + - pulsante di scorrimento  + pulsante di scorrimento  @@ -136,22 +136,22 @@ Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare

- + - Gestore delle autorizzazioni della versione del clip di scrittura della pagina Web  + Gestore delle autorizzazioni della versione del clip di scrittura della pagina Web  @@ -172,14 +172,14 @@ Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -187,9 +187,9 @@ Modifica registro

- + - Rimuovi la sottolineatura del collegamento  + Rimuovi la sottolineatura del collegamento  @@ -204,22 +204,22 @@ Rimuovi le sottolineature dei collegamenti su tutti i siti,e gestire i nuovi c Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare

- + - Evidenzia le parole chiave Web  + Evidenzia le parole chiave Web  @@ -234,22 +234,22 @@ Evidenziazione delle parole chiave personalizzate su pagine Web incluso il caric Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare

- + - Evidenzia le parole chiave sul Web  + Evidenzia le parole chiave sul Web  @@ -270,22 +270,22 @@ Evidenziazione delle parole chiave personalizzate su pagine Web incluso il caric Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare

- + - Aggiungi ai pulsanti superiore e inferiore  + Aggiungi ai pulsanti superiore e inferiore  @@ -306,14 +306,14 @@ Evidenziazione delle parole chiave personalizzate su pagine Web incluso il caric Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -321,9 +321,9 @@ Evidenziazione delle parole chiave personalizzate su pagine Web incluso il caric Modifica registro

- + - Anteprima in una piccola finestra  + Anteprima in una piccola finestra  @@ -344,14 +344,14 @@ Evidenziazione delle parole chiave personalizzate su pagine Web incluso il caric Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -359,9 +359,9 @@ Evidenziazione delle parole chiave personalizzate su pagine Web incluso il caric Modifica registro

- + - Abbellisci i moduli web con splendidi gradienti  + Abbellisci i moduli web con splendidi gradienti  @@ -382,14 +382,14 @@ Evidenziazione delle parole chiave personalizzate su pagine Web incluso il caric Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -397,9 +397,9 @@ Evidenziazione delle parole chiave personalizzate su pagine Web incluso il caric Modifica registro

- + - Testo da collegare  + Testo da collegare  @@ -414,14 +414,14 @@ Converti i collegamenti di testo in collegamenti cliccabili Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -429,9 +429,9 @@ Converti i collegamenti di testo in collegamenti cliccabili Modificato da

- + - Markdown Cloud Cut Notes  + Markdown Cloud Cut Notes  @@ -452,14 +452,14 @@ Converti i collegamenti di testo in collegamenti cliccabili Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -468,12 +468,12 @@ Converti i collegamenti di testo in collegamenti cliccabili Modificato da - +

GreasyFork (12)

- + - Pagine di script fork grasse per il miglioramento dell’URL  + Pagine di script fork grasse per il miglioramento dell’URL  @@ -494,22 +494,22 @@ Converti i collegamenti di testo in collegamenti cliccabili Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare

- + - Greasyfork Artigiano della colla  + Greasyfork Artigiano della colla  @@ -530,14 +530,14 @@ Converti i collegamenti di testo in collegamenti cliccabili Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -545,9 +545,9 @@ Converti i collegamenti di testo in collegamenti cliccabili Modifica registro

- + - Script Finder Ricerca script GreasyFork  + Script Finder Ricerca script GreasyFork  @@ -568,14 +568,14 @@ Converti i collegamenti di testo in collegamenti cliccabili Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -583,9 +583,9 @@ Converti i collegamenti di testo in collegamenti cliccabili Modifica registro

- + - Greasyfork Script per visualizzare le valutazioni  + Greasyfork Script per visualizzare le valutazioni  @@ -606,22 +606,22 @@ Converti i collegamenti di testo in collegamenti cliccabili Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare

- + - GreasyFork: Miglioramento della barra di navigazione  + GreasyFork: Miglioramento della barra di navigazione  @@ -642,22 +642,22 @@ Converti i collegamenti di testo in collegamenti cliccabili Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare

- + - GreasyFork markdown  + GreasyFork markdown  @@ -678,14 +678,14 @@ Converti i collegamenti di testo in collegamenti cliccabili Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -693,9 +693,9 @@ Converti i collegamenti di testo in collegamenti cliccabili Modifica registro

- + - GreasyFork Search  + GreasyFork Search  @@ -710,22 +710,22 @@ Cerca utilizzando GoogleGreasyForkESleazyForkscrittura superiore Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare

- + - GreasyFork Assistente alle notifiche  + GreasyFork Assistente alle notifiche  @@ -746,14 +746,14 @@ Cerca utilizzando GoogleGreasyForkESleazyForkscrittura superiore Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -761,9 +761,9 @@ Cerca utilizzando GoogleGreasyForkESleazyForkscrittura superiore Modifica registro

- + - GreaysFork MigliorareWebHookSincronizza le impostazioni  + GreaysFork MigliorareWebHookSincronizza le impostazioni  @@ -784,14 +784,14 @@ Cerca utilizzando GoogleGreasyForkESleazyForkscrittura superiore Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -799,9 +799,9 @@ Cerca utilizzando GoogleGreasyForkESleazyForkscrittura superiore Modifica registro

- + - GreasyFork Visualizzazione dei dati degli script pubblicati dall’utente  + GreasyFork Visualizzazione dei dati degli script pubblicati dall’utente  @@ -822,14 +822,14 @@ Cerca utilizzando GoogleGreasyForkESleazyForkscrittura superiore Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -837,9 +837,9 @@ Cerca utilizzando GoogleGreasyForkESleazyForkscrittura superiore Modifica registro

- + - Greasyfork Visualizza tempo di registrazione  + Greasyfork Visualizza tempo di registrazione  @@ -860,14 +860,14 @@ Cerca utilizzando GoogleGreasyForkESleazyForkscrittura superiore Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -877,9 +877,9 @@ Cerca utilizzando GoogleGreasyForkESleazyForkscrittura superiore Modificato da

- + - Greasyfork non aggiornato lo script evidenziato  + Greasyfork non aggiornato lo script evidenziato  @@ -900,14 +900,14 @@ Cerca utilizzando GoogleGreasyForkESleazyForkscrittura superiore Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -916,12 +916,12 @@ Cerca utilizzando GoogleGreasyForkESleazyForkscrittura superiore Modificato da - +

copione per adulti (11)

- + - Video di raccolta di backup batch MISSAV  + Video di raccolta di backup batch MISSAV  @@ -942,14 +942,14 @@ Cerca utilizzando GoogleGreasyForkESleazyForkscrittura superiore Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -957,9 +957,9 @@ Cerca utilizzando GoogleGreasyForkESleazyForkscrittura superiore Modifica registro

- + - MissAV Accesso automatico  + MissAV Accesso automatico  @@ -974,14 +974,14 @@ Rilevamento MissAV stato,e accedi automaticamente quando non sei loggato Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -989,9 +989,9 @@ Rilevamento MissAV stato,e accedi automaticamente quando non sei loggato Modifica registro

- + - ThisAV Accesso automatico  + ThisAV Accesso automatico  @@ -1006,14 +1006,14 @@ Rilevamento ThisAV stato,e accedi automaticamente quando non sei loggato Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -1021,9 +1021,9 @@ Rilevamento ThisAV stato,e accedi automaticamente quando non sei loggato Modifica registro

- + - JableTV Accesso automatico  + JableTV Accesso automatico  @@ -1038,14 +1038,14 @@ Rilevamento JableTV stato,e accedi automaticamente quando non sei loggato Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -1053,9 +1053,9 @@ Rilevamento JableTV stato,e accedi automaticamente quando non sei loggato Modifica registro

- + - Strumento di download video MISSAV  + Strumento di download video MISSAV  @@ -1076,14 +1076,14 @@ Rilevamento JableTV stato,e accedi automaticamente quando non sei loggato Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -1091,9 +1091,9 @@ Rilevamento JableTV stato,e accedi automaticamente quando non sei loggato Modifica registro

- + - XVIDEOS PUSH Download  + XVIDEOS PUSH Download  @@ -1114,14 +1114,14 @@ Rilevamento JableTV stato,e accedi automaticamente quando non sei loggato Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -1129,9 +1129,9 @@ Rilevamento JableTV stato,e accedi automaticamente quando non sei loggato Modifica registro

- + - Download video di Pornhub con un clic  + Download video di Pornhub con un clic  @@ -1152,14 +1152,14 @@ Rilevamento JableTV stato,e accedi automaticamente quando non sei loggato Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -1167,9 +1167,9 @@ Rilevamento JableTV stato,e accedi automaticamente quando non sei loggato Modifica registro

- + - Xhamster Video Click Download Assistente  + Xhamster Video Click Download Assistente  @@ -1190,14 +1190,14 @@ Rilevamento JableTV stato,e accedi automaticamente quando non sei loggato Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -1205,9 +1205,9 @@ Rilevamento JableTV stato,e accedi automaticamente quando non sei loggato Modifica registro

- + - XNXXVIDEOS Video Download Assistant  + XNXXVIDEOS Video Download Assistant  @@ -1228,14 +1228,14 @@ Rilevamento JableTV stato,e accedi automaticamente quando non sei loggato Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -1243,9 +1243,9 @@ Rilevamento JableTV stato,e accedi automaticamente quando non sei loggato Modifica registro

- + - MISSAV Assistente miglioramento  + MISSAV Assistente miglioramento  @@ -1266,14 +1266,14 @@ Rilevamento JableTV stato,e accedi automaticamente quando non sei loggato Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -1281,9 +1281,9 @@ Rilevamento JableTV stato,e accedi automaticamente quando non sei loggato Modifica registro

- + - Ho appena compiuto 18 anni  + Ho appena compiuto 18 anni  @@ -1298,14 +1298,14 @@ Da quando ho appena compiuto 18 anni, posso guardare i contenuti per adulti Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -1314,12 +1314,12 @@ Da quando ho appena compiuto 18 anni, posso guardare i contenuti per adulti Modificato da - +

Google Copione (2)

- + - Blocca i siti di ricerca di Google  + Blocca i siti di ricerca di Google  @@ -1334,22 +1334,22 @@ Cerca un blocco di Google un sito specificato Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare

- + - Google Assistente di ricerca avanzata  + Google Assistente di ricerca avanzata  @@ -1370,26 +1370,26 @@ Cerca un blocco di Google un sito specificato Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / Modifica registro - +

GitHub Copione (19)

- + - 🤠 Github ha migliorato le dimensioni di visualizzazione del magazzino dell’assistente  + 🤠 Github ha migliorato le dimensioni di visualizzazione del magazzino dell’assistente  @@ -1410,14 +1410,14 @@ Cerca un blocco di Google un sito specificato Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -1427,9 +1427,9 @@ Cerca un blocco di Google un sito specificato Modificato da

- + - GitHub Ordina per data  + GitHub Ordina per data  @@ -1450,22 +1450,22 @@ Cerca un blocco di Google un sito specificato Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare

- + - GitHub downloader di cartelle  + GitHub downloader di cartelle  @@ -1486,14 +1486,14 @@ Cerca un blocco di Google un sito specificato Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -1501,9 +1501,9 @@ Cerca un blocco di Google un sito specificato Modifica registro

- + - Github Copia il file originale URL con file scaricabili  + Github Copia il file originale URL con file scaricabili  @@ -1524,14 +1524,14 @@ Cerca un blocco di Google un sito specificato Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -1539,9 +1539,9 @@ Cerca un blocco di Google un sito specificato Modifica registro

- + - GitHub Invia informazioni visualizzando la visualizzazione web  + GitHub Invia informazioni visualizzando la visualizzazione web  @@ -1562,22 +1562,22 @@ Cerca un blocco di Google un sito specificato Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare

- + - GitHub Abbellitore dell’elenco dei file  + GitHub Abbellitore dell’elenco dei file  @@ -1598,14 +1598,14 @@ Cerca un blocco di Google un sito specificato Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -1613,9 +1613,9 @@ Cerca un blocco di Google un sito specificato Modifica registro

- + - GitHub Conferma automaticamente l’autorizzazione del dispositivo  + GitHub Conferma automaticamente l’autorizzazione del dispositivo  @@ -1630,14 +1630,14 @@ esistereGitHubLa pagina di autorizzazione inserisce automaticamente il codice di Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -1645,9 +1645,9 @@ esistereGitHubLa pagina di autorizzazione inserisce automaticamente il codice di Modifica registro

- + - Github L’elenco delle lingue del codice mostra tutto  + Github L’elenco delle lingue del codice mostra tutto  @@ -1668,14 +1668,14 @@ esistereGitHubLa pagina di autorizzazione inserisce automaticamente il codice di Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -1683,9 +1683,9 @@ esistereGitHubLa pagina di autorizzazione inserisce automaticamente il codice di Modifica registro

- + - Assistente di salto rapido del magazzino GitHub  + Assistente di salto rapido del magazzino GitHub  @@ -1706,14 +1706,14 @@ esistereGitHubLa pagina di autorizzazione inserisce automaticamente il codice di Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -1721,9 +1721,9 @@ esistereGitHubLa pagina di autorizzazione inserisce automaticamente il codice di Modifica registro

- + - Apri il collegamento JSDelivr su GitHub  + Apri il collegamento JSDelivr su GitHub  @@ -1744,14 +1744,14 @@ esistereGitHubLa pagina di autorizzazione inserisce automaticamente il codice di Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -1759,9 +1759,9 @@ esistereGitHubLa pagina di autorizzazione inserisce automaticamente il codice di Modifica registro

- + - Copia di snippet di codice GIST GIST e downloader  + Copia di snippet di codice GIST GIST e downloader  @@ -1782,14 +1782,14 @@ esistereGitHubLa pagina di autorizzazione inserisce automaticamente il codice di Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -1799,9 +1799,9 @@ esistereGitHubLa pagina di autorizzazione inserisce automaticamente il codice di Modificato da

- + - Assistente di traduzione chiave di scelta rapida GitHub  + Assistente di traduzione chiave di scelta rapida GitHub  @@ -1822,14 +1822,14 @@ esistereGitHubLa pagina di autorizzazione inserisce automaticamente il codice di Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -1837,9 +1837,9 @@ esistereGitHubLa pagina di autorizzazione inserisce automaticamente il codice di Modifica registro

- + - GitHub Star Warehouse Note Assistente  + GitHub Star Warehouse Note Assistente  @@ -1860,14 +1860,14 @@ esistereGitHubLa pagina di autorizzazione inserisce automaticamente il codice di Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -1877,9 +1877,9 @@ esistereGitHubLa pagina di autorizzazione inserisce automaticamente il codice di Modificato da

- + - Github salta a Deepwiki  + Github salta a Deepwiki  @@ -1900,14 +1900,14 @@ esistereGitHubLa pagina di autorizzazione inserisce automaticamente il codice di Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -1917,9 +1917,9 @@ esistereGitHubLa pagina di autorizzazione inserisce automaticamente il codice di Modificato da

- + - Github nascondi il copilota  + Github nascondi il copilota  @@ -1940,14 +1940,14 @@ esistereGitHubLa pagina di autorizzazione inserisce automaticamente il codice di Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -1957,9 +1957,9 @@ esistereGitHubLa pagina di autorizzazione inserisce automaticamente il codice di Modificato da

- + - Finder dell’indirizzo e -mail di GitHub  + Finder dell’indirizzo e -mail di GitHub  @@ -1980,14 +1980,14 @@ esistereGitHubLa pagina di autorizzazione inserisce automaticamente il codice di Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -1995,9 +1995,9 @@ esistereGitHubLa pagina di autorizzazione inserisce automaticamente il codice di Modificato da

- + - GitHub visualizza le dimensioni di file e cartelle  + GitHub visualizza le dimensioni di file e cartelle  @@ -2019,14 +2019,14 @@ esistereGitHubLa pagina di autorizzazione inserisce automaticamente il codice di Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -2036,9 +2036,9 @@ esistereGitHubLa pagina di autorizzazione inserisce automaticamente il codice di Modificato da

- + - Coautore di GitHub  + Coautore di GitHub  @@ -2060,14 +2060,14 @@ esistereGitHubLa pagina di autorizzazione inserisce automaticamente il codice di Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -2075,9 +2075,9 @@ esistereGitHubLa pagina di autorizzazione inserisce automaticamente il codice di Modificato da

- + - Stato del filtro di notifica GitHub  + Stato del filtro di notifica GitHub  @@ -2092,26 +2092,26 @@ GitHub-Notification-Inbox-Toggle Development Version Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / Modificato da - +

Traduci la sceneggiatura (3)

- + - Terminator in lingua straniera  + Terminator in lingua straniera  @@ -2126,14 +2126,14 @@ Identifica i personaggi non cinesi. Se la lunghezza è maggiore di 5 e il testo Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -2141,9 +2141,9 @@ Identifica i personaggi non cinesi. Se la lunghezza è maggiore di 5 e il testo Modifica registro

- + - Traduzione della pagina web - traduzione automatica in cinese  + Traduzione della pagina web - traduzione automatica in cinese  @@ -2158,22 +2158,22 @@ Aggiungi un’icona di traduzione di Google all’angolo in basso a destra di ci Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare

- + - Widget di traduzione |  + Widget di traduzione |  @@ -2194,14 +2194,14 @@ Aggiungi un’icona di traduzione di Google all’angolo in basso a destra di ci Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -2210,12 +2210,12 @@ Aggiungi un’icona di traduzione di Google all’angolo in basso a destra di ci Modificato da - +

AI Copione (9)

- + - ChatGPT Comprimi il messaggio personale e la larghezza massima  + ChatGPT Comprimi il messaggio personale e la larghezza massima  @@ -2236,14 +2236,14 @@ Aggiungi un’icona di traduzione di Google all’angolo in basso a destra di ci Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -2251,9 +2251,9 @@ Aggiungi un’icona di traduzione di Google all’angolo in basso a destra di ci Modifica registro

- + - ChatGPTDimensione del carattere del codice ridotta  + ChatGPTDimensione del carattere del codice ridotta  @@ -2268,22 +2268,22 @@ ChatGPT Rimpicciolisci il carattere del codice e avvolgi automaticamente Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare

- + - ChatGPT Limite del contatore di caratteri (CCCL)  + ChatGPT Limite del contatore di caratteri (CCCL)  @@ -2304,14 +2304,14 @@ ChatGPT Rimpicciolisci il carattere del codice e avvolgi automaticamente Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -2319,9 +2319,9 @@ ChatGPT Rimpicciolisci il carattere del codice e avvolgi automaticamente Modifica registro

- + - ChatGPT Chatta copia il codice ed esporta i pulsanti del codice  + ChatGPT Chatta copia il codice ed esporta i pulsanti del codice  @@ -2342,14 +2342,14 @@ ChatGPT Rimpicciolisci il carattere del codice e avvolgi automaticamente Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -2357,9 +2357,9 @@ ChatGPT Rimpicciolisci il carattere del codice e avvolgi automaticamente Modifica registro

- + - Codice CHATGPT evidenziato  + Codice CHATGPT evidenziato  @@ -2380,14 +2380,14 @@ ChatGPT Rimpicciolisci il carattere del codice e avvolgi automaticamente Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -2395,9 +2395,9 @@ ChatGPT Rimpicciolisci il carattere del codice e avvolgi automaticamente Modifica registro

- + - Strumento di codice CHATGPT  + Strumento di codice CHATGPT  @@ -2412,14 +2412,14 @@ Aggiungi funzionalità ai blocchi di codice CHATGPT, inclusa l’opzione per sal Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -2427,9 +2427,9 @@ Aggiungi funzionalità ai blocchi di codice CHATGPT, inclusa l’opzione per sal Modificato da

- + - Chatgpt inserisci parola prompt  + Chatgpt inserisci parola prompt  @@ -2444,14 +2444,14 @@ Inserire il comando nella casella di input CHATGPT tramite la combinazione di ta Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -2459,9 +2459,9 @@ Inserire il comando nella casella di input CHATGPT tramite la combinazione di ta Modificato da

- + - CHATGPT Salva la conversazione  + CHATGPT Salva la conversazione  @@ -2476,14 +2476,14 @@ Salva la conversazione come file .txt Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -2493,9 +2493,9 @@ Salva la conversazione come file .txt Modificato da

- + - Chatgpt gestisce facilmente le chat  + Chatgpt gestisce facilmente le chat  @@ -2510,26 +2510,26 @@ Cerca chat, chat filtrante, elimina veloce/batch. Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / Modificato da - +

sito blog (5)

- + - Accesso CSDN senza restrizioni  + Accesso CSDN senza restrizioni  @@ -2544,14 +2544,14 @@ Vai al tuo fottuto accesso CSDN e copia, puoi copiare senza accedere Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -2559,9 +2559,9 @@ Vai al tuo fottuto accesso CSDN e copia, puoi copiare senza accedere Modifica registro

- + - Post di blog puliti  + Post di blog puliti  @@ -2576,14 +2576,14 @@ Rimuovi fastidiose barre laterali, blocchi di commento, annunci e altro ancora. Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -2591,9 +2591,9 @@ Rimuovi fastidiose barre laterali, blocchi di commento, annunci e altro ancora. Modificato da

- + - Tema scuro Zhihu  + Tema scuro Zhihu  @@ -2608,14 +2608,14 @@ Lo stile del tema oscuro di Zhihu Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -2623,9 +2623,9 @@ Lo stile del tema oscuro di Zhihu Modificato da

- + - Versione web di WeChat in modalità oscura  + Versione web di WeChat in modalità oscura  @@ -2640,14 +2640,14 @@ Abilita la finestra a schermo intero di WeChat web,modalità oscura Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -2655,9 +2655,9 @@ Abilita la finestra a schermo intero di WeChat web,modalità oscura Modificato da

- + - Salto della versione mobile di Sina Weibo  + Salto della versione mobile di Sina Weibo  @@ -2672,26 +2672,26 @@ Sina Weibo passa automaticamente alla versione mobile,Supporta Weibo、articol Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / Modificato da - + -

Twitter (4)

- +

Twitter (5)

+ - Post di twitter/x nascondi retweet  + Post di twitter/x nascondi retweet  @@ -2712,14 +2712,14 @@ Sina Weibo passa automaticamente alla versione mobile,Supporta Weibo、articol Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -2729,9 +2729,9 @@ Sina Weibo passa automaticamente alla versione mobile,Supporta Weibo、articol Modificato da

- + - Download di Twitter Media (2025.12.02 FISSO)  + Download di Twitter Media (2025.12.02 FISSO)  @@ -2752,14 +2752,14 @@ Sina Weibo passa automaticamente alla versione mobile,Supporta Weibo、articol Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -2769,9 +2769,9 @@ Sina Weibo passa automaticamente alla versione mobile,Supporta Weibo、articol Modificato da

- + - DOWNLIST BLACKIST TWITST (X) ELLIST BLOCCATO  + DOWNLIST BLACKIST TWITST (X) ELLIST BLOCCATO  @@ -2786,14 +2786,14 @@ Utilizzato per scaricare liste nere di Twitter (x) e elenchi bloccati, supportar Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -2801,9 +2801,9 @@ Utilizzato per scaricare liste nere di Twitter (x) e elenchi bloccati, supportar Modificato da

- + - Twitter visualizza la data e l’ora normali  + Twitter visualizza la data e l’ora normali  @@ -2825,24 +2825,64 @@ Utilizzato per scaricare liste nere di Twitter (x) e elenchi bloccati, supportar Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare - +

+ + + Twitter(X)-Plus  + + + + Tweet + +

+ +
+ Riattiva l’audio del video, annulla la riproduzione in loop automatico del video, elimina il tweet e il retweet, pulsante Grok/visualizza, aggiungi blocco con un clic, pulsante copia URL tweet con un clic +
+ + +
+
+ +
+ + + + Greasemonkey / + + + + file leggimi / + + + discutere / + + Codice sorgente / + + Installare / + + Modifica registro / + + Modificato da +
+

YouTube (5)

- + - Assistente YouTube  + Assistente YouTube  @@ -2863,14 +2903,14 @@ Utilizzato per scaricare liste nere di Twitter (x) e elenchi bloccati, supportar Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -2880,9 +2920,9 @@ Utilizzato per scaricare liste nere di Twitter (x) e elenchi bloccati, supportar Modificato da

- + - Scorri di orologi di YouTube più tardi  + Scorri di orologi di YouTube più tardi  @@ -2897,14 +2937,14 @@ Utilizzare le scorciatoie da tastiera per aggiungere o eliminare l’attuale vid Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -2912,9 +2952,9 @@ Utilizzare le scorciatoie da tastiera per aggiungere o eliminare l’attuale vid Modificato da

- + - Migliori controlli del volume di YouTube  + Migliori controlli del volume di YouTube  @@ -2929,14 +2969,14 @@ Aggiungi cursori al lettore video di YouTube per rendere le modifiche al volume Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -2944,9 +2984,9 @@ Aggiungi cursori al lettore video di YouTube per rendere le modifiche al volume Modificato da

- + - YouTube Dynamic Video Grid  + YouTube Dynamic Video Grid  @@ -2961,14 +3001,14 @@ Regola dinamicamente la griglia video di YouTube in base alla larghezza della fi Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -2978,9 +3018,9 @@ Regola dinamicamente la griglia video di YouTube in base alla larghezza della fi Modificato da

- + - YouTube Pro: ottimizzatore audio  + YouTube Pro: ottimizzatore audio  @@ -3001,26 +3041,26 @@ Regola dinamicamente la griglia video di YouTube in base alla larghezza della fi Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / Modificato da - +

TikTok (1)

- + - Informazioni sull’utente di Tiktok  + Informazioni sull’utente di Tiktok  @@ -3035,26 +3075,26 @@ Tiktok visualizza ulteriori informazioni estese sul profilo Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / Modificato da - +

Bilibili (2)

- + - Downloader video bilibili  + Downloader video bilibili  @@ -3069,14 +3109,14 @@ Scarica i video di Bilibili(Non supporta i drammi) Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -3084,9 +3124,9 @@ Scarica i video di Bilibili(Non supporta i drammi) Modificato da

- + - Strumento di blocco delle stanze live di Bilibili  + Strumento di blocco delle stanze live di Bilibili  @@ -3101,21 +3141,21 @@ Strumento di blocco delle stanze live di Bilibili,Elenco di gestione del suppo Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / Modificato da - + @@ -3124,17 +3164,17 @@ Strumento di blocco delle stanze live di Bilibili,Elenco di gestione del suppo Per utilizzare qualsiasi script,Per prima cosa devi installare il browser **Tampermonkey Estensione Gestore script([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))。** -- Fare clic sul modulo **\[Installare\]** 直接弹出脚本管理器安装界面。 -- Se Github La velocità di accesso è troppo lenta,可以选择点击 GreasyFork **\[Installare\]** Successivamente viene visualizzata la richiesta di estensione,Fare di nuovo clic **\[Installare\]** Questo è tutto。 +- Fare clic sul modulo **\[Installare\]** Visualizza direttamente l’interfaccia di installazione dello script manager。 +- Se Github La velocità di accesso è troppo lenta,Puoi scegliere di fare clic GreasyFork **\[Installare\]** Successivamente viene visualizzata la richiesta di estensione,Fare di nuovo clic **\[Installare\]** Questo è tutto。 - [Visualizza il tutorial dettagliato](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/README.md) > [!IMPORTANT] > > - _Altri basati su **Chromium** Browser del kernel(Come il browser di copertina domestico)Generalmente può essere utilizzato Chrome Espandere。_ -> - _请确保使用 **Tampermonkey 正式版** Espandere,其他的用户Copione管理器可能导致**Non funziona correttamente**脚本。_ +> - _Assicurati di usarlo **Tampermonkey Versione ufficiale** Espandere,其他的用户Copione管理器可能导致**Non funziona correttamente**脚本。_ > - _Se vuoi reinstallare lo script,Per favore, ricordatelo Tampermonkey esteso**Elimina completamente dal cestino**Dopo lo script, vai e reinstalla lo script.。_ -> _**Nessuna installazione offline .crx Espandere?[Chrome、Edge Riapri nascosto [拖入安装 .crx Espandere] 功能!](https://zhuanlan.zhihu.com/p/276027099)**_ +> _**Nessuna installazione offline .crx Espandere?[Chrome、Edge Riapri nascosto [Trascina e rilascia l’installazione .crx Espandere] Funzione!](https://zhuanlan.zhihu.com/p/276027099)**_
@@ -3162,15 +3202,15 @@ Per utilizzare qualsiasi script,Per prima cosa devi installare il browser **Ta > [!TIP] > -> - 沙漠之子 :+1: -> - Copiato [沙漠之子](https://github.com/maboloshi)magazzino[github-chinese](https://github.com/maboloshi/github-chinese)codice all’interno
+> - figlio del deserto :+1: +> - Copiato [figlio del deserto](https://github.com/maboloshi)magazzino[github-chinese](https://github.com/maboloshi/github-chinese)codice all’interno
> - In questo magazzino`writer.py` `update-contributors.yml` Copiato utilizzando[tributors_images.yml](https://github.com/maboloshi/github-chinese/blob/gh-pages/.github/workflows/update_contributors_images.yml)codice all’interno -> - Questo file Leggimi del repository viene copiato[github-chinese/README.md](https://github.com/maboloshi/github-chinese#:~:text=%E6%B5%8F%E8%A7%88%E5%99%A8%E4%B8%8EGestore%20degli%20script)contenuto `Come installare/使用脚本?` +> - Questo file Leggimi del repository viene copiato[github-chinese/README.md](https://github.com/maboloshi/github-chinese#:~:text=%E6%B5%8F%E8%A7%88%E5%99%A8%E4%B8%8EGestore%20degli%20script)contenuto `Come installare/Usa la sceneggiatura?` > [!TIP] > > - [#12](https://github.com/ChinaGodMan/UserScripts/issues/12) :trollface: Adam Lui Liu Zhanpeng :+1: -> - _本仓库的自动翻译与 Action Un ringraziamento speciale allo Yankee[Adam Lui Liu Zhanpeng](https://github.com/adamlui)Ottime idee e codice!_ :trollface: +> - _Traduzione automatica di questo repository e Action Un ringraziamento speciale allo Yankee[Adam Lui Liu Zhanpeng](https://github.com/adamlui)Ottime idee e codice!_ :trollface: > - _Lo stile del nome di questo magazzino è ispirato agli Yankees[Adam Lui Liu Zhanpeng](https://github.com/adamlui)Ispirare_ :trollface: > - _Il file readme in questo repository proviene da[Adam Lui Liu Zhanpeng](https://github.com/adamlui)stile di autovalutazione_ :trollface: > - _Da qui deriva il salto di reindirizzamento reciproco all’interno dello script[Adam Lui Liu Zhanpeng](https://github.com/adamlui)stile di autovalutazione_ :trollface: @@ -3190,7 +3230,9 @@ Per utilizzare qualsiasi script,Per prima cosa devi installare il browser **Ta 人民的勤务员 -Il piccolo assistente della gente +i robot delle persone +molanp +Yoobohl fossabot @@ -3204,8 +3246,8 @@ Elenco dei contributi di: [contributors](https://github.com/jaywcjlove/github- ## 🏛️ Contratto di licenza open source -Questo progetto utilizza MIT licenza Autorizzare。 -MIT La licenza è un accordo di licenza open source permissivo,Per i dettagli, fare riferimento a Testo completo della licenza。 +Questo progetto utilizza MIT licenza Autorizzare。 +MIT La licenza è un accordo di licenza open source permissivo,Per i dettagli, fare riferimento a Testo completo della licenza
@@ -3215,7 +3257,7 @@ MIT La licenza è un accordo di licenza open source permissivo,Per i dettagli, ## 🤝 codice di comportamento -Per garantire un’amichevole、尊重和包容的开发环境,Abbiamo sviluppato quanto seguecodice di comportamento。Ad ogni contributore è richiesto di seguire queste linee guida。 +Per garantire un’amichevole、Un ambiente di sviluppo rispettoso e inclusivo,Abbiamo sviluppato quanto seguecodice di comportamento。Ad ogni contributore è richiesto di seguire queste linee guida。
@@ -3227,8 +3269,8 @@ Per garantire un’amichevole、尊重和包容的开发环境,Abbiamo svilupp Se trovi una vulnerabilità,per favore aprine uno[progetti di raccomandazioni sulla sicurezza](https://github.com/ChinaGodMan/UserScripts/security/advisories/new)。 -Anche le richieste di pull sono benvenute,但出于安全原因,请发送电子邮件至 e attendere una risposta prima di renderla pubblica。 -Per i dettagli, fare riferimento a politica di sicurezza +Anche le richieste di pull sono benvenute,ma per ragioni di sicurezza,Si prega di inviare un’e-mail a e attendere una risposta prima di renderla pubblica。 +Per i dettagli, fare riferimento a politica di sicurezza
@@ -3238,7 +3280,7 @@ Per i dettagli, fare riferimento a politica di ## 💖 Guida al contributo -Grazie per il tuo interesse per questo progetto!Abbiamo sviluppato quanto segueGuida al contributo。Per aiutarti a contribuire senza problemi al codice o alla documentazione,Prima di inviare codice o domande, per favore,Leggi attentamente il contenuto。 +Grazie per il tuo interesse per questo progetto!Abbiamo sviluppato quanto segueGuida al contributo。Per aiutarti a contribuire senza problemi al codice o alla documentazione,Prima di inviare codice o domande, per favore,Leggi attentamente il contenuto。
@@ -3248,7 +3290,7 @@ Grazie per il tuo interesse per questo progetto!Abbiamo sviluppato quanto segu ## 🌐 Browser e gestione degli script -| Browser consigliato | 安装管理器 | 安装浏览器 | +| Browser consigliato | Responsabile dell’installazione | Installa il navigatore | | :---------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------: | ----------------------------------------------------------------------------- | |
Chrome O basato su Chromium Browser del kernel[![][chrome]][chrome_link] |
![.png][TM][Tampermonkey][Tampermonkey] ![.png][vm][Violentmonkey][Violentmonkey] ![.png][cat][ScriptCat][cat_link] |
[![][chrome]][chrome_link] [![][edge]][edge_link] [![][QQ]][QQ_link] | |
Safari Navigatore(macOS, iOS, iPadOS)[![][safari]][safari_link] |
![][Macaquer] [Macaque][Macaque] O ![][stayr] [Stay] |
[![][safari]][safari_link] | diff --git a/docs/ja/README.md b/docs/ja/README.md index 67e69e884..16e34d2f8 100644 --- a/docs/ja/README.md +++ b/docs/ja/README.md @@ -8,18 +8,18 @@ - China简体中文 | - China繁體中文 | - English | - 日本語 | - Tiếng Việt | - Italiano | - Русский | - Deutsch | - Español | - Portuguese | - Français | - 대한민국 + China简体中文 | + China繁體中文 | + English | + 日本語 | + Tiếng Việt | + Italiano | + Русский | + Deutsch | + Español | + Portuguese | + Français | + 대한민국

@@ -48,7 +48,7 @@
この脚本はインターネット上の膨大な数のネチズンから提供されたものです,いくつか変更を加えただけです.ありがとうネチズン
- 侵害があった場合,連絡先を削除する必要があります
+ 如有侵权,連絡先を削除する必要があります
推奨:
Support
@@ -95,16 +95,16 @@ 💡 **Tip:** _プレビューのスクリーンショットを表示するには,拡張機能名の下をクリックします ▸ または説明します。_ -**リポジトリ内で公開されているスクリプトの現在の数:83,スクリプトには以下が含まれます:** +**リポジトリ内で公開されているスクリプトの現在の数:84,スクリプトには以下が含まれます:**
ウェブスクリプト (10) | GreasyFork (12) | 大人向けの脚本 (11) - | Google 脚本 (2) - | GitHub 脚本 (19) + | Google 脚本 (2) + | GitHub 脚本 (19) | スクリプトを翻訳する (3) - | AI 脚本 (9) + | AI 脚本 (9) | ブログサイト (5) - | Twitter (4) + | Twitter (5) | YouTube (5) | TikTok (1) | Bilibili (2) @@ -113,9 +113,9 @@

ウェブスクリプト (10)

- + - スクロールボタン  + スクロールボタン  @@ -136,22 +136,22 @@ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール

- + - Web ページ本き込みクリップ バージョン認証マネージャー  + Web ページ本き込みクリップ バージョン認証マネージャー  @@ -172,14 +172,14 @@ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -187,9 +187,9 @@ 変更ログ

- + - リンクのオフラインを削除する  + リンクのオフラインを削除する  @@ -204,22 +204,22 @@ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール

- + - Webキーワードを強調します  + Webキーワードを強調します  @@ -234,22 +234,22 @@ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール

- + - Web優れたのキーワードを強調します  + Web優れたのキーワードを強調します  @@ -270,22 +270,22 @@ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール

- + - 上下のボタンにピン保つめする  + 上下のボタンにピン保つめする  @@ -306,14 +306,14 @@ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -321,9 +321,9 @@ 変更ログ

- + - 小さいさなウィンドウでプレビュー  + 小さいさなウィンドウでプレビュー  @@ -344,14 +344,14 @@ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -359,9 +359,9 @@ 変更ログ

- + - ゴージャスなグラデーションで Web フォームを美しいしくする  + ゴージャスなグラデーションで Web フォームを美しいしくする  @@ -382,14 +382,14 @@ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -397,9 +397,9 @@ 変更ログ

- + - リンクするテキスト  + リンクするテキスト  @@ -414,14 +414,14 @@ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -429,9 +429,9 @@ から変更されました

- + - マークダウンクラウドカットノート  + マークダウンクラウドカットノート  @@ -452,14 +452,14 @@ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -471,9 +471,9 @@

GreasyFork (12)

- + - URL強化用の脂っこいフォークスクリプトページ  + URL強化用の脂っこいフォークスクリプトページ  @@ -494,22 +494,22 @@ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール

- + - Greasyfork フレーマ  + Greasyfork フレーマ  @@ -530,14 +530,14 @@ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -545,9 +545,9 @@ 変更ログ

- + - Script Finder GreasyFork スクリプトの検索  + Script Finder GreasyFork スクリプトの検索  @@ -568,14 +568,14 @@ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -583,9 +583,9 @@ 変更ログ

- + - Greasyfork 評価を急行するスクリプト  + Greasyfork 評価を急行するスクリプト  @@ -606,22 +606,22 @@ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール

- + - GreasyFork: ナビゲーションバーの強化する  + GreasyFork: ナビゲーションバーの強化する  @@ -642,22 +642,22 @@ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール

- + - GreasyFork markdown  + GreasyFork markdown  @@ -678,14 +678,14 @@ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -693,9 +693,9 @@ 変更ログ

- + - GreasyFork Search  + GreasyFork Search  @@ -710,22 +710,22 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール

- + - GreasyFork 通知するアシスタント  + GreasyFork 通知するアシスタント  @@ -746,14 +746,14 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -761,9 +761,9 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ 変更ログ

- + - GreaysFork 強化するするWebHook同期設定  + GreaysFork 強化するするWebHook同期設定  @@ -784,14 +784,14 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -799,9 +799,9 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ 変更ログ

- + - GreasyFork ユーザーが公共したスクリプト データの視覚化  + GreasyFork ユーザーが公共したスクリプト データの視覚化  @@ -822,14 +822,14 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -837,9 +837,9 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ 変更ログ

- + - Greasyfork 登録時間を急行  + Greasyfork 登録時間を急行  @@ -860,14 +860,14 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -877,9 +877,9 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ から変更されました

- + - Greasyfork更新するされていないスクリプトが強調されました  + Greasyfork更新するされていないスクリプトが強調されました  @@ -900,14 +900,14 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -919,9 +919,9 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ

大人向けの脚本 (11)

- + - Missavバッチバックアップコレクションビデオ  + Missavバッチバックアップコレクションビデオ  @@ -942,14 +942,14 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -957,9 +957,9 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ 変更ログ

- + - MissAV 自動ログイン  + MissAV 自動ログイン  @@ -974,14 +974,14 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -989,9 +989,9 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ 変更ログ

- + - ThisAV 自動ログイン  + ThisAV 自動ログイン  @@ -1006,14 +1006,14 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -1021,9 +1021,9 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ 変更ログ

- + - JableTV 自動ログイン  + JableTV 自動ログイン  @@ -1038,14 +1038,14 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -1053,9 +1053,9 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ 変更ログ

- + - Missavビデオダウンロードツール  + Missavビデオダウンロードツール  @@ -1076,14 +1076,14 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -1091,9 +1091,9 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ 変更ログ

- + - xvideosプッシュダウンロード  + xvideosプッシュダウンロード  @@ -1114,14 +1114,14 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -1129,9 +1129,9 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ 変更ログ

- + - ポルノハブビデオダウンロードワンクリックでダウンロードします  + ポルノハブビデオダウンロードワンクリックでダウンロードします  @@ -1152,14 +1152,14 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -1167,9 +1167,9 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ 変更ログ

- + - xhamsterビデオワンクリックダウンロードアシスタント  + xhamsterビデオワンクリックダウンロードアシスタント  @@ -1190,14 +1190,14 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -1205,9 +1205,9 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ 変更ログ

- + - xnxxvideosビデオワンクリックダウンロードアシスタント  + xnxxvideosビデオワンクリックダウンロードアシスタント  @@ -1228,14 +1228,14 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -1243,9 +1243,9 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ 変更ログ

- + - Missav Enhanced Assistant  + Missav Enhanced Assistant  @@ -1266,14 +1266,14 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -1281,9 +1281,9 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ 変更ログ

- + - ちょうど18歳になりました  + ちょうど18歳になりました  @@ -1298,14 +1298,14 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -1317,9 +1317,9 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ

Google 脚本 (2)

- + - Google検索サイトをブロックします  + Google検索サイトをブロックします  @@ -1334,22 +1334,22 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール

- + - Google 高いな検索アシスタント  + Google 高いな検索アシスタント  @@ -1370,14 +1370,14 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -1387,9 +1387,9 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ

GitHub 脚本 (19)

- + - 🤠 Github の強化するされたアシスタント ウェアハウスの急行サイズ  + 🤠 Github の強化するされたアシスタント ウェアハウスの急行サイズ  @@ -1410,14 +1410,14 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -1427,9 +1427,9 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ から変更されました

- + - GitHub 日付順にそしてべのためにえる  + GitHub 日付順にそしてべのためにえる  @@ -1450,22 +1450,22 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール

- + - GitHub フォルダーダウンローダー  + GitHub フォルダーダウンローダー  @@ -1486,14 +1486,14 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -1501,9 +1501,9 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ 変更ログ

- + - Github 元のファイルをコピーする URL ダウンロードファイル付き  + Github 元のファイルをコピーする URL ダウンロードファイル付き  @@ -1524,14 +1524,14 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -1539,9 +1539,9 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ 変更ログ

- + - GitHub 知性の表現Webビューの送信  + GitHub 知性の表現Webビューの送信  @@ -1562,22 +1562,22 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール

- + - GitHub ファイルリスト形成外科ツール  + GitHub ファイルリスト形成外科ツール  @@ -1598,14 +1598,14 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -1613,9 +1613,9 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ 変更ログ

- + - GitHub デバイスの認証を自動に確認する  + GitHub デバイスの認証を自動に確認する  @@ -1630,14 +1630,14 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -1645,9 +1645,9 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ 変更ログ

- + - Github コード言語のリストをすべて急行  + Github コード言語のリストをすべて急行  @@ -1668,14 +1668,14 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -1683,9 +1683,9 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ 変更ログ

- + - GitHub ウェアハウスのクイック ジャンプ アシスタント  + GitHub ウェアハウスのクイック ジャンプ アシスタント  @@ -1706,14 +1706,14 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -1721,9 +1721,9 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ 変更ログ

- + - GithubでJSDelivrリンクを開けるきます  + GithubでJSDelivrリンクを開けるきます  @@ -1744,14 +1744,14 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -1759,9 +1759,9 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ 変更ログ

- + - GitHub Gistコードスニペットコピーとダウンローダー  + GitHub Gistコードスニペットコピーとダウンローダー  @@ -1782,14 +1782,14 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -1799,9 +1799,9 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ から変更されました

- + - GitHubショートカットキー翻訳アシスタント  + GitHubショートカットキー翻訳アシスタント  @@ -1822,14 +1822,14 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -1837,9 +1837,9 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ 変更ログ

- + - Github Star Warehouseノートアシスタント  + Github Star Warehouseノートアシスタント  @@ -1860,14 +1860,14 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -1877,9 +1877,9 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ から変更されました

- + - GithubはDeepwikiにジャンプします  + GithubはDeepwikiにジャンプします  @@ -1900,14 +1900,14 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -1917,9 +1917,9 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ から変更されました

- + - Github Hide Copilot  + Github Hide Copilot  @@ -1940,14 +1940,14 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -1957,9 +1957,9 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ から変更されました

- + - GitHubのメールアドレスファインダー  + GitHubのメールアドレスファインダー  @@ -1980,14 +1980,14 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -1995,9 +1995,9 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ から変更されました

- + - GitHubはファイルとフォルダーのサイズを急行します  + GitHubはファイルとフォルダーのサイズを急行します  @@ -2019,14 +2019,14 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -2036,9 +2036,9 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ から変更されました

- + - Githubの共著者  + Githubの共著者  @@ -2060,14 +2060,14 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -2075,9 +2075,9 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ から変更されました

- + - GitHub通知するフィルターステータス  + GitHub通知するフィルターステータス  @@ -2092,14 +2092,14 @@ github-notification-inbox-toggle開発バージョン Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -2109,9 +2109,9 @@ github-notification-inbox-toggle開発バージョン

スクリプトを翻訳する (3)

- + - 外国語ターミネーター  + 外国語ターミネーター  @@ -2126,14 +2126,14 @@ github-notification-inbox-toggle開発バージョン Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -2141,9 +2141,9 @@ github-notification-inbox-toggle開発バージョン 変更ログ

- + - Webページ翻訳 - 中国語への自動翻訳  + Webページ翻訳 - 中国語への自動翻訳  @@ -2158,22 +2158,22 @@ Google翻訳アイコンを各中国語のWebページの右下隅に追加し Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール

- + - 翻訳ウィジェット|  + 翻訳ウィジェット|  @@ -2194,14 +2194,14 @@ Google翻訳アイコンを各中国語のWebページの右下隅に追加し Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -2213,9 +2213,9 @@ Google翻訳アイコンを各中国語のWebページの右下隅に追加し

AI 脚本 (9)

- + - ChatGPT セルフメッセージと最大を折り畳みりたたむ  + ChatGPT セルフメッセージと最大を折り畳みりたたむ  @@ -2236,14 +2236,14 @@ Google翻訳アイコンを各中国語のWebページの右下隅に追加し Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -2251,9 +2251,9 @@ Google翻訳アイコンを各中国語のWebページの右下隅に追加し 変更ログ

- + - ChatGPTコードのフォントサイズが小さいさくなりました  + ChatGPTコードのフォントサイズが小さいさくなりました  @@ -2268,22 +2268,22 @@ ChatGPT コードのフォントを小さいさくする そして自動に折 Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール

- + - ChatGPT 文字数カウンターの制限 (CCCL)  + ChatGPT 文字数カウンターの制限 (CCCL)  @@ -2304,14 +2304,14 @@ ChatGPT コードのフォントを小さいさくする そして自動に折 Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -2319,9 +2319,9 @@ ChatGPT コードのフォントを小さいさくする そして自動に折 変更ログ

- + - ChatGPT チャットのコードのコピー ボタンとコードのエクスポート ボタン  + ChatGPT チャットのコードのコピー ボタンとコードのエクスポート ボタン  @@ -2342,14 +2342,14 @@ ChatGPT コードのフォントを小さいさくする そして自動に折 Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -2357,9 +2357,9 @@ ChatGPT コードのフォントを小さいさくする そして自動に折 変更ログ

- + - chatgptコードが強調されました  + chatgptコードが強調されました  @@ -2380,14 +2380,14 @@ ChatGPT コードのフォントを小さいさくする そして自動に折 Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -2395,9 +2395,9 @@ ChatGPT コードのフォントを小さいさくする そして自動に折 変更ログ

- + - ChatGptコードツール  + ChatGptコードツール  @@ -2412,14 +2412,14 @@ ChatGPT コードのフォントを小さいさくする そして自動に折 Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -2427,9 +2427,9 @@ ChatGPT コードのフォントを小さいさくする そして自動に折 から変更されました

- + - chatgptプロンプトワードを挿入します  + chatgptプロンプトワードを挿入します  @@ -2444,14 +2444,14 @@ ChatGPT コードのフォントを小さいさくする そして自動に折 Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -2459,9 +2459,9 @@ ChatGPT コードのフォントを小さいさくする そして自動に折 から変更されました

- + - Chatgpt会話を保存します  + Chatgpt会話を保存します  @@ -2476,14 +2476,14 @@ ChatGPT コードのフォントを小さいさくする そして自動に折 Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -2493,9 +2493,9 @@ ChatGPT コードのフォントを小さいさくする そして自動に折 から変更されました

- + - ChatGptはチャットを簡単に管理します  + ChatGptはチャットを簡単に管理します  @@ -2510,14 +2510,14 @@ ChatGPT コードのフォントを小さいさくする そして自動に折 Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -2527,9 +2527,9 @@ ChatGPT コードのフォントを小さいさくする そして自動に折

ブログサイト (5)

- + - 無制限のCSDNログイン  + 無制限のCSDNログイン  @@ -2544,14 +2544,14 @@ ChatGPT コードのフォントを小さいさくする そして自動に折 Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -2559,9 +2559,9 @@ ChatGPT コードのフォントを小さいさくする そして自動に折 変更ログ

- + - クリーンブログ投稿  + クリーンブログ投稿  @@ -2576,14 +2576,14 @@ ChatGPT コードのフォントを小さいさくする そして自動に折 Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -2591,9 +2591,9 @@ ChatGPT コードのフォントを小さいさくする そして自動に折 から変更されました

- + - Zhihuのダークテーマ  + Zhihuのダークテーマ  @@ -2608,14 +2608,14 @@ Zhihuのダークテーマスタイル Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -2623,9 +2623,9 @@ Zhihuのダークテーマスタイル から変更されました

- + - WeChat Web版ダークモード  + WeChat Web版ダークモード  @@ -2640,14 +2640,14 @@ Web WeChat 全画面ウィンドウを有効にする,ダークモード Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -2655,9 +2655,9 @@ Web WeChat 全画面ウィンドウを有効にする,ダークモード から変更されました

- + - 新浪微博モバイル版ジャンプ  + 新浪微博モバイル版ジャンプ  @@ -2672,14 +2672,14 @@ Web WeChat 全画面ウィンドウを有効にする,ダークモード Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -2688,10 +2688,10 @@ Web WeChat 全画面ウィンドウを有効にする,ダークモード -

Twitter (4)

- +

Twitter (5)

+ - Twitter/Xリツイートされた投稿を無表情にします  + Twitter/Xリツイートされた投稿を無表情にします  @@ -2712,14 +2712,14 @@ Web WeChat 全画面ウィンドウを有効にする,ダークモード Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -2729,9 +2729,9 @@ Web WeChat 全画面ウィンドウを有効にする,ダークモード から変更されました

- + - Twitterメディアダウンロード(2025.12.02修正)  + Twitterメディアダウンロード(2025.12.02修正)  @@ -2752,14 +2752,14 @@ Web WeChat 全画面ウィンドウを有効にする,ダークモード Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -2769,9 +2769,9 @@ Web WeChat 全画面ウィンドウを有効にする,ダークモード から変更されました

- + - Twitter(x)ブラックリストとブロックされたリストのダウンロード  + Twitter(x)ブラックリストとブロックされたリストのダウンロード  @@ -2786,14 +2786,14 @@ Twitter(x)ブラックリストとブロックリストをダウンロード Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -2801,9 +2801,9 @@ Twitter(x)ブラックリストとブロックリストをダウンロード から変更されました

- + - Twitterには一般的にの日付と時間が急行されます  + Twitterには一般的にの日付と時間が急行されます  @@ -2825,24 +2825,64 @@ Twitter(x)ブラックリストとブロックリストをダウンロード Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール +

+ + + Twitter(X)-Plus  + + + + Tweet + +

+ +
+ 動画のミュートリフト、動画の自動ループ再生のキャンセル、ツイートの削除とリツイート、Grok/急行ボタン、ワンクリックブロックの追加、ワンクリックツイートURLコピーボタン +
+ + +
+
+ +
+ + + + Greasemonkey / + + + + Readmeファイル / + + + 話し合う / + + ソースコード / + + インストール / + + 変更ログ / + + から変更されました +

YouTube (5)

- + - YouTubeアシスタント  + YouTubeアシスタント  @@ -2863,14 +2903,14 @@ Twitter(x)ブラックリストとブロックリストをダウンロード Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -2880,9 +2920,9 @@ Twitter(x)ブラックリストとブロックリストをダウンロード から変更されました

- + - YouTubeは戻るでショートカットを視聴します  + YouTubeは戻るでショートカットを視聴します  @@ -2897,14 +2937,14 @@ Twitter(x)ブラックリストとブロックリストをダウンロード Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -2912,9 +2952,9 @@ Twitter(x)ブラックリストとブロックリストをダウンロード から変更されました

- + - より良いYouTubeボリュームコントロール  + より良いYouTubeボリュームコントロール  @@ -2929,14 +2969,14 @@ Twitter(x)ブラックリストとブロックリストをダウンロード Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -2944,9 +2984,9 @@ Twitter(x)ブラックリストとブロックリストをダウンロード から変更されました

- + - YouTubeダイナミックビデオグリッド  + YouTubeダイナミックビデオグリッド  @@ -2961,14 +3001,14 @@ Twitter(x)ブラックリストとブロックリストをダウンロード Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -2978,9 +3018,9 @@ Twitter(x)ブラックリストとブロックリストをダウンロード から変更されました

- + - YouTube Pro: オーディオ エンハンサー  + YouTube Pro: オーディオ エンハンサー  @@ -3001,14 +3041,14 @@ Twitter(x)ブラックリストとブロックリストをダウンロード Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -3018,9 +3058,9 @@ Twitter(x)ブラックリストとブロックリストをダウンロード

TikTok (1)

- + - Tiktokユーザー情報  + Tiktokユーザー情報  @@ -3035,14 +3075,14 @@ Tiktokは、プロファイルに関するより拡張された情報を急行 Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -3052,9 +3092,9 @@ Tiktokは、プロファイルに関するより拡張された情報を急行

Bilibili (2)

- + - Bilibiliビデオダウンローダー  + Bilibiliビデオダウンローダー  @@ -3069,14 +3109,14 @@ Bilibili動画をダウンロードする(ドラマには対応していませ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -3084,9 +3124,9 @@ Bilibili動画をダウンロードする(ドラマには対応していませ から変更されました

- + - Bilibiliライブルームブロックツール  + Bilibiliライブルームブロックツール  @@ -3101,14 +3141,14 @@ Bilibiliライブルームブロックツール,サポート管理リスト, Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -3132,7 +3172,7 @@ Bilibiliライブルームブロックツール,サポート管理リスト, > > - _その他に基づく **Chromium** カーネルブラウザ(国内カバーブラウザなど)一般的に使用できます Chrome 拡大する。_ > - _ぜひご利用ください **Tampermonkey 正式版** 拡大する,他のユーザー スクリプト マネージャーでは、次のような問題が発生する可能性があります。**正しく動作しない**脚本。_ -> - _スクリプトを再インストールしたい場合,覚えておいてください Tampermonkey 延長された**ごみ箱から完全に削除する**スクリプトの作成後、スクリプトを再インストールします。。_ +> - _スクリプトを再インストールしたい場合,覚えておいてください Tampermonkey 延長された**ごみ箱から完全に削除する**脚本后再去重新安装脚本。_ > _**オフラインインストールなし .crx 拡大する?[Chrome、Edge 非表示を再度開く [ドラッグアンドドロップでインストール .crx 拡大する] 関数!](https://zhuanlan.zhihu.com/p/276027099)**_ @@ -3170,7 +3210,7 @@ Bilibiliライブルームブロックツール,サポート管理リスト, > [!TIP] > > - [#12](https://github.com/ChinaGodMan/UserScripts/issues/12) :trollface: Adam Lui 劉禅鵬 :+1: -> - _このリポジトリの自動翻訳と Action ヤンキーには本当に感謝しています[Adam Lui 劉禅鵬](https://github.com/adamlui)素晴らしいアイデアとコード!_ :trollface: +> - _このリポジトリの自動翻訳と Action ヤンキーには特別な感謝を[Adam Lui 劉禅鵬](https://github.com/adamlui)素晴らしいアイデアとコード!_ :trollface: > - _ヤンキースをイメージしたウェアハウスのネーミング[Adam Lui 劉禅鵬](https://github.com/adamlui)鼓舞する_ :trollface: > - _このリポジトリの Readme ファイルは次の場所にあります。[Adam Lui 劉禅鵬](https://github.com/adamlui)自己申告スタイル_ :trollface: > - _スクリプト内の相互リダイレクト ジャンプは次のものから来ています。[Adam Lui 劉禅鵬](https://github.com/adamlui)自己申告スタイル_ :trollface: @@ -3190,7 +3230,9 @@ Bilibiliライブルームブロックツール,サポート管理リスト, 人民的勤务员 -人々の小さなアシスタント +人々のロボット +molanp +Yoobohl fossabot @@ -3204,8 +3246,8 @@ Bilibiliライブルームブロックツール,サポート管理リスト, ## 🏛️ オープンソースライセンス契約 -このプロジェクトでは、 MIT ライセンス 承認する。 -MIT ライセンスは寛容なオープンソースライセンス契約です,詳細については、を参照してください。 ライセンスの全文。 +このプロジェクトでは、 MIT ライセンス 承認する。 +MIT ライセンスは寛容なオープンソースライセンス契約です,詳細については、を参照してください。 ライセンスの全文
@@ -3215,7 +3257,7 @@ MIT ライセンスは寛容なオープンソースライセンス契約です ## 🤝 行動規範 -友好的な関係を確保するために、敬意を持った包括的な開発環境,私たちは以下のものを開発しました行動規範。各寄稿者は次のガイドラインに従うことが求められます。 +友好的な関係を確保するために、敬意を持った包括的な開発環境,私たちは以下のものを開発しました行動規範。各寄稿者は次のガイドラインに従うことが求められます。
@@ -3228,7 +3270,7 @@ MIT ライセンスは寛容なオープンソースライセンス契約です 脆弱性が見つかった場合,一つ開けてください[セキュリティに関する推奨事項の草案](https://github.com/ChinaGodMan/UserScripts/security/advisories/new)。 プルリクエストも歓迎です,ただしセキュリティ上の理由から,までメールを送信してください 公開する前に返信を待ちます。 -詳細については、を参照してください。 セキュリティポリシー +詳細については、を参照してください。 セキュリティポリシー
@@ -3238,7 +3280,7 @@ MIT ライセンスは寛容なオープンソースライセンス契約です ## 💖 貢献ガイド -このプロジェクトにご興味をお持ちいただきありがとうございます!私たちは以下のものを開発しました貢献ガイド。コードやドキュメントをスムーズに投稿できるようにするため,コードや質問を送信する前に、,内容をよく読んでください。 +このプロジェクトにご興味をお持ちいただきありがとうございます!私たちは以下のものを開発しました貢献ガイド。コードやドキュメントをスムーズに投稿できるようにするため,コードや質問を送信する前に、,内容をよく読んでください。
@@ -3248,7 +3290,7 @@ MIT ライセンスは寛容なオープンソースライセンス契約です ## 🌐 ブラウザとスクリプトマネージャー -| 推奨ブラウザ | インストールマネージャー | ブラウザをインストールする | +| 推荐使用浏览器 | インストールマネージャー | ブラウザをインストールする | | :---------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------: | ----------------------------------------------------------------------------- | |
Chrome または に基づく Chromium カーネルブラウザ[![][chrome]][chrome_link] |
![.png][TM][Tampermonkey][Tampermonkey] ![.png][vm][Violentmonkey][Violentmonkey] ![.png][cat][ScriptCat][cat_link] |
[![][chrome]][chrome_link] [![][edge]][edge_link] [![][QQ]][QQ_link] | |
Safari ブラウザ(macOS, iOS, iPadOS)[![][safari]][safari_link] |
![][Macaquer] [Macaque][Macaque] または ![][stayr] [Stay] |
[![][safari]][safari_link] | diff --git a/docs/ko/README.md b/docs/ko/README.md index a6d5c302f..08ba0fdfc 100644 --- a/docs/ko/README.md +++ b/docs/ko/README.md @@ -8,18 +8,18 @@ - China简体中文 | - China繁體中文 | - English | - 日本語 | - Tiếng Việt | - Italiano | - Русский | - Deutsch | - Español | - Portuguese | - Français | - 대한민국 + China简体中文 | + China繁體中文 | + English | + 日本語 | + Tiếng Việt | + Italiano | + Русский | + Deutsch | + Español | + Portuguese | + Français | + 대한민국

@@ -78,33 +78,33 @@ ## 🔖 TOC -[🌐 브라우저 및 스크립트 관리자](#-브라우저-및-스크립트-관리자) | -[❔️ 스크립트 설치 또는 사용 방법](#%EF%B8%8F-스크립트-설치-또는-사용-방법) | -[🙏 오픈소스 덕분에 특별히 감사드립니다](#-오픈소스-덕분에-특별히-감사드립니다) | -[🛡️ 보안 정책](#%EF%B8%8F-보안-정책) | +[🌐 브라우저 및 스크립트 관리자](#-브라우저 및 스크립트 관리자) | +[❔️ 스크립트 설치 또는 사용 방법](#%EF%B8%8F-스크립트 설치 또는 사용 방법) | +[🙏 오픈소스 덕분에 특별히 감사드립니다](#-오픈소스 덕분에 특별히 감사드립니다) | +[🛡️ 보안 정책](#%EF%B8%8F-보안 정책) | [🤝 행동강령](#-행동강령) | -[🏛️ 오픈소스 라이선스 계약](#%EF%B8%8F-오픈소스-라이선스-계약) | +[🏛️ 오픈소스 라이선스 계약](#%EF%B8%8F-오픈소스 라이선스 계약) | [🧠 기부자](#-기부자) | -[💖 기여 가이드](#-기여-가이드) | -[⭐ 스타의 역사](#-스타의-역사) | -[📜 스크립트 목록](#-스크립트-목록) +[💖 기여 가이드](#-기여 가이드) | +[⭐ 스타의 역사](#-스타의 역사) | +[📜 스크립트 목록](#-스크립트 목록) ## 📜 스크립트 목록 -💡 **Tip:** _미리보기 스크린샷을 표시하려면,확장자 이름 아래를 클릭하세요 ▸ 또는 설명。_ +💡 **Tip:** _미리보기 스크린샷을 표시하려면,확장명 아래를 클릭하세요. ▸ 또는 설명。_ -**현재 저장소에 게시된 스크립트 수:83,스크립트에는 다음이 포함됩니다.:** -
웹 스크립트 (10) +**현재 저장소에 게시된 스크립트 수:84,스크립트에는 다음이 포함됩니다.:** +
웹 스크립트 (10) | GreasyFork (12) - | 성인 대본 (11) - | Google 각본 (2) - | GitHub 각본 (19) - | 스크립트 번역 (3) - | AI 각본 (9) - | 블로그 사이트 (5) - | Twitter (4) + | 성인 대본 (11) + | Google 각본 (2) + | GitHub 각본 (19) + | 스크립트 번역 (3) + | AI 각본 (9) + | 블로그 사이트 (5) + | Twitter (5) | YouTube (5) | TikTok (1) | Bilibili (2) @@ -113,9 +113,9 @@

웹 스크립트 (10)

- + - 스크롤 버튼  + 스크롤 버튼  @@ -136,22 +136,22 @@ Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다

- + - 웹 페이지 작성 클립 버전 권한 관리자  + 웹 페이지 작성 클립 버전 권한 관리자  @@ -172,14 +172,14 @@ Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -187,9 +187,9 @@ 변경 로그

- + - 링크 밑줄 제거  + 링크 밑줄 제거  @@ -204,22 +204,22 @@ Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다

- + - 웹 키워드를 강조 표시합니다  + 웹 키워드를 강조 표시합니다  @@ -234,22 +234,22 @@ Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다

- + - 웹에서 키워드를 강조 표시합니다  + 웹에서 키워드를 강조 표시합니다  @@ -270,22 +270,22 @@ Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다

- + - 상단 및 하단 버튼에 고정  + 상단 및 하단 버튼에 고정  @@ -306,14 +306,14 @@ Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -321,9 +321,9 @@ 변경 로그

- + - 작은 창 미리보기  + 작은 창 미리보기  @@ -344,14 +344,14 @@ Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -359,9 +359,9 @@ 변경 로그

- + - 화려한 그라데이션으로 웹 양식을 아름답게 꾸미세요  + 화려한 그라데이션으로 웹 양식을 아름답게 꾸미세요  @@ -382,14 +382,14 @@ Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -397,9 +397,9 @@ 변경 로그

- + - 링크 할 텍스트  + 링크 할 텍스트  @@ -414,14 +414,14 @@ Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -429,9 +429,9 @@ 다음에서 수정됨

- + - 마크 다운 클라우드 컷 메모  + 마크 다운 클라우드 컷 메모  @@ -452,14 +452,14 @@ Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -468,12 +468,12 @@ 다음에서 수정됨 - +

GreasyFork (12)

- + - URL 향상을위한 기름기가 많은 포크 스크립트 페이지  + URL 향상을위한 기름기가 많은 포크 스크립트 페이지  @@ -494,22 +494,22 @@ Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다

- + - Greasyfork 프레이머  + Greasyfork 프레이머  @@ -530,14 +530,14 @@ Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -545,9 +545,9 @@ 변경 로그

- + - Script Finder 그리스 원숭이 스크립트 조회  + Script Finder 그리스 원숭이 스크립트 조회  @@ -568,14 +568,14 @@ Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -583,9 +583,9 @@ 변경 로그

- + - Greasyfork 평점을 표시하는 스크립트  + Greasyfork 평점을 표시하는 스크립트  @@ -606,22 +606,22 @@ Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다

- + - GreasyFork: 탐색 표시줄 개선  + GreasyFork: 탐색 표시줄 개선  @@ -642,22 +642,22 @@ Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다

- + - GreasyFork markdown  + GreasyFork markdown  @@ -678,14 +678,14 @@ Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -693,9 +693,9 @@ 변경 로그

- + - GreasyFork Search  + GreasyFork Search  @@ -710,22 +710,22 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다

- + - GreasyFork 알림 도우미  + GreasyFork 알림 도우미  @@ -746,14 +746,14 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -761,9 +761,9 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 변경 로그

- + - GreaysFork 향상시키다WebHook동기화 설정  + GreaysFork 향상시키다WebHook동기화 설정  @@ -784,14 +784,14 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -799,9 +799,9 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 변경 로그

- + - GreasyFork 사용자 게시 스크립트 데이터 시각화  + GreasyFork 사용자 게시 스크립트 데이터 시각화  @@ -822,14 +822,14 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -837,9 +837,9 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 변경 로그

- + - Greasyfork등록 시간을 표시  + Greasyfork등록 시간을 표시  @@ -860,14 +860,14 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -877,9 +877,9 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 다음에서 수정됨

- + - Greasyfork는 업데이트되지 않은 스크립트가 강조 표시되었습니다  + Greasyfork는 업데이트되지 않은 스크립트가 강조 표시되었습니다  @@ -900,14 +900,14 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -916,12 +916,12 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 다음에서 수정됨 - +

성인 대본 (11)

- + - Missav 배치 백업 컬렉션 비디오  + Missav 배치 백업 컬렉션 비디오  @@ -942,14 +942,14 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -957,9 +957,9 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 변경 로그

- + - MissAV 자동 로그인  + MissAV 자동 로그인  @@ -974,14 +974,14 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -989,9 +989,9 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 변경 로그

- + - ThisAV 자동 로그인  + ThisAV 자동 로그인  @@ -1006,14 +1006,14 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -1021,9 +1021,9 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 변경 로그

- + - JableTV 자동 로그인  + JableTV 자동 로그인  @@ -1038,14 +1038,14 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -1053,9 +1053,9 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 변경 로그

- + - Missav 비디오 다운로드 도구  + Missav 비디오 다운로드 도구  @@ -1076,14 +1076,14 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -1091,9 +1091,9 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 변경 로그

- + - xvideos 푸시 다운로드  + xvideos 푸시 다운로드  @@ -1114,14 +1114,14 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -1129,9 +1129,9 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 변경 로그

- + - 한 번의 클릭으로 Pornhub 비디오 다운로드  + 한 번의 클릭으로 Pornhub 비디오 다운로드  @@ -1152,14 +1152,14 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -1167,9 +1167,9 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 변경 로그

- + - Xhamster 비디오 원 클릭 다운로드 어시스턴트  + Xhamster 비디오 원 클릭 다운로드 어시스턴트  @@ -1190,14 +1190,14 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -1205,9 +1205,9 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 변경 로그

- + - xnxxvideos 비디오 1 클릭 다운로드 어시스턴트  + xnxxvideos 비디오 1 클릭 다운로드 어시스턴트  @@ -1228,14 +1228,14 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -1243,9 +1243,9 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 변경 로그

- + - Missav 강조 보조원  + Missav 강조 보조원  @@ -1266,14 +1266,14 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -1281,9 +1281,9 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 변경 로그

- + - 방금 18 살이되었습니다  + 방금 18 살이되었습니다  @@ -1298,14 +1298,14 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -1314,12 +1314,12 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 다음에서 수정됨 - +

Google 각본 (2)

- + - Google 검색 사이트를 차단하십시오  + Google 검색 사이트를 차단하십시오  @@ -1334,22 +1334,22 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다

- + - Google 고급 검색 도우미  + Google 고급 검색 도우미  @@ -1370,26 +1370,26 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / 변경 로그 - +

GitHub 각본 (19)

- + - 🤠 Github 향상된 보조 창고 디스플레이 크기  + 🤠 Github 향상된 보조 창고 디스플레이 크기  @@ -1410,14 +1410,14 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -1427,9 +1427,9 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 다음에서 수정됨

- + - GitHub 날짜순으로 정렬  + GitHub 날짜순으로 정렬  @@ -1450,22 +1450,22 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다

- + - GitHub 폴더 다운로더  + GitHub 폴더 다운로더  @@ -1486,14 +1486,14 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -1501,9 +1501,9 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 변경 로그

- + - Github 원본 파일 복사 URL 다운로드 파일 포함  + Github 원본 파일 복사 URL 다운로드 파일 포함  @@ -1524,14 +1524,14 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -1539,9 +1539,9 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 변경 로그

- + - GitHub 정보 표시 웹뷰 제출  + GitHub 정보 표시 웹뷰 제출  @@ -1562,22 +1562,22 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다

- + - GitHub 파일 목록 미화자  + GitHub 파일 목록 미화자  @@ -1598,14 +1598,14 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -1613,9 +1613,9 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 변경 로그

- + - GitHub 장치 승인 자동 확인  + GitHub 장치 승인 자동 확인  @@ -1630,14 +1630,14 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -1645,9 +1645,9 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 변경 로그

- + - Github 코드 언어 목록 모두 표시  + Github 코드 언어 목록 모두 표시  @@ -1668,14 +1668,14 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -1683,9 +1683,9 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 변경 로그

- + - GitHub 창고 빠른 점프 도우미  + GitHub 창고 빠른 점프 도우미  @@ -1706,14 +1706,14 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -1721,9 +1721,9 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 변경 로그

- + - GitHub에서 JSDELIVR 링크를 엽니 다  + GitHub에서 JSDELIVR 링크를 엽니 다  @@ -1744,14 +1744,14 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -1759,9 +1759,9 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 변경 로그

- + - github gist 코드 스 니펫 복사 및 다운로더  + github gist 코드 스 니펫 복사 및 다운로더  @@ -1782,14 +1782,14 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -1799,9 +1799,9 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 다음에서 수정됨

- + - Github 바로 가기 키 번역 보조원  + Github 바로 가기 키 번역 보조원  @@ -1822,14 +1822,14 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -1837,9 +1837,9 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 변경 로그

- + - Github Star Warehouse Notes Assistant  + Github Star Warehouse Notes Assistant  @@ -1860,14 +1860,14 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -1877,9 +1877,9 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 다음에서 수정됨

- + - Github는 Deepwiki로 점프합니다  + Github는 Deepwiki로 점프합니다  @@ -1900,14 +1900,14 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -1917,9 +1917,9 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 다음에서 수정됨

- + - github copilot을 숨 깁니다  + github copilot을 숨 깁니다  @@ -1940,14 +1940,14 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -1957,9 +1957,9 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 다음에서 수정됨

- + - GitHub 이메일 주소 찾기  + GitHub 이메일 주소 찾기  @@ -1980,14 +1980,14 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -1995,9 +1995,9 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 다음에서 수정됨

- + - Github는 파일 및 폴더 크기를 표시합니다  + Github는 파일 및 폴더 크기를 표시합니다  @@ -2019,14 +2019,14 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -2036,9 +2036,9 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 다음에서 수정됨

- + - Github 공동 저자  + Github 공동 저자  @@ -2060,14 +2060,14 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -2075,9 +2075,9 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 다음에서 수정됨

- + - Github 알림 필터 상태  + Github 알림 필터 상태  @@ -2092,26 +2092,26 @@ Github-Notification-onbox-Toggle 개발 버전 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / 다음에서 수정됨 - +

스크립트 번역 (3)

- + - 외국어 터미네이터  + 외국어 터미네이터  @@ -2126,14 +2126,14 @@ Github-Notification-onbox-Toggle 개발 버전 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -2141,9 +2141,9 @@ Github-Notification-onbox-Toggle 개발 버전 변경 로그

- + - 웹 페이지 번역 - 중국어로 자동 번역  + 웹 페이지 번역 - 중국어로 자동 번역  @@ -2158,22 +2158,22 @@ Github-Notification-onbox-Toggle 개발 버전 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다

- + - 번역 위젯 |. 모든 언어 번역  + 번역 위젯 |. 모든 언어 번역  @@ -2194,14 +2194,14 @@ Github-Notification-onbox-Toggle 개발 버전 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -2210,12 +2210,12 @@ Github-Notification-onbox-Toggle 개발 버전 다음에서 수정됨 - +

AI 각본 (9)

- + - ChatGPT 자체 메시지 및 최대 너비 축소  + ChatGPT 자체 메시지 및 최대 너비 축소  @@ -2236,14 +2236,14 @@ Github-Notification-onbox-Toggle 개발 버전 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -2251,9 +2251,9 @@ Github-Notification-onbox-Toggle 개발 버전 변경 로그

- + - ChatGPT코드 글꼴 크기 감소  + ChatGPT코드 글꼴 크기 감소  @@ -2268,22 +2268,22 @@ ChatGPT 코드 글꼴을 더 작게 만들기 자동으로 포장 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다

- + - ChatGPT 문자 카운터 제한 (CCCL)  + ChatGPT 문자 카운터 제한 (CCCL)  @@ -2304,14 +2304,14 @@ ChatGPT 코드 글꼴을 더 작게 만들기 자동으로 포장 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -2319,9 +2319,9 @@ ChatGPT 코드 글꼴을 더 작게 만들기 자동으로 포장 변경 로그

- + - ChatGPT 채팅 코드 복사 및 코드 내보내기 버튼  + ChatGPT 채팅 코드 복사 및 코드 내보내기 버튼  @@ -2342,14 +2342,14 @@ ChatGPT 코드 글꼴을 더 작게 만들기 자동으로 포장 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -2357,9 +2357,9 @@ ChatGPT 코드 글꼴을 더 작게 만들기 자동으로 포장 변경 로그

- + - chatgpt 코드가 강조되었습니다  + chatgpt 코드가 강조되었습니다  @@ -2380,14 +2380,14 @@ ChatGPT 코드 글꼴을 더 작게 만들기 자동으로 포장 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -2395,9 +2395,9 @@ ChatGPT 코드 글꼴을 더 작게 만들기 자동으로 포장 변경 로그

- + - chatgpt 코드 도구  + chatgpt 코드 도구  @@ -2412,14 +2412,14 @@ ChatGPT 코드 글꼴을 더 작게 만들기 자동으로 포장 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -2427,9 +2427,9 @@ ChatGPT 코드 글꼴을 더 작게 만들기 자동으로 포장 다음에서 수정됨

- + - chatgpt 삽입 프롬프트 단어  + chatgpt 삽입 프롬프트 단어  @@ -2444,14 +2444,14 @@ ChatGPT 코드 글꼴을 더 작게 만들기 자동으로 포장 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -2459,9 +2459,9 @@ ChatGPT 코드 글꼴을 더 작게 만들기 자동으로 포장 다음에서 수정됨

- + - Chatgpt 대화를 저장하십시오  + Chatgpt 대화를 저장하십시오  @@ -2476,14 +2476,14 @@ ChatGPT 코드 글꼴을 더 작게 만들기 자동으로 포장 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -2493,9 +2493,9 @@ ChatGPT 코드 글꼴을 더 작게 만들기 자동으로 포장 다음에서 수정됨

- + - Chatgpt는 채팅을 쉽게 관리합니다  + Chatgpt는 채팅을 쉽게 관리합니다  @@ -2510,26 +2510,26 @@ ChatGPT 코드 글꼴을 더 작게 만들기 자동으로 포장 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / 다음에서 수정됨 - +

블로그 사이트 (5)

- + - 제한되지 않은 CSDN 로그인  + 제한되지 않은 CSDN 로그인  @@ -2544,14 +2544,14 @@ ChatGPT 코드 글꼴을 더 작게 만들기 자동으로 포장 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -2559,9 +2559,9 @@ ChatGPT 코드 글꼴을 더 작게 만들기 자동으로 포장 변경 로그

- + - 깨끗한 블로그 게시물  + 깨끗한 블로그 게시물  @@ -2576,14 +2576,14 @@ ChatGPT 코드 글꼴을 더 작게 만들기 자동으로 포장 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -2591,9 +2591,9 @@ ChatGPT 코드 글꼴을 더 작게 만들기 자동으로 포장 다음에서 수정됨

- + - Zhihu 어두운 테마  + Zhihu 어두운 테마  @@ -2608,14 +2608,14 @@ Zhihu의 어두운 테마 스타일 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -2623,9 +2623,9 @@ Zhihu의 어두운 테마 스타일 다음에서 수정됨

- + - WeChat 웹 버전 다크 모드  + WeChat 웹 버전 다크 모드  @@ -2640,14 +2640,14 @@ Zhihu의 어두운 테마 스타일 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -2655,9 +2655,9 @@ Zhihu의 어두운 테마 스타일 다음에서 수정됨

- + - 시나 웨이보 모바일 버전 점프  + 시나 웨이보 모바일 버전 점프  @@ -2672,26 +2672,26 @@ Sina Weibo가 자동으로 모바일 버전으로 이동합니다.,웨이보 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / 다음에서 수정됨 - + -

Twitter (4)

- +

Twitter (5)

+ - Twitter/x는 리트 윗 된 게시물을 숨 깁니다  + Twitter/x는 리트 윗 된 게시물을 숨 깁니다  @@ -2712,14 +2712,14 @@ Sina Weibo가 자동으로 모바일 버전으로 이동합니다.,웨이보 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -2729,9 +2729,9 @@ Sina Weibo가 자동으로 모바일 버전으로 이동합니다.,웨이보 다음에서 수정됨

- + - 트위터 미디어 다운로드 (2025.12.02 고정)  + 트위터 미디어 다운로드 (2025.12.02 고정)  @@ -2752,14 +2752,14 @@ Sina Weibo가 자동으로 모바일 버전으로 이동합니다.,웨이보 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -2769,9 +2769,9 @@ Sina Weibo가 자동으로 모바일 버전으로 이동합니다.,웨이보 다음에서 수정됨

- + - 트위터 (x) 블랙리스트 및 차단 된 목록 다운로드  + 트위터 (x) 블랙리스트 및 차단 된 목록 다운로드  @@ -2786,14 +2786,14 @@ Twitter (X) 블랙리스트 및 차단 된 목록을 다운로드하고, 페이 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -2801,9 +2801,9 @@ Twitter (X) 블랙리스트 및 차단 된 목록을 다운로드하고, 페이 다음에서 수정됨

- + - 트위터에는 일반 날짜와 시간이 표시됩니다  + 트위터에는 일반 날짜와 시간이 표시됩니다  @@ -2825,24 +2825,64 @@ Twitter (X) 블랙리스트 및 차단 된 목록을 다운로드하고, 페이 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 - +

+ + + 트위터(X)-플러스  + + + + Tweet + +

+ +
+ 동영상 음소거 해제, 동영상 자동 반복 재생 취소, 트윗 삭제 및 리트윗, Grok/view 버튼, 원클릭 차단 추가, 원클릭 트윗 URL 복사 버튼 +
+ + +
+
+ +
+ + + + Greasemonkey / + + + + 읽어보기 파일 / + + + 논의하다 / + + 소스 코드 / + + 설치하다 / + + 변경 로그 / + + 다음에서 수정됨 +
+

YouTube (5)

- + - YouTube Assistant  + YouTube Assistant  @@ -2863,14 +2903,14 @@ Twitter (X) 블랙리스트 및 차단 된 목록을 다운로드하고, 페이 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -2880,9 +2920,9 @@ Twitter (X) 블랙리스트 및 차단 된 목록을 다운로드하고, 페이 다음에서 수정됨

- + - YouTube는 나중에 바로 가기를 시청합니다  + YouTube는 나중에 바로 가기를 시청합니다  @@ -2897,14 +2937,14 @@ Twitter (X) 블랙리스트 및 차단 된 목록을 다운로드하고, 페이 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -2912,9 +2952,9 @@ Twitter (X) 블랙리스트 및 차단 된 목록을 다운로드하고, 페이 다음에서 수정됨

- + - 더 나은 YouTube 볼륨 컨트롤  + 더 나은 YouTube 볼륨 컨트롤  @@ -2929,14 +2969,14 @@ YouTube 비디오 플레이어에 슬라이더를 추가하여 볼륨을 더 자 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -2944,9 +2984,9 @@ YouTube 비디오 플레이어에 슬라이더를 추가하여 볼륨을 더 자 다음에서 수정됨

- + - YouTube 동적 비디오 그리드  + YouTube 동적 비디오 그리드  @@ -2961,14 +3001,14 @@ YouTube 비디오 플레이어에 슬라이더를 추가하여 볼륨을 더 자 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -2978,9 +3018,9 @@ YouTube 비디오 플레이어에 슬라이더를 추가하여 볼륨을 더 자 다음에서 수정됨

- + - YouTube Pro: 오디오 향상기  + YouTube Pro: 오디오 향상기  @@ -3001,26 +3041,26 @@ YouTube 비디오 플레이어에 슬라이더를 추가하여 볼륨을 더 자 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / 다음에서 수정됨 - +

TikTok (1)

- + - Tiktok 사용자 정보  + Tiktok 사용자 정보  @@ -3035,26 +3075,26 @@ Tiktok은 프로필에 더 많은 확장 정보를 표시합니다 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / 다음에서 수정됨 - +

Bilibili (2)

- + - Bilibili 비디오 다운로더  + Bilibili 비디오 다운로더  @@ -3069,14 +3109,14 @@ Bilibili 비디오 다운로드(드라마를 지원하지 않습니다) Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -3084,9 +3124,9 @@ Bilibili 비디오 다운로드(드라마를 지원하지 않습니다) 다음에서 수정됨

- + - Bilibili 라이브 룸 차단 도구  + Bilibili 라이브 룸 차단 도구  @@ -3101,21 +3141,21 @@ Bilibili 라이브 룸 차단 도구,지원 관리 목록,일괄 차단, Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / 다음에서 수정됨 - + @@ -3130,7 +3170,7 @@ Bilibili 라이브 룸 차단 도구,지원 관리 목록,일괄 차단, > [!IMPORTANT] > -> - _기타 기반 **Chromium** 커널 브라우저(국내 커버 브라우저 등)일반적으로 사용할 수 있습니다 Chrome 확장하다。_ +> - _기타 기반 **Chromium** 커널 브라우저(국내 커버 브라우저와 같은)일반적으로 사용할 수 있습니다 Chrome 확장하다。_ > - _꼭 이용해주세요 **Tampermonkey 공식 버전** 확장하다,其他的用户각본管理器可能导致**제대로 작동하지 않음**脚本。_ > - _스크립트를 다시 설치하고 싶다면,꼭 기억해주세요 Tampermonkey 펼친**휴지통에서 완전히 삭제**스크립트가 끝나면 스크립트를 다시 설치하십시오.。_ @@ -3171,7 +3211,7 @@ Bilibili 라이브 룸 차단 도구,지원 관리 목록,일괄 차단, > > - [#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: @@ -3190,7 +3230,9 @@ Bilibili 라이브 룸 차단 도구,지원 관리 목록,일괄 차단, 人民的勤务员 -사람들의 작은 조수 +사람들의 로봇 +molanp +Yoobohl fossabot @@ -3204,8 +3246,8 @@ Bilibili 라이브 룸 차단 도구,지원 관리 목록,일괄 차단, ## 🏛️ 오픈소스 라이선스 계약 -이 프로젝트에서는 MIT 특허 승인하다。 -MIT 라이선스는 허용적인 오픈 소스 라이선스 계약입니다.,자세한 내용은 다음을 참조하세요. 라이센스 전문。 +이 프로젝트에서는 MIT 특허 승인하다。 +MIT 라이선스는 허용적인 오픈 소스 라이선스 계약입니다.,자세한 내용은 다음을 참조하세요. 라이센스 전문
@@ -3215,7 +3257,7 @@ MIT 라이선스는 허용적인 오픈 소스 라이선스 계약입니다., ## 🤝 행동강령 -우호적인 관계를 보장하기 위해、존중하고 포용적인 개발 환경,우리는 다음을 개발했습니다행동강령。각 기여자는 다음 지침을 따라야 합니다.。 +우호적인 관계를 보장하기 위해、존중하고 포용적인 개발 환경,우리는 다음을 개발했습니다행동강령。각 기여자는 다음 지침을 따라야 합니다.。
@@ -3228,7 +3270,7 @@ MIT 라이선스는 허용적인 오픈 소스 라이선스 계약입니다., 취약점을 발견한 경우,하나 열어주세요[초안 보안 권장 사항](https://github.com/ChinaGodMan/UserScripts/security/advisories/new)。 Pull Request도 환영합니다,하지만 보안상의 이유로,다음 주소로 이메일을 보내주세요. 공개하기 전에 답변을 기다리세요.。 -자세한 내용은 다음을 참조하세요. 보안 정책 +자세한 내용은 다음을 참조하세요. 보안 정책
@@ -3238,7 +3280,7 @@ Pull Request도 환영합니다,하지만 보안상의 이유로,다음 주 ## 💖 기여 가이드 -본 프로젝트에 관심을 가져주셔서 감사합니다!우리는 다음을 개발했습니다기여 가이드。코드나 문서를 원활하게 기여할 수 있도록 돕기 위해,코드나 질문을 제출하기 전에 먼저,내용을 잘 읽어보세요。 +본 프로젝트에 관심을 가져주셔서 감사합니다!우리는 다음을 개발했습니다기여 가이드。코드나 문서를 원활하게 기여할 수 있도록 돕기 위해,코드나 질문을 제출하기 전에 먼저,내용을 잘 읽어보세요。
diff --git a/docs/pt/README.md b/docs/pt/README.md index 586c56e98..eb95578c2 100644 --- a/docs/pt/README.md +++ b/docs/pt/README.md @@ -8,18 +8,18 @@ - China简体中文 | - China繁體中文 | - English | - 日本語 | - Tiếng Việt | - Italiano | - Русский | - Deutsch | - Español | - Portuguese | - Français | - 대한민국 + China简体中文 | + China繁體中文 | + English | + 日本語 | + Tiếng Việt | + Italiano | + Русский | + Deutsch | + Español | + Portuguese | + Français | + 대한민국

@@ -37,7 +37,7 @@ Stars Forks Issue -
Telegram +
Telegram TikTok Tweet Instagram @@ -78,16 +78,16 @@ ## 🔖 TOC -[🌐 Gerenciador de navegador e script](#-Gerenciador-de-navegador-e-script) | -[❔️ Como instalar ou usar o script](#%EF%B8%8F-Como-instalar-ou-usar-o-script) | -[🙏 Agradecimentos especiais ao código aberto](#-Agradecimentos-especiais-ao-código-aberto) | -[🛡️ política de segurança](#%EF%B8%8F-política-de-segurança) | -[🤝 Código de Conduta](#-Código-de-Conduta) | -[🏛️ Contrato de licença de código aberto](#%EF%B8%8F-Contrato-de-licença-de-código-aberto) | +[🌐 Gerenciador de navegador e script](#-Gerenciador de navegador e script) | +[❔️ Como instalar ou usar o script](#%EF%B8%8F-Como instalar ou usar o script) | +[🙏 Agradecimentos especiais ao código aberto](#-Agradecimentos especiais ao código aberto) | +[🛡️ política de segurança](#%EF%B8%8F-política de segurança) | +[🤝 Código de Conduta](#-Código de Conduta) | +[🏛️ Contrato de licença de código aberto](#%EF%B8%8F-Contrato de licença de código aberto) | [🧠 Contribuinte](#-Contribuinte) | -[💖 Guia de contribuição](#-Guia-de-contribuição) | -[⭐ história das estrelas](#-história-das-estrelas) | -[📜 lista de scripts](#-lista-de-scripts) +[💖 Guia de contribuição](#-Guia de contribuição) | +[⭐ história das estrelas](#-história das estrelas) | +[📜 lista de scripts](#-lista de scripts) ## 📜 lista de scripts @@ -95,16 +95,16 @@ 💡 **Tip:** _Para mostrar a captura de tela de visualização,Clique abaixo do nome da extensão ▸ ou descrever。_ -**O número atual de scripts publicados no repositório:83,O roteiro inclui:** -
script da web (10) +**O número atual de scripts publicados no repositório:84,O roteiro inclui:** +
script da web (10) | GreasyFork (12) - | roteiro adulto (11) - | Google Roteiro (2) - | GitHub Roteiro (19) - | Traduzir script (3) - | AI Roteiro (9) + | roteiro adulto (11) + | Google Roteiro (2) + | GitHub Roteiro (19) + | Traduzir script (3) + | AI Roteiro (9) | blog (5) - | Twitter (4) + | Twitter (5) | YouTube (5) | TikTok (1) | Bilibili (2) @@ -113,9 +113,9 @@

script da web (10)

- + - -BR botão de rolagem  + -BR botão de rolagem  @@ -136,22 +136,22 @@ Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar

- + - -BR Gerenciador de autorização de versão de clipe de gravação de página da Web  + -BR Gerenciador de autorização de versão de clipe de gravação de página da Web  @@ -172,14 +172,14 @@ Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -187,9 +187,9 @@ Registro de alterações

- + - -BR Remover sublinhado do link  + -BR Remover sublinhado do link  @@ -204,22 +204,22 @@ Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar

- + - Destaque palavras -chave da web  + Destaque palavras -chave da web  @@ -234,22 +234,22 @@ Destaque de palavras -chave personalizadas em páginas da web, incluindo carrega Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar

- + - Destaque palavras -chave na web  + Destaque palavras -chave na web  @@ -270,22 +270,22 @@ Destaque de palavras -chave personalizadas em páginas da web, incluindo carrega Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar

- + - -BR Fixar nos botões superior e inferior  + -BR Fixar nos botões superior e inferior  @@ -306,14 +306,14 @@ Destaque de palavras -chave personalizadas em páginas da web, incluindo carrega Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -321,9 +321,9 @@ Destaque de palavras -chave personalizadas em páginas da web, incluindo carrega Registro de alterações

- + - -BR Pré-visualização em janela pequena  + -BR Pré-visualização em janela pequena  @@ -344,14 +344,14 @@ Destaque de palavras -chave personalizadas em páginas da web, incluindo carrega Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -359,9 +359,9 @@ Destaque de palavras -chave personalizadas em páginas da web, incluindo carrega Registro de alterações

- + - -BR Embeleze formulários da web com lindos gradientes  + -BR Embeleze formulários da web com lindos gradientes  @@ -382,14 +382,14 @@ Destaque de palavras -chave personalizadas em páginas da web, incluindo carrega Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -397,9 +397,9 @@ Destaque de palavras -chave personalizadas em páginas da web, incluindo carrega Registro de alterações

- + - Texto para vincular  + Texto para vincular  @@ -414,14 +414,14 @@ Converter links de texto em links clicáveis Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -429,9 +429,9 @@ Converter links de texto em links clicáveis Modificado de

- + - -BR Notas de corte na nuvem de marcação  + -BR Notas de corte na nuvem de marcação  @@ -452,14 +452,14 @@ Converter links de texto em links clicáveis Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -468,12 +468,12 @@ Converter links de texto em links clicáveis Modificado de - +

GreasyFork (12)

- + - Páginas de script de garfo gorduroso para aprimoramento de URL  + Páginas de script de garfo gorduroso para aprimoramento de URL  @@ -494,22 +494,22 @@ Converter links de texto em links clicáveis Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar

- + - -BR Greasyfork Artesão de cola  + -BR Greasyfork Artesão de cola  @@ -530,14 +530,14 @@ Converter links de texto em links clicáveis Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -545,9 +545,9 @@ Converter links de texto em links clicáveis Registro de alterações

- + - -BR Script Finder Pesquisa de script do GreasyFork  + -BR Script Finder Pesquisa de script do GreasyFork  @@ -568,14 +568,14 @@ Converter links de texto em links clicáveis Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -583,9 +583,9 @@ Converter links de texto em links clicáveis Registro de alterações

- + - -BR Greasyfork Script para exibir avaliações  + -BR Greasyfork Script para exibir avaliações  @@ -606,22 +606,22 @@ Converter links de texto em links clicáveis Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar

- + - -BR GreasyFork: Aprimoramento da barra de navegação  + -BR GreasyFork: Aprimoramento da barra de navegação  @@ -642,22 +642,22 @@ Converter links de texto em links clicáveis Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar

- + - -BR GreasyFork markdown  + -BR GreasyFork markdown  @@ -678,14 +678,14 @@ Converter links de texto em links clicáveis Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -693,9 +693,9 @@ Converter links de texto em links clicáveis Registro de alterações

- + - -BR GreasyFork Search  + -BR GreasyFork Search  @@ -710,22 +710,22 @@ Converter links de texto em links clicáveis Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar

- + - -BR GreasyFork Assistente de Notificação  + -BR GreasyFork Assistente de Notificação  @@ -746,14 +746,14 @@ Converter links de texto em links clicáveis Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -761,9 +761,9 @@ Converter links de texto em links clicáveis Registro de alterações

- + - -BR GreaysFork MelhorarWebHookSincronizar configurações  + -BR GreaysFork MelhorarWebHookSincronizar configurações  @@ -784,14 +784,14 @@ Converter links de texto em links clicáveis Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -799,9 +799,9 @@ Converter links de texto em links clicáveis Registro de alterações

- + - -BR GreasyFork Visualização de dados de script publicado pelo usuário  + -BR GreasyFork Visualização de dados de script publicado pelo usuário  @@ -822,14 +822,14 @@ Converter links de texto em links clicáveis Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -837,9 +837,9 @@ Converter links de texto em links clicáveis Registro de alterações

- + - -BR Greasyfork Exibir tempo de registro  + -BR Greasyfork Exibir tempo de registro  @@ -860,14 +860,14 @@ Converter links de texto em links clicáveis Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -877,9 +877,9 @@ Converter links de texto em links clicáveis Modificado de

- + - Script Greasyfork não atualizado destacado  + Script Greasyfork não atualizado destacado  @@ -900,14 +900,14 @@ Converter links de texto em links clicáveis Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -916,12 +916,12 @@ Converter links de texto em links clicáveis Modificado de - +

roteiro adulto (11)

- + - Vídeos de coleção de backup de lote missav  + Vídeos de coleção de backup de lote missav  @@ -942,14 +942,14 @@ Converter links de texto em links clicáveis Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -957,9 +957,9 @@ Converter links de texto em links clicáveis Registro de alterações

- + - -BR MissAV Login automático  + -BR MissAV Login automático  @@ -974,14 +974,14 @@ Converter links de texto em links clicáveis Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -989,9 +989,9 @@ Converter links de texto em links clicáveis Registro de alterações

- + - -BR ThisAV Login automático  + -BR ThisAV Login automático  @@ -1006,14 +1006,14 @@ Converter links de texto em links clicáveis Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -1021,9 +1021,9 @@ Converter links de texto em links clicáveis Registro de alterações

- + - -BR JableTV Login automático  + -BR JableTV Login automático  @@ -1038,14 +1038,14 @@ Converter links de texto em links clicáveis Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -1053,9 +1053,9 @@ Converter links de texto em links clicáveis Registro de alterações

- + - -BR Ferramenta de download de vídeo missav  + -BR Ferramenta de download de vídeo missav  @@ -1076,14 +1076,14 @@ Converter links de texto em links clicáveis Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -1091,9 +1091,9 @@ Converter links de texto em links clicáveis Registro de alterações

- + - -BR XVIDEOS Push Download  + -BR XVIDEOS Push Download  @@ -1114,14 +1114,14 @@ Converter links de texto em links clicáveis Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -1129,9 +1129,9 @@ Converter links de texto em links clicáveis Registro de alterações

- + - -BR Download de vídeo pornHub com um clique  + -BR Download de vídeo pornHub com um clique  @@ -1152,14 +1152,14 @@ Converter links de texto em links clicáveis Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -1167,9 +1167,9 @@ Converter links de texto em links clicáveis Registro de alterações

- + - -BR Vídeo Xhamster One-Click Download Assistant  + -BR Vídeo Xhamster One-Click Download Assistant  @@ -1190,14 +1190,14 @@ Converter links de texto em links clicáveis Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -1205,9 +1205,9 @@ Converter links de texto em links clicáveis Registro de alterações

- + - -BR XNXXXVIDEOS VÍDEO ONE-Click Download Assistant  + -BR XNXXXVIDEOS VÍDEO ONE-Click Download Assistant  @@ -1228,14 +1228,14 @@ Converter links de texto em links clicáveis Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -1243,9 +1243,9 @@ Converter links de texto em links clicáveis Registro de alterações

- + - -BR Assistente Missav Enhanced  + -BR Assistente Missav Enhanced  @@ -1266,14 +1266,14 @@ Converter links de texto em links clicáveis Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -1281,9 +1281,9 @@ Converter links de texto em links clicáveis Registro de alterações

- + - Acabei de completar 18 anos  + Acabei de completar 18 anos  @@ -1298,14 +1298,14 @@ Desde que acabei de completar 18 anos, posso assistir a um conteúdo adulto Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -1314,12 +1314,12 @@ Desde que acabei de completar 18 anos, posso assistir a um conteúdo adulto Modificado de - +

Google Roteiro (2)

- + - Bloquear sites de pesquisa do Google  + Bloquear sites de pesquisa do Google  @@ -1334,22 +1334,22 @@ Procure um Google bloqueando um site especificado Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar

- + - -BR Google Assistente de pesquisa avançada  + -BR Google Assistente de pesquisa avançada  @@ -1370,26 +1370,26 @@ Procure um Google bloqueando um site especificado Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / Registro de alterações - +

GitHub Roteiro (19)

- + - -BR 🤠 Tamanho de exibição do armazém do assistente aprimorado do Github  + -BR 🤠 Tamanho de exibição do armazém do assistente aprimorado do Github  @@ -1410,14 +1410,14 @@ Procure um Google bloqueando um site especificado Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -1427,9 +1427,9 @@ Procure um Google bloqueando um site especificado Modificado de

- + - -BR GitHub Classificar por data  + -BR GitHub Classificar por data  @@ -1450,22 +1450,22 @@ Procure um Google bloqueando um site especificado Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar

- + - -BR GitHub downloader de pasta  + -BR GitHub downloader de pasta  @@ -1486,14 +1486,14 @@ Procure um Google bloqueando um site especificado Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -1501,9 +1501,9 @@ Procure um Google bloqueando um site especificado Registro de alterações

- + - -BR Github Copiar arquivo original URL com download de arquivos  + -BR Github Copiar arquivo original URL com download de arquivos  @@ -1524,14 +1524,14 @@ Procure um Google bloqueando um site especificado Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -1539,9 +1539,9 @@ Procure um Google bloqueando um site especificado Registro de alterações

- + - -BR GitHub Enviar informações exibir visualização da web  + -BR GitHub Enviar informações exibir visualização da web  @@ -1562,22 +1562,22 @@ Procure um Google bloqueando um site especificado Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar

- + - -BR GitHub Embelezador de lista de arquivos  + -BR GitHub Embelezador de lista de arquivos  @@ -1598,14 +1598,14 @@ Procure um Google bloqueando um site especificado Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -1613,9 +1613,9 @@ Procure um Google bloqueando um site especificado Registro de alterações

- + - -BR GitHub Confirmar automaticamente a autorização do dispositivo  + -BR GitHub Confirmar automaticamente a autorização do dispositivo  @@ -1630,14 +1630,14 @@ Procure um Google bloqueando um site especificado Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -1645,9 +1645,9 @@ Procure um Google bloqueando um site especificado Registro de alterações

- + - -BR Github Lista de linguagens de código mostra todas  + -BR Github Lista de linguagens de código mostra todas  @@ -1668,14 +1668,14 @@ Procure um Google bloqueando um site especificado Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -1683,9 +1683,9 @@ Procure um Google bloqueando um site especificado Registro de alterações

- + - -BR Assistente de salto rápido do GitHub Warehouse  + -BR Assistente de salto rápido do GitHub Warehouse  @@ -1706,14 +1706,14 @@ Procure um Google bloqueando um site especificado Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -1721,9 +1721,9 @@ Procure um Google bloqueando um site especificado Registro de alterações

- + - -BR Abra o link JSDelivr no GitHub  + -BR Abra o link JSDelivr no GitHub  @@ -1744,14 +1744,14 @@ Procure um Google bloqueando um site especificado Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -1759,9 +1759,9 @@ Procure um Google bloqueando um site especificado Registro de alterações

- + - -BR Cópia do snippet e downloader de código de código do Github  + -BR Cópia do snippet e downloader de código de código do Github  @@ -1782,14 +1782,14 @@ Procure um Google bloqueando um site especificado Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -1799,9 +1799,9 @@ Procure um Google bloqueando um site especificado Modificado de

- + - -BR Assistente de Tradução de Chave de Atalho do Github  + -BR Assistente de Tradução de Chave de Atalho do Github  @@ -1822,14 +1822,14 @@ Procure um Google bloqueando um site especificado Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -1837,9 +1837,9 @@ Procure um Google bloqueando um site especificado Registro de alterações

- + - Assistente de Notas de Armazém do Github Star  + Assistente de Notas de Armazém do Github Star  @@ -1860,14 +1860,14 @@ Procure um Google bloqueando um site especificado Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -1877,9 +1877,9 @@ Procure um Google bloqueando um site especificado Modificado de

- + - Github saltar para Deepwiki  + Github saltar para Deepwiki  @@ -1900,14 +1900,14 @@ Procure um Google bloqueando um site especificado Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -1917,9 +1917,9 @@ Procure um Google bloqueando um site especificado Modificado de

- + - Github ocultar copiloto  + Github ocultar copiloto  @@ -1940,14 +1940,14 @@ Procure um Google bloqueando um site especificado Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -1957,9 +1957,9 @@ Procure um Google bloqueando um site especificado Modificado de

- + - Localizador de endereço de e -mail do github  + Localizador de endereço de e -mail do github  @@ -1980,14 +1980,14 @@ Procure um Google bloqueando um site especificado Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -1995,9 +1995,9 @@ Procure um Google bloqueando um site especificado Modificado de

- + - Github exibe tamanhos de arquivo e pastas  + Github exibe tamanhos de arquivo e pastas  @@ -2019,14 +2019,14 @@ Procure um Google bloqueando um site especificado Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -2036,9 +2036,9 @@ Procure um Google bloqueando um site especificado Modificado de

- + - Co-autor do Github  + Co-autor do Github  @@ -2060,14 +2060,14 @@ Procure um Google bloqueando um site especificado Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -2075,9 +2075,9 @@ Procure um Google bloqueando um site especificado Modificado de

- + - Status do filtro de notificação do github  + Status do filtro de notificação do github  @@ -2092,26 +2092,26 @@ Versão de desenvolvimento do Github-Notification-Inbox-Toggle Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / Modificado de - +

Traduzir script (3)

- + - Terminador de língua estrangeira  + Terminador de língua estrangeira  @@ -2126,14 +2126,14 @@ Identifique caracteres não chineses. Se o comprimento for maior que 5 e o texto Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -2141,9 +2141,9 @@ Identifique caracteres não chineses. Se o comprimento for maior que 5 e o texto Registro de alterações

- + - Tradução da página da web - tradução automática para chinês  + Tradução da página da web - tradução automática para chinês  @@ -2158,22 +2158,22 @@ Adicione um ícone de tradução do Google ao canto inferior direito de cada pá Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar

- + - -BR Widget de tradução |  + -BR Widget de tradução |  @@ -2194,14 +2194,14 @@ Adicione um ícone de tradução do Google ao canto inferior direito de cada pá Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -2210,12 +2210,12 @@ Adicione um ícone de tradução do Google ao canto inferior direito de cada pá Modificado de - +

AI Roteiro (9)

- + - -BR ChatGPT Recolher mensagem própria e largura máxima  + -BR ChatGPT Recolher mensagem própria e largura máxima  @@ -2236,14 +2236,14 @@ Adicione um ícone de tradução do Google ao canto inferior direito de cada pá Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -2251,9 +2251,9 @@ Adicione um ícone de tradução do Google ao canto inferior direito de cada pá Registro de alterações

- + - -BR ChatGPTTamanho da fonte do código reduzido  + -BR ChatGPTTamanho da fonte do código reduzido  @@ -2268,22 +2268,22 @@ Adicione um ícone de tradução do Google ao canto inferior direito de cada pá Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar

- + - -BR ChatGPT Limite do contador de caracteres (CCCL)  + -BR ChatGPT Limite do contador de caracteres (CCCL)  @@ -2304,14 +2304,14 @@ Adicione um ícone de tradução do Google ao canto inferior direito de cada pá Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -2319,9 +2319,9 @@ Adicione um ícone de tradução do Google ao canto inferior direito de cada pá Registro de alterações

- + - -BR ChatGPT Botões de copiar código de bate-papo e exportar código  + -BR ChatGPT Botões de copiar código de bate-papo e exportar código  @@ -2342,14 +2342,14 @@ Adicione um ícone de tradução do Google ao canto inferior direito de cada pá Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -2357,9 +2357,9 @@ Adicione um ícone de tradução do Google ao canto inferior direito de cada pá Registro de alterações

- + - -BR Código ChatGPT destacado  + -BR Código ChatGPT destacado  @@ -2380,14 +2380,14 @@ Adicione um ícone de tradução do Google ao canto inferior direito de cada pá Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -2395,9 +2395,9 @@ Adicione um ícone de tradução do Google ao canto inferior direito de cada pá Registro de alterações

- + - Ferramenta de código chatgpt  + Ferramenta de código chatgpt  @@ -2412,14 +2412,14 @@ Adicione a funcionalidade aos blocos de código ChatGPT, incluindo a opção de Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -2427,9 +2427,9 @@ Adicione a funcionalidade aos blocos de código ChatGPT, incluindo a opção de Modificado de

- + - Chatgpt Insert Primeiro Palavra  + Chatgpt Insert Primeiro Palavra  @@ -2444,14 +2444,14 @@ Insira o comando na caixa de entrada ChatGPT via combinação de teclas Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -2459,9 +2459,9 @@ Insira o comando na caixa de entrada ChatGPT via combinação de teclas Modificado de

- + - Chatgpt Save conversa  + Chatgpt Save conversa  @@ -2476,14 +2476,14 @@ Salve a conversa como um arquivo .txt Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -2493,9 +2493,9 @@ Salve a conversa como um arquivo .txt Modificado de

- + - Chatgpt gerencia facilmente bate -papos  + Chatgpt gerencia facilmente bate -papos  @@ -2510,26 +2510,26 @@ Pesquise bate -papo, bate -papo de filtro, bate -papo de exclusão rápida/lote. Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / Modificado de - +

blog (5)

- + - Login CSDN irrestrito  + Login CSDN irrestrito  @@ -2544,14 +2544,14 @@ Vá para o seu porra de login e copiar CSDN, você pode copiar sem fazer login Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -2559,9 +2559,9 @@ Vá para o seu porra de login e copiar CSDN, você pode copiar sem fazer login Registro de alterações

- + - Postagens limpas do blog  + Postagens limpas do blog  @@ -2576,14 +2576,14 @@ Remova barras laterais irritantes, blocos de comentários, anúncios e muito mai Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -2591,9 +2591,9 @@ Remova barras laterais irritantes, blocos de comentários, anúncios e muito mai Modificado de

- + - Tema escuro Zhihu  + Tema escuro Zhihu  @@ -2608,14 +2608,14 @@ Estilo de tema sombrio de Zhihu Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -2623,9 +2623,9 @@ Estilo de tema sombrio de Zhihu Modificado de

- + - Modo escuro da versão web do WeChat  + Modo escuro da versão web do WeChat  @@ -2640,14 +2640,14 @@ Habilitar janela de tela inteira do WeChat web,modo escuro Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -2655,9 +2655,9 @@ Habilitar janela de tela inteira do WeChat web,modo escuro Modificado de

- + - Salto da versão móvel do Sina Weibo  + Salto da versão móvel do Sina Weibo  @@ -2672,26 +2672,26 @@ Sina Weibo salta automaticamente para a versão móvel,Suporte Weibo、artigo Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / Modificado de - + -

Twitter (4)

- +

Twitter (5)

+ - -BR Twitter/x Hide Postagens Retweetadas  + -BR Twitter/x Hide Postagens Retweetadas  @@ -2712,14 +2712,14 @@ Sina Weibo salta automaticamente para a versão móvel,Suporte Weibo、artigo Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -2729,9 +2729,9 @@ Sina Weibo salta automaticamente para a versão móvel,Suporte Weibo、artigo Modificado de

- + - Download de mídia do Twitter (2025.12.02 corrigido)  + Download de mídia do Twitter (2025.12.02 corrigido)  @@ -2752,14 +2752,14 @@ Sina Weibo salta automaticamente para a versão móvel,Suporte Weibo、artigo Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -2769,9 +2769,9 @@ Sina Weibo salta automaticamente para a versão móvel,Suporte Weibo、artigo Modificado de

- + - Twitter (x) Lista negra e download da lista bloqueada  + Twitter (x) Lista negra e download da lista bloqueada  @@ -2786,14 +2786,14 @@ Usado para baixar listas negras do Twitter (x) e listas bloqueadas, suportar a d Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -2801,9 +2801,9 @@ Usado para baixar listas negras do Twitter (x) e listas bloqueadas, suportar a d Modificado de

- + - Twitter exibe data e hora normais  + Twitter exibe data e hora normais  @@ -2825,24 +2825,64 @@ Usado para baixar listas negras do Twitter (x) e listas bloqueadas, suportar a d Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar - +

+ + + Twitter(X)-Mais  + + + + Tweet + +

+ +
+ Ativar o som do vídeo, cancelar a reprodução automática do vídeo, excluir o tweet e retuitar, botão Grok/visualizar, adicionar bloqueio com um clique, botão copiar URL do tweet com um clique +
+ + +
+
+ +
+ + + + Greasemonkey / + + + + arquivo leia-me / + + + discutir / + + Código fonte / + + Instalar / + + Registro de alterações / + + Modificado de +
+

YouTube (5)

- + - -BR Assistente do YouTube  + -BR Assistente do YouTube  @@ -2863,14 +2903,14 @@ Usado para baixar listas negras do Twitter (x) e listas bloqueadas, suportar a d Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -2880,9 +2920,9 @@ Usado para baixar listas negras do Twitter (x) e listas bloqueadas, suportar a d Modificado de

- + - YouTube assistir atalhos mais tarde  + YouTube assistir atalhos mais tarde  @@ -2897,14 +2937,14 @@ Use atalhos de teclado para adicionar ou excluir o vídeo atual do YouTube para Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -2912,9 +2952,9 @@ Use atalhos de teclado para adicionar ou excluir o vídeo atual do YouTube para Modificado de

- + - Melhores controles de volume do YouTube  + Melhores controles de volume do YouTube  @@ -2929,14 +2969,14 @@ Adicione os controles deslizantes ao reprodutor de vídeo do YouTube para tornar Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -2944,9 +2984,9 @@ Adicione os controles deslizantes ao reprodutor de vídeo do YouTube para tornar Modificado de

- + - Grade de vídeo dinâmico do YouTube  + Grade de vídeo dinâmico do YouTube  @@ -2961,14 +3001,14 @@ Ajuste dinamicamente a grade de vídeo do YouTube com base na largura da janela Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -2978,9 +3018,9 @@ Ajuste dinamicamente a grade de vídeo do YouTube com base na largura da janela Modificado de

- + - YouTube Pro: intensificador de áudio  + YouTube Pro: intensificador de áudio  @@ -3001,26 +3041,26 @@ Ajuste dinamicamente a grade de vídeo do YouTube com base na largura da janela Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / Modificado de - +

TikTok (1)

- + - Informações do usuário do Tiktok  + Informações do usuário do Tiktok  @@ -3035,26 +3075,26 @@ Tiktok exibe mais informações estendidas no perfil Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / Modificado de - +

Bilibili (2)

- + - Descarregador de vídeo Bilibili  + Descarregador de vídeo Bilibili  @@ -3069,14 +3109,14 @@ Baixe vídeos do Bilibili(Não suporta dramas) Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -3084,9 +3124,9 @@ Baixe vídeos do Bilibili(Não suporta dramas) Modificado de

- + - Ferramenta de bloqueio de sala ao vivo Bilibili  + Ferramenta de bloqueio de sala ao vivo Bilibili  @@ -3101,21 +3141,21 @@ Ferramenta de bloqueio de sala ao vivo Bilibili,Lista de gerenciamento de supo Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / Modificado de - + @@ -3190,7 +3230,9 @@ Para usar qualquer script,Primeiro você precisa instalar o navegador **Tamper 人民的勤务员 -Pequeno assistente do povo +robôs de pessoas +molanp +Yoobohl fossabot @@ -3204,8 +3246,8 @@ Lista de contribuições por: [contributors](https://github.com/jaywcjlove/git ## 🏛️ Contrato de licença de código aberto -Este projeto usa MIT licença Autorizar。 -MIT A licença é um acordo de licenciamento de código aberto permissivo,Para obter detalhes, consulte Texto completo da licença。 +Este projeto usa MIT licença Autorizar。 +MIT A licença é um acordo de licenciamento de código aberto permissivo,Para obter detalhes, consulte Texto completo da licença
@@ -3215,7 +3257,7 @@ MIT A licença é um acordo de licenciamento de código aberto permissivo,Para ## 🤝 Código de Conduta -Para garantir um amistoso、Um ambiente de desenvolvimento respeitoso e inclusivo,Desenvolvemos o seguinteCódigo de Conduta。Cada colaborador é solicitado a seguir estas diretrizes。 +Para garantir um amistoso、Um ambiente de desenvolvimento respeitoso e inclusivo,Desenvolvemos o seguinteCódigo de Conduta。Cada colaborador é solicitado a seguir estas diretrizes。
@@ -3228,7 +3270,7 @@ Para garantir um amistoso、Um ambiente de desenvolvimento respeitoso e inclusiv Se você encontrar uma vulnerabilidade,por favor abra um[projecto de recomendações de segurança](https://github.com/ChinaGodMan/UserScripts/security/advisories/new)。 Solicitações pull também são bem-vindas,mas por razões de segurança,Por favor envie um e-mail para e aguarde uma resposta antes de torná-la pública。 -Para obter detalhes, consulte política de segurança +Para obter detalhes, consulte política de segurança
@@ -3238,7 +3280,7 @@ Para obter detalhes, consulte política de segu ## 💖 Guia de contribuição -Obrigado pelo seu interesse neste projeto!Desenvolvemos o seguinteGuia de contribuição。Para ajudá-lo a contribuir com código ou documentação sem problemas,Antes de enviar código ou perguntas, por favor,Leia o conteúdo com atenção。 +Obrigado pelo seu interesse neste projeto!Desenvolvemos o seguinteGuia de contribuição。Para ajudá-lo a contribuir com código ou documentação sem problemas,Antes de enviar código ou perguntas, por favor,Leia o conteúdo com atenção。
@@ -3284,7 +3326,7 @@ Obrigado pelo seu interesse neste projeto!Desenvolvemos o seguinte - China简体中文 | - China繁體中文 | - English | - 日本語 | - Tiếng Việt | - Italiano | - Русский | - Deutsch | - Español | - Portuguese | - Français | - 대한민국 + China简体中文 | + China繁體中文 | + English | + 日本語 | + Tiếng Việt | + Italiano | + Русский | + Deutsch | + Español | + Portuguese | + Français | + 대한민국

@@ -78,16 +78,16 @@ ## 🔖 TOC -[🌐 Браузер и менеджер скриптов](#-Браузер-и-менеджер-скриптов) | -[❔️ Как установить или использовать скрипт](#%EF%B8%8F-Как-установить-или-использовать-скрипт) | -[🙏 Особая благодарность открытому исходному коду](#-Особая-благодарность-открытому-исходному-коду) | -[🛡️ политика безопасности](#%EF%B8%8F-политика-безопасности) | -[🤝 нормы поведения](#-нормы-поведения) | -[🏛️ Лицензионное соглашение с открытым исходным кодом](#%EF%B8%8F-Лицензионное-соглашение-с-открытым-исходным-кодом) | +[🌐 Браузер и менеджер скриптов](#-Браузер и менеджер скриптов) | +[❔️ Как установить или использовать скрипт](#%EF%B8%8F-Как установить или использовать скрипт) | +[🙏 Особая благодарность открытому исходному коду](#-Особая благодарность открытому исходному коду) | +[🛡️ политика безопасности](#%EF%B8%8F-политика безопасности) | +[🤝 нормы поведения](#-нормы поведения) | +[🏛️ Лицензионное соглашение с открытым исходным кодом](#%EF%B8%8F-Лицензионное соглашение с открытым исходным кодом) | [🧠 Автор](#-Автор) | -[💖 Руководство по вкладу](#-Руководство-по-вкладу) | -[⭐ звездная история](#-звездная-история) | -[📜 список сценариев](#-список-сценариев) +[💖 Руководство по вкладу](#-Руководство по вкладу) | +[⭐ звездная история](#-звездная история) | +[📜 список сценариев](#-список сценариев) ## 📜 список сценариев @@ -95,16 +95,16 @@ 💡 **Tip:** _Чтобы показать скриншот предварительного просмотра,Нажмите под названием расширения. ▸ или описать。_ -**Текущее количество опубликованных скриптов в репозитории:83,Скрипт включает в себя:** +**Текущее количество опубликованных скриптов в репозитории:84,Скрипт включает в себя:**
веб-скрипт (10) | GreasyFork (12) - | сценарий для взрослых (11) - | Google Скрипт (2) - | GitHub Скрипт (19) - | Перевести скрипт (3) - | AI Скрипт (9) + | сценарий для взрослых (11) + | Google Скрипт (2) + | GitHub Скрипт (19) + | Перевести скрипт (3) + | AI Скрипт (9) | блог-сайт (5) - | Twitter (4) + | Twitter (5) | YouTube (5) | TikTok (1) | Bilibili (2) @@ -113,9 +113,9 @@

веб-скрипт (10)

- + - кнопка прокрутки  + кнопка прокрутки  @@ -136,22 +136,22 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить

- + - Менеджер авторизации версий клипов для написания веб-страниц  + Менеджер авторизации версий клипов для написания веб-страниц  @@ -172,14 +172,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -187,9 +187,9 @@ Журнал изменений

- + - Удалить подчеркивание ссылки  + Удалить подчеркивание ссылки  @@ -204,22 +204,22 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить

- + - Выделите веб -ключевые слова  + Выделите веб -ключевые слова  @@ -234,22 +234,22 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить

- + - Выделите ключевые слова в Интернете  + Выделите ключевые слова в Интернете  @@ -270,22 +270,22 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить

- + - Закрепить на верхней и нижней кнопках  + Закрепить на верхней и нижней кнопках  @@ -306,14 +306,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -321,9 +321,9 @@ Журнал изменений

- + - Предварительный просмотр в небольшом окне  + Предварительный просмотр в небольшом окне  @@ -344,14 +344,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -359,9 +359,9 @@ Журнал изменений

- + - Украсьте веб-формы великолепными градиентами  + Украсьте веб-формы великолепными градиентами  @@ -382,14 +382,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -397,9 +397,9 @@ Журнал изменений

- + - Текст на ссылку  + Текст на ссылку  @@ -414,14 +414,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -429,9 +429,9 @@ Изменено из

- + - Примечания к облаку отметки  + Примечания к облаку отметки  @@ -452,14 +452,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -468,12 +468,12 @@ Изменено из - +

GreasyFork (12)

- + - Страницы сценариев Greasy Fork для улучшения URL  + Страницы сценариев Greasy Fork для улучшения URL  @@ -494,22 +494,22 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить

- + - Greasyfork Мастер по клею  + Greasyfork Мастер по клею  @@ -530,14 +530,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -545,9 +545,9 @@ Журнал изменений

- + - Script Finder Поиск сценария GreasyFork  + Script Finder Поиск сценария GreasyFork  @@ -568,14 +568,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -583,9 +583,9 @@ Журнал изменений

- + - Greasyfork Скрипт для отображения рейтингов  + Greasyfork Скрипт для отображения рейтингов  @@ -606,22 +606,22 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить

- + - GreasyFork: Улучшение панели навигации  + GreasyFork: Улучшение панели навигации  @@ -642,22 +642,22 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить

- + - GreasyFork markdown  + GreasyFork markdown  @@ -678,14 +678,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -693,9 +693,9 @@ Журнал изменений

- + - GreasyFork Search  + GreasyFork Search  @@ -710,22 +710,22 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить

- + - GreasyFork Помощник по уведомлениям  + GreasyFork Помощник по уведомлениям  @@ -746,14 +746,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -761,9 +761,9 @@ Журнал изменений

- + - GreaysFork УсиливатьWebHookСинхронизировать настройки  + GreaysFork УсиливатьWebHookСинхронизировать настройки  @@ -784,14 +784,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -799,9 +799,9 @@ Журнал изменений

- + - GreasyFork Визуализация данных сценария, опубликованного пользователем.  + GreasyFork Визуализация данных сценария, опубликованного пользователем.  @@ -822,14 +822,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -837,9 +837,9 @@ Журнал изменений

- + - Greasyfork Показать время регистрации  + Greasyfork Показать время регистрации  @@ -860,14 +860,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -877,9 +877,9 @@ Изменено из

- + - Geasyfork не обновленный скрипт выделен  + Geasyfork не обновленный скрипт выделен  @@ -900,14 +900,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -916,12 +916,12 @@ Изменено из - +

сценарий для взрослых (11)

- + - Миссав пакетный резервный видео видео  + Миссав пакетный резервный видео видео  @@ -942,14 +942,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -957,9 +957,9 @@ Журнал изменений

- + - MissAV Автоматический вход  + MissAV Автоматический вход  @@ -974,14 +974,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -989,9 +989,9 @@ Журнал изменений

- + - ThisAV Автоматический вход  + ThisAV Автоматический вход  @@ -1006,14 +1006,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -1021,9 +1021,9 @@ Журнал изменений

- + - JableTV Автоматический вход  + JableTV Автоматический вход  @@ -1038,14 +1038,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -1053,9 +1053,9 @@ Журнал изменений

- + - Инструмент загрузки видео Missav  + Инструмент загрузки видео Missav  @@ -1076,14 +1076,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -1091,9 +1091,9 @@ Журнал изменений

- + - xvideos push скачать  + xvideos push скачать  @@ -1114,14 +1114,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -1129,9 +1129,9 @@ Журнал изменений

- + - Скачать видео Pornhub с одним щелчком  + Скачать видео Pornhub с одним щелчком  @@ -1152,14 +1152,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -1167,9 +1167,9 @@ Журнал изменений

- + - Xhamster Video One Click Download Assistant  + Xhamster Video One Click Download Assistant  @@ -1190,14 +1190,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -1205,9 +1205,9 @@ Журнал изменений

- + - Xnxxvideos видео один клик скачать помощник  + Xnxxvideos видео один клик скачать помощник  @@ -1228,14 +1228,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -1243,9 +1243,9 @@ Журнал изменений

- + - Missav Enhanced Assistant  + Missav Enhanced Assistant  @@ -1266,14 +1266,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -1281,9 +1281,9 @@ Журнал изменений

- + - Только что исполнилось 18 лет  + Только что исполнилось 18 лет  @@ -1298,14 +1298,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -1314,12 +1314,12 @@ Изменено из - +

Google Скрипт (2)

- + - Заблокировать сайты поиска Google  + Заблокировать сайты поиска Google  @@ -1334,22 +1334,22 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить

- + - Google Расширенный помощник поиска  + Google Расширенный помощник поиска  @@ -1370,26 +1370,26 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / Журнал изменений - +

GitHub Скрипт (19)

- + - 🤠 Расширенный размер отображения склада помощника Github  + 🤠 Расширенный размер отображения склада помощника Github  @@ -1410,14 +1410,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -1427,9 +1427,9 @@ Изменено из

- + - GitHub Сортировать по дате  + GitHub Сортировать по дате  @@ -1450,22 +1450,22 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить

- + - GitHub загрузчик папок  + GitHub загрузчик папок  @@ -1486,14 +1486,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -1501,9 +1501,9 @@ Журнал изменений

- + - Github Скопировать исходный файл URL с загрузкой файлов  + Github Скопировать исходный файл URL с загрузкой файлов  @@ -1524,14 +1524,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -1539,9 +1539,9 @@ Журнал изменений

- + - GitHub Отправить информацию, отобразить веб-просмотр  + GitHub Отправить информацию, отобразить веб-просмотр  @@ -1562,22 +1562,22 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить

- + - GitHub Средство украшения списка файлов  + GitHub Средство украшения списка файлов  @@ -1598,14 +1598,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -1613,9 +1613,9 @@ Журнал изменений

- + - GitHub Автоматически подтверждать авторизацию устройства  + GitHub Автоматически подтверждать авторизацию устройства  @@ -1630,14 +1630,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -1645,9 +1645,9 @@ Журнал изменений

- + - Github Список языков программирования показать все  + Github Список языков программирования показать все  @@ -1668,14 +1668,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -1683,9 +1683,9 @@ Журнал изменений

- + - Помощник по быстрому переходу на склад GitHub  + Помощник по быстрому переходу на склад GitHub  @@ -1706,14 +1706,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -1721,9 +1721,9 @@ Журнал изменений

- + - Откройте ссылку JSDelivr на GitHub  + Откройте ссылку JSDelivr на GitHub  @@ -1744,14 +1744,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -1759,9 +1759,9 @@ Журнал изменений

- + - Github Gist Code Specy Copy and Downloader  + Github Gist Code Specy Copy and Downloader  @@ -1782,14 +1782,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -1799,9 +1799,9 @@ Изменено из

- + - GitHub  + GitHub  @@ -1822,14 +1822,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -1837,9 +1837,9 @@ Журнал изменений

- + - Звездный склад GitHub  + Звездный склад GitHub  @@ -1860,14 +1860,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -1877,9 +1877,9 @@ Изменено из

- + - GitHub прыгнет в Дипвики  + GitHub прыгнет в Дипвики  @@ -1900,14 +1900,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -1917,9 +1917,9 @@ Изменено из

- + - GitHub скрыть копилот  + GitHub скрыть копилот  @@ -1940,14 +1940,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -1957,9 +1957,9 @@ Изменено из

- + - GitHub Emlect Finder  + GitHub Emlect Finder  @@ -1980,14 +1980,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -1995,9 +1995,9 @@ Изменено из

- + - GitHub отображает размеры файлов и папок  + GitHub отображает размеры файлов и папок  @@ -2019,14 +2019,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -2036,9 +2036,9 @@ Изменено из

- + - GitHub соавтор  + GitHub соавтор  @@ -2060,14 +2060,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -2075,9 +2075,9 @@ Изменено из

- + - Статус фильтра GitHub  + Статус фильтра GitHub  @@ -2092,26 +2092,26 @@ github-notification-inbox-toggle версия разработки Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / Изменено из - +

Перевести скрипт (3)

- + - Терминатор иностранного языка  + Терминатор иностранного языка  @@ -2126,14 +2126,14 @@ github-notification-inbox-toggle версия разработки Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -2141,9 +2141,9 @@ github-notification-inbox-toggle версия разработки Журнал изменений

- + - Перевод веб -страницы - автоматический перевод на китайский  + Перевод веб -страницы - автоматический перевод на китайский  @@ -2158,22 +2158,22 @@ github-notification-inbox-toggle версия разработки Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить

- + - Перевод виджет |  + Перевод виджет |  @@ -2194,14 +2194,14 @@ github-notification-inbox-toggle версия разработки Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -2210,12 +2210,12 @@ github-notification-inbox-toggle версия разработки Изменено из - +

AI Скрипт (9)

- + - ChatGPT Свернуть собственное сообщение и максимальную ширину  + ChatGPT Свернуть собственное сообщение и максимальную ширину  @@ -2236,14 +2236,14 @@ github-notification-inbox-toggle версия разработки Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -2251,9 +2251,9 @@ github-notification-inbox-toggle версия разработки Журнал изменений

- + - ChatGPTРазмер шрифта кода уменьшен  + ChatGPTРазмер шрифта кода уменьшен  @@ -2268,22 +2268,22 @@ ChatGPT Уменьшить шрифт кода и автоматически о Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить

- + - ChatGPT Ограничение счетчика символов (CCCL)  + ChatGPT Ограничение счетчика символов (CCCL)  @@ -2304,14 +2304,14 @@ ChatGPT Уменьшить шрифт кода и автоматически о Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -2319,9 +2319,9 @@ ChatGPT Уменьшить шрифт кода и автоматически о Журнал изменений

- + - ChatGPT Кнопки копирования кода чата и экспорта кода  + ChatGPT Кнопки копирования кода чата и экспорта кода  @@ -2342,14 +2342,14 @@ ChatGPT Уменьшить шрифт кода и автоматически о Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -2357,9 +2357,9 @@ ChatGPT Уменьшить шрифт кода и автоматически о Журнал изменений

- + - Код CHATGPT выделен  + Код CHATGPT выделен  @@ -2380,14 +2380,14 @@ ChatGPT Уменьшить шрифт кода и автоматически о Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -2395,9 +2395,9 @@ ChatGPT Уменьшить шрифт кода и автоматически о Журнал изменений

- + - Инструмент CATGPT CODE  + Инструмент CATGPT CODE  @@ -2412,14 +2412,14 @@ ChatGPT Уменьшить шрифт кода и автоматически о Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -2427,9 +2427,9 @@ ChatGPT Уменьшить шрифт кода и автоматически о Изменено из

- + - CHATGPT вставьте оперативное слово  + CHATGPT вставьте оперативное слово  @@ -2444,14 +2444,14 @@ ChatGPT Уменьшить шрифт кода и автоматически о Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -2459,9 +2459,9 @@ ChatGPT Уменьшить шрифт кода и автоматически о Изменено из

- + - Chatgpt сохранить разговор  + Chatgpt сохранить разговор  @@ -2476,14 +2476,14 @@ ChatGPT Уменьшить шрифт кода и автоматически о Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -2493,9 +2493,9 @@ ChatGPT Уменьшить шрифт кода и автоматически о Изменено из

- + - Chatgpt легко управлять чатами  + Chatgpt легко управлять чатами  @@ -2510,26 +2510,26 @@ ChatGPT Уменьшить шрифт кода и автоматически о Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / Изменено из - +

блог-сайт (5)

- + - Неограниченный логин CSDN  + Неограниченный логин CSDN  @@ -2544,14 +2544,14 @@ ChatGPT Уменьшить шрифт кода и автоматически о Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -2559,9 +2559,9 @@ ChatGPT Уменьшить шрифт кода и автоматически о Журнал изменений

- + - Чистые сообщения в блоге  + Чистые сообщения в блоге  @@ -2576,14 +2576,14 @@ ChatGPT Уменьшить шрифт кода и автоматически о Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -2591,9 +2591,9 @@ ChatGPT Уменьшить шрифт кода и автоматически о Изменено из

- + - Чжиху темная тема  + Чжиху темная тема  @@ -2608,14 +2608,14 @@ ChatGPT Уменьшить шрифт кода и автоматически о Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -2623,9 +2623,9 @@ ChatGPT Уменьшить шрифт кода и автоматически о Изменено из

- + - Темный режим веб-версии WeChat  + Темный режим веб-версии WeChat  @@ -2640,14 +2640,14 @@ ChatGPT Уменьшить шрифт кода и автоматически о Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -2655,9 +2655,9 @@ ChatGPT Уменьшить шрифт кода и автоматически о Изменено из

- + - Переход на мобильную версию Sina Weibo  + Переход на мобильную версию Sina Weibo  @@ -2672,26 +2672,26 @@ Sina Weibo автоматически переходит на мобильную Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / Изменено из - + -

Twitter (4)

- +

Twitter (5)

+ - Twitter/x скрыть ретвитические сообщения  + Twitter/x скрыть ретвитические сообщения  @@ -2712,14 +2712,14 @@ Sina Weibo автоматически переходит на мобильную Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -2729,9 +2729,9 @@ Sina Weibo автоматически переходит на мобильную Изменено из

- + - Скачать Twitter Media (2025.12.02 Исправлена)  + Скачать Twitter Media (2025.12.02 Исправлена)  @@ -2752,14 +2752,14 @@ Sina Weibo автоматически переходит на мобильную Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -2769,9 +2769,9 @@ Sina Weibo автоматически переходит на мобильную Изменено из

- + - Twitter (x) BlackList и Blocked List скачать  + Twitter (x) BlackList и Blocked List скачать  @@ -2786,14 +2786,14 @@ Sina Weibo автоматически переходит на мобильную Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -2801,9 +2801,9 @@ Sina Weibo автоматически переходит на мобильную Изменено из

- + - Твиттер отображает обычную дату и время  + Твиттер отображает обычную дату и время  @@ -2825,24 +2825,64 @@ Sina Weibo автоматически переходит на мобильную Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить - +

+ + + Твиттер(X)-Плюс  + + + + Tweet + +

+ +
+ Включите звук видео, отмените автоматическое циклическое воспроизведение видео, удалите твит и ретвит, кнопку Grok/view, добавьте блокировку одним щелчком мыши, кнопку копирования URL-адреса твита одним щелчком мыши. +
+ + +
+
+ +
+ + + + Greasemonkey / + + + + файл readme / + + + обсуждать / + + Исходный код / + + Установить / + + Журнал изменений / + + Изменено из +
+

YouTube (5)

- + - YouTube Assistant  + YouTube Assistant  @@ -2863,14 +2903,14 @@ Sina Weibo автоматически переходит на мобильную Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -2880,9 +2920,9 @@ Sina Weibo автоматически переходит на мобильную Изменено из

- + - Ярлыки часа на YouTube позже  + Ярлыки часа на YouTube позже  @@ -2897,14 +2937,14 @@ Sina Weibo автоматически переходит на мобильную Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -2912,9 +2952,9 @@ Sina Weibo автоматически переходит на мобильную Изменено из

- + - Лучшие регуляторы громкости YouTube  + Лучшие регуляторы громкости YouTube  @@ -2929,14 +2969,14 @@ Sina Weibo автоматически переходит на мобильную Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -2944,9 +2984,9 @@ Sina Weibo автоматически переходит на мобильную Изменено из

- + - Dynamic Video Grid YouTube  + Dynamic Video Grid YouTube  @@ -2961,14 +3001,14 @@ Sina Weibo автоматически переходит на мобильную Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -2978,9 +3018,9 @@ Sina Weibo автоматически переходит на мобильную Изменено из

- + - YouTube Pro: усилитель звука  + YouTube Pro: усилитель звука  @@ -3001,26 +3041,26 @@ Sina Weibo автоматически переходит на мобильную Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / Изменено из - +

TikTok (1)

- + - Информация пользователя Tiktok  + Информация пользователя Tiktok  @@ -3035,26 +3075,26 @@ Tiktok отображает более расширенную информаци Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / Изменено из - +

Bilibili (2)

- + - Билибили видео-загрузчик  + Билибили видео-загрузчик  @@ -3069,14 +3109,14 @@ Tiktok отображает более расширенную информаци Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -3084,9 +3124,9 @@ Tiktok отображает более расширенную информаци Изменено из

- + - Инструмент блокировки Bilibili Live Room  + Инструмент блокировки Bilibili Live Room  @@ -3101,21 +3141,21 @@ Tiktok отображает более расширенную информаци Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / Изменено из - + @@ -3124,7 +3164,7 @@ Tiktok отображает более расширенную информаци Чтобы использовать любой скрипт,Сначала вам нужно установить браузер **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) @@ -3190,7 +3230,9 @@ Tiktok отображает более расширенную информаци 人民的勤务员 -Народный маленький помощник +люди-роботы +molanp +Yoobohl fossabot @@ -3204,8 +3246,8 @@ Tiktok отображает более расширенную информаци ## 🏛️ Лицензионное соглашение с открытым исходным кодом -В этом проекте используется MIT лицензия Авторизовать。 -MIT Лицензия представляет собой разрешительное лицензионное соглашение с открытым исходным кодом.,Подробную информацию см. Полный текст лицензии。 +В этом проекте используется MIT лицензия Авторизовать。 +MIT Лицензия представляет собой разрешительное лицензионное соглашение с открытым исходным кодом.,Подробную информацию см. Полный текст лицензии
@@ -3215,7 +3257,7 @@ MIT Лицензия представляет собой разрешитель ## 🤝 нормы поведения -Чтобы обеспечить дружеское、Уважительная и инклюзивная среда развития,Мы разработали следующиенормы поведения。Каждому участнику предлагается следовать этим правилам.。 +Чтобы обеспечить дружеское、Уважительная и инклюзивная среда развития,Мы разработали следующиенормы поведения。Каждому участнику предлагается следовать этим правилам.。
@@ -3228,7 +3270,7 @@ MIT Лицензия представляет собой разрешитель Если вы нашли уязвимость,пожалуйста, откройте один[проект рекомендаций по безопасности](https://github.com/ChinaGodMan/UserScripts/security/advisories/new)。 Запросы на вытягивание также приветствуются,но из соображений безопасности,Пожалуйста, отправьте электронное письмо на и дождитесь ответа, прежде чем опубликовать его。 -Подробную информацию см. политика безопасности +Подробную информацию см. политика безопасности
@@ -3238,7 +3280,7 @@ MIT Лицензия представляет собой разрешитель ## 💖 Руководство по вкладу -Спасибо за интерес к этому проекту!Мы разработали следующиеРуководство по вкладу。Чтобы помочь вам беспрепятственно вносить код или документацию,Прежде чем отправлять код или вопросы, пожалуйста,,Внимательно читайте содержимое。 +Спасибо за интерес к этому проекту!Мы разработали следующиеРуководство по вкладу。Чтобы помочь вам беспрепятственно вносить код или документацию,Прежде чем отправлять код или вопросы, пожалуйста,,Внимательно читайте содержимое。
diff --git a/docs/vi/README.md b/docs/vi/README.md index c41df10cf..6ec583879 100644 --- a/docs/vi/README.md +++ b/docs/vi/README.md @@ -8,18 +8,18 @@ - China简体中文 | - China繁體中文 | - English | - 日本語 | - Tiếng Việt | - Italiano | - Русский | - Deutsch | - Español | - Portuguese | - Français | - 대한민국 + China简体中文 | + China繁體中文 | + English | + 日本語 | + Tiếng Việt | + Italiano | + Русский | + Deutsch | + Español | + Portuguese | + Français | + 대한민국

@@ -78,16 +78,16 @@ ## 🔖 TOC -[🌐 Trình quản lý trình duyệt và tập lệnh](#-Trình-quản-lý-trình-duyệt-và-tập-lệnh) | -[❔️ Cách cài đặt hoặc sử dụng tập lệnh](#%EF%B8%8F-Cách-cài-đặt-hoặc-sử-dụng-tập-lệnh) | -[🙏 Đặc biệt cảm ơn nguồn mở](#-Đặc-biệt-cảm-ơn-nguồn-mở) | -[🛡️ chính sách bảo mật](#%EF%B8%8F-chính-sách-bảo-mật) | -[🤝 quy tắc ứng xử](#-quy-tắc-ứng-xử) | -[🏛️ Thỏa thuận cấp phép nguồn mở](#%EF%B8%8F-Thỏa-thuận-cấp-phép-nguồn-mở) | -[🧠 Người đóng góp](#-Người-đóng-góp) | -[💖 Hướng dẫn đóng góp](#-Hướng-dẫn-đóng-góp) | -[⭐ lịch sử ngôi sao](#-lịch-sử-ngôi-sao) | -[📜 danh sách kịch bản](#-danh-sách-kịch-bản) +[🌐 Trình quản lý trình duyệt và tập lệnh](#-Trình quản lý trình duyệt và tập lệnh) | +[❔️ Cách cài đặt hoặc sử dụng tập lệnh](#%EF%B8%8F-Cách cài đặt hoặc sử dụng tập lệnh) | +[🙏 Đặc biệt cảm ơn nguồn mở](#-Đặc biệt cảm ơn nguồn mở) | +[🛡️ chính sách bảo mật](#%EF%B8%8F-chính sách bảo mật) | +[🤝 quy tắc ứng xử](#-quy tắc ứng xử) | +[🏛️ Thỏa thuận cấp phép nguồn mở](#%EF%B8%8F-Thỏa thuận cấp phép nguồn mở) | +[🧠 Người đóng góp](#-Người đóng góp) | +[💖 Hướng dẫn đóng góp](#-Hướng dẫn đóng góp) | +[⭐ lịch sử ngôi sao](#-lịch sử ngôi sao) | +[📜 danh sách kịch bản](#-danh sách kịch bản) ## 📜 danh sách kịch bản @@ -95,16 +95,16 @@ 💡 **Tip:** _Để hiển thị ảnh chụp màn hình xem trước,Nhấp vào bên dưới tên tiện ích mở rộng ▸ hoặc mô tả。_ -**Số lượng tập lệnh được xuất bản hiện tại trong kho:83,Kịch bản bao gồm:** -
kịch bản web (10) +**Số lượng tập lệnh được xuất bản hiện tại trong kho:84,Kịch bản bao gồm:** +
kịch bản web (10) | GreasyFork (12) - | kịch bản người lớn (11) - | Google Kịch bản (2) - | GitHub Kịch bản (19) - | Dịch tập lệnh (3) - | AI Kịch bản (9) - | trang blog (5) - | Twitter (4) + | kịch bản người lớn (11) + | Google Kịch bản (2) + | GitHub Kịch bản (19) + | Dịch tập lệnh (3) + | AI Kịch bản (9) + | trang blog (5) + | Twitter (5) | YouTube (5) | TikTok (1) | Bilibili (2) @@ -113,9 +113,9 @@

kịch bản web (10)

- + - nút cuộn  + nút cuộn  @@ -136,22 +136,22 @@ Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt

- + - Trình quản lý ủy quyền phiên bản clip viết trang web  + Trình quản lý ủy quyền phiên bản clip viết trang web  @@ -172,14 +172,14 @@ Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -187,9 +187,9 @@ Nhật ký thay đổi

- + - Xóa gạch chân liên kết  + Xóa gạch chân liên kết  @@ -204,22 +204,22 @@ Xóa gạch chân liên kết trên tất cả các trang web,và xử lý cá Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt

- + - Làm nổi bật các từ khóa web  + Làm nổi bật các từ khóa web  @@ -234,22 +234,22 @@ Từ khóa tùy chỉnh làm nổi bật trên các trang web bao gồm tải đ Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt

- + - Đánh dấu các từ khóa trên web  + Đánh dấu các từ khóa trên web  @@ -270,22 +270,22 @@ Từ khóa tùy chỉnh làm nổi bật trên các trang web bao gồm tải đ Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt

- + - Ghim vào nút trên và dưới  + Ghim vào nút trên và dưới  @@ -306,14 +306,14 @@ Từ khóa tùy chỉnh làm nổi bật trên các trang web bao gồm tải đ Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -321,9 +321,9 @@ Từ khóa tùy chỉnh làm nổi bật trên các trang web bao gồm tải đ Nhật ký thay đổi

- + - Xem trước cửa sổ nhỏ  + Xem trước cửa sổ nhỏ  @@ -344,14 +344,14 @@ Từ khóa tùy chỉnh làm nổi bật trên các trang web bao gồm tải đ Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -359,9 +359,9 @@ Từ khóa tùy chỉnh làm nổi bật trên các trang web bao gồm tải đ Nhật ký thay đổi

- + - Làm đẹp các biểu mẫu web với độ dốc tuyệt đẹp  + Làm đẹp các biểu mẫu web với độ dốc tuyệt đẹp  @@ -382,14 +382,14 @@ Từ khóa tùy chỉnh làm nổi bật trên các trang web bao gồm tải đ Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -397,9 +397,9 @@ Từ khóa tùy chỉnh làm nổi bật trên các trang web bao gồm tải đ Nhật ký thay đổi

- + - Văn bản để liên kết  + Văn bản để liên kết  @@ -414,14 +414,14 @@ Chuyển đổi liên kết văn bản thành các liên kết có thể nhấp Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -429,9 +429,9 @@ Chuyển đổi liên kết văn bản thành các liên kết có thể nhấp Đã sửa đổi từ

- + - Markdown Cloud Cut Ghi chú  + Markdown Cloud Cut Ghi chú  @@ -452,14 +452,14 @@ Chuyển đổi liên kết văn bản thành các liên kết có thể nhấp Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -468,12 +468,12 @@ Chuyển đổi liên kết văn bản thành các liên kết có thể nhấp Đã sửa đổi từ - +

GreasyFork (12)

- + - Trang kịch kịch bản FREASY FORK để tăng cường URL  + Trang kịch kịch bản FREASY FORK để tăng cường URL  @@ -494,22 +494,22 @@ Chuyển đổi liên kết văn bản thành các liên kết có thể nhấp Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt

- + - Greasyfork Thợ làm keo  + Greasyfork Thợ làm keo  @@ -530,14 +530,14 @@ Chuyển đổi liên kết văn bản thành các liên kết có thể nhấp Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -545,9 +545,9 @@ Chuyển đổi liên kết văn bản thành các liên kết có thể nhấp Nhật ký thay đổi

- + - Script Finder Tra cứu tập lệnh GreasyFork  + Script Finder Tra cứu tập lệnh GreasyFork  @@ -568,14 +568,14 @@ Chuyển đổi liên kết văn bản thành các liên kết có thể nhấp Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -583,9 +583,9 @@ Chuyển đổi liên kết văn bản thành các liên kết có thể nhấp Nhật ký thay đổi

- + - Greasyfork Script hiển thị xếp hạng  + Greasyfork Script hiển thị xếp hạng  @@ -606,22 +606,22 @@ Chuyển đổi liên kết văn bản thành các liên kết có thể nhấp Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt

- + - GreasyFork: Cải tiến thanh điều hướng  + GreasyFork: Cải tiến thanh điều hướng  @@ -642,22 +642,22 @@ Chuyển đổi liên kết văn bản thành các liên kết có thể nhấp Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt

- + - GreasyFork markdown  + GreasyFork markdown  @@ -678,14 +678,14 @@ Chuyển đổi liên kết văn bản thành các liên kết có thể nhấp Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -693,9 +693,9 @@ Chuyển đổi liên kết văn bản thành các liên kết có thể nhấp Nhật ký thay đổi

- + - GreasyFork Search  + GreasyFork Search  @@ -710,22 +710,22 @@ Tìm kiếm bằng GoogleGreasyForkVàSleazyForkchữ viết trên Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt

- + - GreasyFork Trợ lý thông báo  + GreasyFork Trợ lý thông báo  @@ -746,14 +746,14 @@ Tìm kiếm bằng GoogleGreasyForkVàSleazyForkchữ viết trên Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -761,9 +761,9 @@ Tìm kiếm bằng GoogleGreasyForkVàSleazyForkchữ viết trên Nhật ký thay đổi

- + - GreaysFork Nâng caoWebHookĐồng bộ hóa cài đặt  + GreaysFork Nâng caoWebHookĐồng bộ hóa cài đặt  @@ -784,14 +784,14 @@ Tìm kiếm bằng GoogleGreasyForkVàSleazyForkchữ viết trên Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -799,9 +799,9 @@ Tìm kiếm bằng GoogleGreasyForkVàSleazyForkchữ viết trên Nhật ký thay đổi

- + - GreasyFork Trực quan hóa dữ liệu tập lệnh do người dùng xuất bản  + GreasyFork Trực quan hóa dữ liệu tập lệnh do người dùng xuất bản  @@ -822,14 +822,14 @@ Tìm kiếm bằng GoogleGreasyForkVàSleazyForkchữ viết trên Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -837,9 +837,9 @@ Tìm kiếm bằng GoogleGreasyForkVàSleazyForkchữ viết trên Nhật ký thay đổi

- + - Greasyfork Hiển thị thời gian đăng ký  + Greasyfork Hiển thị thời gian đăng ký  @@ -860,14 +860,14 @@ Tìm kiếm bằng GoogleGreasyForkVàSleazyForkchữ viết trên Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -877,9 +877,9 @@ Tìm kiếm bằng GoogleGreasyForkVàSleazyForkchữ viết trên Đã sửa đổi từ

- + - GREASYFORK không được cập nhật tập lệnh được tô sáng  + GREASYFORK không được cập nhật tập lệnh được tô sáng  @@ -900,14 +900,14 @@ Tìm kiếm bằng GoogleGreasyForkVàSleazyForkchữ viết trên Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -916,12 +916,12 @@ Tìm kiếm bằng GoogleGreasyForkVàSleazyForkchữ viết trên Đã sửa đổi từ - +

kịch bản người lớn (11)

- + - Video bộ sưu tập sao lưu missav  + Video bộ sưu tập sao lưu missav  @@ -942,14 +942,14 @@ Tìm kiếm bằng GoogleGreasyForkVàSleazyForkchữ viết trên Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -957,9 +957,9 @@ Tìm kiếm bằng GoogleGreasyForkVàSleazyForkchữ viết trên Nhật ký thay đổi

- + - MissAV Đăng nhập tự động  + MissAV Đăng nhập tự động  @@ -974,14 +974,14 @@ Phát hiện MissAV tình trạng,và tự động đăng nhập khi chưa đăn Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -989,9 +989,9 @@ Phát hiện MissAV tình trạng,và tự động đăng nhập khi chưa đăn Nhật ký thay đổi

- + - ThisAV Đăng nhập tự động  + ThisAV Đăng nhập tự động  @@ -1006,14 +1006,14 @@ Phát hiện ThisAV tình trạng,và tự động đăng nhập khi chưa đăn Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -1021,9 +1021,9 @@ Phát hiện ThisAV tình trạng,và tự động đăng nhập khi chưa đăn Nhật ký thay đổi

- + - JableTV Đăng nhập tự động  + JableTV Đăng nhập tự động  @@ -1038,14 +1038,14 @@ Phát hiện JableTV tình trạng,và tự động đăng nhập khi chưa đă Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -1053,9 +1053,9 @@ Phát hiện JableTV tình trạng,và tự động đăng nhập khi chưa đă Nhật ký thay đổi

- + - Công cụ tải xuống video missav  + Công cụ tải xuống video missav  @@ -1076,14 +1076,14 @@ Phát hiện JableTV tình trạng,và tự động đăng nhập khi chưa đă Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -1091,9 +1091,9 @@ Phát hiện JableTV tình trạng,và tự động đăng nhập khi chưa đă Nhật ký thay đổi

- + - XVIDEOS Đẩy tải xuống  + XVIDEOS Đẩy tải xuống  @@ -1114,14 +1114,14 @@ Phát hiện JableTV tình trạng,và tự động đăng nhập khi chưa đă Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -1129,9 +1129,9 @@ Phát hiện JableTV tình trạng,và tự động đăng nhập khi chưa đă Nhật ký thay đổi

- + - Tải xuống video pornhub chỉ bằng một cú nhấp chuột  + Tải xuống video pornhub chỉ bằng một cú nhấp chuột  @@ -1152,14 +1152,14 @@ Phát hiện JableTV tình trạng,và tự động đăng nhập khi chưa đă Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -1167,9 +1167,9 @@ Phát hiện JableTV tình trạng,và tự động đăng nhập khi chưa đă Nhật ký thay đổi

- + - Xamster Video một cú nhấp chuột Trợ lý tải xuống  + Xamster Video một cú nhấp chuột Trợ lý tải xuống  @@ -1190,14 +1190,14 @@ Phát hiện JableTV tình trạng,và tự động đăng nhập khi chưa đă Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -1205,9 +1205,9 @@ Phát hiện JableTV tình trạng,và tự động đăng nhập khi chưa đă Nhật ký thay đổi

- + - Trợ lý tải xuống video xnxxvideos  + Trợ lý tải xuống video xnxxvideos  @@ -1228,14 +1228,14 @@ Phát hiện JableTV tình trạng,và tự động đăng nhập khi chưa đă Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -1243,9 +1243,9 @@ Phát hiện JableTV tình trạng,và tự động đăng nhập khi chưa đă Nhật ký thay đổi

- + - Trợ lý nâng cao Missav  + Trợ lý nâng cao Missav  @@ -1266,14 +1266,14 @@ Phát hiện JableTV tình trạng,và tự động đăng nhập khi chưa đă Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -1281,9 +1281,9 @@ Phát hiện JableTV tình trạng,và tự động đăng nhập khi chưa đă Nhật ký thay đổi

- + - Vừa mới 18 tuổi  + Vừa mới 18 tuổi  @@ -1298,14 +1298,14 @@ Vì tôi mới tròn 18 tuổi, tôi có thể xem nội dung người lớn Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -1314,12 +1314,12 @@ Vì tôi mới tròn 18 tuổi, tôi có thể xem nội dung người lớn Đã sửa đổi từ - +

Google Kịch bản (2)

- + - Chặn các trang web tìm kiếm google  + Chặn các trang web tìm kiếm google  @@ -1334,22 +1334,22 @@ Tìm kiếm một Google chặn một trang web được chỉ định Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt

- + - Google Trợ lý tìm kiếm nâng cao  + Google Trợ lý tìm kiếm nâng cao  @@ -1370,26 +1370,26 @@ Tìm kiếm một Google chặn một trang web được chỉ định Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / Nhật ký thay đổi - +

GitHub Kịch bản (19)

- + - 🤠 Kích thước hiển thị kho trợ lý nâng cao của Github  + 🤠 Kích thước hiển thị kho trợ lý nâng cao của Github  @@ -1410,14 +1410,14 @@ Tìm kiếm một Google chặn một trang web được chỉ định Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -1427,9 +1427,9 @@ Tìm kiếm một Google chặn một trang web được chỉ định Đã sửa đổi từ

- + - GitHub Sắp xếp theo ngày  + GitHub Sắp xếp theo ngày  @@ -1450,22 +1450,22 @@ Tìm kiếm một Google chặn một trang web được chỉ định Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt

- + - GitHub trình tải xuống thư mục  + GitHub trình tải xuống thư mục  @@ -1486,14 +1486,14 @@ Tìm kiếm một Google chặn một trang web được chỉ định Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -1501,9 +1501,9 @@ Tìm kiếm một Google chặn một trang web được chỉ định Nhật ký thay đổi

- + - Github Sao chép tập tin gốc URL với các tập tin tải về  + Github Sao chép tập tin gốc URL với các tập tin tải về  @@ -1524,14 +1524,14 @@ Tìm kiếm một Google chặn một trang web được chỉ định Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -1539,9 +1539,9 @@ Tìm kiếm một Google chặn một trang web được chỉ định Nhật ký thay đổi

- + - GitHub Gửi thông tin hiển thị xem web  + GitHub Gửi thông tin hiển thị xem web  @@ -1562,22 +1562,22 @@ Tìm kiếm một Google chặn một trang web được chỉ định Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt

- + - GitHub Trình làm đẹp danh sách tập tin  + GitHub Trình làm đẹp danh sách tập tin  @@ -1598,14 +1598,14 @@ Tìm kiếm một Google chặn một trang web được chỉ định Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -1613,9 +1613,9 @@ Tìm kiếm một Google chặn một trang web được chỉ định Nhật ký thay đổi

- + - GitHub Tự động xác nhận ủy quyền thiết bị  + GitHub Tự động xác nhận ủy quyền thiết bị  @@ -1630,14 +1630,14 @@ hiện hữuGitHubTrang ủy quyền tự động nhập mã ủy quyền và t Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -1645,9 +1645,9 @@ hiện hữuGitHubTrang ủy quyền tự động nhập mã ủy quyền và t Nhật ký thay đổi

- + - Github Danh sách ngôn ngữ mã hiển thị tất cả  + Github Danh sách ngôn ngữ mã hiển thị tất cả  @@ -1668,14 +1668,14 @@ hiện hữuGitHubTrang ủy quyền tự động nhập mã ủy quyền và t Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -1683,9 +1683,9 @@ hiện hữuGitHubTrang ủy quyền tự động nhập mã ủy quyền và t Nhật ký thay đổi

- + - Trợ lý nhảy nhanh kho GitHub  + Trợ lý nhảy nhanh kho GitHub  @@ -1706,14 +1706,14 @@ hiện hữuGitHubTrang ủy quyền tự động nhập mã ủy quyền và t Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -1721,9 +1721,9 @@ hiện hữuGitHubTrang ủy quyền tự động nhập mã ủy quyền và t Nhật ký thay đổi

- + - Mở liên kết JSDELIVR trên GitHub  + Mở liên kết JSDELIVR trên GitHub  @@ -1744,14 +1744,14 @@ hiện hữuGitHubTrang ủy quyền tự động nhập mã ủy quyền và t Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -1759,9 +1759,9 @@ hiện hữuGitHubTrang ủy quyền tự động nhập mã ủy quyền và t Nhật ký thay đổi

- + - Github Gist Code Snippet Sao chép và tải xuống  + Github Gist Code Snippet Sao chép và tải xuống  @@ -1782,14 +1782,14 @@ hiện hữuGitHubTrang ủy quyền tự động nhập mã ủy quyền và t Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -1799,9 +1799,9 @@ hiện hữuGitHubTrang ủy quyền tự động nhập mã ủy quyền và t Đã sửa đổi từ

- + - Trợ lý bản dịch phím tắt GitHub  + Trợ lý bản dịch phím tắt GitHub  @@ -1822,14 +1822,14 @@ hiện hữuGitHubTrang ủy quyền tự động nhập mã ủy quyền và t Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -1837,9 +1837,9 @@ hiện hữuGitHubTrang ủy quyền tự động nhập mã ủy quyền và t Nhật ký thay đổi

- + - Github Star Warehouse Ghi chú Trợ lý  + Github Star Warehouse Ghi chú Trợ lý  @@ -1860,14 +1860,14 @@ hiện hữuGitHubTrang ủy quyền tự động nhập mã ủy quyền và t Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -1877,9 +1877,9 @@ hiện hữuGitHubTrang ủy quyền tự động nhập mã ủy quyền và t Đã sửa đổi từ

- + - GitHub nhảy đến Deepwiki  + GitHub nhảy đến Deepwiki  @@ -1900,14 +1900,14 @@ hiện hữuGitHubTrang ủy quyền tự động nhập mã ủy quyền và t Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -1917,9 +1917,9 @@ hiện hữuGitHubTrang ủy quyền tự động nhập mã ủy quyền và t Đã sửa đổi từ

- + - GitHub ẩn Copilot  + GitHub ẩn Copilot  @@ -1940,14 +1940,14 @@ hiện hữuGitHubTrang ủy quyền tự động nhập mã ủy quyền và t Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -1957,9 +1957,9 @@ hiện hữuGitHubTrang ủy quyền tự động nhập mã ủy quyền và t Đã sửa đổi từ

- + - Công cụ tìm địa chỉ email GitHub  + Công cụ tìm địa chỉ email GitHub  @@ -1980,14 +1980,14 @@ hiện hữuGitHubTrang ủy quyền tự động nhập mã ủy quyền và t Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -1995,9 +1995,9 @@ hiện hữuGitHubTrang ủy quyền tự động nhập mã ủy quyền và t Đã sửa đổi từ

- + - Github hiển thị kích thước tệp và thư mục  + Github hiển thị kích thước tệp và thư mục  @@ -2019,14 +2019,14 @@ hiện hữuGitHubTrang ủy quyền tự động nhập mã ủy quyền và t Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -2036,9 +2036,9 @@ hiện hữuGitHubTrang ủy quyền tự động nhập mã ủy quyền và t Đã sửa đổi từ

- + - Đồng tác giả GitHub  + Đồng tác giả GitHub  @@ -2060,14 +2060,14 @@ hiện hữuGitHubTrang ủy quyền tự động nhập mã ủy quyền và t Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -2075,9 +2075,9 @@ hiện hữuGitHubTrang ủy quyền tự động nhập mã ủy quyền và t Đã sửa đổi từ

- + - Trạng thái bộ lọc thông báo GitHub  + Trạng thái bộ lọc thông báo GitHub  @@ -2092,26 +2092,26 @@ Phiên bản phát triển github-notification-inbox-toggle Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / Đã sửa đổi từ - +

Dịch tập lệnh (3)

- + - Terminator ngoại ngữ  + Terminator ngoại ngữ  @@ -2126,14 +2126,14 @@ Xác định các ký tự không phải người Trung Quốc. Nếu độ dài Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -2141,9 +2141,9 @@ Xác định các ký tự không phải người Trung Quốc. Nếu độ dài Nhật ký thay đổi

- + - Bản dịch trang web - Bản dịch tự động sang tiếng Trung  + Bản dịch trang web - Bản dịch tự động sang tiếng Trung  @@ -2158,22 +2158,22 @@ Thêm biểu tượng Google Dịch vào góc dưới bên phải của mỗi tr Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt

- + - Tiện ích dịch |  + Tiện ích dịch |  @@ -2194,14 +2194,14 @@ Thêm biểu tượng Google Dịch vào góc dưới bên phải của mỗi tr Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -2210,12 +2210,12 @@ Thêm biểu tượng Google Dịch vào góc dưới bên phải của mỗi tr Đã sửa đổi từ - +

AI Kịch bản (9)

- + - ChatGPT Thu gọn tin nhắn tự và chiều rộng tối đa  + ChatGPT Thu gọn tin nhắn tự và chiều rộng tối đa  @@ -2236,14 +2236,14 @@ Thêm biểu tượng Google Dịch vào góc dưới bên phải của mỗi tr Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -2251,9 +2251,9 @@ Thêm biểu tượng Google Dịch vào góc dưới bên phải của mỗi tr Nhật ký thay đổi

- + - ChatGPTKích thước phông chữ mã giảm  + ChatGPTKích thước phông chữ mã giảm  @@ -2268,22 +2268,22 @@ ChatGPT Làm cho phông chữ mã nhỏ hơn và tự động bọc Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt

- + - ChatGPT Giới hạn bộ đếm ký tự (CCCL)  + ChatGPT Giới hạn bộ đếm ký tự (CCCL)  @@ -2304,14 +2304,14 @@ ChatGPT Làm cho phông chữ mã nhỏ hơn và tự động bọc Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -2319,9 +2319,9 @@ ChatGPT Làm cho phông chữ mã nhỏ hơn và tự động bọc Nhật ký thay đổi

- + - ChatGPT Nút trò chuyện sao chép mã và xuất mã  + ChatGPT Nút trò chuyện sao chép mã và xuất mã  @@ -2342,14 +2342,14 @@ ChatGPT Làm cho phông chữ mã nhỏ hơn và tự động bọc Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -2357,9 +2357,9 @@ ChatGPT Làm cho phông chữ mã nhỏ hơn và tự động bọc Nhật ký thay đổi

- + - Mã chatgpt được tô sáng  + Mã chatgpt được tô sáng  @@ -2380,14 +2380,14 @@ ChatGPT Làm cho phông chữ mã nhỏ hơn và tự động bọc Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -2395,9 +2395,9 @@ ChatGPT Làm cho phông chữ mã nhỏ hơn và tự động bọc Nhật ký thay đổi

- + - Công cụ mã Chatgpt  + Công cụ mã Chatgpt  @@ -2412,14 +2412,14 @@ Thêm chức năng vào các khối mã Chatgpt, bao gồm tùy chọn để lư Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -2427,9 +2427,9 @@ Thêm chức năng vào các khối mã Chatgpt, bao gồm tùy chọn để lư Đã sửa đổi từ

- + - Chật chèn chèn từ nhắc nhở  + Chật chèn chèn từ nhắc nhở  @@ -2444,14 +2444,14 @@ Chèn lệnh vào hộp đầu vào chatgpt thông qua kết hợp khóa Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -2459,9 +2459,9 @@ Chèn lệnh vào hộp đầu vào chatgpt thông qua kết hợp khóa Đã sửa đổi từ

- + - Chatgpt Lưu trò chuyện  + Chatgpt Lưu trò chuyện  @@ -2476,14 +2476,14 @@ Lưu cuộc trò chuyện dưới dạng tệp .txt Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -2493,9 +2493,9 @@ Lưu cuộc trò chuyện dưới dạng tệp .txt Đã sửa đổi từ

- + - Chatgpt dễ dàng quản lý các cuộc trò chuyện  + Chatgpt dễ dàng quản lý các cuộc trò chuyện  @@ -2510,26 +2510,26 @@ Chat tìm kiếm, trò chuyện lọc, trò chuyện xóa nhanh/hàng loạt. Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / Đã sửa đổi từ - +

trang blog (5)

- + - Đăng nhập CSDN không giới hạn  + Đăng nhập CSDN không giới hạn  @@ -2544,14 +2544,14 @@ Truy cập đăng nhập và sao chép CSDN chết tiệt của bạn, bạn có Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -2559,9 +2559,9 @@ Truy cập đăng nhập và sao chép CSDN chết tiệt của bạn, bạn có Nhật ký thay đổi

- + - Làm sạch bài viết trên blog  + Làm sạch bài viết trên blog  @@ -2576,14 +2576,14 @@ Hủy bỏ thanh bên khó chịu, khối bình luận, quảng cáo, và nhiề Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -2591,9 +2591,9 @@ Hủy bỏ thanh bên khó chịu, khối bình luận, quảng cáo, và nhiề Đã sửa đổi từ

- + - Chủ đề tối của Zhihu  + Chủ đề tối của Zhihu  @@ -2608,14 +2608,14 @@ Phong cách chủ đề đen tối của Zhihu Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -2623,9 +2623,9 @@ Phong cách chủ đề đen tối của Zhihu Đã sửa đổi từ

- + - Phiên bản web WeChat chế độ tối  + Phiên bản web WeChat chế độ tối  @@ -2640,14 +2640,14 @@ Bật cửa sổ toàn màn hình web WeChat,chế độ tối Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -2655,9 +2655,9 @@ Bật cửa sổ toàn màn hình web WeChat,chế độ tối Đã sửa đổi từ

- + - Phiên bản di động Sina Weibo nhảy  + Phiên bản di động Sina Weibo nhảy  @@ -2672,26 +2672,26 @@ Sina Weibo tự động chuyển sang phiên bản di động,Hỗ trợ weibo Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / Đã sửa đổi từ - + -

Twitter (4)

- +

Twitter (5)

+ - Twitter/x ẩn các bài viết chuyển tiếp  + Twitter/x ẩn các bài viết chuyển tiếp  @@ -2712,14 +2712,14 @@ Sina Weibo tự động chuyển sang phiên bản di động,Hỗ trợ weibo Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -2729,9 +2729,9 @@ Sina Weibo tự động chuyển sang phiên bản di động,Hỗ trợ weibo Đã sửa đổi từ

- + - Tải xuống phương tiện truyền thông Twitter (2025.04,28 đã sửa)  + Tải xuống phương tiện truyền thông Twitter (2025.04,28 đã sửa)  @@ -2752,14 +2752,14 @@ Sina Weibo tự động chuyển sang phiên bản di động,Hỗ trợ weibo Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -2769,9 +2769,9 @@ Sina Weibo tự động chuyển sang phiên bản di động,Hỗ trợ weibo Đã sửa đổi từ

- + - Tải xuống danh sách đen và danh sách đen và danh sách bị chặn  + Tải xuống danh sách đen và danh sách đen và danh sách bị chặn  @@ -2786,14 +2786,14 @@ Sina Weibo tự động chuyển sang phiên bản di động,Hỗ trợ weibo Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -2801,9 +2801,9 @@ Sina Weibo tự động chuyển sang phiên bản di động,Hỗ trợ weibo Đã sửa đổi từ

- + - Twitter hiển thị ngày và giờ bình thường  + Twitter hiển thị ngày và giờ bình thường  @@ -2825,24 +2825,64 @@ Sina Weibo tự động chuyển sang phiên bản di động,Hỗ trợ weibo Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt - +

+ + + Twitter(X)-Plus  + + + + Tweet + +

+ +
+ Bật tiếng video, hủy phát lại vòng lặp tự động của video, xóa tweet và chuyển tiếp tin nhắn, nút Grok/xem, thêm tính năng chặn bằng một cú nhấp chuột, nút sao chép URL tweet bằng một cú nhấp chuột +
+ + +
+
+ +
+ + + + Greasemonkey / + + + + tập tin readme / + + + bàn luận / + + Mã nguồn / + + Cài đặt / + + Nhật ký thay đổi / + + Đã sửa đổi từ +
+

YouTube (5)

- + - Trợ lý YouTube  + Trợ lý YouTube  @@ -2863,14 +2903,14 @@ Sina Weibo tự động chuyển sang phiên bản di động,Hỗ trợ weibo Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -2880,9 +2920,9 @@ Sina Weibo tự động chuyển sang phiên bản di động,Hỗ trợ weibo Đã sửa đổi từ

- + - Các phím tắt theo dõi YouTube sau  + Các phím tắt theo dõi YouTube sau  @@ -2897,14 +2937,14 @@ Sử dụng các phím tắt để thêm hoặc xóa video YouTube hiện tại Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -2912,9 +2952,9 @@ Sử dụng các phím tắt để thêm hoặc xóa video YouTube hiện tại Đã sửa đổi từ

- + - Điều khiển âm lượng YouTube tốt hơn  + Điều khiển âm lượng YouTube tốt hơn  @@ -2929,14 +2969,14 @@ Thêm thanh trượt vào trình phát video YouTube để làm cho thay đổi Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -2944,9 +2984,9 @@ Thêm thanh trượt vào trình phát video YouTube để làm cho thay đổi Đã sửa đổi từ

- + - YouTube Dynamic Video Grid  + YouTube Dynamic Video Grid  @@ -2961,14 +3001,14 @@ Thêm thanh trượt vào trình phát video YouTube để làm cho thay đổi Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -2978,9 +3018,9 @@ Thêm thanh trượt vào trình phát video YouTube để làm cho thay đổi Đã sửa đổi từ

- + - YouTube Pro: Trình cải tiến âm thanh  + YouTube Pro: Trình cải tiến âm thanh  @@ -3001,26 +3041,26 @@ Thêm thanh trượt vào trình phát video YouTube để làm cho thay đổi Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / Đã sửa đổi từ - +

TikTok (1)

- + - Thông tin người dùng Tiktok  + Thông tin người dùng Tiktok  @@ -3035,26 +3075,26 @@ Tiktok hiển thị nhiều thông tin mở rộng hơn về hồ sơ Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / Đã sửa đổi từ - +

Bilibili (2)

- + - Trình tải xuống video Bilibili  + Trình tải xuống video Bilibili  @@ -3069,14 +3109,14 @@ Tải xuống video Bilibili(Không hỗ trợ phim truyền hình) Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -3084,9 +3124,9 @@ Tải xuống video Bilibili(Không hỗ trợ phim truyền hình) Đã sửa đổi từ

- + - Công cụ chặn phòng trực tiếp Bilibili  + Công cụ chặn phòng trực tiếp Bilibili  @@ -3101,21 +3141,21 @@ Công cụ chặn phòng trực tiếp Bilibili,Danh sách quản lý hỗ tr Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / Đã sửa đổi từ - + @@ -3190,7 +3230,9 @@ Công cụ chặn phòng trực tiếp Bilibili,Danh sách quản lý hỗ tr 人民的勤务员 -Trợ lý nhỏ của mọi người +robot của con người +molanp +Yoobohl fossabot @@ -3204,8 +3246,8 @@ Danh sách đóng góp theo: [contributors](https://github.com/jaywcjlove/gith ## 🏛️ Thỏa thuận cấp phép nguồn mở -Dự án này sử dụng MIT giấy phép Ủy quyền。 -MIT Giấy phép là một thỏa thuận cấp phép nguồn mở dễ dàng,Để biết chi tiết, vui lòng tham khảo Toàn văn giấy phép。 +Dự án này sử dụng MIT giấy phép Ủy quyền。 +MIT Giấy phép là một thỏa thuận cấp phép nguồn mở dễ dàng,Để biết chi tiết, vui lòng tham khảo Toàn văn giấy phép
@@ -3215,7 +3257,7 @@ MIT Giấy phép là một thỏa thuận cấp phép nguồn mở dễ dàng, ## 🤝 quy tắc ứng xử -Để đảm bảo sự thân thiện、Một môi trường phát triển tôn trọng và hòa nhập,Chúng tôi đã phát triển những điều sau đâyquy tắc ứng xử。Mỗi cộng tác viên được yêu cầu tuân theo các nguyên tắc này。 +Để đảm bảo sự thân thiện、Một môi trường phát triển tôn trọng và hòa nhập,Chúng tôi đã phát triển những điều sau đâyquy tắc ứng xử。Mỗi cộng tác viên được yêu cầu tuân theo các nguyên tắc này。
@@ -3227,8 +3269,8 @@ MIT Giấy phép là một thỏa thuận cấp phép nguồn mở dễ dàng, Nếu bạn tìm thấy một lỗ hổng,hãy mở một cái[dự thảo khuyến nghị bảo mật](https://github.com/ChinaGodMan/UserScripts/security/advisories/new)。 -Yêu cầu kéo cũng được chào đón,nhưng vì lý do bảo mật,Vui lòng gửi email đến và chờ phản hồi trước khi công khai。 -Để biết chi tiết, vui lòng tham khảo chính sách bảo mật +Yêu cầu kéo cũng được chào đón,nhưng vì lý do bảo mật,Vui lòng gửi email tới và chờ phản hồi trước khi công khai。 +Để biết chi tiết, vui lòng tham khảo chính sách bảo mật
@@ -3238,7 +3280,7 @@ Yêu cầu kéo cũng được chào đón,nhưng vì lý do bảo mật,Vui ## 💖 Hướng dẫn đóng góp -Cảm ơn bạn đã quan tâm đến dự án này!Chúng tôi đã phát triển những điều sau đâyHướng dẫn đóng góp。Để giúp bạn đóng góp mã hoặc tài liệu một cách suôn sẻ,Trước khi gửi mã hoặc câu hỏi, vui lòng,Đọc kỹ nội dung。 +Cảm ơn bạn đã quan tâm đến dự án này!Chúng tôi đã phát triển những điều sau đâyHướng dẫn đóng góp。Để giúp bạn đóng góp mã hoặc tài liệu một cách suôn sẻ,Trước khi gửi mã hoặc câu hỏi, vui lòng,Đọc kỹ nội dung。
diff --git a/docs/zh-TW/README.md b/docs/zh-TW/README.md index 635d31805..374b3a3ae 100644 --- a/docs/zh-TW/README.md +++ b/docs/zh-TW/README.md @@ -8,18 +8,18 @@ - China简体中文 | - China繁體中文 | - English | - 日本語 | - Tiếng Việt | - Italiano | - Русский | - Deutsch | - Español | - Portuguese | - Français | - 대한민국 + China简体中文 | + China繁體中文 | + English | + 日本語 | + Tiếng Việt | + Italiano | + Русский | + Deutsch | + Español | + Portuguese | + Français | + 대한민국

@@ -33,7 +33,7 @@ Good Ratings Ok Ratings Bad Ratings -CodeQuality +CodeQuality Stars Forks Issue @@ -48,9 +48,9 @@
劇本來自網路廣大網友,本人僅是做了些許改動.感謝網友
- 如有侵權,联系必删
+ 如有侵權,聯繫必刪
- 推荐使用:
+ 推薦使用:
Support
Support
Support
@@ -69,7 +69,7 @@ > :trollface: 如果你在中國大陸地區使用git clone下載速度太慢,你也可以是使用以下地址進行 > > -> [https://www.xplaza.cn/ChinaGodMan](https://www.xplaza.cn/ChinaGodMan) (鏡像帳號,非同一性) +> [https://www.xplaza.cn/ChinaGodMan](https://www.xplaza.cn/ChinaGodMan) (鏡像帳號,非本人) > [https://www.xplaza.cn/ChinaGodMan/userscripts](https://www.xplaza.cn/ChinaGodMan/userscripts) > [https://gitcode.com/gh_mirrors/userscripts1/UserScripts/](https://gitcode.com/gh_mirrors/userscripts1/UserScripts) > @@ -95,16 +95,16 @@ 💡 **Tip:** _若要顯示預覽截圖,請點選擴充名稱下方的 ▸ 或描述。_ -**儲存庫目前發布腳本數量:83,腳本包括:** +**儲存庫目前發布腳本數量:84,腳本包括:**
網頁腳本 (10) | GreasyFork (12) | 成人腳本 (11) - | Google 腳本 (2) - | GitHub 腳本 (19) + | Google 腳本 (2) + | GitHub 腳本 (19) | 翻譯腳本 (3) - | AI 腳本 (9) + | AI 腳本 (9) | 部落格網站 (5) - | Twitter (4) + | Twitter (5) | YouTube (5) | TikTok (1) | Bilibili (2) @@ -113,9 +113,9 @@

網頁腳本 (10)

- + - 上下滾動按鈕  + 上下滾動按鈕  @@ -136,22 +136,22 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝

- + - 網頁寫入剪輯版授權管理員  + 網頁寫入剪輯版授權管理員  @@ -172,14 +172,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -187,9 +187,9 @@ 更新日誌

- + - 移除連結下劃線  + 移除連結下劃線  @@ -204,22 +204,22 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝

- + - 網頁關鍵詞高亮顯示  + 網頁關鍵詞高亮顯示  @@ -234,22 +234,22 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝

- + - 網頁高亮關鍵字  + 網頁高亮關鍵字  @@ -270,22 +270,22 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝

- + - 置頂和置底按鈕  + 置頂和置底按鈕  @@ -306,14 +306,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -321,9 +321,9 @@ 更新日誌

- + - 小窗預覽  + 小窗預覽  @@ -344,14 +344,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -359,9 +359,9 @@ 更新日誌

- + - 絢麗漸層美化網頁表格  + 絢麗漸層美化網頁表格  @@ -382,14 +382,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -397,9 +397,9 @@ 更新日誌

- + - 文本轉鏈接  + 文本轉鏈接  @@ -414,14 +414,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -429,9 +429,9 @@ 修改自

- + - MarkDown 雲剪筆記  + MarkDown 雲剪筆記  @@ -452,14 +452,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -471,9 +471,9 @@

GreasyFork (12)

- + - Greasy fork腳本頁面適用於網址增強  + Greasy fork腳本頁面適用於網址增強  @@ -494,22 +494,22 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝

- + - Greasyfork 膠水工匠  + Greasyfork 膠水工匠  @@ -530,14 +530,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -545,9 +545,9 @@ 更新日誌

- + - Script Finder 油猴腳本查找  + Script Finder 油猴腳本查找  @@ -568,14 +568,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -583,9 +583,9 @@ 更新日誌

- + - Greasyfork 腳本顯示評分  + Greasyfork 腳本顯示評分  @@ -606,22 +606,22 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝

- + - GreasyFork: 導覽列增強  + GreasyFork: 導覽列增強  @@ -642,22 +642,22 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝

- + - GreasyFork markdown  + GreasyFork markdown  @@ -678,14 +678,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -693,9 +693,9 @@ 更新日誌

- + - GreasyFork Search  + GreasyFork Search  @@ -710,22 +710,22 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝

- + - GreasyFork 通知助手  + GreasyFork 通知助手  @@ -746,14 +746,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -761,9 +761,9 @@ 更新日誌

- + - GreaysFork 增強WebHook同步設定  + GreaysFork 增強WebHook同步設定  @@ -784,14 +784,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -799,9 +799,9 @@ 更新日誌

- + - GreasyFork 用戶發布的腳本資料視覺化  + GreasyFork 用戶發布的腳本資料視覺化  @@ -822,14 +822,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -837,9 +837,9 @@ 更新日誌

- + - 顯示Greasyfork用戶註冊時間,識別惡意評論  + 顯示Greasyfork用戶註冊時間,識別惡意評論  @@ -860,14 +860,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -877,9 +877,9 @@ 修改自

- + - Greasyfork 未更新腳本高亮  + Greasyfork 未更新腳本高亮  @@ -900,14 +900,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -919,9 +919,9 @@

成人腳本 (11)

- + - MissAv批量備份收藏視頻  + MissAv批量備份收藏視頻  @@ -942,14 +942,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -957,9 +957,9 @@ 更新日誌

- + - MissAV 自動登入  + MissAV 自動登入  @@ -974,14 +974,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -989,9 +989,9 @@ 更新日誌

- + - ThisAV 自動登入  + ThisAV 自動登入  @@ -1006,14 +1006,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -1021,9 +1021,9 @@ 更新日誌

- + - JableTV 自動登入  + JableTV 自動登入  @@ -1038,14 +1038,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -1053,9 +1053,9 @@ 更新日誌

- + - MissAV視頻下載工具  + MissAV視頻下載工具  @@ -1076,14 +1076,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -1091,9 +1091,9 @@ 更新日誌

- + - xvideos推送下載  + xvideos推送下載  @@ -1114,14 +1114,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -1129,9 +1129,9 @@ 更新日誌

- + - Pornhub 視頻一鍵下載  + Pornhub 視頻一鍵下載  @@ -1152,14 +1152,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -1167,9 +1167,9 @@ 更新日誌

- + - xhamster 視頻一鍵下載助手  + xhamster 視頻一鍵下載助手  @@ -1190,14 +1190,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -1205,9 +1205,9 @@ 更新日誌

- + - XnxxVideos 視頻一鍵下載助手  + XnxxVideos 視頻一鍵下載助手  @@ -1228,14 +1228,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -1243,9 +1243,9 @@ 更新日誌

- + - MissAV 增強小助手  + MissAV 增強小助手  @@ -1266,14 +1266,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -1281,9 +1281,9 @@ 更新日誌

- + - 剛滿 18 歲  + 剛滿 18 歲  @@ -1298,14 +1298,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -1317,9 +1317,9 @@

Google 腳本 (2)

- + - 屏蔽谷歌搜索站點  + 屏蔽谷歌搜索站點  @@ -1334,22 +1334,22 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝

- + - Google 高級搜尋助手  + Google 高級搜尋助手  @@ -1370,14 +1370,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -1387,9 +1387,9 @@

GitHub 腳本 (19)

- + - 🤠 Github 增強小助手 倉庫顯示大小  + 🤠 Github 增強小助手 倉庫顯示大小  @@ -1410,14 +1410,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -1427,9 +1427,9 @@ 修改自

- + - GitHub 按日期排序  + GitHub 按日期排序  @@ -1450,22 +1450,22 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝

- + - GitHub 資料夾下載器  + GitHub 資料夾下載器  @@ -1486,14 +1486,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -1501,9 +1501,9 @@ 更新日誌

- + - Github 複製原始文件 URL 與下載文件  + Github 複製原始文件 URL 與下載文件  @@ -1524,14 +1524,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -1539,9 +1539,9 @@ 更新日誌

- + - GitHub 提交資料顯示網頁視圖  + GitHub 提交資料顯示網頁視圖  @@ -1562,22 +1562,22 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝

- + - GitHub 文件列表美化器  + GitHub 文件列表美化器  @@ -1598,14 +1598,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -1613,9 +1613,9 @@ 更新日誌

- + - GitHub 自動確認設備授權  + GitHub 自動確認設備授權  @@ -1630,14 +1630,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -1645,9 +1645,9 @@ 更新日誌

- + - Github 代碼語言列表顯示全部  + Github 代碼語言列表顯示全部  @@ -1668,14 +1668,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -1683,9 +1683,9 @@ 更新日誌

- + - GitHub 倉庫快速跳轉助手  + GitHub 倉庫快速跳轉助手  @@ -1706,14 +1706,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -1721,9 +1721,9 @@ 更新日誌

- + - 在Github上打開jsDelivr鏈接  + 在Github上打開jsDelivr鏈接  @@ -1744,14 +1744,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -1759,9 +1759,9 @@ 更新日誌

- + - GitHub Gist 代碼片段複製與下載器  + GitHub Gist 代碼片段複製與下載器  @@ -1782,14 +1782,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -1799,9 +1799,9 @@ 修改自

- + - GitHub 快捷鍵翻譯助手  + GitHub 快捷鍵翻譯助手  @@ -1822,14 +1822,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -1837,9 +1837,9 @@ 更新日誌

- + - GitHub 星標倉庫備註助手  + GitHub 星標倉庫備註助手  @@ -1860,14 +1860,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -1877,9 +1877,9 @@ 修改自

- + - GitHub 跳轉到 DeepWiKi  + GitHub 跳轉到 DeepWiKi  @@ -1900,14 +1900,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -1917,9 +1917,9 @@ 修改自

- + - GitHub 隱藏 Copilot  + GitHub 隱藏 Copilot  @@ -1940,14 +1940,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -1957,9 +1957,9 @@ 修改自

- + - GitHub 郵箱地址查找器  + GitHub 郵箱地址查找器  @@ -1980,14 +1980,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -1995,9 +1995,9 @@ 修改自

- + - GitHub 顯示文件和文件夾大小  + GitHub 顯示文件和文件夾大小  @@ -2019,14 +2019,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -2036,9 +2036,9 @@ 修改自

- + - GitHub 共同協作者  + GitHub 共同協作者  @@ -2060,14 +2060,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -2075,9 +2075,9 @@ 修改自

- + - GitHub 通知篩選狀態  + GitHub 通知篩選狀態  @@ -2092,14 +2092,14 @@ github-notification-inbox-toggle 開發版本 Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -2109,9 +2109,9 @@ github-notification-inbox-toggle 開發版本

翻譯腳本 (3)

- + - 外語終結者  + 外語終結者  @@ -2126,14 +2126,14 @@ github-notification-inbox-toggle 開發版本 Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -2141,9 +2141,9 @@ github-notification-inbox-toggle 開發版本 更新日誌

- + - 網頁翻譯——自動翻譯為中文  + 網頁翻譯——自動翻譯為中文  @@ -2158,22 +2158,22 @@ github-notification-inbox-toggle 開發版本 Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝

- + - 翻譯小工具 | 翻譯任何語言  + 翻譯小工具 | 翻譯任何語言  @@ -2194,14 +2194,14 @@ github-notification-inbox-toggle 開發版本 Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -2213,9 +2213,9 @@ github-notification-inbox-toggle 開發版本

AI 腳本 (9)

- + - ChatGPT 折疊自己訊息和最大寬度  + ChatGPT 折疊自己訊息和最大寬度  @@ -2236,14 +2236,14 @@ github-notification-inbox-toggle 開發版本 Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -2251,9 +2251,9 @@ github-notification-inbox-toggle 開發版本 更新日誌

- + - ChatGPT程式碼字體縮小  + ChatGPT程式碼字體縮小  @@ -2268,22 +2268,22 @@ ChatGPT 讓程式碼字體變小 並且自動折行 Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝

- + - ChatGPT 字元計數器限制 (CCCL)  + ChatGPT 字元計數器限制 (CCCL)  @@ -2304,14 +2304,14 @@ ChatGPT 讓程式碼字體變小 並且自動折行 Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -2319,9 +2319,9 @@ ChatGPT 讓程式碼字體變小 並且自動折行 更新日誌

- + - ChatGPT 聊天複製程式碼和匯出程式碼按鈕  + ChatGPT 聊天複製程式碼和匯出程式碼按鈕  @@ -2342,14 +2342,14 @@ ChatGPT 讓程式碼字體變小 並且自動折行 Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -2357,9 +2357,9 @@ ChatGPT 讓程式碼字體變小 並且自動折行 更新日誌

- + - ChatGPT 代碼高亮  + ChatGPT 代碼高亮  @@ -2380,14 +2380,14 @@ ChatGPT 讓程式碼字體變小 並且自動折行 Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -2395,9 +2395,9 @@ ChatGPT 讓程式碼字體變小 並且自動折行 更新日誌

- + - ChatGPT代碼工具  + ChatGPT代碼工具  @@ -2412,14 +2412,14 @@ ChatGPT 讓程式碼字體變小 並且自動折行 Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -2427,9 +2427,9 @@ ChatGPT 讓程式碼字體變小 並且自動折行 修改自

- + - ChatGPT 插入提示詞  + ChatGPT 插入提示詞  @@ -2444,14 +2444,14 @@ ChatGPT 讓程式碼字體變小 並且自動折行 Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -2459,9 +2459,9 @@ ChatGPT 讓程式碼字體變小 並且自動折行 修改自

- + - ChatGPT 保存對話  + ChatGPT 保存對話  @@ -2476,14 +2476,14 @@ ChatGPT 讓程式碼字體變小 並且自動折行 Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -2493,9 +2493,9 @@ ChatGPT 讓程式碼字體變小 並且自動折行 修改自

- + - ChatGPT 輕鬆管理聊天  + ChatGPT 輕鬆管理聊天  @@ -2510,14 +2510,14 @@ ChatGPT 讓程式碼字體變小 並且自動折行 Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -2527,9 +2527,9 @@ ChatGPT 讓程式碼字體變小 並且自動折行

部落格網站 (5)

- + - 解除CSDN登錄複製  + 解除CSDN登錄複製  @@ -2544,14 +2544,14 @@ ChatGPT 讓程式碼字體變小 並且自動折行 Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -2559,9 +2559,9 @@ ChatGPT 讓程式碼字體變小 並且自動折行 更新日誌

- + - 乾淨的博客文章  + 乾淨的博客文章  @@ -2576,14 +2576,14 @@ ChatGPT 讓程式碼字體變小 並且自動折行 Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -2591,9 +2591,9 @@ ChatGPT 讓程式碼字體變小 並且自動折行 修改自

- + - 知乎的深色主題  + 知乎的深色主題  @@ -2608,14 +2608,14 @@ ChatGPT 讓程式碼字體變小 並且自動折行 Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -2623,9 +2623,9 @@ ChatGPT 讓程式碼字體變小 並且自動折行 修改自

- + - 微信網頁版深色模式  + 微信網頁版深色模式  @@ -2640,14 +2640,14 @@ ChatGPT 讓程式碼字體變小 並且自動折行 Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -2655,9 +2655,9 @@ ChatGPT 讓程式碼字體變小 並且自動折行 修改自

- + - 新浪微博行動版跳轉  + 新浪微博行動版跳轉  @@ -2672,14 +2672,14 @@ ChatGPT 讓程式碼字體變小 並且自動折行 Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -2688,10 +2688,10 @@ ChatGPT 讓程式碼字體變小 並且自動折行 -

Twitter (4)

- +

Twitter (5)

+ - Twitter/X 隱藏轉發的帖子  + Twitter/X 隱藏轉發的帖子  @@ -2712,14 +2712,14 @@ ChatGPT 讓程式碼字體變小 並且自動折行 Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -2729,9 +2729,9 @@ ChatGPT 讓程式碼字體變小 並且自動折行 修改自

- + - Twitter 媒體下載 (2025.12.02 修復)  + Twitter 媒體下載 (2025.12.02 修復)  @@ -2752,14 +2752,14 @@ ChatGPT 讓程式碼字體變小 並且自動折行 Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -2769,9 +2769,9 @@ ChatGPT 讓程式碼字體變小 並且自動折行 修改自

- + - Twitter(X)黑名單和屏蔽列表下載  + Twitter(X)黑名單和屏蔽列表下載  @@ -2786,14 +2786,14 @@ ChatGPT 讓程式碼字體變小 並且自動折行 Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -2801,9 +2801,9 @@ ChatGPT 讓程式碼字體變小 並且自動折行 修改自

- + - Twitter 顯示正常的日期和時間  + Twitter 顯示正常的日期和時間  @@ -2825,24 +2825,64 @@ ChatGPT 讓程式碼字體變小 並且自動折行 Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 +

+ + + Twitter(X)-Plus  + + + + Tweet + +

+ +
+ 影片取消靜音,影片取消自動循環播放,推文刪除轉發、Grok/瀏覽量按鈕,新增一鍵封鎖,一鍵複製推文網址按鈕 +
+ + +
+
+ +
+ + + + Greasemonkey / + + + + 自述文件 / + + + 討論 / + + 原始碼 / + + 安裝 / + + 更新日誌 / + + 修改自 +

YouTube (5)

- + - YouTube 小助手  + YouTube 小助手  @@ -2863,14 +2903,14 @@ ChatGPT 讓程式碼字體變小 並且自動折行 Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -2880,9 +2920,9 @@ ChatGPT 讓程式碼字體變小 並且自動折行 修改自

- + - YouTube 稍後觀看快捷鍵  + YouTube 稍後觀看快捷鍵  @@ -2897,14 +2937,14 @@ ChatGPT 讓程式碼字體變小 並且自動折行 Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -2912,9 +2952,9 @@ ChatGPT 讓程式碼字體變小 並且自動折行 修改自

- + - 更好的 YouTube 音量控制  + 更好的 YouTube 音量控制  @@ -2929,14 +2969,14 @@ ChatGPT 讓程式碼字體變小 並且自動折行 Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -2944,9 +2984,9 @@ ChatGPT 讓程式碼字體變小 並且自動折行 修改自

- + - YouTube 動態視頻網格  + YouTube 動態視頻網格  @@ -2961,14 +3001,14 @@ ChatGPT 讓程式碼字體變小 並且自動折行 Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -2978,9 +3018,9 @@ ChatGPT 讓程式碼字體變小 並且自動折行 修改自

- + - YouTube Pro: 音頻增強器  + YouTube Pro: 音頻增強器  @@ -3001,14 +3041,14 @@ ChatGPT 讓程式碼字體變小 並且自動折行 Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -3018,9 +3058,9 @@ ChatGPT 讓程式碼字體變小 並且自動折行

TikTok (1)

- + - TikTok 用戶信息  + TikTok 用戶信息  @@ -3035,14 +3075,14 @@ TikTok 在個人資料上顯示更多擴展信息 Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -3052,9 +3092,9 @@ TikTok 在個人資料上顯示更多擴展信息

Bilibili (2)

- + - 嗶哩嗶哩影片下載器  + 嗶哩嗶哩影片下載器  @@ -3069,14 +3109,14 @@ TikTok 在個人資料上顯示更多擴展信息 Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -3084,9 +3124,9 @@ TikTok 在個人資料上顯示更多擴展信息 修改自

- + - 嗶哩嗶哩直播間屏蔽工具  + 嗶哩嗶哩直播間屏蔽工具  @@ -3101,14 +3141,14 @@ TikTok 在個人資料上顯示更多擴展信息 Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -3125,7 +3165,7 @@ TikTok 在個人資料上顯示更多擴展信息 要使用任何腳本,首先需要瀏覽器安裝 **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 **\[安裝\]** 后弹出扩展提示,再去點擊 **\[安裝\]** 即可。 - [查看詳細教學](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/README.md) > [!IMPORTANT] @@ -3165,7 +3205,7 @@ TikTok 在個人資料上顯示更多擴展信息 > - 沙漠之子 :+1: > - 複製了 [沙漠之子](https://github.com/maboloshi)的倉庫[github-chinese](https://github.com/maboloshi/github-chinese)內的程式碼
> - 本倉庫內`writer.py` `update-contributors.yml` 複製使用了[tributors_images.yml](https://github.com/maboloshi/github-chinese/blob/gh-pages/.github/workflows/update_contributors_images.yml)裡面的程式碼 -> - 本倉庫自述文件複製了[github-chinese/README.md](https://github.com/maboloshi/github-chinese#:~:text=%E6%B5%8F%E8%A7%88%E5%99%A8%E4%B8%8E%E8%85%B3%E6%9C%AC%E7%AE%A1%E7%90%86%E5%99%A8)內容 `如何安裝/使用腳本?` +> - 本仓库自述文件复制了[github-chinese/README.md](https://github.com/maboloshi/github-chinese#:~:text=%E6%B5%8F%E8%A7%88%E5%99%A8%E4%B8%8E%E8%85%B3%E6%9C%AC%E7%AE%A1%E7%90%86%E5%99%A8)內容 `如何安裝/使用腳本?` > [!TIP] > @@ -3174,7 +3214,7 @@ TikTok 在個人資料上顯示更多擴展信息 > - _本倉庫命名風格受美國佬[Adam Lui 劉展鵬](https://github.com/adamlui)啟發_ :trollface: > - _本倉庫內自述文件來自[Adam Lui 劉展鵬](https://github.com/adamlui)的自述風格_ :trollface: > - _腳本內的相互導流跳轉來自[Adam Lui 劉展鵬](https://github.com/adamlui)的自述風格_ :trollface: -> - _本倉庫內所有`README.md`文件複製並使用了這個美國佬的倉庫`README.md`文件排版,分隔符,程式碼,思路_ :trollface: +> - _本倉庫內所有`README.md`文件複製並使用了這個美國佬的倉庫`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: @@ -3190,7 +3230,9 @@ TikTok 在個人資料上顯示更多擴展信息 人民的勤务员 -人民的小助手 +人民的機器人 +molanp +Yoobohl fossabot @@ -3204,8 +3246,8 @@ TikTok 在個人資料上顯示更多擴展信息 ## 🏛️ 開源授權協議 -本項目採用 MIT 許可證 授權。 -MIT 許可證是一種寬鬆的開源許可協議,詳細內容請參閱 許可證全文。 +本項目採用 MIT 許可證 授權。 +MIT 許可證是一種寬鬆的開源許可協議,詳細內容請參閱 许可证全文
@@ -3215,7 +3257,7 @@ MIT 許可證是一種寬鬆的開源許可協議,詳細內容請參閱 行為準則。請每位貢獻者遵循這些指導原則。 +為了確保一個友好、尊重與包容的開發環境,我們制定了以下行為準則。請每位貢獻者遵循這些指導原則。
@@ -3227,8 +3269,8 @@ MIT 許可證是一種寬鬆的開源許可協議,詳細內容請參閱 並在公開前等待回复。 -詳細內容請參閱 安全政策 +也歡迎拉取請求,但出於安全原因,请发送电子邮件至 並在公開前等待回复。 +詳細內容請參閱 安全政策
@@ -3238,7 +3280,7 @@ MIT 許可證是一種寬鬆的開源許可協議,詳細內容請參閱 貢獻指南。為了幫助您順利貢獻程式碼或文檔,請在提交程式碼或問題前,仔細閱讀內容。 +感謝您對本計畫的興趣!我們制定了以下貢獻指南。為了幫助您順利貢獻程式碼或文檔,請在提交程式碼或問題前,仔細閱讀內容。
diff --git a/twitter(X)-plus/AUTHORS.md b/twitter(X)-plus/AUTHORS.md index 5d56ba971..580f165a9 100644 --- a/twitter(X)-plus/AUTHORS.md +++ b/twitter(X)-plus/AUTHORS.md @@ -1,5 +1,10 @@ +## 💖 脚本参考或使用了以下脚本: +[🧑‍💻 **@dmtri**](https://greasyfork.org/users/1168813) ⇒ 📜 _[Stop videos looping](https://greasyfork.org/scripts/474877)_
+[🧑‍💻 **@hzbrrbmin**](https://greasyfork.org/users/629884) ⇒ 📜 _[X/Twitter Optimized Tweet Buttons](https://greasyfork.org/scripts/545417)_
+[🧑‍💻 **@legendary_warrior_1**](https://greasyfork.org/users/1562844) ⇒ 📜 _[Social Media Auto-Unmute (X & Instagram)](https://greasyfork.org/scripts/567371)_
+[🧑‍💻 **@Kdroidwin**](https://greasyfork.org/users/1344730) ⇒ 📜 _[TwitterX-One-Click-Blocker](https://greasyfork.org/scripts/568421)_ diff --git a/twitter(X)-plus/README.md b/twitter(X)-plus/README.md index edc79b86f..e4cc28534 100644 --- a/twitter(X)-plus/README.md +++ b/twitter(X)-plus/README.md @@ -1,10 +1,77 @@ +
+
+ + + + + 简体中文 | + English | + 한국어 | + Tiếng Việt | + 繁體中文 +
+ 👆️访问 GitHub 上的自述文件以获得更好的体验。 +
+
+ +
+ +
+ 推荐使用:
+Support
+Support
+Support
+💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
+ 脚本在以下环境中运行正常
+ Passed
+ +
+ +
+

Twitter(X)-Plus

+

「 视频取消静音,视频取消自动循环播放,推文删除转发、Grok/浏览量按钮,添加一键屏蔽,一键复制推文网址按钮 」

+ Views + + + +

Download:Github | ⭐Greasy + Fork

更新记录

🛠️ twitter(X)-plus 更新日志

+

📅 2026.3.16.1

+

新增: •初始版本

+
+ +
+ @@ -20,6 +87,11 @@ **方便自己使用的小工具,代码都是复制来的** +## 💖 脚本参考或使用了以下脚本: +[🧑‍💻 **@dmtri**](https://greasyfork.org/users/1168813) ⇒ 📜 _[Stop videos looping](https://greasyfork.org/scripts/474877)_
+[🧑‍💻 **@hzbrrbmin**](https://greasyfork.org/users/629884) ⇒ 📜 _[X/Twitter Optimized Tweet Buttons](https://greasyfork.org/scripts/545417)_
+[🧑‍💻 **@legendary_warrior_1**](https://greasyfork.org/users/1562844) ⇒ 📜 _[Social Media Auto-Unmute (X & Instagram)](https://greasyfork.org/scripts/567371)_
+[🧑‍💻 **@Kdroidwin**](https://greasyfork.org/users/1344730) ⇒ 📜 _[TwitterX-One-Click-Blocker](https://greasyfork.org/scripts/568421)_ ![2026.03.16](https://files.seeusercontent.com/2026/03/16/c1iG/pic_1773643051917.png) @@ -30,6 +102,24 @@ + + +## 使用帮助 + +推荐浏览器和脚本管理器: + +- **Greasemonkey + Waterfox** +- **Tampermonkey/Violentmonkey + Firefox** +- **Tampermonkey/Violentmonkey + Chrome** +- **Userscripts + ios Safari** +- **Violentmonkey/KiWiBrowser + Android** + +**如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** + + + +### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) + diff --git a/twitter(X)-plus/README_en.md b/twitter(X)-plus/README_en.md index ea6bea9ac..02166b579 100644 --- a/twitter(X)-plus/README_en.md +++ b/twitter(X)-plus/README_en.md @@ -1,16 +1,100 @@ +
+
+ + + + + 简体中文 | + English | + 한국어 | + Tiếng Việt | + 繁體中文 +
+ 👆️access GitHub Readme file on the app for a better experience。 +
+
+ +
+ +
+ Recommended:
+Support
+Support
+Support
+💡 Tip: The above list of script managers and browsers is not exhaustive
+ The script runs fine in the following environment
+ Passed
+ +
+ +
+

Twitter(X)-Plus

+

「 Unmute the video, cancel the automatic loop playback of the video, delete the tweet and retweet, Grok/view button, add one-click blocking, one-click copy tweet URL button 」

+ Views + + + +

Download:Github | ⭐Greasy + Fork

Update record

🛠️ twitter(X)-plus Change log

+

📅 2026.3.16.1

+

New: •initial version

+
+ +
+ +# Twitter(X)-Plus + +Provides several useful enhancements: + +- Hide some buttons +- Block users with one click +- Copy tweet link with one click +- Automatically stop video loop +- Automatically unmute video + +**Gadgets that are convenient for you to use,The codes are all copied** +## 💖 The script refers to or uses the following script: +[🧑‍💻 **@dmtri**](https://greasyfork.org/users/1168813) ⇒ 📜 _[Stop videos looping](https://greasyfork.org/scripts/474877)_
+[🧑‍💻 **@hzbrrbmin**](https://greasyfork.org/users/629884) ⇒ 📜 _[X/Twitter Optimized Tweet Buttons](https://greasyfork.org/scripts/545417)_
+[🧑‍💻 **@legendary_warrior_1**](https://greasyfork.org/users/1562844) ⇒ 📜 _[Social Media Auto-Unmute (X & Instagram)](https://greasyfork.org/scripts/567371)_
+[🧑‍💻 **@Kdroidwin**](https://greasyfork.org/users/1344730) ⇒ 📜 _[TwitterX-One-Click-Blocker](https://greasyfork.org/scripts/568421)_ +![2026.03.16](https://files.seeusercontent.com/2026/03/16/c1iG/pic_1773643051917.png) @@ -18,10 +102,28 @@ + + +## Help + +Recommended browsers and script managers: + +- **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/en#readme)View graphic teaching!** + + + +### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-script%20list) + -
+
diff --git a/twitter(X)-plus/README_ko.md b/twitter(X)-plus/README_ko.md index ea6bea9ac..4c80a09bd 100644 --- a/twitter(X)-plus/README_ko.md +++ b/twitter(X)-plus/README_ko.md @@ -1,16 +1,100 @@ +
+
+ + + + + 简体中文 | + English | + 한국어 | + Tiếng Việt | + 繁體中文 +
+ 👆️입장 GitHub 더 나은 경험을 위한 앱의 Readme 파일。 +
+
+ +
+ +
+ 추천:
+Support
+Support
+Support
+💡 Tip: 위의 스크립트 관리자 및 브라우저 목록은 완전한 것이 아닙니다.
+ 스크립트는 다음 환경에서 정상적으로 실행됩니다.
+ Passed
+ +
+ +
+

트위터(X)-플러스

+

「 동영상 음소거 해제, 동영상 자동 반복 재생 취소, 트윗 삭제 및 리트윗, Grok/view 버튼, 원클릭 차단 추가, 원클릭 트윗 URL 복사 버튼 」

+ Views + + + +

Download:Github | ⭐Greasy + Fork

기록 업데이트

🛠️ twitter(X)-plus 변경 로그

+

📅 2026.3.16.1

+

새로운: •초기 버전

+
+ +
+ +# Twitter(X)-Plus + +몇 가지 유용한 개선 사항을 제공합니다.: + +- 일부 버튼 숨기기 +- 클릭 한 번으로 사용자 차단 +- 한 번의 클릭으로 트윗 링크 복사 +- 비디오 루프 자동 중지 +- 자동으로 비디오 음소거 해제 + +**사용하기 편리한 가젯,코드가 모두 복사되었습니다.** +## 💖 해당 스크립트는 다음 스크립트를 참조하거나 사용합니다.: +[🧑‍💻 **@dmtri**](https://greasyfork.org/users/1168813) ⇒ 📜 _[Stop videos looping](https://greasyfork.org/scripts/474877)_
+[🧑‍💻 **@hzbrrbmin**](https://greasyfork.org/users/629884) ⇒ 📜 _[X/Twitter Optimized Tweet Buttons](https://greasyfork.org/scripts/545417)_
+[🧑‍💻 **@legendary_warrior_1**](https://greasyfork.org/users/1562844) ⇒ 📜 _[Social Media Auto-Unmute (X & Instagram)](https://greasyfork.org/scripts/567371)_
+[🧑‍💻 **@Kdroidwin**](https://greasyfork.org/users/1344730) ⇒ 📜 _[TwitterX-One-Click-Blocker](https://greasyfork.org/scripts/568421)_ +![2026.03.16](https://files.seeusercontent.com/2026/03/16/c1iG/pic_1773643051917.png) @@ -18,10 +102,28 @@ + + +## 돕다 + +권장 브라우저 및 스크립트 관리자: + +- **Greasemonkey + Waterfox** +- **Tampermonkey/Violentmonkey + Firefox** +- **Tampermonkey/Violentmonkey + Chrome** +- **Userscripts + ios Safari** +- **Violentmonkey/KiWiBrowser + Android** + +**사용자 스크립트 설치 방법에 대해 더 알고 싶다면,[나를 클릭하세요](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그래픽 교육 보기!** + + + +### [모든 게시 스크립트 보기](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8%20%EB%AA%A9%EB%A1%9D) + -
+
diff --git a/twitter(X)-plus/README_vi.md b/twitter(X)-plus/README_vi.md index ea6bea9ac..3cceb3900 100644 --- a/twitter(X)-plus/README_vi.md +++ b/twitter(X)-plus/README_vi.md @@ -1,16 +1,100 @@ +
+
+ + + + + 简体中文 | + English | + 한국어 | + Tiếng Việt | + 繁體中文 +
+ 👆️truy cập GitHub Tập tin Readme trên ứng dụng để có trải nghiệm tốt hơn。 +
+
+ +
+ +
+ Khuyến khích:
+Support
+Support
+Support
+💡 Tip: Danh sách trình quản lý tập lệnh và trình duyệt ở trên không đầy đủ
+ Tập lệnh chạy tốt trong môi trường sau
+ Passed
+ +
+ +
+

Twitter(X)-Plus

+

「 Bật tiếng video, hủy phát lại vòng lặp tự động của video, xóa tweet và chuyển tiếp tin nhắn, nút Grok/xem, thêm tính năng chặn bằng một cú nhấp chuột, nút sao chép URL tweet bằng một cú nhấp chuột 」

+ Views + + + +

Download:Github | ⭐Greasy + Fork

Cập nhật bản ghi

🛠️ twitter(X)-plus Nhật ký thay đổi

+

📅 2026.3.16.1

+

Mới: •phiên bản đầu tiên

+
+ +
+ +# Twitter(X)-Plus + +Cung cấp một số cải tiến hữu ích: + +- Ẩn một số nút +- Chặn người dùng bằng một cú nhấp chuột +- Sao chép liên kết tweet bằng một cú nhấp chuột +- Tự động dừng vòng lặp video +- Tự động bật tiếng video + +**Tiện ích thuận tiện cho bạn sử dụng,Tất cả các mã đều được sao chép** +## 💖 Tập lệnh đề cập đến hoặc sử dụng tập lệnh sau: +[🧑‍💻 **@dmtri**](https://greasyfork.org/users/1168813) ⇒ 📜 _[Stop videos looping](https://greasyfork.org/scripts/474877)_
+[🧑‍💻 **@hzbrrbmin**](https://greasyfork.org/users/629884) ⇒ 📜 _[X/Twitter Optimized Tweet Buttons](https://greasyfork.org/scripts/545417)_
+[🧑‍💻 **@legendary_warrior_1**](https://greasyfork.org/users/1562844) ⇒ 📜 _[Social Media Auto-Unmute (X & Instagram)](https://greasyfork.org/scripts/567371)_
+[🧑‍💻 **@Kdroidwin**](https://greasyfork.org/users/1344730) ⇒ 📜 _[TwitterX-One-Click-Blocker](https://greasyfork.org/scripts/568421)_ +![2026.03.16](https://files.seeusercontent.com/2026/03/16/c1iG/pic_1773643051917.png) @@ -18,10 +102,28 @@ + + +## Giúp đỡ + +Trình duyệt và trình quản lý tập lệnh được đề xuất: + +- **Greasemonkey + Waterfox** +- **Tampermonkey/Violentmonkey + Firefox** +- **Tampermonkey/Violentmonkey + Chrome** +- **Userscripts + ios Safari** +- **Violentmonkey/KiWiBrowser + Android** + +**Nếu bạn cần biết thêm về cách cài đặt userscript,[bấm vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem giảng dạy đồ họa!** + + + +### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-danh%20s%C3%A1ch%20k%E1%BB%8Bch%20b%E1%BA%A3n) + -
+
diff --git a/twitter(X)-plus/README_zh-TW.md b/twitter(X)-plus/README_zh-TW.md index ea6bea9ac..6ece722b0 100644 --- a/twitter(X)-plus/README_zh-TW.md +++ b/twitter(X)-plus/README_zh-TW.md @@ -1,16 +1,100 @@ +
+
+ + + + + 简体中文 | + English | + 한국어 | + Tiếng Việt | + 繁體中文 +
+ 👆️訪問 GitHub 上的自述文件以獲得更好的體驗。 +
+
+ +
+ +
+ 推薦使用:
+Support
+Support
+Support
+💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
+ 腳本在以下環境中運作正常
+ Passed
+ +
+ +
+

Twitter(X)-Plus

+

「 影片取消靜音,影片取消自動循環播放,推文刪除轉發、Grok/瀏覽量按鈕,新增一鍵封鎖,一鍵複製推文網址按鈕 」

+ Views + + + +

Download:Github | ⭐Greasy + Fork

更新記錄

🛠️ twitter(X)-plus 更新日誌

+

📅 2026.3.16.1

+

新增: •初始版本

+
+ +
+ +# Twitter(X)-Plus + +提供多個實用增強功能: + +- 隱藏部分按鈕 +- 一鍵黑用戶 +- 一鍵複製推文鏈接 +- 自動停止視訊循環 +- 自動取消視訊靜音 + +**方便自己使用的小工具,程式碼都是複製來的** +## 💖 腳本參考或使用了以下腳本: +[🧑‍💻 **@dmtri**](https://greasyfork.org/users/1168813) ⇒ 📜 _[Stop videos looping](https://greasyfork.org/scripts/474877)_
+[🧑‍💻 **@hzbrrbmin**](https://greasyfork.org/users/629884) ⇒ 📜 _[X/Twitter Optimized Tweet Buttons](https://greasyfork.org/scripts/545417)_
+[🧑‍💻 **@legendary_warrior_1**](https://greasyfork.org/users/1562844) ⇒ 📜 _[Social Media Auto-Unmute (X & Instagram)](https://greasyfork.org/scripts/567371)_
+[🧑‍💻 **@Kdroidwin**](https://greasyfork.org/users/1344730) ⇒ 📜 _[TwitterX-One-Click-Blocker](https://greasyfork.org/scripts/568421)_ +![2026.03.16](https://files.seeusercontent.com/2026/03/16/c1iG/pic_1773643051917.png) @@ -18,10 +102,28 @@ + + +## 使用幫助 + +推薦瀏覽器和腳本管理器: + +- **Greasemonkey + Waterfox** +- **Tampermonkey/Violentmonkey + Firefox** +- **Tampermonkey/Violentmonkey + Chrome** +- **Userscripts + ios Safari** +- **Violentmonkey/KiWiBrowser + Android** + +**如果你需要了解更多關於如何安裝使用者腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** + + + +### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) + -
+
diff --git a/twitter(X)-plus/twitter(X)-plus.user.js b/twitter(X)-plus/twitter(X)-plus.user.js index d099e7d5f..f4c02284e 100644 --- a/twitter(X)-plus/twitter(X)-plus.user.js +++ b/twitter(X)-plus/twitter(X)-plus.user.js @@ -1,32 +1,372 @@ // ==UserScript== -// @name Twitter(X)-Plus -// @name:zh-CN Twitter(X)-Plus -// @description Unmute videos, disable automatic looping of videos, delete retweets and Grok/view count buttons for tweets, add one-click blocking, and one-click copy tweet URL buttons. -// @description:zh-CN 视频取消静音,视频取消自动循环播放,推文删除转发、Grok/浏览量按钮,添加一键屏蔽,一键复制推文网址按钮 -// @author Kdroidwin,@dmtri,legendary_warrior_1, Hzbrrbmin,人民的勤务员 -// @namespace https://github.com/ChinaGodMan/UserScripts -// @supportURL https://github.com/ChinaGodMan/UserScripts/issues -// @homepageURL https://github.com/ChinaGodMan/UserScripts -// @homepage https://github.com/ChinaGodMan/UserScripts -// @license MIT -// @match https://twitter.com/* -// @match https://x.com/* -// @match https://mobile.x.com/* -// @icon https://raw.githubusercontent.com/ChinaGodMan/UserScriptsHistory/main/scriptsIcon/x.svg -// @grant GM_setClipboard -// @compatible chrome -// @compatible firefox -// @compatible edge -// @compatible opera -// @compatible safari -// @compatible kiwi -// @compatible qq -// @compatible via -// @compatible brave -// @version 2026.3.16.1 -// @created 2026-03-16 13:09:27 -// @downloadURL https://raw.githubusercontent.com/ChinaGodMan/UserScripts/main/twitter(X)-plus/twitter(X)-plus.user.js -// @updateURL https://raw.githubusercontent.com/ChinaGodMan/UserScripts/main/twitter(X)-plus/twitter(X)-plus.user.js +// @name Twitter(X)-Plus +// @name:aa Tiwiter(X)-ossotinah +// @name:ab Твиттер(Икс)-Плюс +// @name:af Twitter(X)-Plus +// @name:ak Twitter(X)-Nea ɛka ho +// @name:am ትዊተር (ኤክስ) - በተጨማሪም +// @name:ar تويتر (X)-زائد +// @name:as টুইটাৰ(এক্স)-প্লাছ +// @name:av Твиттер(Х)-Плюс +// @name:ay Twitter(X)-Ukax juk’ampi +// @name:az Twitter(X)-Plus +// @name:ba Твиттер(Х)-Плюс +// @name:be Twitter(X)-Plus +// @name:bg Twitter(X)-Plus +// @name:bh ट्विटर(एक्स)-प्लस के बा +// @name:bm Twitter(X)-Ka fara o kan +// @name:bn টুইটার(এক্স)-প্লাস +// @name:bo ཊུ་ཊར་(X)-པ་ལཱས། +// @name:br Twitter(X)-Plus +// @name:bs Twitter(X)-Plus +// @name:ca Twitter(X)-Plus +// @name:ce Твиттер(Х)-Плюс +// @name:ceb Twitter(X)-Plus +// @name:ch Twitter(X)-Plus +// @name:ckb تویتەر(X)-پڵەس +// @name:co Twitter(X)-Plus +// @name:cs Twitter(X)-Plus +// @name:cv Твиттер(Х)-Плюс +// @name:cy Twitter(X)-Plus +// @name:da Twitter(X)-Plus +// @name:de Twitter(X)-Plus +// @name:dv ޓްވިޓަރ(އެކްސް)-ޕްލަސް +// @name:dz ཊུ་ཊར་(ཨེགསི་)-པ་ལཱསི། +// @name:ee Twitter(X)-Kple esia +// @name:el Twitter(X)-Συν +// @name:en Twitter(X)-Plus +// @name:en-GB Twitter(X)-Plus +// @name:eo Twitter(X)-Plus +// @name:es Twitter(X)-Más +// @name:et Twitter(X)-Plus +// @name:eu Twitter(X)-Plus +// @name:fa توییتر (X) - پلاس +// @name:ff Tiwiter (X)-Ɓeydu +// @name:fi Twitter(X)-Plus +// @name:fil Twitter(X)-Plus +// @name:fj Tuwita(X)-Kuria +// @name:fo Twitter(X)-Umframt +// @name:fr Twitter(X)-Plus +// @name:fr-CA Twitter(X)-Plus +// @name:fy Twitter(X)-Plus +// @name:ga Twitter(X)-Plus +// @name:gd Twitter(X)-Plus +// @name:gl Twitter(X)-Plus +// @name:gn Twitter(X)-Avei rehegua +// @name:gsw-berne Twitter(X)-Plus +// @name:gu Twitter(X)-પ્લસ +// @name:gv Twitter (X)-As +// @name:ha Twitter (X) - Plus +// @name:he Twitter(X)-פלוס +// @name:hi ट्विटर(एक्स)-प्लस +// @name:hmn Twitter(X)-Plus +// @name:hr Twitter(X)-Plus +// @name:ht Twitter(X)-Plus +// @name:hu Twitter(X)-Plus +// @name:hy Twitter (X) - Plus +// @name:id Twitter(X)-Plus +// @name:ig Twitter(X) gbakwunyere +// @name:is Twitter(X)-Plus +// @name:it Twitter(X)-Plus +// @name:iu ᑐᐃᑐ(X)-ᐸᓚᔅ +// @name:ja Twitter(X)-Plus +// @name:jv Twitter(X)-Plus +// @name:ka Twitter(X)-პლუს +// @name:kg Twitter(X)-Mpi +// @name:kk Twitter(X)-плюс +// @name:kl Twitter(X)-Aamma +// @name:km Twitter(X)-Plus +// @name:kn Twitter(X)-ಪ್ಲಸ್ +// @name:ko 트위터(X)-플러스 +// @name:kr Twitter(X)-Kǝra +// @name:ku Twitter(X)-Plus +// @name:kv Твиттер(Х)-Плюс +// @name:ky Twitter(X)-плюс +// @name:la Twitter (X) -Plus +// @name:lb Twitter(X)-Plus +// @name:lg Twitter(X)-Okugatta ku nsonga eno +// @name:ln Twitter(X)-Lisusu +// @name:lo Twitter(X)-Plus +// @name:lt „Twitter(X)-Plus“. +// @name:lv Twitter(X)-Plus +// @name:mg Twitter(X)-Plus +// @name:mh Twitter(X)-Plus +// @name:mi Twitter(X)-Plus +// @name:mk Твитер(X)-Плус +// @name:ml Twitter(X)-പ്ലസ് +// @name:mn Twitter(X)-Нэмэх +// @name:mo Twitter(X)-Plus +// @name:mr Twitter(X)-प्लस +// @name:ms Twitter(X)-Tambahan +// @name:mt Twitter(X)-Plus +// @name:my Twitter(X)-Plus +// @name:nb Twitter(X)-Pluss +// @name:ne ट्विटर(एक्स)-प्लस +// @name:nl Twitter(X)-Plus +// @name:nr I-Twitter(X)-Plus +// @name:ny Twitter(X) -Plus +// @name:oc Twitter(X)-Plus +// @name:om Twitter(X)-Dabalataan +// @name:or ଟ୍ୱିଟର (X) -ପ୍ଲସ୍ | +// @name:os Твиттер(Х)-Плюс +// @name:pa ਟਵਿੱਟਰ (ਐਕਸ)-ਪਲੱਸ +// @name:pl Twitter(X)-Plus +// @name:ps ټویټر(X)-پلس +// @name:pt Twitter(X)-Mais +// @name:pt-BR Twitter(X)-Mais +// @name:pt-PT Twitter(X)-Mais +// @name:qu Twitter(X)-Aswan +// @name:rn Twitter(X)-Iyongera +// @name:ro Twitter(X)-Plus +// @name:ru Твиттер(X)-Плюс +// @name:rw Twitter (X) -Plus +// @name:sa ट्विटर(X)-प्लस् +// @name:sd Twitter(X)-پلس +// @name:se Twitter(X)-Plus +// @name:sg Twitter (X)-Plus +// @name:sh Твиттер(Кс)-Плус +// @name:si Twitter(X)-ප්ලස් +// @name:sk Twitter(X)-Plus +// @name:sl Twitter(X)-Plus +// @name:sm Twitter(X)-Faaopoopo +// @name:sn Twitter(X)-Pamwe +// @name:so Twitter(X)-Plus +// @name:sq Twitter(X)-Plus +// @name:sr Твиттер(Кс)-Плус +// @name:ss I-Twitter(X)-Kanye +// @name:st Twitter(X)-Ho feta moo +// @name:su Twitter(X)-Tambihkeun +// @name:sv Twitter(X)-Plus +// @name:sw Twitter(X)-Pamoja na hayo +// @name:ta Twitter(X)-பிளஸ் +// @name:te Twitter(X)-ప్లస్ +// @name:tg Twitter(X)-плюс +// @name:th ทวิตเตอร์(X)-พลัส +// @name:ti ትዊተር(X)-ፕላስ +// @name:tk Twitter (X) -Plus +// @name:tl Twitter(X)-Plus +// @name:tn Twitha(X)-Plus +// @name:to Tiwita (X)-Pānaki +// @name:tr Twitter(X)-Artı +// @name:ts Twitter(X)-Ku engetela eka +// @name:tt Твиттер (X) -Плус +// @name:tw Twitter(X)-Nea ɛka ho +// @name:ty Twitter(X)-Pi atu +// @name:ug Twitter (X) -Plus +// @name:uk Twitter(X)-Plus +// @name:ur ٹویٹر(X)-پلس +// @name:uz Twitter(X)-Plyus +// @name:ve Twitha(X)-Na +// @name:vi Twitter(X)-Plus +// @name:wo Tiwiter(X)-Plus +// @name:xh Twitter(X)-Plus +// @name:yi Twitter(X)-פּלוס +// @name:yo Twitter (X) - Plus +// @name:zh Twitter(X)-Plus +// @name:zh-CN Twitter(X)-Plus +// @name:zh-HK Twitter(X)-Plus +// @name:zh-MO Twitter(X)-Plus +// @name:zh-MY Twitter(X)-Plus +// @name:zh-SG Twitter(X)-Plus +// @name:zh-TW Twitter(X)-Plus +// @name:zu Twitter(X)-Plus +// @name:es-419 Twitter(X)-Más +// @description:aa viidiyo tibba fak, viidiyok sissikuk loop digir duug, tiwiit baysaanam kee retweet, Grok/mabul gubi, ossotina inki xukko alfimteh, inki xukko koppi tiwiter URL gubi +// @description:ab Авидео абжьы ҭгатәуп, авидео автоматтә цәаҳәа арҳәара аанкылатәуп, атвит ԥыхтәуп, атвит ҟаҵатәуп, Грок/ахәаԥшра агәыҵха, зныктәи акәырша аблокада ацҵара, зныктәи ақәыӷәӷәарала атвит URL агәыҵха акопиа ахыхра +// @description:af Ontdemp die video, kanselleer die outomatiese lus-terugspeel van die video, vee die tweet uit en hertwiet, Grok/view-knoppie, voeg een-klik-blokkering by, een-klik kopieer tweet URL-knoppie +// @description:ak Yi video no ano, twa video no automatic loop playback no mu, popa tweet no na retweet, Grok/view button, fa biako-klik blocking ka ho, klik biako copy tweet URL button +// @description:am የቪዲዮውን ድምጸ-ከል ያንሱ ፣ የቪዲዮውን አውቶማቲክ loop መልሶ ማጫወት ይሰርዙ ፣ ትዊቱን ይሰርዙ እና እንደገና ይፃፉ ፣ ግሩክ/እይታ ቁልፍ ፣ አንድ ጠቅታ ማገድን ይጨምሩ ፣ አንድ ጊዜ ጠቅ ያድርጉ የትዊት URL አዝራርን ይቅዱ +// @description:ar قم بإلغاء كتم صوت الفيديو، وإلغاء تشغيل الحلقة التلقائية للفيديو، وحذف التغريدة وإعادة التغريد، وزر Grok/view، وإضافة حظر بنقرة واحدة، وزر نسخ عنوان URL للتغريدة بنقرة واحدة +// @description:as ভিডিঅ’টো আনমিউট কৰক, ভিডিঅ’টোৰ স্বয়ংক্ৰিয় লুপ প্লেবেক বাতিল কৰক, টুইটটো ডিলিট কৰক আৰু ৰিটুইট কৰক, Grok/view বুটাম, এক ক্লিক ব্লকিং যোগ কৰক, এটা ক্লিক কপি টুইট URL বুটাম +// @description:av Разглушить видео, отменить автоматическое воспроизведение цикла видео, удалить твит и ретвит, кнопку Grok/view, добавить блокировку одним кликом, кнопка URL твита копировать одним кликом +// @description:ay Video ukar jan amukt’ayaña, video ukan automático bucle ukan anatäwip cancelaña, tuit ukat retweet ukar chhaqtayaña, Grok/view botón, mä clic bloqueo ukar yapxataña, mä clic copia tuit URL botón ukar yapxataña +// @description:az Videonun səsini söndürün, videonun avtomatik döngə oxunmasını ləğv edin, tvit və retviti silin, Grok/baxış düyməsi, bir kliklə bloklama əlavə edin, bir kliklə tvitin URL-ni kopyalayın düyməsi +// @description:ba Отключить видео, отменить автоматик цикл уйнау видео, юйырға твит һәм ретвит, Grok/ҡарау төймәһе, өҫтәү бер клик блокировка, бер клик күсермәһе твит URL төймәһе . +// @description:be Уключыць гук відэа, адмяніць аўтаматычнае цыклічнае прайграванне відэа, выдаліць твіт і рэтвіт, кнопка Grok/прагляд, дадаць блакіроўку адным пстрычкай мышы, кнопку капіявання URL-адраса твіта адным пстрычкай мышы +// @description:bg Включете звука на видеото, отменете автоматичното повторно възпроизвеждане на видеоклипа, изтрийте туит и ретуит, бутон Grok/view, добавете блокиране с едно щракване, бутон за копиране на туит с едно щракване +// @description:bh वीडियो के अनम्यूट करीं, वीडियो के ऑटोमैटिक लूप प्लेबैक रद्द करीं, ट्वीट के डिलीट करीं आ रिट्वीट करीं, ग्रोक/व्यू बटन, एक क्लिक ब्लॉकिंग, एक क्लिक कॉपी ट्वीट यूआरएल बटन जोड़ीं +// @description:bm Wideyo in dabila, ka wideyow ka otomatiki loop playback tiɲɛ, ka tweet bɔ ani ka retweet kɛ, Grok/view butɔni, ka blocking kelen fara a kan, ka copy tweet URL button digi kelen +// @description:bn ভিডিওটি আনমিউট করুন, ভিডিওটির স্বয়ংক্রিয় লুপ প্লেব্যাক বাতিল করুন, টুইট মুছুন এবং রিটুইট করুন, গ্রোক/ভিউ বোতাম, এক-ক্লিক ব্লকিং যোগ করুন, টুইট URL বোতামটি এক-ক্লিক করুন +// @description:bo བརྙན་འཕྲིན་དེ་སྒྲ་མེད་པར་བཟོས། བརྙན་འཕྲིན་གྱི་རང་འགུལ་བསྐྱར་ལོག་བསྐྱར་གཏོང་ཆ་མེད་གཏོང་བ། ཊི་ཝིཊ་དང་ཊི་ཝིཊ་སླར་ཡང་བསུབས་པ། +// @description:br Diweredekaat ar video, nullañ ar c’hoari dre boukl emgefre eus ar video, diverkañ an tweet hag adtweetañ, bouton Grok/gwelet, ouzhpennañ ur stankadur gant ur c’hlik, ur bouton kopiañ URL ar tweet gant ur c’hlik +// @description:bs Uključite zvuk videozapisa, otkažite automatsku petlju reprodukcije videozapisa, izbrišite tweet i retweet, dugme Grok/view, dodajte blokiranje jednim klikom, dugme za kopiranje URL-a tvita jednim klikom +// @description:ca Deixeu de silenciar el vídeo, cancel·leu la reproducció en bucle automàtica del vídeo, suprimiu el tuit i el retuiteu, el botó Grok/visualitza, afegiu el bloqueig d’un clic, el botó de copiar l’URL del tuit amb un sol clic +// @description:ce Видео дӀаяккха, автоматически цикл видео дӀаяккха, твит а, ретвит а дӀаяккха, Grok/view кнопка, цхьана кликца блокировка тӀетоха, цхьана кликца копировать твит URL кнопка +// @description:ceb I-unmute ang video, kanselaha ang automatic loop playback sa video, delete ang tweet ug retweet, Grok/view button, idugang ang one-click blocking, one-click copy tweet URL button +// @description:ch Na’fanhuyong i video, na’suha i automatic loop playback gi i video, na’suha i tweet yan retweet, Grok/view button, add one-click blocking, one-click copy tweet URL button +// @description:ckb ڤیدیۆکە بێدەنگ بکەرەوە، پەخشکردنی لوپی ئۆتۆماتیکی ڤیدیۆکە هەڵبوەشێنەرەوە، تویتەکە بسڕەوە و دووبارە تویت بکە، دوگمەی Grok/view، زیادکردنی یەک کلیک بلۆککردن، یەک کلیک دوگمەی کۆپی تویت URL +// @description Unmute videos, disable automatic looping of videos, delete retweets and Grok/view count buttons for tweets, add one-click blocking, and one-click copy tweet URL buttons. +// @description:co Unmute u video, annullà a riproduzione in loop automatica di u video, sguassate u tweet è retweet, u buttone Grok / vede, aghjunghje un bloccu di un clic, un clic copia u buttone URL di tweet. +// @description:cs Zapnout zvuk videa, zrušit automatické přehrávání videa ve smyčce, odstranit tweet a retweet, tlačítko Grok/zobrazit, přidat blokování jedním kliknutím, tlačítko kopírovat adresu URL tweetu jedním kliknutím +// @description:cv Видеона сасӑсӑрлатӑр, видеона автоматла циклпа кӑтартма пӑрахӑр, твит тата ретвит, Grok/view кнопкине пӗтерӗр, пӗрре пусса блокировка хушӑр, пӗрре пусса твит URL-адресне копилеме хушӑр +// @description:cy Dad-dewi’r fideo, canslo chwarae dolen awtomatig y fideo, dileu’r trydariad ac ail-drydar, botwm Grok/view, ychwanegu blocio un clic, botwm URL tweet copi un-glic +// @description:da Slå videoen til, annuller den automatiske loop-afspilning af videoen, slet tweet og retweet, Grok/view-knap, tilføj blokering med ét klik, kopiér tweet-URL-knap med ét klik +// @description:de Stummschaltung des Videos aufheben, automatische Loop-Wiedergabe des Videos abbrechen, Tweet und Retweet löschen, Schaltfläche „Grok/Anzeigen“, Ein-Klick-Blockierung hinzufügen, Schaltfläche „Tweet-URL mit einem Klick kopieren“. +// @description:dv ވީޑިއޯ އަންމިއުޓްކޮށް، ވީޑިއޯގެ އޮޓޮމެޓިކް ލޫޕް ޕްލޭބެކް ކެންސަލްކޮށް، ޓްވީޓް ޑިލީޓްކޮށް ރީޓްވީޓްކޮށް، ގްރޮކް/ވިއު ބަޓަން، އެއް ކްލިކް ބްލޮކިން އިތުރުކޮށް، އެއް ކްލިކް ކޮޕީ ޓްވީޓް ޔޫއާރްއެލް ބަޓަން +// @description:dz བརྙན་འཕྲིན་འདི་སྒྲ་མེདཔ་བཟོ་ བརྙན་འཕྲིན་གྱི་རང་བཞིན་བསྐྱར་འཁོར་བསྐྱར་གཏང་འདི་ཆ་མེད་གཏང་ ཊུ་ཝིཊ་དང་ རི་ཊུ་ཊི་བཏོན་གཏང་ གྷོརཀ་/བལྟ་ཨེབ་རྟ་ གཅིག་ཨེབ་གཏང་བཀག་ཆ་ཁ་སྐོང་བརྐྱབ་ གཅིག་ཨེབ་གཏང་འབད་ ཊུ་ཝིཊ་ཡུ་ཨར་ཨེལ་ཨེབ་རྟ་འདྲ་བཤུས། +// @description:ee Ðe videoa ƒe gbeɖiɖi ɖa, te fli ɖe videoa ƒe loop ƒoƒo le eɖokui si me, tutu tweet la ɖa eye nàgbugbɔe aɖo ɖee, Grok/view ƒe dzesi, tsɔ mɔxexeɖedɔa nu zi ɖeka kpee, zi ɖeka ƒe kɔpi tweet URL ƒe dzesi la kpee +// @description:el Κατάργηση σίγασης του βίντεο, ακύρωση της αυτόματης αναπαραγωγής βρόχου του βίντεο, διαγραφή του tweet και retweet, κουμπί Grok/προβολή, προσθήκη αποκλεισμού με ένα κλικ, κουμπί διεύθυνσης URL αντιγραφής tweet με ένα κλικ +// @description:en Unmute the video, cancel the automatic loop playback of the video, delete the tweet and retweet, Grok/view button, add one-click blocking, one-click copy tweet URL button +// @description:en-GB Unmute the video, cancel the automatic loop playback of the video, delete the tweet and retweet, Grok/view button, add one-click blocking, one-click copy tweet URL button +// @description:eo Malmutigu la videon, nuligi la aŭtomatan buklan reproduktadon de la video, forigu la tweet kaj retweet, Grok/vidi butonon, aldonu unu-klakan blokadon, unu-klakan kopii tweet URL-butonon +// @description:es Activar el silencio del vídeo, cancelar la reproducción automática en bucle del vídeo, eliminar el tweet y retuitear, botón Grok/ver, agregar bloqueo con un clic, botón copiar URL del tweet con un clic +// @description:es-419 Activar el silencio del vídeo, cancelar la reproducción automática en bucle del vídeo, eliminar el tweet y retuitear, botón Grok/ver, agregar bloqueo con un clic, botón copiar URL del tweet con un clic +// @description:et Video vaigistuse tühistamine, video automaatse taasesituse tühistamine, säutsu ja uuesti säutsumise kustutamine, nupp Grok/view, ühe klõpsuga blokeerimise lisamine, säutsu URL-i kopeerimise nupp ühe klõpsuga +// @description:eu Aktibatu bideoa, bertan behera utzi bideoaren erreprodukzio automatikoa, ezabatu txioa eta birtxioa egin, Grok/ikusi botoia, gehitu klik bakarreko blokeoa, klik bakarrean kopiatu txioaren URL botoia +// @description:fa بی‌صدا کردن ویدیو، لغو پخش حلقه خودکار ویدیو، حذف توییت و ریتوییت، دکمه Grok/view، اضافه کردن مسدود کردن با یک کلیک، دکمه URL کپی توییت با یک کلیک +// @description:ff Sokkit wideyoo oo, woppu ƴeewndo loop otomatik wideyoo oo, momtu tweet e retweet, butoŋ Grok/view, ɓeydu heen jokkol gootol, butoŋ URL tweet jokkol gootol +// @description:fi Poista videon mykistys, peruuta videon automaattinen silmukan toisto, poista twiitti ja uudelleentwiitaa, Grok/view-painike, lisää yhden napsautuksen esto, yhdellä napsautuksella kopioi twiitin URL-painike +// @description:fil I-unmute ang video, kanselahin ang awtomatikong pag-playback ng loop ng video, tanggalin ang tweet at i-retweet, Grok/view button, magdagdag ng one-click blocking, one-click copy tweet URL button +// @description:fj Unmute na vidio, bokoca na vakatagitaki ni loop vakataki koya ni vidio, bokoca na tweet kei na retweet, Grok/raica na ibulukau, vakuria e dua na kiliki ni kena tarovi, dua na kiliki ni ilavelave ni tweet URL ni ibulukau . +// @description:fo Avljóð videoið, avlýs sjálvvirkandi lykkjuavspælingina av videonum, strika tweet og retweet, Grok/skoða knøttin, legg eitt-klikk blokering til, eitt-klikk avrita tweet URL-knøttin +// @description:fr Réactivez la vidéo, annulez la lecture en boucle automatique de la vidéo, supprimez le tweet et retweet, bouton Grok/view, ajoutez un blocage en un clic, bouton copier l’URL du tweet en un clic +// @description:fr-CA Réactivez la vidéo, annulez la lecture en boucle automatique de la vidéo, supprimez le tweet et retweet, bouton Grok/view, ajoutez un blocage en un clic, bouton copier l’URL du tweet en un clic +// @description:fy Unmute de fideo, annulearje de automatyske lus-ôfspieling fan ’e fideo, wiskje de tweet en retweet, Grok / besjen knop, foegje ien-klik blokkearje ta, ien-klik kopiearje tweet URL knop +// @description:ga Díbhalbhaigh an físeán, cealaigh athsheinm uathoibríoch lúb na físe, scrios an tweet agus retweet, Grok/amharc ar an gcnaipe, cuir bacáil aon-cliceáil leis, cnaipe URL tweet cóip aon-cliceáil +// @description:gd Cuir às don bhidio, cuir dheth ath-chluich lùb fèin-ghluasadach a’ bhidio, cuir às don tweet agus retweet, Grok / view putan, cuir bacadh aon-bhriog, putan URL lethbhreac tweet aon-bhriog +// @description:gl Activar o silencio do vídeo, cancelar a reprodución en bucle automática do vídeo, eliminar o chío e retuitear, botón Grok/ver, engadir bloqueo cun só clic, copiar o botón URL do chío cun só clic +// @description:gn Embogue pe video, embogue pe video ñembopu automático bucle rehegua, embogue pe tweet ha retweet, Grok/view botón, emoĩ peteĩ clic bloqueo, peteĩ clic copia tweet URL botón +// @description:gsw-berne Unmute the video, cancel the automatic loop playback of the video, delete the tweet and retweet, Grok/view button, add one-click blocking, one-click copy tweet URL button +// @description:gu વીડિયોને અનમ્યૂટ કરો, વીડિયોના ઑટોમેટિક લૂપ પ્લેબેકને રદ કરો, ટ્વીટ ડિલીટ કરો અને રીટ્વીટ કરો, ગ્રોક/વ્યૂ બટન, એક-ક્લિક બ્લૉકિંગ ઉમેરો, ટ્વિટ URL બટનને એક-ક્લિક કૉપિ કરો +// @description:gv Unmute y video, scughey y loop automagh jeh’n video, scughey y tweet as retweet, Botoon Grok/view, cur stiagh blocking un-click, botoon URL tweet copy un-click +// @description:ha Cire bidiyo, soke sake kunna madauki ta atomatik na bidiyon, share tweet ɗin da sake sakewa, maɓallin Grok/view, ƙara dannawa ɗaya, danna kwafin URL maballin tweet +// @description:he בטל את השתקת הסרטון, בטל את הפעלת הלולאה האוטומטית של הסרטון, מחק את הציוץ וצייץ מחדש, כפתור גרוק/תצוגה, הוסף חסימה בלחיצה אחת, כפתור העתקת כתובת ציוץ בלחיצה אחת +// @description:hi वीडियो को अनम्यूट करें, वीडियो का स्वचालित लूप प्लेबैक रद्द करें, ट्वीट हटाएं और रीट्वीट करें, ग्रोक/व्यू बटन, एक-क्लिक ब्लॉकिंग जोड़ें, एक-क्लिक कॉपी ट्वीट यूआरएल बटन +// @description:hmn Unmute lub yees duab, tshem tawm lub voj tsis siv neeg rov ua haujlwm ntawm cov yeeb yaj kiab, tshem tawm tweet thiab retweet, Grok / saib khawm, ntxiv ib-nias thaiv, ib-nias luam tweet URL khawm +// @description:hr Uključi zvuk videozapisa, poništi automatsku petlju reprodukcije videozapisa, izbriši tweet i retweet, gumb Grok/view, dodaj blokiranje jednim klikom, gumb za URL tweeta kopiraj jednim klikom +// @description:ht Retire videyo a, anile lèktur otomatik bouk videyo a, efase tweet la ak retweet, bouton Grok/view, ajoute yon sèl-klike bloke, yon sèl-klike kopi tweet URL bouton +// @description:hu A videó némításának feloldása, a videó automatikus huroklejátszásának megszakítása, a tweet és a retweet törlése, Grok/View gomb, egykattintásos blokkolás hozzáadása, tweet URL másolása gomb egy kattintással +// @description:hy Անջատեք տեսանյութի ձայնը, չեղարկեք տեսանյութի ավտոմատ ռիթմային նվագարկումը, ջնջեք թվիթը և ռեթվիթը, Grok/view կոճակը, ավելացրեք մեկ սեղմումով արգելափակում, մեկ սեղմումով պատճենեք թվիթերի URL կոճակը: +// @description:id Suarakan video, batalkan pemutaran loop otomatis video, hapus tweet dan retweet, tombol Grok/lihat, tambahkan pemblokiran sekali klik, tombol salin URL tweet sekali klik +// @description:ig Wepụ vidiyo ahụ, kagbuo ọkpụkpọ vidiyo na-akpaghị aka, hichapụ tweet na retweet, bọtịnụ Grok/elele, gbakwunye otu-pịa igbochi, otu pịa bọtịnụ URL tweet. +// @description:is Kveiktu á hljóði á myndbandinu, hættu við sjálfvirka lykkjuspilun myndbandsins, eyddu tístinu og endurtístaðu, Grok/view hnappinn, bættu við eins-smella lokun, einn-smellur afrita tweet URL hnappinn +// @description:it Riattiva l’audio del video, annulla la riproduzione in loop automatico del video, elimina il tweet e il retweet, pulsante Grok/visualizza, aggiungi blocco con un clic, pulsante copia URL tweet con un clic +// @description:iu ᓂᐱᖃᕈᓐᓃᖅᑎᓪᓗᒍ ᑕᕐᕆᔭᓕᐊᖅ, ᓄᖅᑲᖅᑎᓪᓗᒍ ᑕᕐᕆᔭᓕᐊᖅ ᑕᕐᕆᔭᓕᐊᖑᔪᖅ, ᐲᕐᓗᒍ ᑐᐃᑐᒃᑯᑦ ᐊᒻᒪᓗ ᑐᐃᑐᒃᑲᓐᓂᕐᓗᒍ, Grok/view ᓇᕿᑦᑕᒐᖅ, ᐃᓚᓯᓗᑎᑦ ᐊᑕᐅᓯᕐᒥᒃ ᓇᕿᑦᑕᒐᕐᒥᒃ ᓄᖅᑲᖅᑎᑦᑎᓂᕐᒥᒃ, ᐊᑕᐅᓯᕐᒥᒃ ᓇᕿᑦᑕᒐᕐᒥᒃ ᐊᔾᔨᓕᐅᕆᓗᑎᑦ ᑐᐃᑐᒃᑯᑦ URL ᓇᕿᑦᑕᒐᕐᒥᒃ +// @description:ja 動画のミュート解除、動画の自動ループ再生のキャンセル、ツイートの削除とリツイート、Grok/表示ボタン、ワンクリックブロックの追加、ワンクリックツイートURLコピーボタン +// @description:jv Mbusak swara video, mbatalake puter maneh loop otomatis video, mbusak tweet lan retweet, tombol Grok / ndeleng, nambah blokir siji-klik, siji-klik salinan tombol URL tweet +// @description:ka გააუქმეთ ვიდეოს დადუმება, გააუქმეთ ვიდეოს ავტომატური ციკლის დაკვრა, წაშალეთ ტვიტი და გადატვირთეთ, ღილაკი Grok/view, დაამატე ერთი დაწკაპუნებით დაბლოკვა, ერთი დაწკაპუნებით ასლი ტვიტის URL ღილაკი +// @description:kg Katula ndinga ya video, katula mutindu bo ke bulaka video na mbala mosi, katula tweet mpi retweet, buto Grok/tala, yika kukanga nzila na mbala mosi, buto URL ya tweet kopi na mbala mosi +// @description:kk Бейненің дыбысын өшіріңіз, бейнені автоматты түрде ойнатуды тоқтатыңыз, твиттер мен ретвиттерді жойыңыз, Grok/view түймешігін басыңыз, бір рет басу арқылы блоктауды қосыңыз, твит URL мекенжайын бір рет басу арқылы көшіріңіз. +// @description:kl Videop nipilersornera unitsiguk, videop automatiskimik loop-imik tusarnaartitsinera unitsiguk, tweet-imik aamma retweet-imik piiaagit, Grok/view-knappi, ilanngukkit ataatsimik klikkimik blokkerneq, ataatsimik klikkimik kopie tweet URL-knappi +// @description:km បើកសំឡេងវីដេអូ បោះបង់ការលេងរង្វិលជុំដោយស្វ័យប្រវត្តិនៃវីដេអូ លុប tweet និង retweet ប៊ូតុង Grok/view បន្ថែមការទប់ស្កាត់ដោយចុចតែម្តង ចុចមួយដង ប៊ូតុងចម្លង tweet URL +// @description:kn ವೀಡಿಯೊವನ್ನು ಅನ್‌ಮ್ಯೂಟ್ ಮಾಡಿ, ವೀಡಿಯೊದ ಸ್ವಯಂಚಾಲಿತ ಲೂಪ್ ಪ್ಲೇಬ್ಯಾಕ್ ಅನ್ನು ರದ್ದುಗೊಳಿಸಿ, ಟ್ವೀಟ್ ಮತ್ತು ರಿಟ್ವೀಟ್ ಅನ್ನು ಅಳಿಸಿ, ಗ್ರೋಕ್/ವೀಕ್ಷಣೆ ಬಟನ್, ಒಂದು ಕ್ಲಿಕ್ ನಿರ್ಬಂಧಿಸುವಿಕೆಯನ್ನು ಸೇರಿಸಿ, ಒಂದು ಕ್ಲಿಕ್ ನಕಲು ಟ್ವೀಟ್ URL ಬಟನ್ +// @description:ko 동영상 음소거 해제, 동영상 자동 반복 재생 취소, 트윗 삭제 및 리트윗, Grok/view 버튼, 원클릭 차단 추가, 원클릭 트윗 URL 복사 버튼 +// @description:kr Bidiyodəga cintə, bidiyodəga waltəramzə otomatikdəga dabtə, tweetdəga cintə kuru retweetdəga cin, botul Grok/viewbe, botul fallan koltə, botul tweetbe URLdəga ruwotə +// @description:ku Vîdyoyê bişkînin, lîstina lûleyê ya otomatîkî ya vîdyoyê betal bikin, tweetê jêbirin û retweet bikin, bişkoka Grok/dîtin, astengkirina yek-klîk lê zêde bikin, bişkoka URL-ya tweetê kopî bikin. +// @description:kv Разглушить видео, отменить автоматическое цикл воспроизведения видео, удалить твит и ретвит, Grok/view кнопка, содтыны ӧти кликӧн блокируйтӧм, ӧти кликӧн копируйтны твит URL кнопка . +// @description:ky Видеонун үнүн өчүрүңүз, видеонун автоматтык түрдө ойнотуусун жокко чыгарыңыз, твиттерди жана retweetти өчүрүңүз, Grok/көрүү баскычы, бир чыкылдатуу менен бөгөт коюуну кошуңуз, твиттердин URL баскычын бир чыкылдатуу менен көчүрүңүз +// @description:la Unmute video, excludit ansam autocineticam playback of the videi, delere tweet et retweet, Grok/visi conjunctionem, unum-click interclusio adde, unum-click exemplar pyga URL electronica +// @description:lb Unmute de Video, annuléiert d’automatesch Loop Playback vum Video, läscht den Tweet a retweet, Grok / View Button, add one-click blocking, one-click copy tweet URL button +// @description:lg Sumulula vidiyo, sazaamu okuzannya kwa loopu mu ngeri ey’otoma eya vidiyo, sazaamu tweet n’oddamu okuwandiika, bbaatuuni ya Grok/view, yongera ku kuziyiza okunyiga omulundi gumu, bbaatuuni ya URL y’okukoppa omulundi gumu +// @description:ln Démute video, annuler lecture automatique ya boucle ya vidéo, supprimer tweet mpe retweet, bouton Grok/view, bakisa blocage ya clic moko, bouton URL ya copie ya tweet ya clic moko +// @description:lo ເປີດສຽງວິດີໂອ, ຍົກເລີກການຫຼິ້ນຮອບອັດຕະໂນມັດຂອງວິດີໂອ, ລຶບ tweet ແລະ retweet, ປຸ່ມ Grok/view, ເພີ່ມການບລັອກຄລິກດຽວ, ຄລິກຫນຶ່ງຄລິກປຸ່ມ URL tweet ສໍາເນົາ +// @description:lt Įjungti vaizdo įrašo garsą, atšaukti automatinį vaizdo įrašo atkūrimą, ištrinti tviterį ir pakartotinai skelbti, mygtukas Grok/view, blokavimas vienu spustelėjimu, tviterio URL kopijavimo vienu spustelėjimu mygtukas +// @description:lv Ieslēgt videoklipa skaņu, atcelt videoklipa automātisko cilpas atskaņošanu, dzēst tvītu un retvīto, poga Grok/view, pievienot viena klikšķa bloķēšanu, viena klikšķa kopēšanas tvīta URL poga +// @description:mg Atsaharo ny horonan-tsary, esory ny famerenan’ny horonan-tsary mandeha ho azy, vonoy ny bitsika sy retweet, bokotra Grok/view, ampio fanakanana kitihina iray, bokotra URL bitsika kopia tokana +// @description:mh Kōjepel pija eo, jolok an al pija eo, jolok tweet eo im retweet, Grok/view button, kobaik juon-click blocking, juon-click copy tweet URL button +// @description:mi Whakakorehia te ataata, whakakorehia te purei whakahuri aunoa o te ataata, mukua te tweet me te retweet, Grok/tiro te paatene, te taapiri i te aukati-kotahi, te paatene-kotahi te kape i te paatene URL tweet. +// @description:mk Вклучете го звукот на видеото, откажете ја автоматската репродукција во циклус на видеото, избришете го твитот и ретвитирајте, копче Grok/view, додадете блокирање со еден клик, копче URL на твит со еден клик +// @description:ml വീഡിയോ അൺമ്യൂട്ട് ചെയ്യുക, വീഡിയോയുടെ സ്വയമേവയുള്ള ലൂപ്പ് പ്ലേബാക്ക് റദ്ദാക്കുക, ട്വീറ്റും റീട്വീറ്റും ഇല്ലാതാക്കുക, ഗ്രോക്ക്/വ്യൂ ബട്ടൺ, ഒറ്റ ക്ലിക്ക് തടയൽ ചേർക്കുക, ഒറ്റ ക്ലിക്ക് കോപ്പി ട്വീറ്റ് URL ബട്ടൺ +// @description:mn Видеоны дууг нээх, видеоны автомат давталт тоглуулахыг цуцлах, жиргээ болон дахин жиргэх, Grok/view товчийг устгах, нэг товшилтоор хаах, нэг товшилтоор жиргээний URL хуулах товч +// @description:mo Activați sunetul videoclipului, anulați redarea în buclă automată a videoclipului, ștergeți tweet-ul și retweetul, butonul Grok/view, adăugați blocarea cu un singur clic, copiați butonul URL a tweetului cu un singur clic +// @description:mr व्हिडिओ अनम्यूट करा, व्हिडिओचा स्वयंचलित लूप प्लेबॅक रद्द करा, ट्विट हटवा आणि रीट्विट करा, Grok/दृश्य बटण, एक-क्लिक ब्लॉकिंग जोडा, एक-क्लिक ट्विट URL बटण कॉपी करा +// @description:ms Nyahredam video, batalkan main balik gelung automatik video, padam tweet dan tweet semula, butang Grok/lihat, tambah sekatan satu klik, satu klik salin butang URL tweet +// @description:mt Iċċekkja l-video, tikkanċella l-plejbek awtomatiku tal-linja tal-vidjo, ħassar it-tweet u retweet, buttuna Grok/view, żid imblukkar b’klikk waħda, buttuna tal-URL tal-kopja tat-tweet b’klikk waħda +// @description:my ဗီဒီယိုကို အသံပြန်ဖွင့်ပါ၊ ဗီဒီယို၏ အလိုအလျောက် စက်ဝိုင်းပြန်ဖွင့်ခြင်းကို ပယ်ဖျက်ပါ၊ တွဒ်ကို ဖျက်ပြီး ပြန်တင်ရန်၊ Grok/view ခလုတ်၊ တစ်ချက်နှိပ်ရုံဖြင့် ပိတ်ဆို့ခြင်းကို ထည့်ပါ၊ တစ်ချက်နှိပ်ရုံဖြင့် ကော်ပီ tweet URL ခလုတ် +// @description:nb Slå på lyden for videoen, avbryt den automatiske sløyfeavspillingen av videoen, slett tweeten og retweet, Grok/view-knapp, legg til ett-klikks blokkering, ett-klikk kopier tweet URL-knapp +// @description:ne भिडियो अनम्युट गर्नुहोस्, भिडियोको स्वचालित लूप प्लेब्याक रद्द गर्नुहोस्, ट्वीट मेटाउनुहोस् र रिट्वीट गर्नुहोस्, Grok/दृश्य बटन, एक-क्लिक ब्लकिङ थप्नुहोस्, एक-क्लिक प्रतिलिपि ट्वीट URL बटन +// @description:nl Schakel de video uit, annuleer het automatisch afspelen van de video in een lus, verwijder de tweet en retweet, Grok/view-knop, voeg blokkering met één klik toe, kopieer tweet-URL-knop met één klik +// @description:nr Vula ividiyo, susa ukudlala kwevidiyo okuzenzakalelayo, susa i-tweet bese uphinde u-tweet, ibhathini le-Grok/view, faka ukuvimba ngokuchofoza kanye, ibhathini le-URL ye-tweet yokukopisha ngokuchofoza kanye +// @description:ny Tsegulani kanemayo, kuletsa kuseweredwa kwa kanema, chotsani tweet ndi retweet, Grok/view batani, onjezani kutsekereza kumodzi, dinani batani la URL la URL +// @description:oc Desmudar la vidèo, anullar la lectura en bucle automatic de la vidèo, suprimir lo tuit e retuitejar, boton Grok/view, apondre lo blocatge en un clic, boton URL de copia del tuit en un clic +// @description:om Viidiyoo sana sagalee dhaamsuu, taphachuu loop ofumaan viidiyoo sanaa haquu, tiwiitara sana haquu fi retweet gochuu, button Grok/view, cuqaasuu tokko cuqaasuu dabaluu, button URL tiwiitara waraabuu cuqaasuu tokko +// @description:or ଭିଡିଓକୁ ଅନ୍ମୁଟ୍ କରନ୍ତୁ, ଭିଡିଓର ସ୍ୱୟଂଚାଳିତ ଲୁପ୍ ପ୍ଲେକ୍ ବାତିଲ୍ କରନ୍ତୁ, ଟ୍ୱିଟ୍ ଡିଲିଟ୍ କରନ୍ତୁ ଏବଂ ରିଟ୍ୱିଟ କରନ୍ତୁ, ଗ୍ରୋକ / ଭ୍ୟୁ ବଟନ୍, ଗୋଟିଏ କ୍ଲିକ୍ ବ୍ଲକିଂ ଯୋଡନ୍ତୁ, ଗୋଟିଏ କ୍ଲିକ୍ କପି ଟ୍ୱିଟ୍ URL ବଟନ୍ | +// @description:os Видеойы хъæлæс æрæхгæнут, видеойы автоматикон цикл æрæхгæнут, твит æмæ ретвит фесафут, Grok/view кнопкæ, бафтаут иу æрцавды æхгæд, иу æрцавдæй копир кæнын твиты URL кнопкæ +// @description:pa ਵੀਡੀਓ ਨੂੰ ਅਣਮਿਊਟ ਕਰੋ, ਵੀਡੀਓ ਦੇ ਆਟੋਮੈਟਿਕ ਲੂਪ ਪਲੇਬੈਕ ਨੂੰ ਰੱਦ ਕਰੋ, ਟਵੀਟ ਨੂੰ ਮਿਟਾਓ ਅਤੇ ਰੀਟਵੀਟ ਕਰੋ, ਗ੍ਰੋਕ/ਵਿਊ ਬਟਨ, ਇੱਕ-ਕਲਿੱਕ ਬਲੌਕਿੰਗ ਸ਼ਾਮਲ ਕਰੋ, ਇੱਕ-ਕਲਿੱਕ ਟਵੀਟ URL ਬਟਨ ਨੂੰ ਕਾਪੀ ਕਰੋ +// @description:pl Wyłącz wyciszenie wideo, anuluj automatyczne odtwarzanie wideo w pętli, usuń tweet i retweet, przycisk Grok/view, dodaj blokowanie jednym kliknięciem, przycisk kopiowania tweeta jednym kliknięciem +// @description:ps ویډیو غیرمستقیم کړئ، د ویډیو اتوماتیک لوپ پلے بیک لغوه کړئ، ټویټ او ریټویټ حذف کړئ، د گروک / لید تڼۍ، یو کلیک بلاک کول، یو کلیک کاپي ټویټ URL تڼۍ +// @description:pt Ativar o som do vídeo, cancelar a reprodução automática do vídeo, excluir o tweet e retuitar, botão Grok/visualizar, adicionar bloqueio com um clique, botão copiar URL do tweet com um clique +// @description:pt-BR Ativar o som do vídeo, cancelar a reprodução automática do vídeo, excluir o tweet e retuitar, botão Grok/visualizar, adicionar bloqueio com um clique, botão copiar URL do tweet com um clique +// @description:pt-PT Ativar o som do vídeo, cancelar a reprodução automática do vídeo, apagar o tweet e retuitar, botão Grok/visualizar, adicionar bloqueio com um clique, botão copiar URL do tweet com um clique +// @description:qu Videota mana upmuy, videopa kikillanmanta bucle pukllayninta qulluy, tweetta qulluy chaymanta retweet, Grok/qhaway ñit’ina, huk ñit’iy hark’ayta yapay, huk ñit’iy copia tweet URL ñit’ina +// @description:rn Gukuraho ijwi rya videwo, gukuraho ugusubiramwo kwa videwo, gukuraho tweet no gusubiramwo, buto ya Grok/reba, wongereko gukanda rimwe guhagarika, gukanda rimwe gukopa buto URL ya tweet +// @description:ro Activați sunetul videoclipului, anulați redarea în buclă automată a videoclipului, ștergeți tweet-ul și retweetul, butonul Grok/view, adăugați blocarea cu un singur clic, copiați butonul URL a tweetului cu un singur clic +// @description:ru Включите звук видео, отмените автоматическое циклическое воспроизведение видео, удалите твит и ретвит, кнопку Grok/view, добавьте блокировку одним щелчком мыши, кнопку копирования URL-адреса твита одним щелчком мыши. +// @description:rw Hindura videwo, uhagarike gukinisha byikora bya videwo, gusiba tweet hanyuma usubiremo, Grok / kureba buto, ongeraho kanda imwe yo guhagarika, kanda imwe kopi ya tweet URL URL +// @description:sa विडियो अनम्यूट् कुर्वन्तु, विडियोस्य स्वचालितं लूप् प्लेबैक् रद्दं कुर्वन्तु, ट्वीट् डिलीट् कृत्वा पुनः ट्वीट् कुर्वन्तु, Grok/view बटनं, एक-क्लिक् अवरोधनं योजयन्तु, एक-क्लिक् प्रतिलिपि ट्वीट् URL बटनं योजयन्तु +// @description:sd وڊيو کي چالو ڪريو، وڊيو جي خودڪار لوپ پلے بیک کي منسوخ ڪريو، ٽوئيٽ کي ختم ڪريو ۽ ريٽويٽ ڪريو، گروڪ / ڏسو بٽڻ، ھڪڙي ڪلڪ ڪريو بلاڪنگ شامل ڪريو، ھڪڙي ڪلڪ ڪريو ڪاپي ٽوئيٽ URL بٽڻ تي ڪلڪ ڪريو +// @description:se Heaittihit video, heaittihit video automáhtalaččat čuojaheami, sihkkut tweeta ja retweeta, Grok/view-boalu, lasit ovtta čuoggáin hehtten, ovtta čuoggáin kopieret tweeta URL-boalu +// @description:sg Zia go ti vidéo ni, zi vidéo ni na lege ti boucle automatique, supprimé tweet ni na retweet ni, bouton Grok/voir, zia mbeni clic na ndo ni ti kanga lege na ni, bouton URL ti copié na mbeni clic oko . +// @description:sh Укључите звук видеа, откажите аутоматску петљу репродукције видеа, избришите твит и ретвит, дугме Грок/прикажи, додајте блокирање једним кликом, дугме за копирање УРЛ адресе твита једним кликом +// @description:si වීඩියෝව නිශ්ශබ්ද කරන්න, වීඩියෝවේ ස්වයංක්‍රීය ලූප් ප්ලේබැක් අවලංගු කරන්න, ට්වීට් සහ නැවත ට්වීට් කරන්න, Grok/view බොත්තම, එක්-ක්ලික් අවහිර කිරීම එක් කරන්න, එක්-ක්ලික් ට්වීට් URL බොත්තම පිටපත් කරන්න +// @description:sk Zapnutie zvuku videa, zrušenie automatického prehrávania videa v slučke, odstránenie tweetu a retweetu, tlačidlo Grok/view, pridanie blokovania jedným kliknutím, tlačidlo kopírovania adresy URL tweetu jedným kliknutím +// @description:sl Vklop zvoka videoposnetka, preklic samodejnega zanke predvajanja videoposnetka, brisanje tvita in ponovno tvitanje, gumb Grok/ogled, dodajanje blokiranja z enim klikom, gumb za kopiranje URL-ja tvita z enim klikom +// @description:sm Fa’amama le vitio, fa’amalo le ta’avale otometi o le vitio, tape le tweet ma retweet, Grok/view button, fa’aopoopo le kiliki-kiliki poloka, tasi-kiliki kopi tweet URL button +// @description:sn Sunungura vhidhiyo, kanzura otomatiki loop kutamba kwevhidhiyo, bvisa iyo tweet uye retweet, Grok/ona bhatani, wedzera kuvharira kamwe chete, tinya kamwe kopi tweet URL bhatani. +// @description:so Ka saar muuqaalka, jooji dib-u-ciyaarista loop-ka tooska ah ee fiidiyowga, tirtir tweet-ga oo dib-u-tweet, Grok/view button, ku dar hal-guji xannibaadda, hal-guji nuqulka tweet URL badhanka +// @description:sq Hiq zërin e videos, anulo riprodhimin automatik të videos, fshi tweet-in dhe retweet-in, butonin Grok/view, shto bllokimin me një klikim, butonin URL URL-ja e tweet-it me një klikim +// @description:sr Укључите звук видеа, откажите аутоматску петљу репродукције видеа, избришите твит и ретвит, дугме Грок/прикажи, додајте блокирање једним кликом, дугме за копирање УРЛ адресе твита једним кликом +// @description:ss Vula umsindvo wevidiyo, khansela kudlala kwe-loop lokuzenzakalelayo kwevidiyo, susa i-tweet bese u-retweet, inkinobho ye-Grok/buka, faka kuvimbela ngekuchofota kanye, inkinobho ye-URL ye-tweet yekukhopha ngekuchofota kanye +// @description:st Tlosa video, hlakola ho bapala ha video ka boiketsetso, hlakola tweet le retweet, konopo ea Grok/view, eketsa thibelo e le ’ngoe, tobetsa konopo ea URL ea kopi e le ’ngoe. +// @description:su Unmute video, ngabatalkeun playback loop otomatis tina video, ngahapus tweet jeung retweet, tombol Grok / view, tambahkeun hiji-klik blocking, hiji-klik salinan tombol URL tweet. +// @description:sv Slå på ljudet för videon, avbryt den automatiska loopuppspelningen av videon, ta bort tweeten och retweet, Grok/view-knapp, lägg till blockering med ett klick, en-klick-kopiera tweet URL-knapp +// @description:sw Rejesha sauti ya video, ghairi uchezaji wa kitanzi kiotomatiki wa video, futa tweet na retweet tena, kitufe cha Grok/view, ongeza uzuiaji wa mbofyo mmoja, kitufe cha URL cha nakala kwa mbofyo mmoja. +// @description:ta வீடியோவை ஒலியடக்கவும், வீடியோவின் தானியங்கி லூப் பிளேபேக்கை ரத்து செய்யவும், ட்வீட்டை நீக்கி மறு ட்வீட் செய்யவும், க்ரோக்/வியூ பட்டன், ஒரு கிளிக் தடுப்பைச் சேர்க்கவும், ஒரு கிளிக் நகல் ட்வீட் URL பொத்தான் +// @description:te వీడియోను అన్‌మ్యూట్ చేయండి, వీడియో యొక్క ఆటోమేటిక్ లూప్ ప్లేబ్యాక్‌ను రద్దు చేయండి, ట్వీట్ మరియు రీట్వీట్ చేయండి, గ్రోక్/వ్యూ బటన్, ఒక క్లిక్ బ్లాకింగ్ జోడించండి, ఒక క్లిక్ కాపీ ట్వీట్ URL బటన్ +// @description:tg Овози видеоро кушоед, бознигарии автоматии видеоро бекор кунед, твит ва ретвитро нест кунед, тугмаи Grok/view, блоккунии як кликро илова кунед, тугмаи URL-и нусхабардории твитро як клик кунед +// @description:th เปิดเสียงวิดีโอ ยกเลิกการเล่นวนซ้ำอัตโนมัติของวิดีโอ ลบทวีตและรีทวีต ปุ่ม Grok/view เพิ่มการบล็อกในคลิกเดียว ปุ่มคัดลอก URL ทวีตในคลิกเดียว +// @description:ti ነቲ ቪድዮ ድምጺ ኣልቦ ኣውጽእዎ፣ ኣውቶማቲክ ሉፕ ምጽዋት ናይቲ ቪድዮ ስርዝዎ፣ ነቲ ትዊት ደምስስዎን ሪትዊት ግበርዎን፣ Grok/view ዝብል መጠወቒ፣ ሓደ ጠውቂ ምዕጋት ምውሳኽ፣ ሓደ ጠውቂ copy tweet URL ዝብል መጠወቒ +// @description:tk Wideony öçüriň, wideonyň awtomatiki aýlawyny ýatyryň, twitini pozuň we gaýtadan ýazyň, Grok / görmek düwmesini basyň, bir gezek basmak blokirlemesini goşuň, bir gezek basmak tweet URL düwmesini basyň +// @description:tl I-unmute ang video, kanselahin ang awtomatikong pag-playback ng loop ng video, tanggalin ang tweet at i-retweet, Grok/view button, magdagdag ng one-click blocking, one-click copy tweet URL button +// @description:tn Didima bidio, khansela go tshameka ga bidio ka go itirisa ga loop, phimola tweet le retweet, konopo ya Grok/view, tsenya thibelo ya go tobetsa gangwe fela, konopo ya URL ya go kopolola tweet ka go tobetsa gangwe fela +// @description:to Unmute ’a e vitio, kaniseli ’a e ’otometiki ’o e loop ’o e vitio, tamate’i ’a e tweet mo e retweet, Grok/vakai ki he button, tanaki atu ’a e poloka ’o e kiliki ’e taha, kiliki ’e taha ’a e tatau ’o e tweet URL button . +// @description:tr Videonun sesini açın, videonun otomatik döngü oynatımını iptal edin, tweet’i silin ve retweetleyin, Grok/görüntüleme düğmesi, tek tıklamayla engelleme ekleyin, tek tıklamayla tweet URL’sini kopyala düğmesi +// @description:ts Pfulela vhidiyo, khansela ku tlanga ka otomatiki ka loop ka vhidiyo, susa tweet na retweet, Grok/view button, engetela ku sivela kan’we hi ku tikhoma, ku tikhoma kan’we ku kopa tweet URL button +// @description:tt Видеоны сүндерү, видеоның автоматик әйләнешен юкка чыгару, твитны бетерү һәм ретвитлау, Грок / карау төймәсе, бер тапкыр чирттерүне өстәү, бер тапкыр басу өчен твит URL төймәсенә басыгыз +// @description:tw Yi video no ano, twa video no automatic loop playback no mu, popa tweet no na retweet, Grok/view button, fa biako-klik blocking ka ho, klik biako copy tweet URL button +// @description:ty Tatara i te reo o te hoho’a, faaore i te hoho’a hoho’a, tumâ i te tweet e te retweet, Grok/hi’o i te taviri, a tapiri i te hoê hi’opo’araa, hoê taviri tweet URL +// @description:ug سىننى ئەمەلدىن قالدۇرۇڭ ، سىننىڭ ئاپتوماتىك ئايلانما قويۇلۇشىنى ئەمەلدىن قالدۇرۇڭ ، tweet ۋە ئۆچۈرۈڭ ، Grok / كۆرۈش كۇنۇپكىسىنى ئۆچۈرۈڭ ، بىر قېتىم چەكلەش ، بىر چېكىش ئارقىلىق كۆچۈرۈلگەن tweet URL كۇنۇپكىسى قوشۇڭ. +// @description:uk Увімкнути звук відео, скасувати автоматичне циклічне відтворення відео, видалити твіт і повторити твіт, кнопка Grok/view, додати блокування одним клацанням, кнопка копіювання URL-адреси твіту одним клацанням +// @description:ur ویڈیو کو چالو کریں، ویڈیو کا خودکار لوپ پلے بیک منسوخ کریں، ٹویٹ کو حذف کریں اور ریٹویٹ کریں، گروک/ویو بٹن، ایک کلک بلاکنگ شامل کریں، ٹویٹ یو آر ایل کا بٹن ایک کلک کاپی کریں۔ +// @description:uz Videoning ovozini o’chiring, videoning avtomatik takrorlanishini bekor qiling, tvit va retvitni o’chiring, Grok/ko’rish tugmasi, bir marta bosish blokirovkasini qo’shing, tvit URL manzilini bir marta bosish bilan nusxalash tugmasi +// @description:ve U bvisa vidio, u khansela u tamba ha luṱingo lwa vidio, u phumula tweet na u retweet, Grok/view button, engedza u thivhela nga u tou puṱedza luthihi, button ya URL ya u kopolola nga u tou puṱedza luthihi +// @description:vi Bật tiếng video, hủy phát lại vòng lặp tự động của video, xóa tweet và chuyển tiếp tin nhắn, nút Grok/xem, thêm tính năng chặn bằng một cú nhấp chuột, nút sao chép URL tweet bằng một cú nhấp chuột +// @description:wo Defar wideo bi, fomm leeslu wideo bi ci saa si, efaase tweet bi ak retweet bi, Grok/xool butoŋu, yokk benn bës ci blokeer, benn bës ngir kopie URL butoŋu tweet bi +// @description:xh Sula ividiyo, ucime ukudlala ngokuzenzekelayo kwevidiyo, cima i-tweet kunye ne-retweet, i-Grok/iqhosha lokujonga, yongeza ukunqanda ukucofa okukodwa, cofa iqhosha le-URL ye-URL yokucofa-kanye. +// @description:yi אַנמוט די ווידעא, באָטל מאַכן די אָטאַמאַטיק שלייף פּלייבאַק פון די ווידעא, ויסמעקן די טוועעט און רעטוועעט, גראָק / קוק קנעפּל, לייגן איין-גיט בלאַקינג, איין-גיט קאָפּיע טוועעט URL קנעפּל +// @description:yo Yọ fidio naa kuro, fagilee ṣiṣiṣẹsẹhin loop laifọwọyi ti fidio, paarẹ tweet ati retweet, Grok/Bọtini wiwo, ṣafikun idinamọ-ọkan, tẹ ẹda ẹda tweet URL kan. +// @description:zh 视频取消静音,视频取消自动循环播放,推文删除转发、Grok/浏览量按钮,添加一键屏蔽,一键复制推文网址按钮 +// @description:zh-CN 视频取消静音,视频取消自动循环播放,推文删除转发、Grok/浏览量按钮,添加一键屏蔽,一键复制推文网址按钮 +// @description:zh-HK 影片取消靜音,影片取消自動循環播放,推文刪除轉發、Grok/瀏覽量按鈕,新增一鍵封鎖,一鍵複製推文網址按鈕 +// @description:zh-MO 影片取消靜音,影片取消自動循環播放,推文刪除轉發、Grok/瀏覽量按鈕,新增一鍵封鎖,一鍵複製推文網址按鈕 +// @description:zh-MY 视频取消静音,视频取消自动循环播放,推文删除转发、Grok/浏览量按钮,添加一键屏蔽,一键复制推文网址按钮 +// @description:zh-SG 视频取消静音,视频取消自动循环播放,推文删除转发、Grok/浏览量按钮,添加一键屏蔽,一键复制推文网址按钮 +// @description:zh-TW 影片取消靜音,影片取消自動循環播放,推文刪除轉發、Grok/瀏覽量按鈕,新增一鍵封鎖,一鍵複製推文網址按鈕 +// @description:zu Susa ukuthula kuvidiyo, khansela ukudlalwa kabusha kweluphu okuzenzakalelayo kwevidiyo, susa i-tweet bese uthumela kabusha, inkinobho ye-Grok/buka, engeza ukuvimbela ngokuchofoza okukodwa, inkinobho ye-URL yokukopisha ngokuchofoza kanye +// @author Kdroidwin,@dmtri,legendary_warrior_1, Hzbrrbmin,人民的勤务员 +// @namespace https://github.com/ChinaGodMan/UserScripts +// @supportURL https://github.com/ChinaGodMan/UserScripts/issues +// @homepageURL https://github.com/ChinaGodMan/UserScripts +// @homepage https://github.com/ChinaGodMan/UserScripts +// @license MIT +// @match https://twitter.com/* +// @match https://x.com/* +// @match https://mobile.x.com/* +// @icon https://raw.githubusercontent.com/ChinaGodMan/UserScriptsHistory/main/scriptsIcon/x.svg +// @grant GM_setClipboard +// @compatible chrome +// @compatible firefox +// @compatible edge +// @compatible opera +// @compatible safari +// @compatible kiwi +// @compatible qq +// @compatible via +// @compatible brave +// @version 2026.3.16.1 +// @created 2026-03-16 13:09:27 +// @downloadURL https://raw.githubusercontent.com/ChinaGodMan/UserScripts/main/twitter(X)-plus/twitter(X)-plus.user.js +// @updateURL https://raw.githubusercontent.com/ChinaGodMan/UserScripts/main/twitter(X)-plus/twitter(X)-plus.user.js // ==/UserScript== //LINK - 隐藏按钮 From 4ea8d9c1182c71641264bdc12f52fd8810d468c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=BA=E6=B0=91=E7=9A=84=E5=8B=A4=E5=8A=A1=E5=91=98?= Date: Mon, 16 Mar 2026 15:12:01 +0800 Subject: [PATCH 048/104] =?UTF-8?q?feat(gist):=20=E5=9C=A8=E4=B8=AA?= =?UTF-8?q?=E4=BA=BA=E8=B5=84=E6=96=99=E9=A1=B5=E6=98=BE=E7=A4=BA`?= =?UTF-8?q?=E6=9F=A5=E7=9C=8B=20Gist=20=E8=B5=84=E6=96=99`=E5=B9=B6?= =?UTF-8?q?=E4=BF=AE=E6=94=B9`Code`=E6=8C=89=E9=92=AE=E6=9F=A5=E6=89=BE?= =?UTF-8?q?=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- github-repo-size-view/AUTHORS.md | 2 +- github-repo-size-view/CHANGELOG.md | 7 +++ .../github-repo-size-view.user.js | 49 +++++++++++++++---- 3 files changed, 48 insertions(+), 10 deletions(-) diff --git a/github-repo-size-view/AUTHORS.md b/github-repo-size-view/AUTHORS.md index 90b7cfdcd..2e4423e99 100644 --- a/github-repo-size-view/AUTHORS.md +++ b/github-repo-size-view/AUTHORS.md @@ -1,4 +1,4 @@ - + ## 💖 脚本参考或使用了以下脚本: [🧑‍💻 **@mshll**](https://greasyfork.org/users/1010122) ⇒ 📜 _[Github Repo Size](https://greasyfork.org/scripts/458048)_
diff --git a/github-repo-size-view/CHANGELOG.md b/github-repo-size-view/CHANGELOG.md index 79a2e4bf5..a0f253acd 100644 --- a/github-repo-size-view/CHANGELOG.md +++ b/github-repo-size-view/CHANGELOG.md @@ -1,5 +1,12 @@ # **🛠️ GitHub Repo Size+ 升级日志** +### **📅 2026.3.16.1** + +**新增**: 在个人资料页显示`查看 Gist 资料`
![2026.03.16](https://files.seeusercontent.com/2026/03/16/1Kqb/pic_1773644853242.png)
来自[GitHub: View User Gists](https://greasyfork.org/zh-CN/scripts/559202)
+**修复**: 修改`Code`按钮查找逻辑
+ +--- + ### **📅 2026.3.14.1** **修复**: 更换`Code`按钮选择路径,更改监听类型,删除固定导航栏覆盖优先级
diff --git a/github-repo-size-view/github-repo-size-view.user.js b/github-repo-size-view/github-repo-size-view.user.js index 5e2022ffa..2bff9bedc 100644 --- a/github-repo-size-view/github-repo-size-view.user.js +++ b/github-repo-size-view/github-repo-size-view.user.js @@ -80,8 +80,8 @@ // @description:zh-HK 🤠 倉庫顯示大小:在 GitHub 的程式碼搜尋、倉庫搜尋、議題頁面、使用者倉庫清單和儲存庫頁面上,倉庫名稱旁會顯示該倉庫的大小,方便使用者快速了解倉庫的規模,最佳化選擇。不活躍開發警告:如果某個倉庫在過去六個月內沒有更新,系統會在倉庫的頂部添加提示,提醒用戶該倉庫不活躍,並顯示最後一次更新的時間。這有助於使用者判斷倉庫的活躍程度和維護狀況。倉庫內快速跳轉:在瀏覽倉庫時,使用者可以方便地查看該使用者的所有倉庫列表,提供一個快速跳到不同倉庫的入口。用戶可以快速找到和存取感興趣的其他項目,提高工作效率。使用情境:開發者:可以透過顯示倉庫大小和活躍警告,快速篩選出適當的庫進行開發,避免使用不再維護的項目。專案管理者:透過快速跳轉功能,方便管理和協調多個項目,提高工作效率。學習者:在學習新科技時,可以更方便地找到相關的開源項目,快速查看專案的活躍程度和規模。 🤠 // @description:fr-CA 🤠 Taille d’affichage de l’entrepôt : sur la recherche de code, la recherche d’entrepôt, la page de problèmes, la liste d’entrepôts d’utilisateurs et la page de référentiel de GitHub, la taille de l’entrepôt sera affichée à côté du nom de l’entrepôt, permettant aux utilisateurs de comprendre rapidement l’échelle de l’entrepôt et d’optimiser leur sélection. Avertissement de développement inactif : si un référentiel n’a pas été mis à jour au cours des six derniers mois, le système ajoutera une invite en haut du référentiel pour rappeler aux utilisateurs que le référentiel est inactif et affichera l’heure de la dernière mise à jour. Cela aide les utilisateurs à déterminer l’activité et l’état de maintenance de l’entrepôt. Saut rapide dans l’entrepôt : lors de la navigation dans l’entrepôt, l’utilisateur peut facilement consulter la liste de tous les entrepôts de l’utilisateur, offrant ainsi une entrée pour accéder rapidement à différents entrepôts. Les utilisateurs peuvent trouver et accéder rapidement à d’autres projets d’intérêt, améliorant ainsi l’efficacité du travail. Scénarios d’utilisation : Développeurs : en affichant la taille de l’entrepôt et les avertissements actifs, vous pouvez rapidement filtrer les bibliothèques appropriées pour le développement et éviter d’utiliser des projets qui ne sont plus maintenus. Gestionnaire de projet : grâce à la fonction de saut rapide, il est facile de gérer et de coordonner plusieurs projets et d’améliorer l’efficacité du travail. Apprenants : lorsqu’ils apprennent de nouvelles technologies, ils peuvent plus facilement trouver des projets open source pertinents et vérifier rapidement l’activité et l’ampleur des projets. 🤠 // @namespace https://github.com/ChinaGodMan/UserScripts -// @version 2026.3.14.1 -// @author mshll & 人民的勤务员 +// @version 2026.3.16.1 +// @author Khalila Gazal,mshll & 人民的勤务员 // @match https://github.com/* // @run-at document-start // @grant GM_getValue @@ -107,7 +107,7 @@ * File Created: 2024/11/24,Sunday 12:38:48 * Author: 人民的勤务员@ChinaGodMan (china.qinwuyuan@gmail.com) * ----- - * Last Modified: 2026/03/14,Saturday 01:35:39 + * Last Modified: 2026/03/16,Monday 15:09:30 * Modified By: 人民的勤务员@ChinaGodMan (china.qinwuyuan@gmail.com) * ----- * License: MIT License @@ -167,7 +167,8 @@ const translations = { get_more_repos_perpage: 'Quickly jump to the repositories below to get the number displayed per page', fixed_head: 'Fixed page navigation bar', fixed_head_on_mobile: 'Fixed page navigation bar on mobile devices', - refresh_time: 'Enter the refresh time of the local cache (Format 1: 1s1m1s Format 2: 10h Format 3: 10s etc...)' + refresh_time: 'Enter the refresh time of the local cache (Format 1: 1s1m1s Format 2: 10h Format 3: 10s etc...)', + gist_profile: 'View Gist Profile' }, 'zh-CN,zh,zh-SG': { @@ -217,7 +218,8 @@ const translations = { get_more_repos_perpage: '快捷跳转仓库-下方输入获取每页显示的数量', fixed_head: '固定页面导航栏', fixed_head_on_mobile: '移动设备上固定页面导航栏', - refresh_time: '输入本地缓存的刷新时间(格式1:1s1m1s 格式2:10h 格式3:10s 等等...)' + refresh_time: '输入本地缓存的刷新时间(格式1:1s1m1s 格式2:10h 格式3:10s 等等...)', + gist_profile: '查看 Gist 个人资料' }, 'zh-TW,zh-HK,zh-MO': { save: '保存', @@ -667,6 +669,34 @@ document.addEventListener('turbo:load', () => { }) } }) + +//!SECTION 插入个人Gist资料 +// Run the script again when navigating to a new page without a refresh +document.addEventListener('DOMContentLoaded', injectGistButton) +function injectGistButton() { + // Find the sidebar area where the 'Follow' button is located + const sidebar = document.querySelector('.js-profile-editable-area') + + // Stop if the sidebar isn't found or if the button is already there + if (!sidebar || document.getElementById('gist-profile-link')) return + + // Get the username from the address bar + const username = window.location.pathname.split('/')[1] + + // Create the link and make it look like a GitHub button + const btn = document.createElement('a') + btn.id = 'gist-profile-link' + btn.innerText = translate.gist_profile + btn.href = `https://gist.github.com/${username}` + btn.className = 'btn btn-block mt-2' + + // Put the button into the sidebar + sidebar.appendChild(btn) +} + +// Run the script when the page first opens +injectGistButton() + /* document.addEventListener('turbo:load', () => { addSizeToRepos() }) */ //!SECTION-网络不顺畅时,加载太慢 @@ -844,10 +874,11 @@ function insertReposList(links, tip = false) { '.faNtbn .d-flex.gap-2', // Repo files page '.gwHaUx .d-flex.gap-2' // Commits page ] - // document.querySelector(selectors.join(', ')) - // document.getElementById(':R55ab:')直接选择code按钮 使用中文化脚本元素变化选择(':rn:') - const buttons = document.querySelectorAll('button[class="prc-Button-ButtonBase-9n-Xk"]') - const existingButton = buttons[buttons.length - 1] + + const buttons = Array.from(document.querySelectorAll('button[class^="prc-Button-ButtonBase-"]')).find( + btn => ['代码', 'Code'].includes(btn.textContent.trim()) + ) + const existingButton = buttons if (existingButton) { const sortedLinks = links.sort((a, b) => {//!SECTION 排序 // 首先比较 fork 下沉到数组的低端. From eea07bd43c9c9642e7aa3709a1cb2a723ff9db80 Mon Sep 17 00:00:00 2001 From: ChinaGodBot Date: Mon, 16 Mar 2026 15:14:28 +0800 Subject: [PATCH 049/104] =?UTF-8?q?docs(sync):=20=F0=9F=A4=96=20=E5=90=8C?= =?UTF-8?q?=E6=AD=A5=20[`README=5F[lang].md`]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- github-repo-size-view/AUTHORS.md | 5 +++-- github-repo-size-view/README.md | 9 +++++++-- github-repo-size-view/README_en.md | 11 ++++++++--- github-repo-size-view/README_ko.md | 17 +++++++++++------ github-repo-size-view/README_vi.md | 11 ++++++++--- github-repo-size-view/README_zh-TW.md | 9 +++++++-- 6 files changed, 44 insertions(+), 18 deletions(-) diff --git a/github-repo-size-view/AUTHORS.md b/github-repo-size-view/AUTHORS.md index 2e4423e99..bc9365004 100644 --- a/github-repo-size-view/AUTHORS.md +++ b/github-repo-size-view/AUTHORS.md @@ -2,8 +2,9 @@ ## 💖 脚本参考或使用了以下脚本: [🧑‍💻 **@mshll**](https://greasyfork.org/users/1010122) ⇒ 📜 _[Github Repo Size](https://greasyfork.org/scripts/458048)_
-[🧑‍💻 **@a1pha**](https://greasyfork.org/users/1298296) ⇒ 📜 _[Github 快捷查找活跃的Forks列表](https://greasyfork.org/scripts/494365)_
-[🧑‍💻 **@codeRookieyutaoliu**](https://greasyfork.org/users/1442181) ⇒ 📜 _[GitHub 增强套件](https://greasyfork.org/scripts/529862)_ +[🧑‍💻 **@TLDR**](https://greasyfork.org/users/1298296) ⇒ 📜 _[Github 快捷查找活跃的Forks列表](https://greasyfork.org/scripts/494365)_
+[🧑‍💻 **@util6**](https://greasyfork.org/users/1442181) ⇒ 📜 _[GitHub 增强套件](https://greasyfork.org/scripts/529862)_
+[🧑‍💻 **@khaliladev**](https://greasyfork.org/users/1549049) ⇒ 📜 _[GitHub: View User Gists](https://greasyfork.org/scripts/559202)_ diff --git a/github-repo-size-view/README.md b/github-repo-size-view/README.md index cc0e400be..e1817283c 100644 --- a/github-repo-size-view/README.md +++ b/github-repo-size-view/README.md @@ -65,6 +65,10 @@

Download:Github | ⭐Greasy Fork

更新记录

🛠️ GitHub Repo Size+ 升级日志

+

📅 2026.3.16.1

+

新增: 在个人资料页显示查看 Gist 资料
2026.03.16
来自GitHub: View User Gists
+修复: 修改Code按钮查找逻辑

+

📅 2026.3.14.1

修复: 更换Code按钮选择路径,更改监听类型,删除固定导航栏覆盖优先级


@@ -198,8 +202,9 @@ ## 💖 脚本参考或使用了以下脚本: [🧑‍💻 **@mshll**](https://greasyfork.org/users/1010122) ⇒ 📜 _[Github Repo Size](https://greasyfork.org/scripts/458048)_
-[🧑‍💻 **@a1pha**](https://greasyfork.org/users/1298296) ⇒ 📜 _[Github 快捷查找活跃的Forks列表](https://greasyfork.org/scripts/494365)_
-[🧑‍💻 **@codeRookieyutaoliu**](https://greasyfork.org/users/1442181) ⇒ 📜 _[GitHub 增强套件](https://greasyfork.org/scripts/529862)_ +[🧑‍💻 **@TLDR**](https://greasyfork.org/users/1298296) ⇒ 📜 _[Github 快捷查找活跃的Forks列表](https://greasyfork.org/scripts/494365)_
+[🧑‍💻 **@util6**](https://greasyfork.org/users/1442181) ⇒ 📜 _[GitHub 增强套件](https://greasyfork.org/scripts/529862)_
+[🧑‍💻 **@khaliladev**](https://greasyfork.org/users/1549049) ⇒ 📜 _[GitHub: View User Gists](https://greasyfork.org/scripts/559202)_ 🧑‍💻 **[qbmiller]**(https://github.com/qbmiller) ⇒📜 [github_enhance](https://github.com/qbmiller/UserScripts) diff --git a/github-repo-size-view/README_en.md b/github-repo-size-view/README_en.md index e5df5f13b..9d423b953 100644 --- a/github-repo-size-view/README_en.md +++ b/github-repo-size-view/README_en.md @@ -65,6 +65,10 @@

Download:Github | ⭐Greasy Fork

Update record

🛠️ GitHub Repo Size+ Upgrade log

+

📅 2026.3.16.1

+

New: 在个人material页显示Check Gist 资料
2026.03.16
fromGitHub: View User Gists
+repair: ReviseCodeButton search logic

+

📅 2026.3.14.1

repair: replaceCodebutton select path,Change listening type,Remove fixed navigation bar override priority


@@ -196,10 +200,11 @@ -## 💖 The script referenced or used the following script: +## 💖 The script refers to or uses the following script: [🧑‍💻 **@mshll**](https://greasyfork.org/users/1010122) ⇒ 📜 _[Github Repo Size](https://greasyfork.org/scripts/458048)_
-[🧑‍💻 **@a1pha**](https://greasyfork.org/users/1298296) ⇒ 📜 _[Github Quickly find activeForksList](https://greasyfork.org/scripts/494365)_
-[🧑‍💻 **@codeRookieyutaoliu**](https://greasyfork.org/users/1442181) ⇒ 📜 _[GitHub Enhancement Kit](https://greasyfork.org/scripts/529862)_ +[🧑‍💻 **@TLDR**](https://greasyfork.org/users/1298296) ⇒ 📜 _[Github Quickly find activeForkslist](https://greasyfork.org/scripts/494365)_
+[🧑‍💻 **@util6**](https://greasyfork.org/users/1442181) ⇒ 📜 _[GitHub Enhancement Kit](https://greasyfork.org/scripts/529862)_
+[🧑‍💻 **@khaliladev**](https://greasyfork.org/users/1549049) ⇒ 📜 _[GitHub: View User Gists](https://greasyfork.org/scripts/559202)_ 🧑‍💻 **[qbmiller]**(https://github.com/qbmiller) ⇒📜 [github_enhance](https://github.com/qbmiller/UserScripts) diff --git a/github-repo-size-view/README_ko.md b/github-repo-size-view/README_ko.md index 7bb0303e0..f5c5bf26c 100644 --- a/github-repo-size-view/README_ko.md +++ b/github-repo-size-view/README_ko.md @@ -65,8 +65,12 @@

Download:Github | ⭐Greasy Fork

기록 업데이트

🛠️ GitHub Repo Size+ 업그레이드 로그

+

📅 2026.3.16.1

+

새로운: 在个人재료页显示확인하다 Gist 资料
2026.03.16
~에서GitHub: View User Gists
+수리하다: 개정하다Code버튼 검색 로직

+

📅 2026.3.14.1

-

수리하다: 바꾸다Code버튼 선택 경로,청취 유형 변경,고정 탐색 표시줄 재정의 우선순위 제거

+

수리하다: 바꾸다Code버튼 선택 경로,청취 유형 변경,고정 탐색 모음 우선 순위 제거


📅 2026.3.5.1

수리하다: 경고 텍스트가 검은색으로 변경되었습니다.,일부 요소 경로 수정

@@ -86,7 +90,7 @@ 새로운:로컬 캐시:사용자 정의 캐시 새로 고침 시간 허용


📅 2025.04.16.2350

-

새로운:알림 페이지지원 시스템조명 모드그리고다크 모드
+

새로운:알림 페이지지원 시스템라이트 모드그리고다크 모드
스크린샷:2025.04.16


📅 2025.04.16.1439

@@ -147,7 +151,7 @@

📅 2024/9/26 09:05 - Ver 0.1.3.2

최적화: 작은 태그 최적화
-새로운: 비활성 개발 배너의 오른쪽 하단에는 마지막Push지금부터 얼마나 됐나요

+새로운: 비활성 개발 배너의 오른쪽 하단에는 마지막 개발 배너가 표시됩니다.Push지금부터 얼마나 됐나요


📅 2024/9/26 02:16 - Ver 0.1.3.1

최적화: 실행 효율성 최적화,로딩 속도 향상
@@ -196,10 +200,11 @@ -## 💖 스크립트는 다음 스크립트를 참조하거나 사용했습니다: +## 💖 해당 스크립트는 다음 스크립트를 참조하거나 사용합니다.: [🧑‍💻 **@mshll**](https://greasyfork.org/users/1010122) ⇒ 📜 _[Github Repo Size](https://greasyfork.org/scripts/458048)_
-[🧑‍💻 **@a1pha**](https://greasyfork.org/users/1298296) ⇒ 📜 _[Github 빨리 활동적인 것을 찾으십시오Forks목록](https://greasyfork.org/scripts/494365)_
-[🧑‍💻 **@codeRookieyutaoliu**](https://greasyfork.org/users/1442181) ⇒ 📜 _[GitHub 향상 키트](https://greasyfork.org/scripts/529862)_ +[🧑‍💻 **@TLDR**](https://greasyfork.org/users/1298296) ⇒ 📜 _[Github 빠르게 활동 찾기Forks목록](https://greasyfork.org/scripts/494365)_
+[🧑‍💻 **@util6**](https://greasyfork.org/users/1442181) ⇒ 📜 _[GitHub 강화 키트](https://greasyfork.org/scripts/529862)_
+[🧑‍💻 **@khaliladev**](https://greasyfork.org/users/1549049) ⇒ 📜 _[GitHub: View User Gists](https://greasyfork.org/scripts/559202)_ 🧑‍💻 **[qbmiller]**(https://github.com/qbmiller) ⇒📜 [github_enhance](https://github.com/qbmiller/UserScripts) diff --git a/github-repo-size-view/README_vi.md b/github-repo-size-view/README_vi.md index af33d7dfb..9b8052f52 100644 --- a/github-repo-size-view/README_vi.md +++ b/github-repo-size-view/README_vi.md @@ -65,6 +65,10 @@

Download:Github | ⭐Greasy Fork

Cập nhật bản ghi

🛠️ GitHub Repo Size+ Nhật ký nâng cấp

+

📅 2026.3.16.1

+

Mới: 在个人vật liệu页显示Kiểm tra Gist 资料
2026.03.16
từGitHub: View User Gists
+Sửa chữa: Ôn lạiCodeLogic tìm kiếm nút

+

📅 2026.3.14.1

Sửa chữa: thay thếCodeđường dẫn chọn nút,Thay đổi kiểu nghe,Xóa ưu tiên ghi đè thanh điều hướng cố định


@@ -196,10 +200,11 @@ -## 💖 Tập lệnh được tham chiếu hoặc sử dụng tập lệnh sau: +## 💖 Tập lệnh đề cập đến hoặc sử dụng tập lệnh sau: [🧑‍💻 **@mshll**](https://greasyfork.org/users/1010122) ⇒ 📜 _[Github Repo Size](https://greasyfork.org/scripts/458048)_
-[🧑‍💻 **@a1pha**](https://greasyfork.org/users/1298296) ⇒ 📜 _[Github Nhanh chóng tìm thấy hoạt độngForksDanh sách](https://greasyfork.org/scripts/494365)_
-[🧑‍💻 **@codeRookieyutaoliu**](https://greasyfork.org/users/1442181) ⇒ 📜 _[GitHub Bộ nâng cao](https://greasyfork.org/scripts/529862)_ +[🧑‍💻 **@TLDR**](https://greasyfork.org/users/1298296) ⇒ 📜 _[Github Nhanh chóng tìm thấy hoạt độngForksdanh sách](https://greasyfork.org/scripts/494365)_
+[🧑‍💻 **@util6**](https://greasyfork.org/users/1442181) ⇒ 📜 _[GitHub Bộ nâng cao](https://greasyfork.org/scripts/529862)_
+[🧑‍💻 **@khaliladev**](https://greasyfork.org/users/1549049) ⇒ 📜 _[GitHub: View User Gists](https://greasyfork.org/scripts/559202)_ 🧑‍💻 **[qbmiller]**(https://github.com/qbmiller) ⇒📜 [github_enhance](https://github.com/qbmiller/UserScripts) diff --git a/github-repo-size-view/README_zh-TW.md b/github-repo-size-view/README_zh-TW.md index 0060e0114..078333231 100644 --- a/github-repo-size-view/README_zh-TW.md +++ b/github-repo-size-view/README_zh-TW.md @@ -65,6 +65,10 @@

Download:Github | ⭐Greasy Fork

更新記錄

🛠️ GitHub Repo Size+ 升級日誌

+

📅 2026.3.16.1

+

新增: 在个人資料页显示查看 Gist 资料
2026.03.16
來自GitHub: View User Gists
+修復: 修改Code按鈕查找邏輯

+

📅 2026.3.14.1

修復: 更換Code按鈕選擇路徑,更改監聽類型,刪除固定導覽列覆蓋優先權


@@ -198,8 +202,9 @@ ## 💖 腳本參考或使用了以下腳本: [🧑‍💻 **@mshll**](https://greasyfork.org/users/1010122) ⇒ 📜 _[Github Repo Size](https://greasyfork.org/scripts/458048)_
-[🧑‍💻 **@a1pha**](https://greasyfork.org/users/1298296) ⇒ 📜 _[Github 快捷查找活躍的Forks清單](https://greasyfork.org/scripts/494365)_
-[🧑‍💻 **@codeRookieyutaoliu**](https://greasyfork.org/users/1442181) ⇒ 📜 _[GitHub 增強套件](https://greasyfork.org/scripts/529862)_ +[🧑‍💻 **@TLDR**](https://greasyfork.org/users/1298296) ⇒ 📜 _[Github 快速找出活躍的Forks清單](https://greasyfork.org/scripts/494365)_
+[🧑‍💻 **@util6**](https://greasyfork.org/users/1442181) ⇒ 📜 _[GitHub 增強套件](https://greasyfork.org/scripts/529862)_
+[🧑‍💻 **@khaliladev**](https://greasyfork.org/users/1549049) ⇒ 📜 _[GitHub: View User Gists](https://greasyfork.org/scripts/559202)_ ## 預覽 From beb282aa6c90c86bf77592db109980d820bf737e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=BA=E6=B0=91=E7=9A=84=E5=8B=A4=E5=8A=A1=E5=91=98?= Date: Mon, 16 Mar 2026 15:25:25 +0800 Subject: [PATCH 050/104] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E6=96=B0?= =?UTF-8?q?=E8=84=9A=E6=9C=AC=20=E6=9D=A5=E8=87=AA:=20https://greasyfork.o?= =?UTF-8?q?rg/zh-CN/scripts/548837?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/ScriptsPath.json | 14 +++ github-clone-button/AUTHORS.md | 5 + github-clone-button/CHANGELOG.md | 7 ++ github-clone-button/README.md | 36 ++++++ github-clone-button/README_en.md | 27 ++++ github-clone-button/README_ko.md | 27 ++++ github-clone-button/README_vi.md | 27 ++++ github-clone-button/README_zh-TW.md | 27 ++++ .../github-clone-button.user.js | 118 ++++++++++++++++++ 9 files changed, 288 insertions(+) create mode 100644 github-clone-button/AUTHORS.md create mode 100644 github-clone-button/CHANGELOG.md create mode 100644 github-clone-button/README.md create mode 100644 github-clone-button/README_en.md create mode 100644 github-clone-button/README_ko.md create mode 100644 github-clone-button/README_vi.md create mode 100644 github-clone-button/README_zh-TW.md create mode 100644 github-clone-button/github-clone-button.user.js diff --git a/docs/ScriptsPath.json b/docs/ScriptsPath.json index 024858013..decbd279f 100644 --- a/docs/ScriptsPath.json +++ b/docs/ScriptsPath.json @@ -1116,6 +1116,20 @@ "icon": "https://raw.githubusercontent.com/ChinaGodMan/UserScriptsHistory/main/scriptsIcon/x.svg", "readme_locales": "zh-TW,vi,en,ko", "script_locales": null + }, + { + "name": "github-clone-button", + "description": "", + "group": "GitHub 脚本", + "js_name": "github-clone-button.user.js", + "directory": "github-clone-button", + "version": "2026.3.16.1", + "greasyfork_id": null, + "created_at": "2026-03-16 15:12:45", + "preview": "https://raw.githubusercontent.com/Poker-sang/GitHubCopyButton/main/.github/glance.png", + "icon": "https://raw.githubusercontent.com/ChinaGodMan/UserScriptsHistory/main/scriptsIcon/github-commit-viewer.png", + "readme_locales": "zh-TW,vi,en,ko", + "script_locales": null } ] } diff --git a/github-clone-button/AUTHORS.md b/github-clone-button/AUTHORS.md new file mode 100644 index 000000000..f5e4cbf1e --- /dev/null +++ b/github-clone-button/AUTHORS.md @@ -0,0 +1,5 @@ + + + + + diff --git a/github-clone-button/CHANGELOG.md b/github-clone-button/CHANGELOG.md new file mode 100644 index 000000000..fc6d2ff3e --- /dev/null +++ b/github-clone-button/CHANGELOG.md @@ -0,0 +1,7 @@ +# **🛠️ github-clone 更新日志** + +### **📅 2026.3.16.1** + +**新增**: •初始版本 + +--- diff --git a/github-clone-button/README.md b/github-clone-button/README.md new file mode 100644 index 000000000..574f371ec --- /dev/null +++ b/github-clone-button/README.md @@ -0,0 +1,36 @@ + + + + + + + + + +# GitHub 一键复制带子模块的 Clone 命令 + +用于在 GitHub 仓库页面的 **Code 按钮旁边添加一个复制按钮**,可以一键复制包含 **submodules(子模块)** 的完整 `git clone` 命令。 + +## 功能 + +- 在 GitHub 仓库页面 **Code 按钮旁边添加复制按钮** +- 一键复制包含子模块的克隆命令:`git clone --recurse-submodules https://github.com//.git` +- 修复使用中文脚本无法显示按钮的问题 + + + + +![sc](https://raw.githubusercontent.com/Poker-sang/GitHubCopyButton/main/.github/glance.png) + + + + + + + + + + +
+ + diff --git a/github-clone-button/README_en.md b/github-clone-button/README_en.md new file mode 100644 index 000000000..ea6bea9ac --- /dev/null +++ b/github-clone-button/README_en.md @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + +
+ + diff --git a/github-clone-button/README_ko.md b/github-clone-button/README_ko.md new file mode 100644 index 000000000..ea6bea9ac --- /dev/null +++ b/github-clone-button/README_ko.md @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + +
+ + diff --git a/github-clone-button/README_vi.md b/github-clone-button/README_vi.md new file mode 100644 index 000000000..ea6bea9ac --- /dev/null +++ b/github-clone-button/README_vi.md @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + +
+ + diff --git a/github-clone-button/README_zh-TW.md b/github-clone-button/README_zh-TW.md new file mode 100644 index 000000000..ea6bea9ac --- /dev/null +++ b/github-clone-button/README_zh-TW.md @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + +
+ + diff --git a/github-clone-button/github-clone-button.user.js b/github-clone-button/github-clone-button.user.js new file mode 100644 index 000000000..1dd611a3c --- /dev/null +++ b/github-clone-button/github-clone-button.user.js @@ -0,0 +1,118 @@ +// ==UserScript== +// @name Github copy clone command button(fork) +// @name:zh-CN GitHub 复制克隆命令按钮(fork) +// @description Add a 1-click copy button with the "git clone --recurse-submodules ..." command, after the Code button on the GitHub repository page +// @description:zh-CN 在 GitHub 仓库页面的“代码”按钮之后,添加一个使用“git clone --recurse-submodules ...”命令的一键复制按钮。 +// @author 人民的勤务员 +// @namespace https://github.com/ChinaGodMan/UserScripts +// @supportURL https://github.com/ChinaGodMan/UserScripts/issues +// @homepageURL https://github.com/ChinaGodMan/UserScripts +// @homepage https://github.com/ChinaGodMan/UserScripts +// @license MIT +// @match https://github.com/* +// @icon https://raw.githubusercontent.com/ChinaGodMan/UserScriptsHistory/main/scriptsIcon/github-commit-viewer.png +// @grant GM_setClipboard +// @compatible chrome +// @compatible firefox +// @compatible edge +// @compatible opera +// @compatible safari +// @compatible kiwi +// @compatible qq +// @compatible via +// @compatible brave +// @version 2026.3.16.1 +// @created 2026-03-16 15:12:45 +// @downloadURL https://raw.githubusercontent.com/ChinaGodMan/UserScripts/main/github-clone/github-clone.user.js +// @updateURL https://raw.githubusercontent.com/ChinaGodMan/UserScripts/main/github-clone/github-clone.user.js +// ==/UserScript== + +(function () { + 'use strict' + + function getCloneCmd() { + const match = location.pathname.match(/^\/([^/]+)\/([^/]+)(\/|$)/) + if (!match) return null + return `git clone --recurse-submodules https://github.com/${match[1]}/${match[2]}.git` + } + + function copyCloneCmd(cmd) { + if (!cmd) return + if (typeof GM_setClipboard === 'function') { + GM_setClipboard(cmd) + } else if (navigator.clipboard) { + navigator.clipboard.writeText(cmd) + } + showTip(`Copied: ${cmd}`) + } + + function showTip(msg) { + const tip = document.createElement('div') + tip.textContent = msg + tip.style.position = 'fixed' + tip.style.top = '20px' + tip.style.right = '20px' + tip.style.background = '#28a745' + tip.style.color = '#fff' + tip.style.padding = '8px 16px' + tip.style.borderRadius = '6px' + tip.style.zIndex = 9999 + tip.style.fontSize = '16px' + tip.style.boxShadow = '0 2px 8px rgba(0,0,0,0.15)' + document.body.appendChild(tip) + setTimeout(() => tip.remove(), 1800) + } + + function addCopyButton() { + const cmd = getCloneCmd() + if (!cmd) return + const codeBtn = Array.from(document.querySelectorAll('button[class^="prc-Button-ButtonBase-"]')).find( + btn => ['代码', 'Code'].includes(btn.textContent.trim()) + ) + if (!codeBtn) return + if (document.getElementById('copy-clone-submodules-btn')) return + + // SVG字符串多行可读 + const svg = ` + + `.trim() + + // 克隆Code按钮 + const copyBtn = codeBtn.cloneNode(true) + copyBtn.id = 'copy-clone-submodules-btn' + + // 替换内容为SVG + const contentSpan = copyBtn.querySelector('[data-component="buttonContent"]') + if (contentSpan) { + contentSpan.innerHTML = svg + } else { + copyBtn.innerHTML = svg + } + + // 设置title为命令内容 + copyBtn.title = cmd + + // 移除aria-haspopup等下拉相关属性 + copyBtn.removeAttribute('aria-haspopup') + copyBtn.removeAttribute('aria-expanded') + copyBtn.removeAttribute('aria-describedby') + + // 绑定复制事件 + copyBtn.addEventListener('click', function (e) { + e.preventDefault() + e.stopPropagation() + copyCloneCmd(cmd) + }) + + // 插入到Code按钮后 + codeBtn.parentNode.insertBefore(copyBtn, codeBtn.nextSibling) + } + + // 监听页面变化(支持pjax和动态加载) + const observer = new MutationObserver(addCopyButton) + observer.observe(document.body, { childList: true, subtree: true }) + addCopyButton() +})() From ccbb58ded953fe86043f3ab646b4ffa6d1f8390f Mon Sep 17 00:00:00 2001 From: ChinaGodBot Date: Mon, 16 Mar 2026 16:04:10 +0800 Subject: [PATCH 051/104] =?UTF-8?q?docs(sync):=20=F0=9F=A4=96=20=E5=90=8C?= =?UTF-8?q?=E6=AD=A5=20[`docs/[lang]/README.md`]=20[`[script]/README=5F[la?= =?UTF-8?q?ng].md`]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/README.md | 46 +- docs/ScriptsPath.json | 6 +- docs/de/README.md | 50 ++- docs/en/README.md | 46 +- docs/es/README.md | 46 +- docs/fr/README.md | 46 +- docs/it/README.md | 224 ++++++---- docs/ja/README.md | 60 ++- docs/ko/README.md | 50 ++- docs/pt/README.md | 48 ++- docs/ru/README.md | 46 +- docs/vi/README.md | 54 ++- docs/zh-TW/README.md | 84 +++- github-clone-button/README.md | 85 ++++ github-clone-button/README_en.md | 98 ++++- github-clone-button/README_ko.md | 98 ++++- github-clone-button/README_vi.md | 98 ++++- github-clone-button/README_zh-TW.md | 98 ++++- .../github-clone-button.user.js | 392 ++++++++++++++++-- 19 files changed, 1478 insertions(+), 197 deletions(-) diff --git a/docs/README.md b/docs/README.md index 038979e4f..b6652c36f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -95,12 +95,12 @@ 💡 **Tip:** _要显示预览截图,请点击扩展名称下方的 ▸ 或描述。_ -**储存库当前发布脚本数量:84,脚本包括:** +**储存库当前发布脚本数量:85,脚本包括:**
网页脚本 (10) | GreasyFork (12) | 成人脚本 (11) | Google 脚本 (2) - | GitHub 脚本 (19) + | GitHub 脚本 (20) | 翻译脚本 (3) | AI 脚本 (9) | 博客网站 (5) @@ -1386,7 +1386,7 @@ -

GitHub 脚本 (19)

+

GitHub 脚本 (20)

🤠 Github 增强小助手 仓库显示大小  @@ -2106,6 +2106,46 @@ github-notification-inbox-toggle 开发版本 修改自 +

+ + + GitHub 复制克隆命令按钮(fork)  + + + + Tweet + +

+ +
+ 在 GitHub 仓库页面的“代码”按钮之后,添加一个使用“git clone --recurse-submodules ...”命令的一键复制按钮。 +
+ + +
+
+ +
+ + + + Greasemonkey / + + + + 自述文件 / + + + 讨论 / + + 源码 / + + 安装 / + + 更新日志 / + + 修改自 +

翻译脚本 (3)

diff --git a/docs/ScriptsPath.json b/docs/ScriptsPath.json index decbd279f..587981732 100644 --- a/docs/ScriptsPath.json +++ b/docs/ScriptsPath.json @@ -1118,13 +1118,13 @@ "script_locales": null }, { - "name": "github-clone-button", - "description": "", + "name": "GitHub 复制克隆命令按钮(fork)", + "description": "在 GitHub 仓库页面的“代码”按钮之后,添加一个使用“git clone --recurse-submodules ...”命令的一键复制按钮。", "group": "GitHub 脚本", "js_name": "github-clone-button.user.js", "directory": "github-clone-button", "version": "2026.3.16.1", - "greasyfork_id": null, + "greasyfork_id": 569864, "created_at": "2026-03-16 15:12:45", "preview": "https://raw.githubusercontent.com/Poker-sang/GitHubCopyButton/main/.github/glance.png", "icon": "https://raw.githubusercontent.com/ChinaGodMan/UserScriptsHistory/main/scriptsIcon/github-commit-viewer.png", diff --git a/docs/de/README.md b/docs/de/README.md index dc4da33fd..acaf9f361 100644 --- a/docs/de/README.md +++ b/docs/de/README.md @@ -95,12 +95,12 @@ 💡 **Tip:** _Vorschau-Screenshot anzeigen,Klicken Sie unter dem Erweiterungsnamen ▸ oder beschreiben。_ -**Die aktuelle Anzahl veröffentlichter Skripte im Repository:84,Skript beinhaltet:** +**Die aktuelle Anzahl veröffentlichter Skripte im Repository:85,Skript beinhaltet:**

Webskript (10) | GreasyFork (12) | Drehbuch für Erwachsene (11) | Google Skript (2) - | GitHub Skript (19) + | GitHub Skript (20) | Skript übersetzen (3) | AI Skript (9) | Blogseite (5) @@ -1386,7 +1386,7 @@ Suchen Sie nach einer Google, die eine bestimmte Website blockiert -

GitHub Skript (19)

+

GitHub Skript (20)

🤠 Github hat die Anzeigegröße des Assistentenlagers verbessert  @@ -2106,6 +2106,46 @@ GitHub-Notification-in-Box-Toggle-Entwicklung Version Geändert von +

+ + + GitHub-Befehlsschaltfläche zum Kopieren und Klonen (Fork)  + + + + Tweet + +

+ +
+ Fügen Sie nach der Schaltfläche „Code“ auf der GitHub-Repository-Seite eine Schaltfläche zum Kopieren mit einem Klick hinzu, indem Sie den Befehl „git clone --recurse-submodules ...“ verwenden. +
+ + +
+
+ +
+ + + + Greasemonkey / + + + + Readme-Datei / + + + diskutieren / + + Quellcode / + + Installieren / + + Änderungsprotokoll / + + Geändert von +

Skript übersetzen (3)

@@ -3165,7 +3205,7 @@ Bilibili Live-Raumblockierungstool,Support-Management-Liste,Batch-Blockierun Um ein beliebiges Skript zu verwenden,Zuerst müssen Sie den Browser installieren **Tampermonkey Script Manager-Erweiterung([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))。** - Klicken Sie auf das Formular **\[Installieren\]** Rufen Sie direkt die Installationsoberfläche des Skript-Managers auf。 -- Wenn Github Die Zugriffsgeschwindigkeit ist zu langsam,Sie können wählen, ob Sie klicken möchten GreasyFork **\[Installieren\]** Danach erscheint eine Eingabeaufforderung zur Erweiterung,Klicken Sie erneut **\[Installieren\]** Das ist es。 +- Wenn Github Die Zugriffsgeschwindigkeit ist zu langsam,Sie können wählen, ob Sie klicken möchten GreasyFork **\[Installieren\]** Danach wird eine Eingabeaufforderung zur Erweiterung angezeigt,Klicken Sie erneut **\[Installieren\]** Das ist es。 - [Detailliertes Tutorial ansehen](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/README.md) > [!IMPORTANT] @@ -3205,7 +3245,7 @@ Um ein beliebiges Skript zu verwenden,Zuerst müssen Sie den Browser installie > - Sohn der Wüste :+1: > - Kopiert [Sohn der Wüste](https://github.com/maboloshi)Lager[github-chinese](https://github.com/maboloshi/github-chinese)Code innerhalb
> - In diesem Lager`writer.py` `update-contributors.yml` Kopiert mit[tributors_images.yml](https://github.com/maboloshi/github-chinese/blob/gh-pages/.github/workflows/update_contributors_images.yml)Code im Inneren -> - Diese Repository-Readme-Datei wird kopiert[github-chinese/README.md](https://github.com/maboloshi/github-chinese#:~:text=%E6%B5%8F%E8%A7%88%E5%99%A8%E4%B8%8ESkriptmanager)Inhalt `Anleitung zur Installation/Verwenden Sie ein Skript?` +> - Diese Repository-Readme-Datei wird kopiert[github-chinese/README.md](https://github.com/maboloshi/github-chinese#:~:text=%E6%B5%8F%E8%A7%88%E5%99%A8%E4%B8%8ESkriptmanager)Inhalt `So installieren Sie es/Verwenden Sie ein Skript?` > [!TIP] > diff --git a/docs/en/README.md b/docs/en/README.md index ed4ace390..f22de0339 100644 --- a/docs/en/README.md +++ b/docs/en/README.md @@ -95,12 +95,12 @@ 💡 **Tip:** _To show preview screenshot,Click below the extension name ▸ or describe。_ -**The current number of published scripts in the repository:84,Script includes:** +**The current number of published scripts in the repository:85,Script includes:**

web script (10) | GreasyFork (12) | adult script (11) | Google Script (2) - | GitHub Script (19) + | GitHub Script (20) | Translate script (3) | AI Script (9) | blog site (5) @@ -1386,7 +1386,7 @@ Search for a Google Blocking a specified site -

GitHub Script (19)

+

GitHub Script (20)

🤠 Github enhanced assistant warehouse display size  @@ -2106,6 +2106,46 @@ github-notification-inbox-toggle development version Modified from +

+ + + GitHub copy clone command button (fork)  + + + + Tweet + +

+ +
+ After the "Code" button on the GitHub repository page, add a one-click copy button using the "git clone --recurse-submodules ..." command. +
+ + +
+
+ +
+ + + + Greasemonkey / + + + + readme file / + + + discuss / + + Source code / + + Install / + + Change log / + + Modified from +

Translate script (3)

diff --git a/docs/es/README.md b/docs/es/README.md index 85d121824..734b453cb 100644 --- a/docs/es/README.md +++ b/docs/es/README.md @@ -95,12 +95,12 @@ 💡 **Tip:** _Para mostrar una captura de pantalla de vista previa,Haga clic debajo del nombre de la extensión ▸ o describir。_ -**El número actual de scripts publicados en el repositorio.:84,El guión incluye:** +**El número actual de scripts publicados en el repositorio.:85,El guión incluye:**

guión web (10) | GreasyFork (12) | guión para adultos (11) | Google Guion (2) - | GitHub Guion (19) + | GitHub Guion (20) | Traducir guión (3) | AI Guion (9) | sitio de blogs (5) @@ -1386,7 +1386,7 @@ Busque un Google bloqueando un sitio específico -

GitHub Guion (19)

+

GitHub Guion (20)

🤠 Tamaño de visualización del almacén del asistente mejorado de Github  @@ -2106,6 +2106,46 @@ Versión de desarrollo de github-notification-inbox-toggle Modificado de +

+ + + Botón de comando copiar clonar de GitHub (bifurcación)  + + + + Tweet + +

+ +
+ Después del botón "Código" en la página del repositorio de GitHub, agregue un botón de copia con un clic usando el comando "git clone --recurse-submodules ...". +
+ + +
+
+ +
+ + + + Greasemonkey / + + + + archivo Léame / + + + conversar / + + código fuente / + + Instalar / + + Registro de cambios / + + Modificado de +

Traducir guión (3)

diff --git a/docs/fr/README.md b/docs/fr/README.md index de2439dcc..b33a7f8cb 100644 --- a/docs/fr/README.md +++ b/docs/fr/README.md @@ -95,12 +95,12 @@ 💡 **Tip:** _Pour afficher un aperçu de la capture d’écran,Cliquez sous le nom de l’extension ▸ ou décrire。_ -**Le nombre actuel de scripts publiés dans le référentiel:84,Le script comprend:** +**Le nombre actuel de scripts publiés dans le référentiel:85,Le script comprend:**

script Web (10) | GreasyFork (12) | scénario pour adultes (11) | Google Scénario (2) - | GitHub Scénario (19) + | GitHub Scénario (20) | Traduire le script (3) | AI Scénario (9) | site de blogs (5) @@ -1386,7 +1386,7 @@ Rechercher un Google bloquant un site spécifié -

GitHub Scénario (19)

+

GitHub Scénario (20)

🤠 Taille d’affichage de l’entrepôt de l’assistant amélioré Github  @@ -2106,6 +2106,46 @@ version de développement github-notification-inbox-toggle Modifié à partir de +

+ + + Bouton de commande de clonage de copie GitHub (fork)  + + + + Tweet + +

+ +
+ Après le bouton "Code" sur la page du référentiel GitHub, ajoutez un bouton de copie en un clic à l’aide de la commande "git clone --recurse-submodules...". +
+ + +
+
+ +
+ + + + Greasemonkey / + + + + fichier Lisez-moi / + + + discuter / + + Code source / + + Installer / + + Journal des modifications / + + Modifié à partir de +

Traduire le script (3)

diff --git a/docs/it/README.md b/docs/it/README.md index 49636da4e..8e088e39a 100644 --- a/docs/it/README.md +++ b/docs/it/README.md @@ -24,9 +24,9 @@

ChinaGodMan -
GreasyForkVisualizza lo script per l’ordinato
+
GreasyFork查看勤务员的脚本
GreasyFork -Total Installs +Total Installs Daily update checks Total Daily Installs Scripts Count
@@ -47,8 +47,8 @@
- La sceneggiatura proviene dal vasto numero di netizen su Internet,Ho appena apportato alcune modifiche.Grazie netizen
- Se c’è qualche violazione,Il contatto deve essere eliminato
+ 脚本来自互联网广大网友,Ho appena apportato alcune modifiche.Grazie netizen
+ 如有侵权,Il contatto deve essere eliminato
Raccomandato:
Support
@@ -65,7 +65,7 @@ > [!WARNING] >
-> Questo repository è disponibile solo inGitHubospitato su,Non quiGitCodeEXPlazaospitato su。I seguenti repository sono tutti mirror。
+> Questo repository è disponibile solo inGitHubospitato su,Non quiGitCodeEXPlazaospitato su。以下存储库均为镜像。
> :trollface: Se lo stai utilizzando nella Cina continentalegit cloneLa velocità di download è troppo lenta,Puoi anche utilizzare il seguente indirizzo > > @@ -95,12 +95,12 @@ 💡 **Tip:** _Per mostrare lo screenshot di anteprima,Fai clic sotto il nome dell’estensione ▸ o descrivere。_ -**Il numero corrente di script pubblicati nel repository:84,La sceneggiatura include:** -
sceneggiatura web (10) +**Il numero corrente di script pubblicati nel repository:85,La sceneggiatura include:** +
网页脚本 (10) | GreasyFork (12) | copione per adulti (11) | Google Copione (2) - | GitHub Copione (19) + | GitHub Copione (20) | Traduci la sceneggiatura (3) | AI Copione (9) | sito blog (5) @@ -139,7 +139,7 @@ - file leggimi / + 自述文件 / discutere / @@ -184,7 +184,7 @@ Installare / - Modifica registro + 更新日志

@@ -221,7 +221,7 @@ Rimuovi le sottolineature dei collegamenti su tutti i siti,e gestire i nuovi c Evidenzia le parole chiave Web  - + Tweet @@ -318,14 +318,14 @@ Evidenziazione delle parole chiave personalizzate su pagine Web incluso il caric Installare / - Modifica registro + 更新日志

Anteprima in una piccola finestra  - + Tweet @@ -356,7 +356,7 @@ Evidenziazione delle parole chiave personalizzate su pagine Web incluso il caric Installare / - Modifica registro + 更新日志

@@ -424,9 +424,9 @@ Converti i collegamenti di testo in collegamenti cliccabili Codice sorgente / - Installare / + 安装 / - Modificato da + 修改自

@@ -511,7 +511,7 @@ Converti i collegamenti di testo in collegamenti cliccabili Greasyfork Artigiano della colla  - + Tweet @@ -542,7 +542,7 @@ Converti i collegamenti di testo in collegamenti cliccabili Installare / - Modifica registro + 更新日志

@@ -616,7 +616,7 @@ Converti i collegamenti di testo in collegamenti cliccabili Codice sorgente / - Installare + 安装

@@ -720,7 +720,7 @@ Cerca utilizzando GoogleGreasyForkESleazyForkscrittura superiore Codice sorgente / - Installare + 安装

@@ -758,7 +758,7 @@ Cerca utilizzando GoogleGreasyForkESleazyForkscrittura superiore Installare / - Modifica registro + 更新日志

@@ -832,9 +832,9 @@ Cerca utilizzando GoogleGreasyForkESleazyForkscrittura superiore Codice sorgente / - Installare / + 安装 / - Modifica registro + 更新日志

@@ -914,9 +914,9 @@ Cerca utilizzando GoogleGreasyForkESleazyForkscrittura superiore Modifica registro / - Modificato da + 修改自 - +

copione per adulti (11)

@@ -993,7 +993,7 @@ Rilevamento MissAV stato,e accedi automaticamente quando non sei loggato ThisAV Accesso automatico  - + Tweet @@ -1018,7 +1018,7 @@ Rilevamento ThisAV stato,e accedi automaticamente quando non sei loggato Installare / - Modifica registro + 更新日志

@@ -1086,9 +1086,9 @@ Rilevamento JableTV stato,e accedi automaticamente quando non sei loggato Codice sorgente / - Installare / + 安装 / - Modifica registro + 更新日志

@@ -1196,13 +1196,13 @@ Rilevamento JableTV stato,e accedi automaticamente quando non sei loggato file leggimi / - discutere / + 讨论 / Codice sorgente / Installare / - Modifica registro + 更新日志

@@ -1285,7 +1285,7 @@ Rilevamento JableTV stato,e accedi automaticamente quando non sei loggato Ho appena compiuto 18 anni  - + Tweet @@ -1310,7 +1310,7 @@ Da quando ho appena compiuto 18 anni, posso guardare i contenuti per adulti Installare / - Modifica registro / + 更新日志 / Modificato da @@ -1376,17 +1376,17 @@ Cerca un blocco di Google un sito specificato file leggimi / - discutere / + 讨论 / Codice sorgente / Installare / - Modifica registro + 更新日志 -

GitHub Copione (19)

+

GitHub Copione (20)

🤠 Github ha migliorato le dimensioni di visualizzazione del magazzino dell’assistente  @@ -1453,7 +1453,7 @@ Cerca un blocco di Google un sito specificato - file leggimi / + 自述文件 / discutere / @@ -1498,7 +1498,7 @@ Cerca un blocco di Google un sito specificato Installare / - Modifica registro + 更新日志

@@ -1543,7 +1543,7 @@ Cerca un blocco di Google un sito specificato GitHub Invia informazioni visualizzando la visualizzazione web  - + Tweet @@ -1610,7 +1610,7 @@ Cerca un blocco di Google un sito specificato Installare / - Modifica registro + 更新日志

@@ -1642,7 +1642,7 @@ esistereGitHubLa pagina di autorizzazione inserisce automaticamente il codice di Installare / - Modifica registro + 更新日志

@@ -1680,7 +1680,7 @@ esistereGitHubLa pagina di autorizzazione inserisce automaticamente il codice di Installare / - Modifica registro + 更新日志

@@ -1754,7 +1754,7 @@ esistereGitHubLa pagina di autorizzazione inserisce automaticamente il codice di Codice sorgente / - Installare / + 安装 / Modifica registro @@ -1841,7 +1841,7 @@ esistereGitHubLa pagina di autorizzazione inserisce automaticamente il codice di GitHub Star Warehouse Note Assistente  - + Tweet @@ -1872,7 +1872,7 @@ esistereGitHubLa pagina di autorizzazione inserisce automaticamente il codice di Installare / - Modifica registro / + 更新日志 / Modificato da @@ -1946,7 +1946,7 @@ esistereGitHubLa pagina di autorizzazione inserisce automaticamente il codice di file leggimi / - discutere / + 讨论 / Codice sorgente / @@ -1954,7 +1954,7 @@ esistereGitHubLa pagina di autorizzazione inserisce automaticamente il codice di Modifica registro / - Modificato da + 修改自

@@ -2031,9 +2031,9 @@ esistereGitHubLa pagina di autorizzazione inserisce automaticamente il codice di Installare / - Modifica registro / + 更新日志 / - Modificato da + 修改自

@@ -2106,6 +2106,46 @@ GitHub-Notification-Inbox-Toggle Development Version Modificato da +

+ + + Pulsante di comando copia clone GitHub (fork)  + + + + Tweet + +

+ +
+ Dopo il pulsante "Codice" nella pagina del repository GitHub, aggiungi un pulsante di copia con un clic utilizzando il comando "git clone --recurse-submodules ...". +
+ + +
+
+ +
+ + + + Greasemonkey / + + + + file leggimi / + + + 讨论 / + + Codice sorgente / + + Installare / + + 更新日志 / + + Modificato da +

Traduci la sceneggiatura (3)

@@ -2164,7 +2204,7 @@ Aggiungi un’icona di traduzione di Google all’angolo in basso a destra di ci file leggimi / - discutere / + 讨论 / Codice sorgente / @@ -2206,7 +2246,7 @@ Aggiungi un’icona di traduzione di Google all’angolo in basso a destra di ci Installare / - Modifica registro / + 更新日志 / Modificato da @@ -2244,11 +2284,11 @@ Aggiungi un’icona di traduzione di Google all’angolo in basso a destra di ci discutere / - Codice sorgente / + 源码 / Installare / - Modifica registro + 更新日志

@@ -2348,7 +2388,7 @@ ChatGPT Rimpicciolisci il carattere del codice e avvolgi automaticamente file leggimi / - discutere / + 讨论 / Codice sorgente / @@ -2431,7 +2471,7 @@ Aggiungi funzionalità ai blocchi di codice CHATGPT, inclusa l’opzione per sal Chatgpt inserisci parola prompt  - + Tweet @@ -2456,7 +2496,7 @@ Inserire il comando nella casella di input CHATGPT tramite la combinazione di ta Installare / - Modificato da + 修改自

@@ -2518,11 +2558,11 @@ Cerca chat, chat filtrante, elimina veloce/batch. discutere / - Codice sorgente / + 源码 / Installare / - Modificato da + 修改自 @@ -2588,7 +2628,7 @@ Rimuovi fastidiose barre laterali, blocchi di commento, annunci e altro ancora. Installare / - Modificato da + 修改自

@@ -2601,7 +2641,7 @@ Rimuovi fastidiose barre laterali, blocchi di commento, annunci e altro ancora.

-Lo stile del tema oscuro di Zhihu +知乎的深色主题风格
@@ -2652,7 +2692,7 @@ Abilita la finestra a schermo intero di WeChat web,modalità oscura Installare / - Modificato da + 修改自

@@ -2665,7 +2705,7 @@ Abilita la finestra a schermo intero di WeChat web,modalità oscura

-Sina Weibo passa automaticamente alla versione mobile,Supporta Weibo、articolo、video +新浪微博自动跳转移动版,Supporta Weibo、articolo、video
@@ -2693,7 +2733,7 @@ Sina Weibo passa automaticamente alla versione mobile,Supporta Weibo、articol Post di twitter/x nascondi retweet  - + Tweet @@ -2724,7 +2764,7 @@ Sina Weibo passa automaticamente alla versione mobile,Supporta Weibo、articol Installare / - Modifica registro / + 更新日志 / Modificato da
@@ -2792,13 +2832,13 @@ Utilizzato per scaricare liste nere di Twitter (x) e elenchi bloccati, supportar file leggimi / - discutere / + 讨论 / Codice sorgente / Installare / - Modificato da + 修改自

@@ -2877,7 +2917,7 @@ Utilizzato per scaricare liste nere di Twitter (x) e elenchi bloccati, supportar Modificato da - +

YouTube (5)

@@ -2917,7 +2957,7 @@ Utilizzato per scaricare liste nere di Twitter (x) e elenchi bloccati, supportar Modifica registro / - Modificato da + 修改自

@@ -2972,7 +3012,7 @@ Aggiungi cursori al lettore video di YouTube per rendere le modifiche al volume - file leggimi / + 自述文件 / discutere / @@ -2981,7 +3021,7 @@ Aggiungi cursori al lettore video di YouTube per rendere le modifiche al volume Installare / - Modificato da + 修改自

@@ -3051,9 +3091,9 @@ Regola dinamicamente la griglia video di YouTube in base alla larghezza della fi Codice sorgente / - Installare / + 安装 / - Modificato da + 修改自 @@ -3121,7 +3161,7 @@ Scarica i video di Bilibili(Non supporta i drammi) Installare / - Modificato da + 修改自

@@ -3134,7 +3174,7 @@ Scarica i video di Bilibili(Non supporta i drammi)

-Strumento di blocco delle stanze live di Bilibili,Elenco di gestione del supporto,Blocco batch,Esportare、Importare elenchi ecc.…… +Strumento di blocco delle stanze live di Bilibili,支持管理列表,Blocco batch,Esportare、Importare elenchi ecc.……
@@ -3153,9 +3193,9 @@ Strumento di blocco delle stanze live di Bilibili,Elenco di gestione del suppo Installare / - Modificato da + 修改自
- + @@ -3166,13 +3206,13 @@ Per utilizzare qualsiasi script,Per prima cosa devi installare il browser **Ta - Fare clic sul modulo **\[Installare\]** Visualizza direttamente l’interfaccia di installazione dello script manager。 - Se Github La velocità di accesso è troppo lenta,Puoi scegliere di fare clic GreasyFork **\[Installare\]** Successivamente viene visualizzata la richiesta di estensione,Fare di nuovo clic **\[Installare\]** Questo è tutto。 -- [Visualizza il tutorial dettagliato](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/README.md) +- [查看详细教程](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/README.md) > [!IMPORTANT] > -> - _Altri basati su **Chromium** Browser del kernel(Come il browser di copertina domestico)Generalmente può essere utilizzato Chrome Espandere。_ +> - _其他基于 **Chromium** Browser del kernel(Come il browser di copertina domestico)Generalmente può essere utilizzato Chrome Espandere。_ > - _Assicurati di usarlo **Tampermonkey Versione ufficiale** Espandere,其他的用户Copione管理器可能导致**Non funziona correttamente**脚本。_ -> - _Se vuoi reinstallare lo script,Per favore, ricordatelo Tampermonkey esteso**Elimina completamente dal cestino**Dopo lo script, vai e reinstalla lo script.。_ +> - _Se vuoi reinstallare lo script,Per favore, ricordatelo Tampermonkey esteso**回收站中彻底删除**脚本后再去重新安装脚本。_ > _**Nessuna installazione offline .crx Espandere?[Chrome、Edge Riapri nascosto [Trascina e rilascia l’installazione .crx Espandere] Funzione!](https://zhuanlan.zhihu.com/p/276027099)**_ @@ -3192,7 +3232,7 @@ Per utilizzare qualsiasi script,Per prima cosa devi installare il browser **Ta > [!TIP] > > - Hmjz100 :+1: -> - Tutto nel magazzino`README.md`Badge del file copiato[Hmjz100](https://github.com/hmjz100)magazzino[Online-disk-direct-link-download-assistant](https://github.com/hmjz100/Online-disk-direct-link-download-assistant)interno[README.md](https://github.com/hmjz100/Online-disk-direct-link-download-assistant/blob/main/README.md)Stile distintivo del documento +> - Tutto nel magazzino`README.md`Badge del file copiato[Hmjz100](https://github.com/hmjz100)magazzino[Online-disk-direct-link-download-assistant](https://github.com/hmjz100/Online-disk-direct-link-download-assistant)内的[README.md](https://github.com/hmjz100/Online-disk-direct-link-download-assistant/blob/main/README.md)Stile distintivo del documento > [!TIP] > @@ -3204,7 +3244,7 @@ Per utilizzare qualsiasi script,Per prima cosa devi installare il browser **Ta > > - figlio del deserto :+1: > - Copiato [figlio del deserto](https://github.com/maboloshi)magazzino[github-chinese](https://github.com/maboloshi/github-chinese)codice all’interno
-> - In questo magazzino`writer.py` `update-contributors.yml` Copiato utilizzando[tributors_images.yml](https://github.com/maboloshi/github-chinese/blob/gh-pages/.github/workflows/update_contributors_images.yml)codice all’interno +> - 本仓库内`writer.py` `update-contributors.yml` 复制使用了[tributors_images.yml](https://github.com/maboloshi/github-chinese/blob/gh-pages/.github/workflows/update_contributors_images.yml)codice all’interno > - Questo file Leggimi del repository viene copiato[github-chinese/README.md](https://github.com/maboloshi/github-chinese#:~:text=%E6%B5%8F%E8%A7%88%E5%99%A8%E4%B8%8EGestore%20degli%20script)contenuto `Come installare/Usa la sceneggiatura?` > [!TIP] @@ -3212,11 +3252,11 @@ Per utilizzare qualsiasi script,Per prima cosa devi installare il browser **Ta > - [#12](https://github.com/ChinaGodMan/UserScripts/issues/12) :trollface: Adam Lui Liu Zhanpeng :+1: > - _Traduzione automatica di questo repository e Action Un ringraziamento speciale allo Yankee[Adam Lui Liu Zhanpeng](https://github.com/adamlui)Ottime idee e codice!_ :trollface: > - _Lo stile del nome di questo magazzino è ispirato agli Yankees[Adam Lui Liu Zhanpeng](https://github.com/adamlui)Ispirare_ :trollface: -> - _Il file readme in questo repository proviene da[Adam Lui Liu Zhanpeng](https://github.com/adamlui)stile di autovalutazione_ :trollface: +> - _Il file readme in questo repository proviene da[Adam Lui 刘展鹏](https://github.com/adamlui)的自述风格_ :trollface: > - _Da qui deriva il salto di reindirizzamento reciproco all’interno dello script[Adam Lui Liu Zhanpeng](https://github.com/adamlui)stile di autovalutazione_ :trollface: > - _Tutto in questo magazzino`README.md`File copiato e utilizzato da questo repository Yankee`README.md`Impaginazione del documento,delimitatore,codice,Idee_ :trollface: > - _yankee copiato[Adam Lui Liu Zhanpeng](https://github.com/adamlui) Action codice interno_ [sync-autoclear-chatgpt-history-changes.yml](https://github.com/adamlui/chatgpt-apps/blob/main/.github/workflows/sync-autoclear-chatgpt-history-changes.yml) :trollface: -> - _Copiato yankee[Adam Lui Liu Zhanpeng](https://github.com/adamlui)Action codice interno_ [sync-autoclear-chatgpt-history-changes.yml](https://github.com/adamlui/chatgpt-apps/blob/main/.github/workflows/sync-autoclear-chatgpt-history-changes.yml) :trollface: +> - _Copiato 美国佬[Adam Lui 刘展鹏](https://github.com/adamlui)Action codice interno_ [sync-autoclear-chatgpt-history-changes.yml](https://github.com/adamlui/chatgpt-apps/blob/main/.github/workflows/sync-autoclear-chatgpt-history-changes.yml) :trollface: > - _yankee copiato[Adam Lui Liu Zhanpeng](https://github.com/adamlui)_ [chatgpt-auto-continue/docs/README.md](https://github.com/adamlui/ai-apps/blob/main/chatgpt-auto-continue/docs/README.md)delimitatore,Stile di impaginazione :trollface: > - _Copiato yankee[Adam Lui Liu Zhanpeng](https://github.com/adamlui)Python codice interno_ [translate-en-messages.py](https://github.com/adamlui/python-utils/blob/main/translate-messages/translate-en-messages.py) :trollface: @@ -3236,7 +3276,7 @@ Per utilizzare qualsiasi script,Per prima cosa devi installare il browser **Ta fossabot -Elenco dei contributi di: [contributors](https://github.com/jaywcjlove/github-action-contributors). Generato automaticamente Le melodie del fratellino +贡献列表由: [contributors](https://github.com/jaywcjlove/github-action-contributors). 自动生成 Le melodie del fratellino
@@ -3265,9 +3305,9 @@ Per garantire un’amichevole、Un ambiente di sviluppo rispettoso e inclusivo
-## 🛡️ politica di sicurezza +## 🛡️ 安全政策 -Se trovi una vulnerabilità,per favore aprine uno[progetti di raccomandazioni sulla sicurezza](https://github.com/ChinaGodMan/UserScripts/security/advisories/new)。 +Se trovi una vulnerabilità,请打开一个[progetti di raccomandazioni sulla sicurezza](https://github.com/ChinaGodMan/UserScripts/security/advisories/new)。 Anche le richieste di pull sono benvenute,ma per ragioni di sicurezza,Si prega di inviare un’e-mail a e attendere una risposta prima di renderla pubblica。 Per i dettagli, fare riferimento a politica di sicurezza @@ -3280,7 +3320,7 @@ Per i dettagli, fare riferimento a politica di s ## 💖 Guida al contributo -Grazie per il tuo interesse per questo progetto!Abbiamo sviluppato quanto segueGuida al contributo。Per aiutarti a contribuire senza problemi al codice o alla documentazione,Prima di inviare codice o domande, per favore,Leggi attentamente il contenuto。 +Grazie per il tuo interesse per questo progetto!Abbiamo sviluppato quanto segueGuida al contributo。Per aiutarti a contribuire senza problemi al codice o alla documentazione,请在提交代码或问题前,Leggi attentamente il contenuto。
@@ -3292,12 +3332,12 @@ Grazie per il tuo interesse per questo progetto!Abbiamo sviluppato quanto segu | Browser consigliato | Responsabile dell’installazione | Installa il navigatore | | :---------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------: | ----------------------------------------------------------------------------- | -|
Chrome O basato su Chromium Browser del kernel[![][chrome]][chrome_link] |
![.png][TM][Tampermonkey][Tampermonkey] ![.png][vm][Violentmonkey][Violentmonkey] ![.png][cat][ScriptCat][cat_link] |
[![][chrome]][chrome_link] [![][edge]][edge_link] [![][QQ]][QQ_link] | +|
Chrome 或 basato su Chromium Browser del kernel[![][chrome]][chrome_link] |
![.png][TM][Tampermonkey][Tampermonkey] ![.png][vm][Violentmonkey][Violentmonkey] ![.png][cat][ScriptCat][cat_link] |
[![][chrome]][chrome_link] [![][edge]][edge_link] [![][QQ]][QQ_link] | |
Safari Navigatore(macOS, iOS, iPadOS)[![][safari]][safari_link] |
![][Macaquer] [Macaque][Macaque] O ![][stayr] [Stay] |
[![][safari]][safari_link] | |
Firefox O basato su Gecko Browser del kernel[![][firefox]][firefox_link] |
![.png][TM][Tampermonkey][Tampermonkey] ![.png][vm][Violentmonkey][Violentmonkey] ![.png][cat][ScriptCat][cat_link] |
[![][firefox]][firefox_link] | |
Opera Navigatore[![][opera]][opera_link] |
![.png][TM][Tampermonkey][Tampermonkey] ![.png][vm][Violentmonkey][Violentmonkey] ![.png][cat][ScriptCat][cat_link] |
[![][opera]][opera_link] | -|
Via Navigatore(Android)[![][via]][via_link] |
Browser integrato |
[![][via]][via_link] | -|
X Navigatore(Android) [![][x]][x_link] |
Browser integrato |
[![][x]][x_link] | +|
Via Navigatore(Android)[![][via]][via_link] |
浏览器内自带 |
[![][via]][via_link] | +|
X 浏览器(Android) [![][x]][x_link] |
Browser integrato |
[![][x]][x_link] | |
KIWI Navigatore(Android)[![][kiwi]][kiwi_link] |
![.png][TM][Tampermonkey][Tampermonkey] ![.png][vm][Violentmonkey][Violentmonkey] ![.png][cat][ScriptCat][cat_link] |
[![][kiwi]][kiwi_link] | |
Browser dei lemuri(Android)[![][le]][le_link] |
![.png][TM][Tampermonkey][Tampermonkey] ![.png][vm][Violentmonkey][Violentmonkey] ![.png][cat][ScriptCat][cat_link] |
[![][le]][le_link] | | | | | @@ -3324,10 +3364,10 @@ Grazie per il tuo interesse per questo progetto!Abbiamo sviluppato quanto segu [via_link]: https://viayoo.com/ "VIANavigatore" [x]: https://img.xwyue.com/i/2024/08/02/66ac91cb1638a.png [x_link]: https://www.xbext.com/ "XNavigatore" -[vm]: https://img.xwyue.com/i/2024/08/02/66ac94776b711.png "scimmia violenta" +[vm]: https://img.xwyue.com/i/2024/08/02/66ac94776b711.png "暴力猴" [cat]: https://img.xwyue.com/i/2024/08/02/66ac94776a4e6.png [cat_link]: https://docs.scriptcat.org/ "copione gatto" -[TM]: https://img.xwyue.com/i/2024/08/02/66ac94776a4f8.png "scimmia manomissione" +[TM]: https://img.xwyue.com/i/2024/08/02/66ac94776a4f8.png "篡改猴" [le]: https://img.xwyue.com/i/2024/08/02/66ac9deb3647d.png [le_link]: https://lemurbrowser.com/ "Browser dei lemuri" [kiwi]: https://img.xwyue.com/i/2024/08/02/66ac9deb33bc1.jpg diff --git a/docs/ja/README.md b/docs/ja/README.md index 16e34d2f8..3e2ac6fca 100644 --- a/docs/ja/README.md +++ b/docs/ja/README.md @@ -48,7 +48,7 @@
この脚本はインターネット上の膨大な数のネチズンから提供されたものです,いくつか変更を加えただけです.ありがとうネチズン
- 如有侵权,連絡先を削除する必要があります
+ 侵害があった場合,連絡先を削除する必要があります
推奨:
Support
@@ -95,12 +95,12 @@ 💡 **Tip:** _プレビューのスクリーンショットを表示するには,拡張機能名の下をクリックします ▸ または説明します。_ -**リポジトリ内で公開されているスクリプトの現在の数:84,スクリプトには以下が含まれます:** +**リポジトリ内で公開されているスクリプトの現在の数:85,スクリプトには以下が含まれます:**
ウェブスクリプト (10) | GreasyFork (12) | 大人向けの脚本 (11) | Google 脚本 (2) - | GitHub 脚本 (19) + | GitHub 脚本 (20) | スクリプトを翻訳する (3) | AI 脚本 (9) | ブログサイト (5) @@ -1386,7 +1386,7 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ -

GitHub 脚本 (19)

+

GitHub 脚本 (20)

🤠 Github の強化するされたアシスタント ウェアハウスの急行サイズ  @@ -2106,6 +2106,46 @@ github-notification-inbox-toggle開発バージョン から変更されました +

+ + + GitHub コピー クローン コマンド ボタン (フォーク)  + + + + Tweet + +

+ +
+ GitHub リポジトリ ページの [コード] ボタンの戻るに、「git clone --recurse-submodules ...」コマンドを使用して、ワンクリックでコピー ボタンを追加します。 +
+ + +
+
+ +
+ + + + Greasemonkey / + + + + Readmeファイル / + + + 話し合う / + + ソースコード / + + インストール / + + 変更ログ / + + から変更されました +

スクリプトを翻訳する (3)

@@ -3171,8 +3211,8 @@ Bilibiliライブルームブロックツール,サポート管理リスト, > [!IMPORTANT] > > - _その他に基づく **Chromium** カーネルブラウザ(国内カバーブラウザなど)一般的に使用できます Chrome 拡大する。_ -> - _ぜひご利用ください **Tampermonkey 正式版** 拡大する,他のユーザー スクリプト マネージャーでは、次のような問題が発生する可能性があります。**正しく動作しない**脚本。_ -> - _スクリプトを再インストールしたい場合,覚えておいてください Tampermonkey 延長された**ごみ箱から完全に削除する**脚本后再去重新安装脚本。_ +> - _ぜひご利用ください **Tampermonkey 正式版** 拡大する,他のユーザー スクリプト マネージャーでは、次のような問題が発生する可能性があります。**正常に動作しない**脚本。_ +> - _スクリプトを再インストールしたい場合,覚えておいてください Tampermonkey 延長された**ごみ箱から完全に削除する**スクリプトの作成後、スクリプトを再インストールします。。_ > _**オフラインインストールなし .crx 拡大する?[Chrome、Edge 非表示を再度開く [ドラッグアンドドロップでインストール .crx 拡大する] 関数!](https://zhuanlan.zhihu.com/p/276027099)**_ @@ -3198,19 +3238,19 @@ Bilibiliライブルームブロックツール,サポート管理リスト, > > - FengFeng :+1: > - 仓库内部所有`README.md`ファイルヘッダーの紹介とインストール履歴テーブルがコピーされました[FengFeng](https://github.com/BonjourFeng)倉庫[Github-Search-Purification](https://github.com/BonjourFeng/Github-Search-Purification)内[README.md](https://github.com/BonjourFeng/Github-Search-Purification/blob/main/README.md)ファイルの内容 -> - この倉庫のサブ倉庫`UserScriptsHistory`自動更新インストール履歴テーブルのイメージコードもコピーして使用します。[FengFeng](https://github.com/BonjourFeng)倉庫[Script-History](https://github.com/BonjourFeng/Script-History)中のコード[main.py](https://github.com/BonjourFeng/Script-History/blob/main/source/main.py) +> - この倉庫のサブ倉庫`UserScriptsHistory`自動更新インストール履歴テーブルのイメージコードもコピーして使用します。[FengFeng](https://github.com/BonjourFeng)倉庫[Script-History](https://github.com/BonjourFeng/Script-History)内のコード[main.py](https://github.com/BonjourFeng/Script-History/blob/main/source/main.py) > [!TIP] > > - 砂漠の息子 :+1: -> - コピーされました [砂漠の息子](https://github.com/maboloshi)倉庫[github-chinese](https://github.com/maboloshi/github-chinese)中のコード
+> - コピーされました [砂漠の息子](https://github.com/maboloshi)倉庫[github-chinese](https://github.com/maboloshi/github-chinese)内のコード
> - この倉庫には`writer.py` `update-contributors.yml` を使用してコピーされました[tributors_images.yml](https://github.com/maboloshi/github-chinese/blob/gh-pages/.github/workflows/update_contributors_images.yml)内部のコード > - このリポジトリの Readme ファイルがコピーされます[github-chinese/README.md](https://github.com/maboloshi/github-chinese#:~:text=%E6%B5%8F%E8%A7%88%E5%99%A8%E4%B8%8E%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%97%E3%83%88%E3%83%9E%E3%83%8D%E3%83%BC%E3%82%B8%E3%83%A3%E3%83%BC)コンテンツ `インストール方法/スクリプトを使用する?` > [!TIP] > > - [#12](https://github.com/ChinaGodMan/UserScripts/issues/12) :trollface: Adam Lui 劉禅鵬 :+1: -> - _このリポジトリの自動翻訳と Action ヤンキーには特別な感謝を[Adam Lui 劉禅鵬](https://github.com/adamlui)素晴らしいアイデアとコード!_ :trollface: +> - _このリポジトリの自動翻訳と Action ヤンキーには本当に感謝しています[Adam Lui 劉禅鵬](https://github.com/adamlui)素晴らしいアイデアとコード!_ :trollface: > - _ヤンキースをイメージしたウェアハウスのネーミング[Adam Lui 劉禅鵬](https://github.com/adamlui)鼓舞する_ :trollface: > - _このリポジトリの Readme ファイルは次の場所にあります。[Adam Lui 劉禅鵬](https://github.com/adamlui)自己申告スタイル_ :trollface: > - _スクリプト内の相互リダイレクト ジャンプは次のものから来ています。[Adam Lui 劉禅鵬](https://github.com/adamlui)自己申告スタイル_ :trollface: @@ -3290,7 +3330,7 @@ MIT ライセンスは寛容なオープンソースライセンス契約です ## 🌐 ブラウザとスクリプトマネージャー -| 推荐使用浏览器 | インストールマネージャー | ブラウザをインストールする | +| 推奨ブラウザ | インストールマネージャー | ブラウザをインストールする | | :---------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------: | ----------------------------------------------------------------------------- | |
Chrome または に基づく Chromium カーネルブラウザ[![][chrome]][chrome_link] |
![.png][TM][Tampermonkey][Tampermonkey] ![.png][vm][Violentmonkey][Violentmonkey] ![.png][cat][ScriptCat][cat_link] |
[![][chrome]][chrome_link] [![][edge]][edge_link] [![][QQ]][QQ_link] | |
Safari ブラウザ(macOS, iOS, iPadOS)[![][safari]][safari_link] |
![][Macaquer] [Macaque][Macaque] または ![][stayr] [Stay] |
[![][safari]][safari_link] | diff --git a/docs/ko/README.md b/docs/ko/README.md index 08ba0fdfc..3503e4e47 100644 --- a/docs/ko/README.md +++ b/docs/ko/README.md @@ -95,12 +95,12 @@ 💡 **Tip:** _미리보기 스크린샷을 표시하려면,확장명 아래를 클릭하세요. ▸ 또는 설명。_ -**현재 저장소에 게시된 스크립트 수:84,스크립트에는 다음이 포함됩니다.:** +**현재 저장소에 게시된 스크립트 수:85,스크립트에는 다음이 포함됩니다.:**
웹 스크립트 (10) | GreasyFork (12) | 성인 대본 (11) | Google 각본 (2) - | GitHub 각본 (19) + | GitHub 각본 (20) | 스크립트 번역 (3) | AI 각본 (9) | 블로그 사이트 (5) @@ -1386,7 +1386,7 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 -

GitHub 각본 (19)

+

GitHub 각본 (20)

🤠 Github 향상된 보조 창고 디스플레이 크기  @@ -2106,6 +2106,46 @@ Github-Notification-onbox-Toggle 개발 버전 다음에서 수정됨 +

+ + + GitHub 복사 복제 명령 버튼(포크)  + + + + Tweet + +

+ +
+ GitHub 저장소 페이지의 "코드" 버튼 뒤에 "git clone --recurse-submodules ..." 명령을 사용하여 원클릭 복사 버튼을 추가합니다. +
+ + +
+
+ +
+ + + + Greasemonkey / + + + + 읽어보기 파일 / + + + 논의하다 / + + 소스 코드 / + + 설치하다 / + + 변경 로그 / + + 다음에서 수정됨 +

스크립트 번역 (3)

@@ -3170,7 +3210,7 @@ Bilibili 라이브 룸 차단 도구,지원 관리 목록,일괄 차단, > [!IMPORTANT] > -> - _기타 기반 **Chromium** 커널 브라우저(국내 커버 브라우저와 같은)일반적으로 사용할 수 있습니다 Chrome 확장하다。_ +> - _기타 기반 **Chromium** 커널 브라우저(국내 커버 브라우저 등)일반적으로 사용할 수 있습니다 Chrome 확장하다。_ > - _꼭 이용해주세요 **Tampermonkey 공식 버전** 확장하다,其他的用户각본管理器可能导致**제대로 작동하지 않음**脚本。_ > - _스크립트를 다시 설치하고 싶다면,꼭 기억해주세요 Tampermonkey 펼친**휴지통에서 완전히 삭제**스크립트가 끝나면 스크립트를 다시 설치하십시오.。_ @@ -3267,7 +3307,7 @@ MIT 라이선스는 허용적인 오픈 소스 라이선스 계약입니다., ## 🛡️ 보안 정책 -취약점을 발견한 경우,하나 열어주세요[초안 보안 권장 사항](https://github.com/ChinaGodMan/UserScripts/security/advisories/new)。 +취약점을 발견한 경우,하나 열어주세요[초안 보안 권장사항](https://github.com/ChinaGodMan/UserScripts/security/advisories/new)。 Pull Request도 환영합니다,하지만 보안상의 이유로,다음 주소로 이메일을 보내주세요. 공개하기 전에 답변을 기다리세요.。 자세한 내용은 다음을 참조하세요. 보안 정책 diff --git a/docs/pt/README.md b/docs/pt/README.md index eb95578c2..3a43b8b41 100644 --- a/docs/pt/README.md +++ b/docs/pt/README.md @@ -95,12 +95,12 @@ 💡 **Tip:** _Para mostrar a captura de tela de visualização,Clique abaixo do nome da extensão ▸ ou descrever。_ -**O número atual de scripts publicados no repositório:84,O roteiro inclui:** +**O número atual de scripts publicados no repositório:85,O roteiro inclui:**
script da web (10) | GreasyFork (12) | roteiro adulto (11) | Google Roteiro (2) - | GitHub Roteiro (19) + | GitHub Roteiro (20) | Traduzir script (3) | AI Roteiro (9) | blog (5) @@ -1386,7 +1386,7 @@ Procure um Google bloqueando um site especificado -

GitHub Roteiro (19)

+

GitHub Roteiro (20)

-BR 🤠 Tamanho de exibição do armazém do assistente aprimorado do Github  @@ -2106,6 +2106,46 @@ Versão de desenvolvimento do Github-Notification-Inbox-Toggle Modificado de +

+ + + Botão de comando copiar clone do GitHub (fork)  + + + + Tweet + +

+ +
+ Após o botão "Código" na página do repositório GitHub, adicione um botão de cópia de um clique usando o comando "git clone --recurse-submodules ...". +
+ + +
+
+ +
+ + + + Greasemonkey / + + + + arquivo leia-me / + + + discutir / + + Código fonte / + + Instalar / + + Registro de alterações / + + Modificado de +

Traduzir script (3)

@@ -3326,7 +3366,7 @@ Obrigado pelo seu interesse neste projeto!Desenvolvemos o seguinte -**Текущее количество опубликованных скриптов в репозитории:84,Скрипт включает в себя:** +**Текущее количество опубликованных скриптов в репозитории:85,Скрипт включает в себя:**
веб-скрипт (10) | GreasyFork (12) | сценарий для взрослых (11) | Google Скрипт (2) - | GitHub Скрипт (19) + | GitHub Скрипт (20) | Перевести скрипт (3) | AI Скрипт (9) | блог-сайт (5) @@ -1386,7 +1386,7 @@ -

GitHub Скрипт (19)

+

GitHub Скрипт (20)

🤠 Расширенный размер отображения склада помощника Github  @@ -2106,6 +2106,46 @@ github-notification-inbox-toggle версия разработки Изменено из +

+ + + Командная кнопка копирования клона GitHub (вилка)  + + + + Tweet + +

+ +
+ После кнопки «Код» на странице репозитория GitHub добавьте кнопку копирования в один клик с помощью команды «git clone --recurse-submodules...». +
+ + +
+
+ +
+ + + + Greasemonkey / + + + + файл readme / + + + обсуждать / + + Исходный код / + + Установить / + + Журнал изменений / + + Изменено из +

Перевести скрипт (3)

diff --git a/docs/vi/README.md b/docs/vi/README.md index 6ec583879..8235ce4bc 100644 --- a/docs/vi/README.md +++ b/docs/vi/README.md @@ -95,12 +95,12 @@ 💡 **Tip:** _Để hiển thị ảnh chụp màn hình xem trước,Nhấp vào bên dưới tên tiện ích mở rộng ▸ hoặc mô tả。_ -**Số lượng tập lệnh được xuất bản hiện tại trong kho:84,Kịch bản bao gồm:** +**Số lượng tập lệnh được xuất bản hiện tại trong kho:85,Kịch bản bao gồm:**

kịch bản web (10) | GreasyFork (12) | kịch bản người lớn (11) | Google Kịch bản (2) - | GitHub Kịch bản (19) + | GitHub Kịch bản (20) | Dịch tập lệnh (3) | AI Kịch bản (9) | trang blog (5) @@ -1386,7 +1386,7 @@ Tìm kiếm một Google chặn một trang web được chỉ định -

GitHub Kịch bản (19)

+

GitHub Kịch bản (20)

🤠 Kích thước hiển thị kho trợ lý nâng cao của Github  @@ -2106,6 +2106,46 @@ Phiên bản phát triển github-notification-inbox-toggle Đã sửa đổi từ +

+ + + Nút lệnh sao chép GitHub (ngã ba)  + + + + Tweet + +

+ +
+ Sau nút "Mã" trên trang kho lưu trữ GitHub, hãy thêm nút sao chép bằng một cú nhấp chuột bằng lệnh "git clone --recurse-submodules ...". +
+ + +
+
+ +
+ + + + Greasemonkey / + + + + tập tin readme / + + + bàn luận / + + Mã nguồn / + + Cài đặt / + + Nhật ký thay đổi / + + Đã sửa đổi từ +

Dịch tập lệnh (3)

@@ -3210,7 +3250,7 @@ Công cụ chặn phòng trực tiếp Bilibili,Danh sách quản lý hỗ tr > [!TIP] > > - [#12](https://github.com/ChinaGodMan/UserScripts/issues/12) :trollface: Adam Lui Lưu Triển Bằng :+1: -> - _Dịch tự động kho lưu trữ này và Action Đặc biệt cảm ơn Yankee[Adam Lui Lưu Triển Bằng](https://github.com/adamlui)Ý tưởng và mã tuyệt vời!_ :trollface: +> - _Dịch tự động kho lưu trữ này và Action Cảm ơn đặc biệt đến Yankee[Adam Lui Lưu Triển Bằng](https://github.com/adamlui)Ý tưởng và mã tuyệt vời!_ :trollface: > - _Phong cách đặt tên của nhà kho này được lấy cảm hứng từ đội Yankees[Adam Lui Lưu Triển Bằng](https://github.com/adamlui)Truyền cảm hứng_ :trollface: > - _Tệp readme trong kho lưu trữ này đến từ[Adam Lui Lưu Triển Bằng](https://github.com/adamlui)phong cách tự báo cáo_ :trollface: > - _Bước nhảy chuyển hướng lẫn nhau trong tập lệnh xuất phát từ[Adam Lui Lưu Triển Bằng](https://github.com/adamlui)phong cách tự báo cáo_ :trollface: @@ -3257,7 +3297,7 @@ MIT Giấy phép là một thỏa thuận cấp phép nguồn mở dễ dàng, ## 🤝 quy tắc ứng xử -Để đảm bảo sự thân thiện、Một môi trường phát triển tôn trọng và hòa nhập,Chúng tôi đã phát triển những điều sau đâyquy tắc ứng xử。Mỗi cộng tác viên được yêu cầu tuân theo các nguyên tắc này。 +Để đảm bảo sự thân thiện、Một môi trường phát triển tôn trọng và hòa nhập,Chúng tôi đã phát triển như sauquy tắc ứng xử。Mỗi cộng tác viên được yêu cầu tuân theo các nguyên tắc này。
@@ -3269,7 +3309,7 @@ MIT Giấy phép là một thỏa thuận cấp phép nguồn mở dễ dàng, Nếu bạn tìm thấy một lỗ hổng,hãy mở một cái[dự thảo khuyến nghị bảo mật](https://github.com/ChinaGodMan/UserScripts/security/advisories/new)。 -Yêu cầu kéo cũng được chào đón,nhưng vì lý do bảo mật,Vui lòng gửi email tới và chờ phản hồi trước khi công khai。 +Yêu cầu kéo cũng được chào đón,nhưng vì lý do bảo mật,Vui lòng gửi email đến và chờ phản hồi trước khi công khai。 Để biết chi tiết, vui lòng tham khảo chính sách bảo mật
@@ -3280,7 +3320,7 @@ Yêu cầu kéo cũng được chào đón,nhưng vì lý do bảo mật,Vui ## 💖 Hướng dẫn đóng góp -Cảm ơn bạn đã quan tâm đến dự án này!Chúng tôi đã phát triển những điều sau đâyHướng dẫn đóng góp。Để giúp bạn đóng góp mã hoặc tài liệu một cách suôn sẻ,Trước khi gửi mã hoặc câu hỏi, vui lòng,Đọc kỹ nội dung。 +Cảm ơn bạn đã quan tâm đến dự án này!Chúng tôi đã phát triển như sauHướng dẫn đóng góp。Để giúp bạn đóng góp mã hoặc tài liệu một cách suôn sẻ,Trước khi gửi mã hoặc câu hỏi, vui lòng,Đọc kỹ nội dung。
diff --git a/docs/zh-TW/README.md b/docs/zh-TW/README.md index 374b3a3ae..71be420c4 100644 --- a/docs/zh-TW/README.md +++ b/docs/zh-TW/README.md @@ -33,7 +33,7 @@ Good Ratings Ok Ratings Bad Ratings -CodeQuality +CodeQuality Stars Forks Issue @@ -48,9 +48,9 @@
劇本來自網路廣大網友,本人僅是做了些許改動.感謝網友
- 如有侵權,聯繫必刪
+ 如有侵權,联系必删
- 推薦使用:
+ 推荐使用:
Support
Support
Support
@@ -69,7 +69,7 @@ > :trollface: 如果你在中國大陸地區使用git clone下載速度太慢,你也可以是使用以下地址進行 > > -> [https://www.xplaza.cn/ChinaGodMan](https://www.xplaza.cn/ChinaGodMan) (鏡像帳號,非本人) +> [https://www.xplaza.cn/ChinaGodMan](https://www.xplaza.cn/ChinaGodMan) (镜像账号,非本人) > [https://www.xplaza.cn/ChinaGodMan/userscripts](https://www.xplaza.cn/ChinaGodMan/userscripts) > [https://gitcode.com/gh_mirrors/userscripts1/UserScripts/](https://gitcode.com/gh_mirrors/userscripts1/UserScripts) > @@ -95,12 +95,12 @@ 💡 **Tip:** _若要顯示預覽截圖,請點選擴充名稱下方的 ▸ 或描述。_ -**儲存庫目前發布腳本數量:84,腳本包括:** +**儲存庫目前發布腳本數量:85,腳本包括:**
網頁腳本 (10) | GreasyFork (12) | 成人腳本 (11) | Google 腳本 (2) - | GitHub 腳本 (19) + | GitHub 腳本 (20) | 翻譯腳本 (3) | AI 腳本 (9) | 部落格網站 (5) @@ -1386,7 +1386,7 @@ -

GitHub 腳本 (19)

+

GitHub 腳本 (20)

🤠 Github 增強小助手 倉庫顯示大小  @@ -2106,6 +2106,46 @@ github-notification-inbox-toggle 開發版本 修改自 +

+ + + GitHub 複製複製指令按鈕(fork)  + + + + Tweet + +

+ +
+ 在 GitHub 倉庫頁面的「程式碼」按鈕之後,新增一個使用「git clone --recurse-submodules ...」指令的一鍵複製按鈕。 +
+ + +
+
+ +
+ + + + Greasemonkey / + + + + 自述文件 / + + + 討論 / + + 原始碼 / + + 安裝 / + + 更新日誌 / + + 修改自 +

翻譯腳本 (3)

@@ -3165,13 +3205,13 @@ TikTok 在個人資料上顯示更多擴展信息 要使用任何腳本,首先需要瀏覽器安裝 **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 **\[安裝\]** 後彈出擴展提示,再去點擊 **\[安裝\]** 即可。 - [查看詳細教學](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/README.md) > [!IMPORTANT] > > - _其他基於 **Chromium** 內核的瀏覽器(如國內套皮瀏覽器)一般都可以使用 Chrome 擴充。_ -> - _請確保使用 **Tampermonkey 正式版** 擴充,其他的用户腳本管理器可能导致**無法正常使用**脚本。_ +> - _请确保使用 **Tampermonkey 正式版** 擴充,其他的用户腳本管理器可能导致**無法正常使用**脚本。_ > - _如果要重裝腳本,請記得在 Tampermonkey 擴充的**回收站中徹底刪除**腳本後再去重新安裝腳本。_ > _**不會離線安裝 .crx 擴充?[Chrome、Edge 重新開啟隱藏的 [拖入安裝 .crx 擴充] 功能!](https://zhuanlan.zhihu.com/p/276027099)**_ @@ -3192,12 +3232,12 @@ TikTok 在個人資料上顯示更多擴展信息 > [!TIP] > > - Hmjz100 :+1: -> - 倉庫內所有`README.md`文件徽章複製了[Hmjz100](https://github.com/hmjz100)的倉庫[Online-disk-direct-link-download-assistant](https://github.com/hmjz100/Online-disk-direct-link-download-assistant)內部的[README.md](https://github.com/hmjz100/Online-disk-direct-link-download-assistant/blob/main/README.md)文件的徽章風格 +> - 倉庫內所有`README.md`文件徽章複製了[Hmjz100](https://github.com/hmjz100)的倉庫[Online-disk-direct-link-download-assistant](https://github.com/hmjz100/Online-disk-direct-link-download-assistant)内的[README.md](https://github.com/hmjz100/Online-disk-direct-link-download-assistant/blob/main/README.md)文件的徽章風格 > [!TIP] > > - FengFeng :+1: -> - 仓库內所有`README.md`文件頭部簡介與歷史安裝表格複製了[FengFeng](https://github.com/BonjourFeng)的倉庫[Github-Search-Purification](https://github.com/BonjourFeng/Github-Search-Purification)内[README.md](https://github.com/BonjourFeng/Github-Search-Purification/blob/main/README.md)文件內容 +> - 倉庫內所有`README.md`文件頭部簡介與歷史安裝表格複製了[FengFeng](https://github.com/BonjourFeng)的倉庫[Github-Search-Purification](https://github.com/BonjourFeng/Github-Search-Purification)内[README.md](https://github.com/BonjourFeng/Github-Search-Purification/blob/main/README.md)文件內容 > - 本倉庫的子倉庫`UserScriptsHistory`自動更新安裝歷史表格圖片程式碼也複製使用了[FengFeng](https://github.com/BonjourFeng)的倉庫[Script-History](https://github.com/BonjourFeng/Script-History)內的程式碼[main.py](https://github.com/BonjourFeng/Script-History/blob/main/source/main.py) > [!TIP] @@ -3205,19 +3245,19 @@ TikTok 在個人資料上顯示更多擴展信息 > - 沙漠之子 :+1: > - 複製了 [沙漠之子](https://github.com/maboloshi)的倉庫[github-chinese](https://github.com/maboloshi/github-chinese)內的程式碼
> - 本倉庫內`writer.py` `update-contributors.yml` 複製使用了[tributors_images.yml](https://github.com/maboloshi/github-chinese/blob/gh-pages/.github/workflows/update_contributors_images.yml)裡面的程式碼 -> - 本仓库自述文件复制了[github-chinese/README.md](https://github.com/maboloshi/github-chinese#:~:text=%E6%B5%8F%E8%A7%88%E5%99%A8%E4%B8%8E%E8%85%B3%E6%9C%AC%E7%AE%A1%E7%90%86%E5%99%A8)內容 `如何安裝/使用腳本?` +> - 本倉庫自述文件複製了[github-chinese/README.md](https://github.com/maboloshi/github-chinese#:~:text=%E6%B5%8F%E8%A7%88%E5%99%A8%E4%B8%8E%E8%85%B3%E6%9C%AC%E7%AE%A1%E7%90%86%E5%99%A8)內容 `如何安裝/使用腳本?` > [!TIP] > > - [#12](https://github.com/ChinaGodMan/UserScripts/issues/12) :trollface: Adam Lui 劉展鵬 :+1: -> - _本倉庫的自動翻譯與 Action 功能特別感謝美國佬[Adam Lui 劉展鵬](https://github.com/adamlui)出色的想法與代碼!_ :trollface: +> - _本仓库的自动翻译与 Action 功能特别感谢美国佬[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`文件複製並使用了這個美國佬的倉庫`README.md`文件排版,分隔符,代码,思路_ :trollface: +> - _本倉庫內所有`README.md`文件複製並使用了這個美國佬的倉庫`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: +> - _複製了 美国佬[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: > - _複製了 美國佬[Adam Lui 劉展鵬](https://github.com/adamlui)Python 內程式碼_ [translate-en-messages.py](https://github.com/adamlui/python-utils/blob/main/translate-messages/translate-en-messages.py) :trollface:
@@ -3247,7 +3287,7 @@ TikTok 在個人資料上顯示更多擴展信息 ## 🏛️ 開源授權協議 本項目採用 MIT 許可證 授權。 -MIT 許可證是一種寬鬆的開源許可協議,詳細內容請參閱 许可证全文。 +MIT 許可證是一種寬鬆的開源許可協議,詳細內容請參閱 許可證全文
@@ -3257,7 +3297,7 @@ MIT 許可證是一種寬鬆的開源許可協議,詳細內容請參閱 行為準則。請每位貢獻者遵循這些指導原則。 +為了確保一個友好、尊重與包容的開發環境,我們制定了以下行為準則。请每位贡献者遵循这些指导原则。
@@ -3267,9 +3307,9 @@ MIT 許可證是一種寬鬆的開源許可協議,詳細內容請參閱 並在公開前等待回复。 +也歡迎拉取請求,但出於安全原因,請發送電子郵件至 並在公開前等待回复。 詳細內容請參閱 安全政策
@@ -3280,7 +3320,7 @@ MIT 許可證是一種寬鬆的開源許可協議,詳細內容請參閱 貢獻指南。為了幫助您順利貢獻程式碼或文檔,請在提交程式碼或問題前,仔細閱讀內容。 +感謝您對本計畫的興趣!我們制定了以下貢獻指南。為了幫助您順利貢獻程式碼或文檔,請在提交程式碼或問題前,仔细阅读内容。
@@ -3290,7 +3330,7 @@ MIT 許可證是一種寬鬆的開源許可協議,詳細內容請參閱 Chrome 或 基於 Chromium 內核的瀏覽器[![][chrome]][chrome_link] |
![.png][TM][Tampermonkey][Tampermonkey] ![.png][vm][Violentmonkey][Violentmonkey] ![.png][cat][ScriptCat][cat_link] |
[![][chrome]][chrome_link] [![][edge]][edge_link] [![][QQ]][QQ_link] | |
Safari 瀏覽器(macOS, iOS, iPadOS)[![][safari]][safari_link] |
![][Macaquer] [Macaque][Macaque] 或 ![][stayr] [Stay] |
[![][safari]][safari_link] | diff --git a/github-clone-button/README.md b/github-clone-button/README.md index 574f371ec..142f71dc2 100644 --- a/github-clone-button/README.md +++ b/github-clone-button/README.md @@ -1,10 +1,77 @@ +
+
+ + + + + 简体中文 | + English | + 한국어 | + Tiếng Việt | + 繁體中文 +
+ 👆️访问 GitHub 上的自述文件以获得更好的体验。 +
+
+ +
+ +
+ 推荐使用:
+Support
+Support
+Support
+💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
+ 脚本在以下环境中运行正常
+ Passed
+ +
+ +
+

GitHub 复制克隆命令按钮(fork)

+

「 在 GitHub 仓库页面的“代码”按钮之后,添加一个使用“git clone --recurse-submodules ...”命令的一键复制按钮。 」

+ Views + + + +

Download:Github | ⭐Greasy + Fork

更新记录

🛠️ github-clone 更新日志

+

📅 2026.3.16.1

+

新增: •初始版本

+
+ +
+ # GitHub 一键复制带子模块的 Clone 命令 @@ -27,6 +94,24 @@ + + +## 使用帮助 + +推荐浏览器和脚本管理器: + +- **Greasemonkey + Waterfox** +- **Tampermonkey/Violentmonkey + Firefox** +- **Tampermonkey/Violentmonkey + Chrome** +- **Userscripts + ios Safari** +- **Violentmonkey/KiWiBrowser + Android** + +**如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** + + + +### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) + diff --git a/github-clone-button/README_en.md b/github-clone-button/README_en.md index ea6bea9ac..183b5fd60 100644 --- a/github-clone-button/README_en.md +++ b/github-clone-button/README_en.md @@ -1,27 +1,121 @@ +
+
+ + + + + 简体中文 | + English | + 한국어 | + Tiếng Việt | + 繁體中文 +
+ 👆️access GitHub Readme file on for a better experience。 +
+
+ +
+ +
+ Recommended:
+Support
+Support
+Support
+💡 Tip: The above list of script managers and browsers is not exhaustive
+ The script runs fine in the following environment
+ Passed
+ +
+ +
+

GitHub copy clone command button (fork)

+

「 After the "Code" button on the GitHub repository page, add a one-click copy button using the "git clone --recurse-submodules ..." command. 」

+ Views + + + +

Download:Github | ⭐Greasy + Fork

Update record

🛠️ github-clone Change log

+

📅 2026.3.16.1

+

New: •initial version

+
+ +
+ +# GitHub One-click copy with submodules Clone Order + +used in GitHub Warehouse page **Code Add a copy button next to the button**,You can copy it with one click and include **submodules(submodule)** of complete `git clone` Order。 + +## Function + +- exist GitHub Warehouse page **Code Add a copy button next to the button** +- One-click cloning command to copy submodules:`git clone --recurse-submodules https://github.com//.git` +- Fixed the issue where buttons cannot be displayed using Chinese scripts - +![sc](https://raw.githubusercontent.com/Poker-sang/GitHubCopyButton/main/.github/glance.png) + + +## Help + +Recommended browsers and script managers: + +- **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/en#readme)View graphic teaching!** + + + +### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-script%20list) + -
+
diff --git a/github-clone-button/README_ko.md b/github-clone-button/README_ko.md index ea6bea9ac..b0031db6f 100644 --- a/github-clone-button/README_ko.md +++ b/github-clone-button/README_ko.md @@ -1,27 +1,121 @@ +
+
+ + + + + 简体中文 | + English | + 한국어 | + Tiếng Việt | + 繁體中文 +
+ 👆️입장 GitHub 더 나은 경험을 위한 Readme 파일。 +
+
+ +
+ +
+ 추천:
+Support
+Support
+Support
+💡 Tip: 위의 스크립트 관리자 및 브라우저 목록은 완전한 것이 아닙니다.
+ 스크립트는 다음 환경에서 정상적으로 실행됩니다.
+ Passed
+ +
+ +
+

GitHub 복사 복제 명령 버튼(포크)

+

「 GitHub 저장소 페이지의 "코드" 버튼 뒤에 "git clone --recurse-submodules ..." 명령을 사용하여 원클릭 복사 버튼을 추가합니다. 」

+ Views + + + +

Download:Github | ⭐Greasy + Fork

기록 업데이트

🛠️ github-clone 변경 로그

+

📅 2026.3.16.1

+

새로운: •초기 버전

+
+ +
+ +# GitHub 하위 모듈을 사용한 원클릭 복사 Clone 주문하다 + +에 사용 GitHub 창고 페이지 **Code 버튼 옆에 복사 버튼 추가**,한 번의 클릭으로 복사하여 포함할 수 있습니다. **submodules(서브모듈)** 완전한 `git clone` 주문하다。 + +## 기능 + +- 존재하다 GitHub 창고 페이지 **Code 버튼 옆에 복사 버튼 추가** +- 원클릭 복제 명령으로 하위 모듈 복사:`git clone --recurse-submodules https://github.com//.git` +- 중국어 스크립트를 사용하여 버튼을 표시할 수 없는 문제가 해결되었습니다. - +![sc](https://raw.githubusercontent.com/Poker-sang/GitHubCopyButton/main/.github/glance.png) + + +## 돕다 + +권장 브라우저 및 스크립트 관리자: + +- **Greasemonkey + Waterfox** +- **Tampermonkey/Violentmonkey + Firefox** +- **Tampermonkey/Violentmonkey + Chrome** +- **Userscripts + ios Safari** +- **Violentmonkey/KiWiBrowser + Android** + +**사용자 스크립트 설치 방법에 대해 더 알고 싶다면,[나를 클릭하세요](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그래픽 교육 보기!** + + + +### [모든 게시 스크립트 보기](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8%20%EB%AA%A9%EB%A1%9D) + -
+
diff --git a/github-clone-button/README_vi.md b/github-clone-button/README_vi.md index ea6bea9ac..e962005c3 100644 --- a/github-clone-button/README_vi.md +++ b/github-clone-button/README_vi.md @@ -1,27 +1,121 @@ +
+
+ + + + + 简体中文 | + English | + 한국어 | + Tiếng Việt | + 繁體中文 +
+ 👆️truy cập GitHub Bật file Readme để có trải nghiệm tốt hơn。 +
+
+ +
+ +
+ Khuyến khích:
+Support
+Support
+Support
+💡 Tip: Danh sách trình quản lý tập lệnh và trình duyệt ở trên không đầy đủ
+ Tập lệnh chạy tốt trong môi trường sau
+ Passed
+ +
+ +
+

Nút lệnh sao chép GitHub (ngã ba)

+

「 Sau nút "Mã" trên trang kho lưu trữ GitHub, hãy thêm nút sao chép bằng một cú nhấp chuột bằng lệnh "git clone --recurse-submodules ...". 」

+ Views + + + +

Download:Github | ⭐Greasy + Fork

Cập nhật bản ghi

🛠️ github-clone Nhật ký thay đổi

+

📅 2026.3.16.1

+

Mới: •phiên bản đầu tiên

+
+ +
+ +# GitHub Sao chép bằng một cú nhấp chuột với các mô-đun con Clone Đặt hàng + +được sử dụng trong GitHub Trang kho **Code Thêm nút sao chép bên cạnh nút**,Bạn có thể sao chép nó bằng một cú nhấp chuột và bao gồm **submodules(mô-đun con)** hoàn thành `git clone` Đặt hàng。 + +## Chức năng + +- hiện hữu GitHub Trang kho **Code Thêm nút sao chép bên cạnh nút** +- Lệnh nhân bản bằng một cú nhấp chuột để sao chép các mô-đun con:`git clone --recurse-submodules https://github.com//.git` +- Đã khắc phục sự cố không thể hiển thị các nút bằng chữ viết tiếng Trung - +![sc](https://raw.githubusercontent.com/Poker-sang/GitHubCopyButton/main/.github/glance.png) + + +## Giúp đỡ + +Trình duyệt và trình quản lý tập lệnh được đề xuất: + +- **Greasemonkey + Waterfox** +- **Tampermonkey/Violentmonkey + Firefox** +- **Tampermonkey/Violentmonkey + Chrome** +- **Userscripts + ios Safari** +- **Violentmonkey/KiWiBrowser + Android** + +**Nếu bạn cần biết thêm về cách cài đặt userscript,[bấm vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem giảng dạy đồ họa!** + + + +### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-danh%20s%C3%A1ch%20k%E1%BB%8Bch%20b%E1%BA%A3n) + -
+
diff --git a/github-clone-button/README_zh-TW.md b/github-clone-button/README_zh-TW.md index ea6bea9ac..0b1eec81b 100644 --- a/github-clone-button/README_zh-TW.md +++ b/github-clone-button/README_zh-TW.md @@ -1,27 +1,121 @@ +
+
+ + + + + 简体中文 | + English | + 한국어 | + Tiếng Việt | + 繁體中文 +
+ 👆️訪問 GitHub 上的自述文件以獲得更好的體驗。 +
+
+ +
+ +
+ 推薦使用:
+Support
+Support
+Support
+💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
+ 腳本在以下環境中運作正常
+ Passed
+ +
+ +
+

GitHub 複製複製指令按鈕(fork)

+

「 在 GitHub 倉庫頁面的「程式碼」按鈕之後,新增一個使用「git clone --recurse-submodules ...」指令的一鍵複製按鈕。 」

+ Views + + + +

Download:Github | ⭐Greasy + Fork

更新記錄

🛠️ github-clone 更新日誌

+

📅 2026.3.16.1

+

新增: •初始版本

+
+ +
+ +# GitHub 一鍵複製帶子模組的 Clone 命令 + +用於在 GitHub 倉庫頁面的 **Code 按鈕旁邊新增一個複製按鈕**,可以一鍵複製包含 **submodules(子模組)** 的完整 `git clone` 命令。 + +## 功能 + +- 在 GitHub 倉庫頁面 **Code 按鈕旁邊新增複製按鈕** +- 一鍵複製包含子模組的克隆命令:`git clone --recurse-submodules https://github.com//.git` +- 修復使用中文腳本無法顯示按鈕的問題 - +![sc](https://raw.githubusercontent.com/Poker-sang/GitHubCopyButton/main/.github/glance.png) + + +## 使用幫助 + +推薦瀏覽器和腳本管理器: + +- **Greasemonkey + Waterfox** +- **Tampermonkey/Violentmonkey + Firefox** +- **Tampermonkey/Violentmonkey + Chrome** +- **Userscripts + ios Safari** +- **Violentmonkey/KiWiBrowser + Android** + +**如果你需要了解更多關於如何安裝使用者腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** + + + +### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) + -
+
diff --git a/github-clone-button/github-clone-button.user.js b/github-clone-button/github-clone-button.user.js index 1dd611a3c..001fb6488 100644 --- a/github-clone-button/github-clone-button.user.js +++ b/github-clone-button/github-clone-button.user.js @@ -1,30 +1,370 @@ // ==UserScript== -// @name Github copy clone command button(fork) -// @name:zh-CN GitHub 复制克隆命令按钮(fork) -// @description Add a 1-click copy button with the "git clone --recurse-submodules ..." command, after the Code button on the GitHub repository page -// @description:zh-CN 在 GitHub 仓库页面的“代码”按钮之后,添加一个使用“git clone --recurse-submodules ...”命令的一键复制按钮。 -// @author 人民的勤务员 -// @namespace https://github.com/ChinaGodMan/UserScripts -// @supportURL https://github.com/ChinaGodMan/UserScripts/issues -// @homepageURL https://github.com/ChinaGodMan/UserScripts -// @homepage https://github.com/ChinaGodMan/UserScripts -// @license MIT -// @match https://github.com/* -// @icon https://raw.githubusercontent.com/ChinaGodMan/UserScriptsHistory/main/scriptsIcon/github-commit-viewer.png -// @grant GM_setClipboard -// @compatible chrome -// @compatible firefox -// @compatible edge -// @compatible opera -// @compatible safari -// @compatible kiwi -// @compatible qq -// @compatible via -// @compatible brave -// @version 2026.3.16.1 -// @created 2026-03-16 15:12:45 -// @downloadURL https://raw.githubusercontent.com/ChinaGodMan/UserScripts/main/github-clone/github-clone.user.js -// @updateURL https://raw.githubusercontent.com/ChinaGodMan/UserScripts/main/github-clone/github-clone.user.js +// @name Github copy clone command button(fork) +// @name:aa GitHub korraq amri gubi (malkaqa) +// @name:ab GitHub акопиа аклон адҵа агәыҵха (fork) +// @name:af GitHub kopieer kloon opdragknoppie (vurk) +// @name:ak GitHub copy clone ahyɛde bɔtn (fork) . +// @name:am GitHub ቅዳ clone ትዕዛዝ አዝራር (ሹካ) +// @name:ar زر أمر نسخ GitHub (الشوكة) +// @name:as GitHub কপি ক্ল’ন আদেশ বুটাম (কাঁটাচামুচ) +// @name:av GitHub копировать клонировать команды кнопка (вилка) +// @name:ay GitHub copia clon kamachin botón (tenedor) . +// @name:az GitHub kopyalama klon əmr düyməsi (çəngəl) +// @name:ba GitHub күсермәһе клонлау командаһы төймәһе (вилка) +// @name:be Кнопка каманды GitHub капіраванне клонавання (вілка) +// @name:bg Команден бутон за копиране на GitHub за клониране (разклонение) +// @name:bh गिटहब कॉपी क्लोन कमांड बटन (कांटा) बा। +// @name:bm GitHub kopi clone cikan butɔni (fork) . +// @name:bn GitHub কপি ক্লোন কমান্ড বোতাম (ফর্ক) +// @name:bo GitHub འདྲ་བཤུས་འདྲ་བཤུས་བཀའ་ཚིག་མཐེབ་གཞོང་ (fork) +// @name:br Bouton urzhiad klonañ eilañ GitHub (forc’h) +// @name:bs Komandno dugme za kloniranje GitHub-a (fork) +// @name:ca Botó d’ordre de còpia de clons de GitHub (forquilla) +// @name:ce GitHub копировать клонировать командин кнопка (вилка) +// @name:ceb GitHub copy clone command button (fork) +// @name:ch GitHub copy clone command button (fork) +// @name:ckb دوگمەی فەرمانی کلۆنی کۆپی GitHub (چنگاڵ) +// @name:co GitHub copia u buttone di cummanda di clone (furchetta) +// @name:cs Příkazové tlačítko kopírování klonování GitHubu (rozvětvení) +// @name:cv GitHub копи клонӗ команда кнопки (fork) +// @name:cy Botwm gorchymyn clon copi GitHub (fforc) +// @name:da GitHub kopi klon kommando knap (gaffel) +// @name:de GitHub-Befehlsschaltfläche zum Kopieren und Klonen (Fork) +// @name:dv ގިޓްހަބް ކޮޕީ ކްލޯން ކޮމާންޑް ބަޓަން (ފޯކް) +// @name:dz GitHub འདྲ་བཤུས་འདྲ་བཤུས་བརྡ་བཀོད་ཨེབ་རྟ་ (ཕོརཀ) +// @name:ee GitHub kɔpi clone sedede ƒe abɔta (fɔklɔ) . +// @name:el Κουμπί εντολής κλωνοποίησης αντιγραφής GitHub (πιρούνι) +// @name:en GitHub copy clone command button (fork) +// @name:en-GB GitHub copy clone command button (fork) +// @name:eo GitHub kopia klona komandbutono (forko) +// @name:es Botón de comando copiar clonar de GitHub (bifurcación) +// @name:et GitHubi kopeerimise kloonimise käsunupp (kahvel) +// @name:eu GitHub kopiatu klonatu komando-botoia (sardexka) +// @name:fa دکمه دستور کلون کپی GitHub (چنگال) +// @name:ff Butoŋ yamiroore tafngo GitHub (fork) +// @name:fi GitHub kopioi kloonin komentopainike (haarukka) +// @name:fil GitHub copy clone command button (fork) +// @name:fj GitHub kopitaka na ibulukau ni ivakaro (foka) +// @name:fo GitHub avrita klona skipanarknøttur (gaffil) +// @name:fr Bouton de commande de clonage de copie GitHub (fork) +// @name:fr-CA Bouton de commande de clonage de copie GitHub (fork) +// @name:fy GitHub kopiearje kloon kommando knop (gabel) +// @name:ga Cóipeáil GitHub cnaipe ordú clón (forc) +// @name:gd Putan àithne clone lethbhreac GitHub (forc) +// @name:gl Botón de comando de copia de copia de GitHub (garfo) +// @name:gn GitHub copia clone ñe’ẽmondo mboajepyréva (tenedor) . +// @name:gsw-berne GitHub copy clone command button (fork) +// @name:gu GitHub કોપી ક્લોન કમાન્ડ બટન (ફોર્ક) +// @name:gv Botal cowrey cloan GitHub (fork) +// @name:ha GitHub kwafin clone button (cokali mai yatsa) +// @name:he לחצן הפקודה של העתקת שיבוט של GitHub (מזלג) +// @name:hi GitHub कॉपी क्लोन कमांड बटन (कांटा) +// @name:hmn GitHub luam clone hais kom ua khawm ( nkhaus) +// @name:hr Naredbeni gumb za kopiranje klona GitHub (račva) +// @name:ht GitHub kopi bouton lòd klonaj (fouchèt) +// @name:hu GitHub másolás klón parancsgombja (villa) +// @name:hy GitHub պատճենահանման կլոնավորման հրամանի կոճակ (պատառաքաղ) +// @name:id Tombol perintah salin klon GitHub (garpu) +// @name:ig GitHub oyiri clone bọtịnụ iwu ( ndụdụ) +// @name:is GitHub afrita klón stjórnunarhnappur (gaffli) +// @name:it Pulsante di comando copia clone GitHub (fork) +// @name:iu GitHub ᐊᔾᔨᓕᐅᕆᓂᖅ ᑎᓕᐅᕈᑎ ᓇᕿᑦᑕᒐᖅ (ᐃᓚᖓ) +// @name:ja GitHub コピー クローン コマンド ボタン (フォーク) +// @name:jv Tombol printah kloning salinan GitHub (garpu) +// @name:ka GitHub კოპირების კლონირების ბრძანების ღილაკი (ჩანგალი) +// @name:kg GitHub kopi buto ya ntuma ya clone (fourche) +// @name:kk GitHub көшіру клондау командасының түймесі (шанышқы) +// @name:kl GitHub-imi kopie klone-mik peqqussummut toortagaq (gaffel) +// @name:km GitHub ចម្លងប៊ូតុងពាក្យបញ្ជាក្លូន (សម) +// @name:kn GitHub ನಕಲು ಕ್ಲೋನ್ ಕಮಾಂಡ್ ಬಟನ್ (ಫೋರ್ಕ್) +// @name:ko GitHub 복사 복제 명령 버튼(포크) +// @name:kr GitHubbe botul amaribe samunnam ruwotə (fork) +// @name:ku GitHub bişkojka fermana klonê kopî bike (fork) +// @name:kv GitHub копируйтны клонируйтны команда кнопка (вилка) . +// @name:ky GitHub көчүрүү клону буйрук баскычы (айры) +// @name:la GitHub exemplum clone imperium button (furca) +// @name:lb GitHub Kopie Klon Kommando Knäppchen (Gabel) +// @name:lg GitHub copy clone ekiragiro button (fork) . +// @name:ln Bouton ya commande ya clone ya kopi ya GitHub ( fourchette) . +// @name:lo GitHub ຄັດລອກປຸ່ມຄໍາສັ່ງ clone (ສ້ອມ) +// @name:lt „GitHub“ kopijavimo klono komandos mygtukas (šakė) +// @name:lv GitHub kopēšanas klona komandas poga (dakša) +// @name:mg Bokotra baiko (fork) dika mitovy amin’ny GitHub +// @name:mh GitHub copy clone command button (fork) +// @name:mi Patene tono ki te kape a GitHub (marau) +// @name:mk Копче за команда за клонирање копирање на GitHub (вилушка) +// @name:ml GitHub കോപ്പി ക്ലോൺ കമാൻഡ് ബട്ടൺ (ഫോർക്ക്) +// @name:mn GitHub хуулбарлах клон командын товчлуур (салаа) +// @name:mo Butonul de comandă de copiere a clonării GitHub (furcătură) +// @name:mr GitHub कॉपी क्लोन कमांड बटण (काटा) +// @name:ms Butang arahan salin klon GitHub (garpu) +// @name:mt Buttuna tal-kmand tal-klonu tal-kopja GitHub (furketta) +// @name:my GitHub မိတ္တူပွားခြင်း အမိန့်ပေးခလုတ် (လမ်းဆုံလမ်းခွ) +// @name:nb GitHub kopi klone kommandoknapp (gaffel) +// @name:ne GitHub प्रतिलिपि क्लोन आदेश बटन (फोर्क) +// @name:nl GitHub kopieer kloonopdrachtknop (vork) +// @name:nr Ibhathini lomyalo we-GitHub wokukopisha i-clone (fork) +// @name:ny GitHub copy clone command batani (foloko) +// @name:oc Boton de comanda de clon de còpia de GitHub (fork) +// @name:om Qabduu ajaja kloonii waraabbii GitHub (fork) . +// @name:or GitHub କ୍ଲୋନ କମାଣ୍ଡ ବଟନ୍ (ଫଙ୍କ) +// @name:os GitHub-ы копийæ клон кæныны фæдзæхсты кнопкæ (fork) +// @name:pa GitHub ਕਾਪੀ ਕਲੋਨ ਕਮਾਂਡ ਬਟਨ (ਕਾਂਟਾ) +// @name:pl Przycisk polecenia klonowania GitHub (widelec) +// @name:ps د GitHub کاپي کلون کمانډ تڼۍ (فورک) +// @name:pt Botão de comando copiar clone do GitHub (fork) +// @name:pt-BR Botão de comando copiar clone do GitHub (fork) +// @name:pt-PT Botão de comando copiar clone do GitHub (fork) +// @name:qu GitHub copia clone kamachiy ñit’ina (tenedor) . +// @name:rn GitHub kopa ubuto bw’itegeko (iforogo) +// @name:ro Butonul de comandă de copiere a clonării GitHub (furcătură) +// @name:ru Командная кнопка копирования клона GitHub (вилка) +// @name:rw GitHub ikoporora clone itegeko (fork) +// @name:sa GitHub प्रतिलिपि क्लोन आदेश बटन (काँसः) . +// @name:sd GitHub ڪاپي ڪلون ڪمانڊ بٽڻ (فورڪ) +// @name:se GitHub kopiere klona gohččunčuokkis (gaska) +// @name:sg GitHub copié bouton ti komandema ti clone (fourche) +// @name:sh Командно дугме ГитХуб цопи цлоне (форк) +// @name:si GitHub පිටපත් ක්ලෝන විධාන බොත්තම (දෙබලක) +// @name:sk Príkazové tlačidlo kopírovania klonovania GitHub (rozdvojka) +// @name:sl Ukazni gumb za kopiranje klona GitHub (razcep) +// @name:sm GitHub copy clone command button (vai) +// @name:sn GitHub copy clone command bhatani (fork) +// @name:so GitHub nuqul ka mid ah batoonka amarka clone (fargeeto) +// @name:sq Butoni i komandës së klonimit të kopjimit të GitHub (pirun) +// @name:sr Командно дугме ГитХуб цопи цлоне (форк) +// @name:ss Inkinobho yemyalo we-GitHub yekukhopha i-clone (imfoloko) +// @name:st Konopo ea taelo ea kopi ea GitHub (fork) +// @name:su Tombol paréntah clone salinan GitHub (garpu) +// @name:sv GitHub kopiera klon kommandoknapp (gaffel) +// @name:sw Kitufe cha amri ya nakala ya GitHub (uma) +// @name:ta GitHub நகல் குளோன் கட்டளை பொத்தான் (முட்கரண்டி) +// @name:te GitHub కాపీ క్లోన్ కమాండ్ బటన్ (ఫోర్క్) +// @name:tg GitHub тугмаи фармони клони нусхабардорӣ (форк) +// @name:th ปุ่มคำสั่งคัดลอกโคลน GitHub (ทางแยก) +// @name:ti GitHub copy clone ትእዛዝ መጠወቒ (ፋርኬታ) +// @name:tk GitHub klon buýruk düwmesini göçüriň +// @name:tl GitHub copy clone command button (fork) +// @name:tn Konopo ya taelo ya khopi ya GitHub (foroko) +// @name:to GitHub tatau clone fekau ’a e button (fo’i) +// @name:tr GitHub kopyalama klonlama komut düğmesi (çatal) +// @name:ts GitHub kopi clone xileriso xa buti (foroko) . +// @name:tt GitHub клон боерыгы күчермәсе (vilka) +// @name:tw GitHub copy clone ahyɛde bɔtn (fork) . +// @name:ty GitHub tata’i i te taviri faaueraa (fork) +// @name:ug GitHub كۆپەيتىلگەن كلون بۇيرۇق كۇنۇپكىسى (fork) +// @name:uk Кнопка команди копіювання клонування GitHub (форк) +// @name:ur GitHub کاپی کلون کمانڈ بٹن (کانٹا) +// @name:uz GitHub nusxa klonlash buyrug’i tugmasi (vilka) +// @name:ve GitHub khophi ya ndaela ya kloni (forogo) +// @name:vi Nút lệnh sao chép GitHub (ngã ba) +// @name:wo GitHub kopie butoŋu komand klone (fourche) +// @name:xh GitHub khuphela iqhosha lomyalelo we-clone (ifolokhwe) +// @name:yi GitHub קאָפּיע קלאָון באַפֿעלן קנעפּל (גאָפּל) +// @name:yo Bọtini pipaṣẹ ẹda ẹda oniye GitHub (orita) +// @name:zh GitHub 复制克隆命令按钮(fork) +// @name:zh-CN GitHub 复制克隆命令按钮(fork) +// @name:zh-HK GitHub 複製複製指令按鈕(fork) +// @name:zh-MO GitHub 複製複製指令按鈕(fork) +// @name:zh-MY GitHub 复制克隆命令按钮(fork) +// @name:zh-SG GitHub 复制克隆命令按钮(fork) +// @name:zh-TW GitHub 複製複製指令按鈕(fork) +// @name:zu Inkinobho yomyalo we-clone ye-GitHub (imfoloko) +// @name:es-419 Botón de comando copiar clonar de GitHub (bifurcación) +// @description:aa GitHub lowsis gubat tan "Koox" buttaak lakal, "git clone --recurse-submodules ..." amrit duqaysimak inki-xagar koppi butta ossimta. +// @description:ab GitHub аҭаҵәахырҭа адаҟьаҿы "Акод" агәыҵха ашьҭахь, "git clone --recurse-submodules ..." адҵа ҳхы иархәаны зныктәи акопиа агәыҵха ацҵа. +// @description:af Na die "Kode"-knoppie op die GitHub-bewaarplekbladsy, voeg ’n een-klik kopieerknoppie by deur die "git clone --recurse-submodules ..." opdrag te gebruik. +// @description:ak "Code" bɔtn a ɛwɔ GitHub akoraeɛ krataafa no akyi no, fa kɔpi bɔtn a wobɛkliki baako ka ho denam "git clone --recurse-submodules ..." ahyɛdeɛ no so. +// @description:am በ GitHub የመረጃ ቋት ገጽ ላይ ካለው የ"ኮድ" ቁልፍ በኋላ "git clone --recurse-submodules ..." የሚለውን ትዕዛዝ በመጠቀም አንድ-ጠቅታ የቅጂ አዝራር ያክሉ። +// @description:ar بعد الضغط على الزر "Code" الموجود على صفحة مستودع GitHub، أضف زر نسخ بنقرة واحدة باستخدام الأمر "git clone --recurse-submodules...". +// @description:as GitHub ভঁৰাল পৃষ্ঠাত "ক’ড" বুটামৰ পিছত, "git clone --recurse-submodules ..." আদেশ ব্যৱহাৰ কৰি এটা এটা ক্লিক কপি বুটাম যোগ কৰক। +// @description:av GitHub репозиторийалъул гьумералда бугеб «Код» абураб кнопкаялда хадуб тӀаде жубана цо кликалдалъун копия гьабизе кнопка, "git clone --recurse-submodules ..." командаялъул кумекалдалъун. +// @description:ay GitHub imañ utan "Código" ukxaruxa, mä ch’iqt’awimpi copia ukxaru yapxatañamawa "git clone --recurse-submodules ..." kamachimpi. +// @description:az GitHub repozitoriya səhifəsindəki "Kod" düyməsindən sonra "git clone --recurse-submodules ..." əmrindən istifadə edərək bir kliklə kopyalama düyməsini əlavə edin. +// @description:ba GitHub һаҡлағысы битендәге «Код» төймәһенән һуң «git clone --recurse-submodules ..." командаһы ярҙамында бер баҫыу менән күсермә төймәһен өҫтәгеҙ. +// @description:be Пасля кнопкі «Код» на старонцы рэпазітара GitHub дадайце кнопку капіявання ў адзін клік з дапамогай каманды «git clone --recurse-submodules ...». +// @description:bg След бутона „Код“ на страницата на хранилището на GitHub добавете бутон за копиране с едно щракване, като използвате командата „git clone --recurse-submodules ...“. +// @description:bh गिटहब रिपोजिटरी पन्ना पर "कोड" बटन के बाद, "git clone --recurse-submodules ..." कमांड के इस्तेमाल से एक क्लिक के कॉपी बटन जोड़ीं। +// @description:bm "Code" butɔni kɔfɛ GitHub marayɔrɔ ɲɛ kan, i ka kopi butɔni digilen dɔ fara a kan ni "git clone --recurse-submodules ..." cikan ye. +// @description:bn GitHub সংগ্রহস্থলের পৃষ্ঠায় "কোড" বোতামের পরে, "git ক্লোন --recurse-submodules ..." কমান্ড ব্যবহার করে একটি এক-ক্লিক কপি বোতাম যোগ করুন। +// @description:bo གྷི་ཊི་ཧབ་མཛོད་ཁང་གི་ཤོག་ངོས་སྟེང་གི་ "Code" མཐེབ་གཞོང་རྗེས་སུ་ "git clone --recurse-submodules ..." བརྡ་བཀོད་སྤྱད་དེ་མཐེབ་གཅིག་གི་འདྲ་བཤུས་མཐེབ་ཁ་སྣོན་བྱེད། +// @description:br Goude ar bouton "Kod" war ar bajenn diazlec’hiad GitHub, ouzhpennit ur bouton kopiañ gant ur c’hlik en ur implijout ar gemennadenn "git clone --recurse-submodules ...". +// @description:bs Nakon dugmeta "Kod" na stranici GitHub repozitorija, dodajte dugme za kopiranje jednim klikom pomoću komande "git clone --recurse-submodules...". +// @description:ca Després del botó "Codi" a la pàgina del dipòsit de GitHub, afegiu un botó de còpia amb un sol clic mitjançant l’ordre "git clone --recurse-submodules ...". +// @description:ce GitHub Ӏалашдаран агӀон тӀехь "Код" кнопка дӀаяьллачул тӀаьхьа, цхьана кликца копировать кнопка тӀетоха "git clone --recurse-submodules ..." командаца. +// @description:ceb Human sa "Code" nga buton sa GitHub repository page, idugang ang usa ka click copy button gamit ang "git clone --recurse-submodules ..." command. +// @description:ch Despues di i "Code" na botton gi i pahina gi i GitHub, addåpta un one-click copy button ni’ un usa i "git clone --recurse-submodules ..." na tinago’. +// @description:ckb دوای دوگمەی "کۆد" لە لاپەڕەی کۆگای GitHub، دوگمەی کۆپیکردن بە یەک کلیک زیاد بکە بە بەکارهێنانی فرمانی "git clone --recurse-submodules ...". +// @description Add a 1-click copy button with the "git clone --recurse-submodules ..." command, after the Code button on the GitHub repository page +// @description:co Dopu u buttone "Codice" in a pagina di repository GitHub, aghjunghje un buttone di copia di un clic cù u cumandimu "git clone --recurse-submodules ...". +// @description:cs Za tlačítko „Kód“ na stránce úložiště GitHub přidejte tlačítko pro kopírování jedním kliknutím pomocí příkazu „git clone --recurse-submodules ...“. +// @description:cv GitHub репозитори страницинчи "Код" кнопка хыҫҫӑн "git clone --recurse-submodules ..." командапа усӑ курса пӗрре пусса копилеме кнопка хушӑр. +// @description:cy Ar ôl y botwm "Cod" ar dudalen ystorfa GitHub, ychwanegwch botwm copi un clic gan ddefnyddio’r gorchymyn "git clone --recurse-submodules ...". +// @description:da Efter "Kode"-knappen på GitHub-lagersiden, tilføj en kopiknap med et enkelt klik ved at bruge kommandoen "git clone --recurse-submodules ...". +// @description:de Fügen Sie nach der Schaltfläche „Code“ auf der GitHub-Repository-Seite eine Schaltfläche zum Kopieren mit einem Klick hinzu, indem Sie den Befehl „git clone --recurse-submodules ...“ verwenden. +// @description:dv ގިޓްހަބް ރިޕޮޒިޓަރީ ޕޭޖުގައިވާ "ކޯޑް" ބަޓަންއަށްފަހު، "git clone --recurse-submodules ..." ކޮމާންޑް ބޭނުންކޮށްގެން އެއް ކްލިކް ކޮޕީ ބަޓަންއެއް އިތުރުކުރުން. +// @description:dz ཇི་ཊི་ཧབ་མཛོད་ཁང་ཤོག་ལེབ་གུ་ "Code" ཨེབ་རྟ་གི་ཤུལ་ལས་ "git clone --recurse-submodules ..." བརྡ་བཀོད་ལག་ལེན་འཐབ་ཐོག་ལས་ ཨེབ་གཏང་གཅིག་གི་འདྲ་བཤུས་ཨེབ་རྟ་ཁ་སྐོང་རྐྱབས། +// @description:ee Le "Code" ƒe dzesi si le GitHub nudzraɖoƒe ƒe axa dzi megbe la, tsɔ kɔpi ƒe abɔta si nàzi zi ɖeka kpee to "git clone --recurse-submodules ..." sededea zazã me. +// @description:el Μετά το κουμπί "Code" στη σελίδα αποθετηρίου GitHub, προσθέστε ένα κουμπί αντιγραφής με ένα κλικ χρησιμοποιώντας την εντολή "git clone --recurse-submodules ...". +// @description:en After the "Code" button on the GitHub repository page, add a one-click copy button using the "git clone --recurse-submodules ..." command. +// @description:en-GB After the "Code" button on the GitHub repository page, add a one-click copy button using the "git clone --recurse-submodules ..." command. +// @description:eo Post la butono "Kodo" sur la paĝo de deponejo de GitHub, aldonu unu-klakan kopibutonon per la komando "git clone --recurse-submodules ...". +// @description:es Después del botón "Código" en la página del repositorio de GitHub, agregue un botón de copia con un clic usando el comando "git clone --recurse-submodules ...". +// @description:es-419 Después del botón "Código" en la página del repositorio de GitHub, agregue un botón de copia con un clic usando el comando "git clone --recurse-submodules ...". +// @description:et Pärast GitHubi hoidla lehel nuppu "Kood" lisage ühe klõpsuga kopeerimisnupp, kasutades käsku "git clone --recurse-submodules ...". +// @description:eu GitHub biltegiko orrialdeko "Kodea" botoiaren ondoren, gehitu klik bakarreko kopia botoia "git clone --recurse-submodules ..." komandoa erabiliz. +// @description:fa بعد از دکمه "Code" در صفحه مخزن GitHub، یک دکمه کپی با یک کلیک با استفاده از دستور "git clone --recurse-submodules ..." اضافه کنید. +// @description:ff Caggal butoŋ "Kod" e hello defterdu GitHub, ɓeydu butoŋ koppirgol doggol gootol huutortoo yamiroore "git clone --recurse-submodules ...". +// @description:fi Lisää "Koodi"-painikkeen jälkeen GitHubin arkistosivulla kopiointipainike yhdellä napsautuksella "git clone --recurse-submodules ..." -komennolla. +// @description:fil Pagkatapos ng button na "Code" sa pahina ng repositoryo ng GitHub, magdagdag ng one-click copy button gamit ang command na "git clone --recurse-submodules ...". +// @description:fj Ni oti na "Kode" na ibulukau ena tabana ni maroroi ni GitHub, vakuria e dua na ibulukau ni ilavelave ni dua na kiliki ena kena vakayagataki na "git clone --vakalesui mai-submodules ..." ivakaro. +// @description:fo Eftir "Koda" knøttin á GitHub goymslusíðuni, legg ein avritsknøtt við einum klikki til við at brúka skipanina "git clone --recurse-submodules ...". +// @description:fr Après le bouton "Code" sur la page du référentiel GitHub, ajoutez un bouton de copie en un clic à l’aide de la commande "git clone --recurse-submodules...". +// @description:fr-CA Après le bouton "Code" sur la page du référentiel GitHub, ajoutez un bouton de copie en un clic à l’aide de la commande "git clone --recurse-submodules...". +// @description:fy Nei de "Code" knop op ’e GitHub repository side, foegje in ien-klik kopiearje knop ta mei it kommando "git clone --recurse-submodules ...". +// @description:ga Tar éis an cnaipe "Cód" ar leathanach stórtha GitHub, cuir cnaipe cóip aon-cliceáil ag baint úsáide as an ordú "git clone --recurse-submodules ...". +// @description:gd Às deidh a ’phutan“ Còd ”air duilleag stòr GitHub, cuir putan leth-bhreac aon-bhriog a’ cleachdadh an àithne “git clone --recurse-submodules ...”. +// @description:gl Despois do botón "Código" na páxina do repositorio de GitHub, engade un botón de copia cun só clic usando o comando "git clone --recurse-submodules ...". +// @description:gn Pe "Código" mboajepyréva rire GitHub ryru página-pe, emoĩ peteĩ mboajepyréva jekopia rehegua eipurúvo "git clone --recurse-submodules ..." ñe’ẽmondo. +// @description:gsw-berne After the "Code" button on the GitHub repository page, add a one-click copy button using the "git clone --recurse-submodules ..." command. +// @description:gu GitHub રીપોઝીટરી પૃષ્ઠ પર "કોડ" બટન પછી, "git ક્લોન --recurse-submodules ..." આદેશનો ઉપયોગ કરીને એક-ક્લિક કૉપિ બટન ઉમેરો. +// @description:gv As lurg y botoon "Code" er y duillag s’taarnagh GitHub, cuir botoon copy ’sy ghlare ’sy ghlare "git clone --recurse-submodules ...". +// @description:ha Bayan maɓallin "Code" akan shafin ma’ajin GitHub, ƙara maɓallin kwafi ɗaya dannawa ta amfani da "git clone --recurse-submodules ..." umarni. +// @description:he לאחר כפתור "קוד" בדף מאגר GitHub, הוסף כפתור העתקה בלחיצה אחת באמצעות הפקודה "git clone --recurse-submodules ...". +// @description:hi GitHub रिपॉजिटरी पेज पर "कोड" बटन के बाद, "git क्लोन --recurse-submodules ..." कमांड का उपयोग करके एक-क्लिक कॉपी बटन जोड़ें। +// @description:hmn Tom qab lub "Code" khawm ntawm nplooj ntawv GitHub repository, ntxiv ib-nias luam khawm siv cov "git clone --recurse-submodules ..." hais kom ua. +// @description:hr Nakon gumba "Kôd" na stranici repozitorija GitHub dodajte gumb za kopiranje jednim klikom pomoću naredbe "git clone --recurse-submodules ...". +// @description:ht Apre bouton "Kòd" sou paj depo GitHub la, ajoute yon bouton kopi yon sèl-klike lè l sèvi avèk kòmandman "git clone --recurse-submodules ...". +// @description:hu A GitHub tárhely oldalán található "Kód" gomb után adjon hozzá egy egykattintásos másolás gombot a "git clone --recurse-submodules ..." paranccsal. +// @description:hy GitHub պահեստի էջի «Code» կոճակից հետո ավելացրեք մեկ սեղմումով պատճենահանման կոճակ՝ օգտագործելով «git clone --recurse-submodules ...» հրամանը: +// @description:id Setelah tombol "Kode" di halaman repositori GitHub, tambahkan tombol salin sekali klik menggunakan perintah "git clone --recurse-submodules...". +// @description:ig Mgbe bọtịnụ "koodu" dị na ibe nchekwa GitHub, tinye otu bọtịnụ otu pịa iji "git clone --recurse-submodules ..." iwu. +// @description:is Eftir "Code" hnappinn á GitHub geymslusíðunni skaltu bæta við einum smelli afritunarhnappi með því að nota "git clone --recurse-submodules ..." skipunina. +// @description:it Dopo il pulsante "Codice" nella pagina del repository GitHub, aggiungi un pulsante di copia con un clic utilizzando il comando "git clone --recurse-submodules ...". +// @description:iu ᑭᖑᓂᐊᒍᑦ "ᓇᕿᑦᑕᒐᖅ" ᓇᕿᑦᑕᒐᖅ GitHub ᑐᖅᑯᐃᕕᐅᑉ ᒪᒃᐱᒐᖓᓂ, ᐃᓚᓯᓗᑎᑦ ᐊᑕᐅᓯᕐᒥᒃ ᓇᕿᑦᑕᒐᕐᒥᒃ ᐊᔾᔨᓕᐅᕆᓂᕐᒧᑦ ᓇᕿᑦᑕᒐᕐᒥᒃ ᐊᑐᕐᓗᑎᑦ "git clone --recurse-submodules ..." ᑎᓕᐅᕈᑎᒥᒃ. +// @description:ja GitHub リポジトリ ページの [コード] ボタンの後に、「git clone --recurse-submodules ...」コマンドを使用して、ワンクリックでコピー ボタンを追加します。 +// @description:jv Sawise tombol "Kode" ing kaca repositori GitHub, tambahake tombol salinan siji-klik nggunakake printah "git clone --recurse-submodules ...". +// @description:ka GitHub საცავის გვერდზე "Code" ღილაკის შემდეგ დაამატეთ ერთი დაწკაპუნებით ასლის ღილაკი "git clone --recurse-submodules ..." ბრძანების გამოყენებით. +// @description:kg Na nima ya buto "Kode" na lutiti ya kisika ya kubumba bima ya GitHub, yika buto ya kusala kopi na mbala mosi na kusadilaka ntuma ya "git clone --recurse-submodules ...". +// @description:kk GitHub репозиторий бетіндегі «Код» түймешігінен кейін «git clone --recurse-submodules ...» пәрменін пайдаланып бір рет басу арқылы көшіру түймесін қосыңыз. +// @description:kl GitHub-imi allagarsiiviup quppernerani "Kode"-mik toortagaq kingorna, "git clone --recurse-submodules ..." atorlugu ataatsimik klikkimik kopie-mik toortagaq ilanngukkit. +// @description:km បន្ទាប់ពីប៊ូតុង "កូដ" នៅលើទំព័រឃ្លាំង GitHub បន្ថែមប៊ូតុងចម្លងចុចមួយដងដោយប្រើពាក្យបញ្ជា "git clone --recurse-submodules ... "។ +// @description:kn GitHub ರೆಪೊಸಿಟರಿ ಪುಟದಲ್ಲಿನ "ಕೋಡ್" ಬಟನ್ ನಂತರ, "git clone --recurse-submodules ..." ಆಜ್ಞೆಯನ್ನು ಬಳಸಿಕೊಂಡು ಒಂದು ಕ್ಲಿಕ್ ನಕಲು ಬಟನ್ ಅನ್ನು ಸೇರಿಸಿ. +// @description:ko GitHub 저장소 페이지의 "코드" 버튼 뒤에 "git clone --recurse-submodules ..." 명령을 사용하여 원클릭 복사 버튼을 추가합니다. +// @description:kr Ngawo botəram "Lamba" kəla warak gənatəram GitHubben, botəram ruwotəbe fal-kəltəlan faidatəlan "git clone --recurse-submodules ..." amariya. +// @description:ku Piştî bişkoja "Code" ya li ser rûpela depoya GitHub, bişkojek kopî ya yek-klîk bi karanîna fermana "git clone --recurse-submodules ..." lê zêde bike. +// @description:kv GitHub репозиторий лист бокын "Код" кнопка бӧрын содты ӧти кликӧн копируйтан кнопка "git clone --recurse-submodules ..." команда отсӧгӧн. +// @description:ky GitHub репозиторий бетиндеги "Код" баскычынан кийин, "git clone --recurse-submodules ..." буйругун колдонуп, бир чыкылдатуу менен көчүрүү баскычын кошуңуз. +// @description:la Post "Codex" bullam in pagina repositorii GitHub, adde unum exemplum conjunctionis click utens "git clone - submodules..." mandatum. +// @description:lb Nom "Code" Knäppchen op der GitHub Repository Säit, füügt en One-Click Copy Button mat dem "git clone --recurse-submodules ..." Kommando. +// @description:lg Oluvannyuma lwa bbaatuuni ya "Code" ku lupapula lw’etterekero lya GitHub, yongera ku bbaatuuni y’okukoppa ey’okunyiga omulundi gumu ng’okozesa ekiragiro "git clone --recurse-submodules ...". +// @description:ln Sima ya bouton "Code" na lokasa ya ebombelo ya GitHub, bakisa bouton ya kopi ya kofina moko na kosalelaka etinda "git clone --recurse-submodules ...". +// @description:lo ຫຼັງຈາກປຸ່ມ "ລະຫັດ" ໃນຫນ້າ repository GitHub, ເພີ່ມປຸ່ມສໍາເນົາຫນຶ່ງຄລິກໂດຍໃຊ້ຄໍາສັ່ງ "git clone --recurse-submodules ... ". +// @description:lt Po mygtuko „Kodas“ „GitHub“ saugyklos puslapyje pridėkite vieno paspaudimo kopijavimo mygtuką naudodami komandą „git clone --recurse-submodules ...“. +// @description:lv Pēc pogas "Kods" GitHub repozitorija lapā pievienojiet viena klikšķa kopēšanas pogu, izmantojot komandu "git clone --recurse-submodules ...". +// @description:mg Aorian’ny bokotra "Code" ao amin’ny pejin’ny fitahirizana GitHub, ampio bokotra dika mitovy amin’ny fampiasana ny baiko "git clone --recurse-submodules ...". +// @description:mh Elikin "Code" button eo ilo GitHub repository page eo, kobaik juon-click copy button ilo am kajerbal "git clone --recurse-submodules ..." command eo. +// @description:mi Whai muri i te paatene "Waehere" kei runga i te wharangi penapena GitHub, taapirihia he paatene kape kotahi-paato ma te whakamahi i te "git clone --recurse-submodules ..." whakahau. +// @description:mk По копчето „Code“ на страницата на складиштето GitHub, додадете копче за копирање со еден клик користејќи ја командата „git clone --recurse-submodules ...“. +// @description:ml GitHub റിപ്പോസിറ്ററി പേജിലെ "കോഡ്" ബട്ടണിന് ശേഷം, "git clone --recurse-submodules ..." കമാൻഡ് ഉപയോഗിച്ച് ഒറ്റ ക്ലിക്ക് കോപ്പി ബട്ടൺ ചേർക്കുക. +// @description:mn GitHub репозиторын хуудсан дээрх "Код" товчлуурын дараа "git clone --recurse-submodules ..." командыг ашиглан нэг товшилтоор хуулбарлах товчийг нэмнэ үү. +// @description:mo După butonul „Cod” de pe pagina depozitului GitHub, adăugați un buton de copiere cu un singur clic folosind comanda „git clone --recurse-submodules...”. +// @description:mr GitHub रेपॉजिटरी पृष्ठावरील "कोड" बटणानंतर, "git clone --recurse-submodules ..." कमांड वापरून एक-क्लिक कॉपी बटण जोडा. +// @description:ms Selepas butang "Kod" pada halaman repositori GitHub, tambahkan butang salinan satu klik menggunakan arahan "git clone --recurse-submodules ...". +// @description:mt Wara l-buttuna "Kodiċi" fuq il-paġna tar-repożitorju GitHub, żid buttuna ta ’kopja b’klikk waħda billi tuża l-kmand "git clone --recurse-submodules ...". +// @description:my GitHub repository စာမျက်နှာရှိ "ကုဒ်" ခလုတ်ပြီးနောက်၊ "git clone --recurse-submodules ... " အမိန့်ကို အသုံးပြု၍ တစ်ချက်နှိပ်မိတ္တူခလုတ်ကို ထည့်ပါ။ +// @description:nb Etter "Code"-knappen på GitHub-depotsiden, legg til en ett-klikks kopiknapp ved å bruke "git clone --recurse-submodules ..." kommandoen. +// @description:ne GitHub भण्डार पृष्ठमा "कोड" बटन पछि, "git clone --recurse-submodules ..." आदेश प्रयोग गरेर एक-क्लिक प्रतिलिपि बटन थप्नुहोस्। +// @description:nl Voeg na de knop "Code" op de GitHub-repositorypagina een kopieerknop met één klik toe met behulp van de opdracht "git clone --recurse-submodules ...". +// @description:nr Ngemva kwebhathini le-"Code" ekhasini le-GitHub repository, faka ibhathini lokukopisha ngokuchofoza kanye ngokusebenzisa umyalo othi "git clone --recurse-submodules ...". +// @description:ny Pambuyo pa batani la "Code" patsamba lankhokwe la GitHub, onjezani batani lodina kamodzi pogwiritsa ntchito lamulo la "git clone --recurse-submodules ...". +// @description:oc Après lo boton « Còde » sus la pagina del depaus GitHub, apondretz un boton de còpia en un clic en utilizant la comanda « git clone --recurse-submodules … » . +// @description:om Fuula kuusaa GitHub irratti qaree "Koodii" booda, ajaja "git clone --recurse-submodules ..." fayyadamuun qaree waraabbii cuqaasuu tokkoon dabali. +// @description:or GitHub ରେପୋଜିଟୋରୀ ପୃଷ୍ଠାରେ ଥିବା "କୋଡ୍" ବଟନ୍ ପରେ, "git clone --recurse-submodules ..." ନିର୍ଦ୍ଦେଶ ବ୍ୟବହାର କରି ଗୋଟିଏ କ୍ଲିକ୍ କପି ବଟନ୍ ଯୋଡନ୍ତୁ | +// @description:os GitHub-ы æвæрæны фарсыл "Код"-ы кнопкæйы фæстæ бафтаут иу æрцавдæй копир кæныны кнопкæ "git clone --recurse-submodules ..." фæдзæхстæй. +// @description:pa GitHub ਰਿਪੋਜ਼ਟਰੀ ਪੰਨੇ ’ਤੇ "ਕੋਡ" ਬਟਨ ਤੋਂ ਬਾਅਦ, "git clone --recurse-submodules ..." ਕਮਾਂਡ ਦੀ ਵਰਤੋਂ ਕਰਕੇ ਇੱਕ-ਕਲਿੱਕ ਕਾਪੀ ਬਟਨ ਸ਼ਾਮਲ ਕਰੋ। +// @description:pl Po przycisku „Kod” na stronie repozytorium GitHub dodaj przycisk kopiowania jednym kliknięciem, używając polecenia „git clone --recurse-submodules …”. +// @description:ps د GitHub ذخیره پاڼې کې د "کوډ" تڼۍ وروسته، د "git clone --recurse-submodules ..." کمانډ په کارولو سره د یو کلیک کاپي تڼۍ اضافه کړئ. +// @description:pt Após o botão "Código" na página do repositório GitHub, adicione um botão de cópia de um clique usando o comando "git clone --recurse-submodules ...". +// @description:pt-BR Após o botão "Código" na página do repositório GitHub, adicione um botão de cópia de um clique usando o comando "git clone --recurse-submodules ...". +// @description:pt-PT Após o botão "Código" na página do repositório GitHub, adicione um botão de cópia de um clique, utilizando o comando "git clone --recurse-submodules...". +// @description:qu GitHub waqaychasqa p’anqapi "Código" ñit’inamanta qhipaman, huk ñit’iy copia ñit’inata yapay "git clone --recurse-submodules ..." kamachiyta llamk’achispa. +// @description:rn Inyuma y’ubuto "Kode" kuri paji y’ububiko bwa GitHub, wongereko ubuto bwo gukopa ukoresheje itegeko "git clone --recurse-submodules ...". +// @description:ro După butonul „Cod” de pe pagina depozitului GitHub, adăugați un buton de copiere cu un singur clic folosind comanda „git clone --recurse-submodules...”. +// @description:ru После кнопки «Код» на странице репозитория GitHub добавьте кнопку копирования в один клик с помощью команды «git clone --recurse-submodules...». +// @description:rw Nyuma ya buto ya "Code" kurupapuro rwububiko bwa GitHub, ongeramo buto imwe yo gukoporora ukoresheje "git clone --recurse-submodules ...". +// @description:sa GitHub भण्डारपृष्ठे "Code" बटनस्य अनन्तरं "git clone --recurse-submodules ..." आदेशस्य उपयोगेन एकक्लिक् प्रतिलिपिबटनं योजयन्तु । +// @description:sd GitHub مخزن واري صفحي تي "ڪوڊ" بٽڻ کان پوء، "git clone --recurse-submodules ..." ڪمانڊ استعمال ڪندي ھڪڙي ڪلڪ ڪريو ڪاپي بٽڻ شامل ڪريو. +// @description:se Maŋŋel "Koda"-boalu GitHub-vurkenbáikki siiddus, de bidjat ovtta čuoggáin kopierenboalu "git clone --recurse-submodules ..." gohččumiin. +// @description:sg Na peko ti bouton "Kode" na ndo ti lembeti ti batango ye ti GitHub, zia mbeni bouton ti copie na lege ti komandema "git clone --recurse-submodules ...". +// @description:sh Након дугмета „Код“ на страници ГитХуб спремишта, додајте дугме за копирање једним кликом помоћу команде „гит цлоне --рецурсе-субмодулес...“. +// @description:si GitHub ගබඩා පිටුවේ ඇති "කේතය" බොත්තමට පසුව, "git clone --recurse-submodules ..." විධානය භාවිතයෙන් එක් ක්ලික් පිටපත් බොත්තමක් එක් කරන්න. +// @description:sk Za tlačidlo „Kód“ na stránke úložiska GitHub pridajte tlačidlo kopírovania jedným kliknutím pomocou príkazu „git clone --recurse-submodules ...“. +// @description:sl Za gumbom »Koda« na strani repozitorija GitHub dodajte gumb za kopiranje z enim klikom z ukazom »git clone --recurse-submodules ...«. +// @description:sm A maeʻa le "Code" faʻamau i luga o le GitHub repository page, faʻaopoopo se kiliki kopi e tasi-kiliki e faʻaaoga ai le "git clone --recurse-submodules ..." poloaiga. +// @description:sn Mushure me "Code" bhatani pane GitHub repository peji, wedzera imwe-tinya kopi bhatani uchishandisa "git clone --recurse-submodules ..." command. +// @description:so Kadib badhanka "Code" ee bogga kaydka GitHub, ku dar hal-guji badhanka koobi adigoo isticmaalaya "git clone --recurse-submodules ..." amarka. +// @description:sq Pas butonit "Code" në faqen e depove GitHub, shtoni një buton kopjimi me një klikim duke përdorur komandën "git clone --recurse-submodules ...". +// @description:sr Након дугмета „Код“ на страници ГитХуб спремишта, додајте дугме за копирање једним кликом помоћу команде „гит цлоне --рецурсе-субмодулес...“. +// @description:ss Ngemuva kwenkinobho letsi "Ikhodi" ekhasini lekugcina le-GitHub, faka inkinobho yekukhopha ngekuchofota kanye usebentisa umyalo we "git clone --recurse-submodules ...". +// @description:st Ka mor’a konopo ea "Code" leqepheng la polokelo ea GitHub, eketsa konopo ea kopi e le ’ngoe u sebelisa "git clone --recurse-submodules ..." taelo. +// @description:su Saatos tombol "Kode" dina halaman gudang GitHub, tambahkeun tombol salinan hiji-klik nganggo paréntah "git clone --recurse-submodules ...". +// @description:sv Efter "Code"-knappen på GitHub-repository-sidan, lägg till en kopieringsknapp med ett klick med kommandot "git clone --recurse-submodules ...". +// @description:sw Baada ya kitufe cha "Msimbo" kwenye ukurasa wa hazina wa GitHub, ongeza kitufe cha kunakili kwa kubofya mara moja kwa kutumia amri ya "git clone --recurse-submodules ...". +// @description:ta GitHub களஞ்சியப் பக்கத்தில் உள்ள "குறியீடு" பொத்தானுக்குப் பிறகு, "git clone --recurse-submodules ..." கட்டளையைப் பயன்படுத்தி ஒரு கிளிக் நகல் பொத்தானைச் சேர்க்கவும். +// @description:te GitHub రిపోజిటరీ పేజీలోని "కోడ్" బటన్ తర్వాత, "git clone --recurse-submodules ..." ఆదేశాన్ని ఉపయోగించి ఒక-క్లిక్ కాపీ బటన్‌ను జోడించండి. +// @description:tg Пас аз тугмаи "Код" дар саҳифаи анбори GitHub, бо истифода аз фармони "git clone --recurse-submodules ..." тугмаи нусхабардории як кликро илова кунед. +// @description:th หลังจากปุ่ม "รหัส" บนหน้าพื้นที่เก็บข้อมูล GitHub ให้เพิ่มปุ่มคัดลอกในคลิกเดียวโดยใช้คำสั่ง "git clone --recurse-submodules ..." +// @description:ti ድሕሪ እቲ ኣብ ገጽ መኽዘን GitHub ዘሎ "Code" ዝብል መጠወቒ፡ "git clone --recurse-submodules ..." ዝብል ትእዛዝ ተጠቒምካ ብሓደ ጠውቂ ናይ ቅዳሕ መጠወቒ ወስኸሉ። +// @description:tk GitHub ammar sahypasyndaky "Kod" düwmesinden soň, "git klon --recurse-submodules ..." buýrugyny ulanyp, bir gezek basmak göçürme düwmesini goşuň. +// @description:tl Pagkatapos ng button na "Code" sa pahina ng repositoryo ng GitHub, magdagdag ng one-click copy button gamit ang command na "git clone --recurse-submodules ...". +// @description:tn Morago ga konopo ya "Khoutu" mo tsebeng ya polokelo ya GitHub, tsenya konopo ya khopi ya go tobetsa gangwe o dirisa taelo ya "git clone --recurse-submodules ...". +// @description:to Hili ’a e "Kouti" ’i he peesi ’o e fale tuku’anga koloa ’o e GitHub, tanaki atu ha kiliki ’e taha ’a e tatau ’o e ’uhila ’o faka’aonga’i ’a e "git clone --recurse-submodules ..." fekau. +// @description:tr GitHub depo sayfasındaki "Kod" butonunun ardından "git clone --recurse-submodules ..." komutunu kullanarak tek tıklamayla kopyalama butonu ekleyin. +// @description:ts Endzhaku ka buti ya "Khodi" eka tluka ra vuhlayiselo bya GitHub, engetela buti yo kopa ya ku tikhoma kan’we hi ku tirhisa xileriso xa "git clone --recurse-submodules ...". +// @description:tt GitHub склад битендәге "Код" төймәсеннән соң, "git clone --recurse-submodules ..." боерыгы ярдәмендә бер тапкыр басу күчермә төймәсен өстәгез. +// @description:tw "Code" bɔtn a ɛwɔ GitHub akoraeɛ krataafa no akyi no, fa kɔpi bɔtn a wobɛkliki baako ka ho denam "git clone --recurse-submodules ..." ahyɛdeɛ no so. +// @description:ty I muri a’e i te taviri " Code " i ni’a i te api no te GitHub, a tapiri i te hoê taviri tata’uraa ma te faaohipa i te faaueraa " git clone -- recurse-submodules ...". +// @description:ug GitHub ئامبىرى بېتىدىكى «كود» كۇنۇپكىسىدىن كېيىن ، «git clone --recurse-submodules ...» بۇيرۇقىنى ئىشلىتىپ بىر قېتىم چېكىش كۆپەيتىش كۇنۇپكىسىنى قوشۇڭ. +// @description:uk Після кнопки «Код» на сторінці сховища GitHub додайте кнопку копіювання одним натисканням за допомогою команди «git clone --recurse-submodules ...». +// @description:ur GitHub ریپوزٹری پیج پر "کوڈ" بٹن کے بعد، "git clone --recurse-submodules ..." کمانڈ کا استعمال کرتے ہوئے ایک کلک کاپی بٹن شامل کریں۔ +// @description:uz GitHub ombori sahifasidagi "Kod" tugmasidan so’ng "git clone --recurse-submodules ..." buyrug’i yordamida bir marta bosish orqali nusxa ko’chirish tugmasini qo’shing. +// @description:ve Nga murahu ha gunubu ya "Khoudu" kha siaṱari ḽa vhupo ha GitHub, engedzani gunubu ya u kopisela nga u tou puṱedza luthihi ni tshi shumisa ndaela ya "git clone --recurse-submodules ...". +// @description:vi Sau nút "Mã" trên trang kho lưu trữ GitHub, hãy thêm nút sao chép bằng một cú nhấp chuột bằng lệnh "git clone --recurse-submodules ...". +// @description:wo Ginaaw butoŋu "Kod" bi ci xëtu dencukaay GitHub, yokkal benn butoŋu kopie ci benn klik jëfandikoo komand "git clone --recurse-submodules ...". +// @description:xh Emva kweqhosha elithi "Code" kwiphepha lokugcina leGitHub, yongeza iqhosha lokucofa-kanye usebenzisa i "git clone --recurse-submodules ..." umyalelo. +// @description:yi נאָך די "קאָוד" קנעפּל אויף די GitHub ריפּאַזאַטאָרי בלאַט, לייגן אַ איין-גיט קאָפּיע קנעפּל ניצן די "git clone --recurse-submodules ..." באַפֿעל. +// @description:yo Lẹhin bọtini “koodu” lori oju-iwe ibi ipamọ GitHub, ṣafikun bọtini ẹda-ọkan kan ni lilo “git clone --recurse-submodules ...” +// @description:zh 在 GitHub 仓库页面的“代码”按钮之后,添加一个使用“git clone --recurse-submodules ...”命令的一键复制按钮。 +// @description:zh-CN 在 GitHub 仓库页面的“代码”按钮之后,添加一个使用“git clone --recurse-submodules ...”命令的一键复制按钮。 +// @description:zh-HK 在 GitHub 倉庫頁面的「程式碼」按鈕之後,新增一個使用「git clone --recurse-submodules ...」指令的一鍵複製按鈕。 +// @description:zh-MO 在 GitHub 倉庫頁面的「程式碼」按鈕之後,新增一個使用「git clone --recurse-submodules ...」指令的一鍵複製按鈕。 +// @description:zh-MY 在 GitHub 仓库页面的“代码”按钮之后,添加一个使用“git clone --recurse-submodules ...”命令的一键复制按钮。 +// @description:zh-SG 在 GitHub 仓库页面的“代码”按钮之后,添加一个使用“git clone --recurse-submodules ...”命令的一键复制按钮。 +// @description:zh-TW 在 GitHub 倉庫頁面的「程式碼」按鈕之後,新增一個使用「git clone --recurse-submodules ...」指令的一鍵複製按鈕。 +// @description:zu Ngemva kwenkinobho ethi "Ikhodi" ekhasini lekhosombe le-GitHub, engeza inkinobho yokuchofoza okukodwa usebenzisa umyalo othi "git clone --recurse-submodules ...". +// @author 人民的勤务员 +// @namespace https://github.com/ChinaGodMan/UserScripts +// @supportURL https://github.com/ChinaGodMan/UserScripts/issues +// @homepageURL https://github.com/ChinaGodMan/UserScripts +// @homepage https://github.com/ChinaGodMan/UserScripts +// @license MIT +// @match https://github.com/* +// @icon https://raw.githubusercontent.com/ChinaGodMan/UserScriptsHistory/main/scriptsIcon/github-commit-viewer.png +// @grant GM_setClipboard +// @compatible chrome +// @compatible firefox +// @compatible edge +// @compatible opera +// @compatible safari +// @compatible kiwi +// @compatible qq +// @compatible via +// @compatible brave +// @version 2026.3.16.1 +// @created 2026-03-16 15:12:45 +// @downloadURL https://raw.githubusercontent.com/ChinaGodMan/UserScripts/main/github-clone/github-clone.user.js +// @updateURL https://raw.githubusercontent.com/ChinaGodMan/UserScripts/main/github-clone/github-clone.user.js // ==/UserScript== (function () { From ee0e780ffdb423554ea27e2d7037ea9a996626f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 03:14:49 +0800 Subject: [PATCH 052/104] chore(deps-dev): bump lint-staged from 16.3.3 to 16.4.0 (#269) --- package-lock.json | 94 +++++------------------------------------------ package.json | 2 +- 2 files changed, 10 insertions(+), 86 deletions(-) diff --git a/package-lock.json b/package-lock.json index 29ee2d8f5..6ebdf579e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "eslint-plugin-userscripts": "^0.5.6", "eslint-plugin-yml": "^3.3.1", "husky": "^9.1.7", - "lint-staged": "^16.3.3", + "lint-staged": "^16.4.0", "prettier": "^3.8.1" } }, @@ -677,19 +677,6 @@ "concat-map": "0.0.1" } }, - "node_modules/braces": { - "version": "3.0.3", - "resolved": "https://registry.npmmirror.com/braces/-/braces-3.0.3.tgz", - "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", - "dev": true, - "license": "MIT", - "dependencies": { - "fill-range": "^7.1.1" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/call-bind": { "version": "1.0.8", "resolved": "https://registry.npmmirror.com/call-bind/-/call-bind-1.0.8.tgz", @@ -1726,19 +1713,6 @@ "node": ">=16.0.0" } }, - "node_modules/fill-range": { - "version": "7.1.1", - "resolved": "https://registry.npmmirror.com/fill-range/-/fill-range-7.1.1.tgz", - "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", - "dev": true, - "license": "MIT", - "dependencies": { - "to-regex-range": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/find-up": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", @@ -2359,16 +2333,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/is-number": { - "version": "7.0.0", - "resolved": "https://registry.npmmirror.com/is-number/-/is-number-7.0.0.tgz", - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.12.0" - } - }, "node_modules/is-number-object": { "version": "1.1.1", "resolved": "https://registry.npmmirror.com/is-number-object/-/is-number-object-1.1.1.tgz", @@ -2623,17 +2587,17 @@ } }, "node_modules/lint-staged": { - "version": "16.3.3", - "resolved": "https://registry.npmmirror.com/lint-staged/-/lint-staged-16.3.3.tgz", - "integrity": "sha512-RLq2koZ5fGWrx7tcqx2tSTMQj4lRkfNJaebO/li/uunhCJbtZqwTuwPHpgIimAHHi/2nZIiGrkCHDCOeR1onxA==", + "version": "16.4.0", + "resolved": "https://registry.npmmirror.com/lint-staged/-/lint-staged-16.4.0.tgz", + "integrity": "sha512-lBWt8hujh/Cjysw5GYVmZpFHXDCgZzhrOm8vbcUdobADZNOK/bRshr2kM3DfgrrtR1DQhfupW9gnIXOfiFi+bw==", "dev": true, "license": "MIT", "dependencies": { "commander": "^14.0.3", "listr2": "^9.0.5", - "micromatch": "^4.0.8", + "picomatch": "^4.0.3", "string-argv": "^0.3.2", - "tinyexec": "^1.0.2", + "tinyexec": "^1.0.4", "yaml": "^2.8.2" }, "bin": { @@ -3591,33 +3555,6 @@ ], "license": "MIT" }, - "node_modules/micromatch": { - "version": "4.0.8", - "resolved": "https://registry.npmmirror.com/micromatch/-/micromatch-4.0.8.tgz", - "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", - "dev": true, - "license": "MIT", - "dependencies": { - "braces": "^3.0.3", - "picomatch": "^2.3.1" - }, - "engines": { - "node": ">=8.6" - } - }, - "node_modules/micromatch/node_modules/picomatch": { - "version": "2.3.1", - "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz", - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8.6" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, "node_modules/mimic-function": { "version": "5.0.1", "resolved": "https://registry.npmmirror.com/mimic-function/-/mimic-function-5.0.1.tgz", @@ -4503,28 +4440,15 @@ } }, "node_modules/tinyexec": { - "version": "1.0.2", - "resolved": "https://registry.npmmirror.com/tinyexec/-/tinyexec-1.0.2.tgz", - "integrity": "sha512-W/KYk+NFhkmsYpuHq5JykngiOCnxeVL8v8dFnqxSD8qEEdRfXk1SDM6JzNqcERbcGYj9tMrDQBYV9cjgnunFIg==", + "version": "1.0.4", + "resolved": "https://registry.npmmirror.com/tinyexec/-/tinyexec-1.0.4.tgz", + "integrity": "sha512-u9r3uZC0bdpGOXtlxUIdwf9pkmvhqJdrVCH9fapQtgy/OeTTMZ1nqH7agtvEfmGui6e1XxjcdrlxvxJvc3sMqw==", "dev": true, "license": "MIT", "engines": { "node": ">=18" } }, - "node_modules/to-regex-range": { - "version": "5.0.1", - "resolved": "https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz", - "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "is-number": "^7.0.0" - }, - "engines": { - "node": ">=8.0" - } - }, "node_modules/tsconfig-paths": { "version": "3.15.0", "resolved": "https://registry.npmmirror.com/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz", diff --git a/package.json b/package.json index c1eb98666..0dae7adf0 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "eslint-plugin-userscripts": "^0.5.6", "eslint-plugin-yml": "^3.3.1", "husky": "^9.1.7", - "lint-staged": "^16.3.3", + "lint-staged": "^16.4.0", "prettier": "^3.8.1" }, "scripts": { From 3d2f63e167100981bb44209bdfc2c7f4b936055c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=BA=E6=B0=91=E7=9A=84=E5=8B=A4=E5=8A=A1=E5=91=98?= Date: Fri, 20 Mar 2026 02:58:47 +0800 Subject: [PATCH 053/104] =?UTF-8?q?feat:=20=E6=B8=85=E7=90=86=E6=9B=B4?= =?UTF-8?q?=E5=A4=9A=E7=9A=84=E6=8C=89=E9=92=AE=E5=92=8C=E5=85=A8=E5=B0=BA?= =?UTF-8?q?=E5=AF=B8=E6=98=BE=E7=A4=BA=E7=85=A7=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- twitter(X)-plus/AUTHORS.md | 2 +- twitter(X)-plus/CHANGELOG.md | 6 ++++ twitter(X)-plus/twitter(X)-plus.user.js | 39 ++++++++++++++++++++++--- 3 files changed, 42 insertions(+), 5 deletions(-) diff --git a/twitter(X)-plus/AUTHORS.md b/twitter(X)-plus/AUTHORS.md index 580f165a9..464a5cd6f 100644 --- a/twitter(X)-plus/AUTHORS.md +++ b/twitter(X)-plus/AUTHORS.md @@ -1,4 +1,4 @@ - + ## 💖 脚本参考或使用了以下脚本: [🧑‍💻 **@dmtri**](https://greasyfork.org/users/1168813) ⇒ 📜 _[Stop videos looping](https://greasyfork.org/scripts/474877)_
diff --git a/twitter(X)-plus/CHANGELOG.md b/twitter(X)-plus/CHANGELOG.md index 95f19275b..c12d5b166 100644 --- a/twitter(X)-plus/CHANGELOG.md +++ b/twitter(X)-plus/CHANGELOG.md @@ -1,5 +1,11 @@ # **🛠️ twitter(X)-plus 更新日志** +### **📅 2026.3.20.1** + +**新增**: 清理更多的按钮和全尺寸显示照片
+ +--- + ### **📅 2026.3.16.1** **新增**: •初始版本 diff --git a/twitter(X)-plus/twitter(X)-plus.user.js b/twitter(X)-plus/twitter(X)-plus.user.js index f4c02284e..fd01aaf6b 100644 --- a/twitter(X)-plus/twitter(X)-plus.user.js +++ b/twitter(X)-plus/twitter(X)-plus.user.js @@ -363,13 +363,15 @@ // @compatible qq // @compatible via // @compatible brave -// @version 2026.3.16.1 +// @version 2026.3.20.1 // @created 2026-03-16 13:09:27 // @downloadURL https://raw.githubusercontent.com/ChinaGodMan/UserScripts/main/twitter(X)-plus/twitter(X)-plus.user.js // @updateURL https://raw.githubusercontent.com/ChinaGodMan/UserScripts/main/twitter(X)-plus/twitter(X)-plus.user.js // ==/UserScript== -//LINK - 隐藏按钮 +const fullView = true + +//LINK - 隐藏一些元素 const style = document.createElement('style') style.id = 'x-btn-hider-styles' style.textContent = ` @@ -377,7 +379,6 @@ style.textContent = ` button[aria-label="Grok 操作"] { display: none !important; } - /* 转发 */ [data-testid="retweet"] { display: none !important; @@ -386,8 +387,38 @@ button[aria-label="Grok 操作"] { /* 浏览量 */ a[href*="/analytics"] { display: none !important; - +} +/*按地区国家屏蔽选项*/ +#x-country-blocker-link { + display: none !important; +} +/*其他*/ +[data-testid="GrokDrawer"], +/*jb 关注请求 */ +a[href="/follower_requests"], +/*设置广告*/ +a[href="https://ads.x.com/?ref=gl-tw-tw-twitter-ads-rweb"], +/* Grok */ +a[href="/i/grok"], +/* 创作者工作室 */ +a[href="/i/jf/creators/studio"], +a[href="/i/verified-orgs-signup"], +a[href="/i/premium_sign_up"], +/*页面右边订阅*/ +aside[aria-label="订阅 Premium"], +aside[aria-label="Subscribe to Premium"], +/*其他*/ +[data-testid="grokImgGen"], +.r-18u37iz.r-1h0z5md button[aria-label="Grok actions"] { + display: none !important; +} ` +// 全尺寸预览图片 +if (fullView) { + style.textContent += ` +* div[data-testid="tweetPhoto"]:has(div+img) > div {background-size: contain;} +` +} document.head.appendChild(style) //SECTION - 拉黑 From aed5dc94829958ae62b27de22693289f4c298885 Mon Sep 17 00:00:00 2001 From: ChinaGodBot Date: Fri, 20 Mar 2026 02:59:46 +0800 Subject: [PATCH 054/104] =?UTF-8?q?docs(sync):=20=F0=9F=A4=96=20=E5=90=8C?= =?UTF-8?q?=E6=AD=A5=20[`README=5F[lang].md`]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- twitter(X)-plus/AUTHORS.md | 4 +++- twitter(X)-plus/README.md | 7 ++++++- twitter(X)-plus/README_en.md | 7 ++++++- twitter(X)-plus/README_ko.md | 7 ++++++- twitter(X)-plus/README_vi.md | 7 ++++++- twitter(X)-plus/README_zh-TW.md | 7 ++++++- 6 files changed, 33 insertions(+), 6 deletions(-) diff --git a/twitter(X)-plus/AUTHORS.md b/twitter(X)-plus/AUTHORS.md index 464a5cd6f..9a7e0ddbf 100644 --- a/twitter(X)-plus/AUTHORS.md +++ b/twitter(X)-plus/AUTHORS.md @@ -4,7 +4,9 @@ [🧑‍💻 **@dmtri**](https://greasyfork.org/users/1168813) ⇒ 📜 _[Stop videos looping](https://greasyfork.org/scripts/474877)_
[🧑‍💻 **@hzbrrbmin**](https://greasyfork.org/users/629884) ⇒ 📜 _[X/Twitter Optimized Tweet Buttons](https://greasyfork.org/scripts/545417)_
[🧑‍💻 **@legendary_warrior_1**](https://greasyfork.org/users/1562844) ⇒ 📜 _[Social Media Auto-Unmute (X & Instagram)](https://greasyfork.org/scripts/567371)_
-[🧑‍💻 **@Kdroidwin**](https://greasyfork.org/users/1344730) ⇒ 📜 _[TwitterX-One-Click-Blocker](https://greasyfork.org/scripts/568421)_ +[🧑‍💻 **@Kdroidwin**](https://greasyfork.org/users/1344730) ⇒ 📜 _[TwitterX-One-Click-Blocker](https://greasyfork.org/scripts/568421)_
+[🧑‍💻 **@Minoa**](https://greasyfork.org/users/1268587) ⇒ 📜 _[Twitter/X UI Improvements](https://greasyfork.org/scripts/526565)_
+[🧑‍💻 **@zhowiny**](https://greasyfork.org/users/1218254) ⇒ 📜 _[x.com photo full preview](https://greasyfork.org/scripts/527908)_ diff --git a/twitter(X)-plus/README.md b/twitter(X)-plus/README.md index e4cc28534..de27e7e6c 100644 --- a/twitter(X)-plus/README.md +++ b/twitter(X)-plus/README.md @@ -66,6 +66,9 @@

Download:Github | ⭐Greasy Fork

更新记录

🛠️ twitter(X)-plus 更新日志

+

📅 2026.3.20.1

+

新增: 清理更多的按钮和全尺寸显示照片

+

📅 2026.3.16.1

新增: •初始版本


@@ -91,7 +94,9 @@ [🧑‍💻 **@dmtri**](https://greasyfork.org/users/1168813) ⇒ 📜 _[Stop videos looping](https://greasyfork.org/scripts/474877)_
[🧑‍💻 **@hzbrrbmin**](https://greasyfork.org/users/629884) ⇒ 📜 _[X/Twitter Optimized Tweet Buttons](https://greasyfork.org/scripts/545417)_
[🧑‍💻 **@legendary_warrior_1**](https://greasyfork.org/users/1562844) ⇒ 📜 _[Social Media Auto-Unmute (X & Instagram)](https://greasyfork.org/scripts/567371)_
-[🧑‍💻 **@Kdroidwin**](https://greasyfork.org/users/1344730) ⇒ 📜 _[TwitterX-One-Click-Blocker](https://greasyfork.org/scripts/568421)_ +[🧑‍💻 **@Kdroidwin**](https://greasyfork.org/users/1344730) ⇒ 📜 _[TwitterX-One-Click-Blocker](https://greasyfork.org/scripts/568421)_
+[🧑‍💻 **@Minoa**](https://greasyfork.org/users/1268587) ⇒ 📜 _[Twitter/X UI Improvements](https://greasyfork.org/scripts/526565)_
+[🧑‍💻 **@zhowiny**](https://greasyfork.org/users/1218254) ⇒ 📜 _[x.com photo full preview](https://greasyfork.org/scripts/527908)_ ![2026.03.16](https://files.seeusercontent.com/2026/03/16/c1iG/pic_1773643051917.png) diff --git a/twitter(X)-plus/README_en.md b/twitter(X)-plus/README_en.md index 02166b579..ef5f2817b 100644 --- a/twitter(X)-plus/README_en.md +++ b/twitter(X)-plus/README_en.md @@ -66,6 +66,9 @@

Download:Github | ⭐Greasy Fork

Update record

🛠️ twitter(X)-plus Change log

+

📅 2026.3.20.1

+

New: Clean up more buttons and show photos full size

+

📅 2026.3.16.1

New: •initial version


@@ -91,7 +94,9 @@ Provides several useful enhancements: [🧑‍💻 **@dmtri**](https://greasyfork.org/users/1168813) ⇒ 📜 _[Stop videos looping](https://greasyfork.org/scripts/474877)_
[🧑‍💻 **@hzbrrbmin**](https://greasyfork.org/users/629884) ⇒ 📜 _[X/Twitter Optimized Tweet Buttons](https://greasyfork.org/scripts/545417)_
[🧑‍💻 **@legendary_warrior_1**](https://greasyfork.org/users/1562844) ⇒ 📜 _[Social Media Auto-Unmute (X & Instagram)](https://greasyfork.org/scripts/567371)_
-[🧑‍💻 **@Kdroidwin**](https://greasyfork.org/users/1344730) ⇒ 📜 _[TwitterX-One-Click-Blocker](https://greasyfork.org/scripts/568421)_ +[🧑‍💻 **@Kdroidwin**](https://greasyfork.org/users/1344730) ⇒ 📜 _[TwitterX-One-Click-Blocker](https://greasyfork.org/scripts/568421)_
+[🧑‍💻 **@Minoa**](https://greasyfork.org/users/1268587) ⇒ 📜 _[Twitter/X UI Improvements](https://greasyfork.org/scripts/526565)_
+[🧑‍💻 **@zhowiny**](https://greasyfork.org/users/1218254) ⇒ 📜 _[x.com photo full preview](https://greasyfork.org/scripts/527908)_ ![2026.03.16](https://files.seeusercontent.com/2026/03/16/c1iG/pic_1773643051917.png) diff --git a/twitter(X)-plus/README_ko.md b/twitter(X)-plus/README_ko.md index 4c80a09bd..4e02a695e 100644 --- a/twitter(X)-plus/README_ko.md +++ b/twitter(X)-plus/README_ko.md @@ -66,6 +66,9 @@

Download:Github | ⭐Greasy Fork

기록 업데이트

🛠️ twitter(X)-plus 변경 로그

+

📅 2026.3.20.1

+

새로운: 더 많은 버튼을 정리하고 사진을 전체 크기로 표시합니다.

+

📅 2026.3.16.1

새로운: •초기 버전


@@ -91,7 +94,9 @@ [🧑‍💻 **@dmtri**](https://greasyfork.org/users/1168813) ⇒ 📜 _[Stop videos looping](https://greasyfork.org/scripts/474877)_
[🧑‍💻 **@hzbrrbmin**](https://greasyfork.org/users/629884) ⇒ 📜 _[X/Twitter Optimized Tweet Buttons](https://greasyfork.org/scripts/545417)_
[🧑‍💻 **@legendary_warrior_1**](https://greasyfork.org/users/1562844) ⇒ 📜 _[Social Media Auto-Unmute (X & Instagram)](https://greasyfork.org/scripts/567371)_
-[🧑‍💻 **@Kdroidwin**](https://greasyfork.org/users/1344730) ⇒ 📜 _[TwitterX-One-Click-Blocker](https://greasyfork.org/scripts/568421)_ +[🧑‍💻 **@Kdroidwin**](https://greasyfork.org/users/1344730) ⇒ 📜 _[TwitterX-One-Click-Blocker](https://greasyfork.org/scripts/568421)_
+[🧑‍💻 **@Minoa**](https://greasyfork.org/users/1268587) ⇒ 📜 _[Twitter/X UI Improvements](https://greasyfork.org/scripts/526565)_
+[🧑‍💻 **@zhowiny**](https://greasyfork.org/users/1218254) ⇒ 📜 _[x.com photo full preview](https://greasyfork.org/scripts/527908)_ ![2026.03.16](https://files.seeusercontent.com/2026/03/16/c1iG/pic_1773643051917.png) diff --git a/twitter(X)-plus/README_vi.md b/twitter(X)-plus/README_vi.md index 3cceb3900..402203f59 100644 --- a/twitter(X)-plus/README_vi.md +++ b/twitter(X)-plus/README_vi.md @@ -66,6 +66,9 @@

Download:Github | ⭐Greasy Fork

Cập nhật bản ghi

🛠️ twitter(X)-plus Nhật ký thay đổi

+

📅 2026.3.20.1

+

Mới: Dọn dẹp nhiều nút hơn và hiển thị ảnh ở kích thước đầy đủ

+

📅 2026.3.16.1

Mới: •phiên bản đầu tiên


@@ -91,7 +94,9 @@ Cung cấp một số cải tiến hữu ích: [🧑‍💻 **@dmtri**](https://greasyfork.org/users/1168813) ⇒ 📜 _[Stop videos looping](https://greasyfork.org/scripts/474877)_
[🧑‍💻 **@hzbrrbmin**](https://greasyfork.org/users/629884) ⇒ 📜 _[X/Twitter Optimized Tweet Buttons](https://greasyfork.org/scripts/545417)_
[🧑‍💻 **@legendary_warrior_1**](https://greasyfork.org/users/1562844) ⇒ 📜 _[Social Media Auto-Unmute (X & Instagram)](https://greasyfork.org/scripts/567371)_
-[🧑‍💻 **@Kdroidwin**](https://greasyfork.org/users/1344730) ⇒ 📜 _[TwitterX-One-Click-Blocker](https://greasyfork.org/scripts/568421)_ +[🧑‍💻 **@Kdroidwin**](https://greasyfork.org/users/1344730) ⇒ 📜 _[TwitterX-One-Click-Blocker](https://greasyfork.org/scripts/568421)_
+[🧑‍💻 **@Minoa**](https://greasyfork.org/users/1268587) ⇒ 📜 _[Twitter/X UI Improvements](https://greasyfork.org/scripts/526565)_
+[🧑‍💻 **@zhowiny**](https://greasyfork.org/users/1218254) ⇒ 📜 _[x.com photo full preview](https://greasyfork.org/scripts/527908)_ ![2026.03.16](https://files.seeusercontent.com/2026/03/16/c1iG/pic_1773643051917.png) diff --git a/twitter(X)-plus/README_zh-TW.md b/twitter(X)-plus/README_zh-TW.md index 6ece722b0..a8cd6e4ca 100644 --- a/twitter(X)-plus/README_zh-TW.md +++ b/twitter(X)-plus/README_zh-TW.md @@ -66,6 +66,9 @@

Download:Github | ⭐Greasy Fork

更新記錄

🛠️ twitter(X)-plus 更新日誌

+

📅 2026.3.20.1

+

新增: 清理更多的按鈕和全尺寸顯示照片

+

📅 2026.3.16.1

新增: •初始版本


@@ -91,7 +94,9 @@ [🧑‍💻 **@dmtri**](https://greasyfork.org/users/1168813) ⇒ 📜 _[Stop videos looping](https://greasyfork.org/scripts/474877)_
[🧑‍💻 **@hzbrrbmin**](https://greasyfork.org/users/629884) ⇒ 📜 _[X/Twitter Optimized Tweet Buttons](https://greasyfork.org/scripts/545417)_
[🧑‍💻 **@legendary_warrior_1**](https://greasyfork.org/users/1562844) ⇒ 📜 _[Social Media Auto-Unmute (X & Instagram)](https://greasyfork.org/scripts/567371)_
-[🧑‍💻 **@Kdroidwin**](https://greasyfork.org/users/1344730) ⇒ 📜 _[TwitterX-One-Click-Blocker](https://greasyfork.org/scripts/568421)_ +[🧑‍💻 **@Kdroidwin**](https://greasyfork.org/users/1344730) ⇒ 📜 _[TwitterX-One-Click-Blocker](https://greasyfork.org/scripts/568421)_
+[🧑‍💻 **@Minoa**](https://greasyfork.org/users/1268587) ⇒ 📜 _[Twitter/X UI Improvements](https://greasyfork.org/scripts/526565)_
+[🧑‍💻 **@zhowiny**](https://greasyfork.org/users/1218254) ⇒ 📜 _[x.com photo full preview](https://greasyfork.org/scripts/527908)_ ![2026.03.16](https://files.seeusercontent.com/2026/03/16/c1iG/pic_1773643051917.png) From 7f10afff70245847a290067d9ae7548ace6efc01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=BA=E6=B0=91=E7=9A=84=E5=8B=A4=E5=8A=A1=E5=91=98?= Date: Fri, 20 Mar 2026 03:01:44 +0800 Subject: [PATCH 055/104] =?UTF-8?q?feat:=20=E6=B8=85=E7=90=86=E7=BD=91?= =?UTF-8?q?=E9=A1=B5=E6=A0=87=E9=A2=98=E4=B8=AD=E5=A4=9A=E4=BD=99=E7=9A=84?= =?UTF-8?q?`Youtube`=E5=AD=97=E7=AC=A6=E4=BB=A5=E5=8F=8A=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E6=88=AA=E5=9B=BE=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- youtube-helper/AUTHORS.md | 2 +- youtube-helper/CHANGELOG.md | 7 ++++ youtube-helper/youtube-helper.user.js | 50 ++++++++++++++++++--------- 3 files changed, 41 insertions(+), 18 deletions(-) diff --git a/youtube-helper/AUTHORS.md b/youtube-helper/AUTHORS.md index a4e996f8b..8bda62b6c 100644 --- a/youtube-helper/AUTHORS.md +++ b/youtube-helper/AUTHORS.md @@ -1,4 +1,4 @@ - + ## 💖 脚本参考或使用了以下脚本: [🧑‍💻 **@bernzrdo**](https://greasyfork.org/users/1207477) ⇒ 📜 _[YouTube Screenshot](https://greasyfork.org/scripts/482387)_
diff --git a/youtube-helper/CHANGELOG.md b/youtube-helper/CHANGELOG.md index 10f65ab2a..4b8415bc3 100644 --- a/youtube-helper/CHANGELOG.md +++ b/youtube-helper/CHANGELOG.md @@ -1,5 +1,12 @@ # **🛠️ youtube-helper 更新日志** +### **📅 2026.3.20.1** + +**新增**: 清理网页标题中多余的`Youtube`
+**修复**: 修复截图功能
+ +--- + ### **📅 2025.03.15.0436** **新增**: •初始版本. diff --git a/youtube-helper/youtube-helper.user.js b/youtube-helper/youtube-helper.user.js index e25a604f5..ac30282d2 100644 --- a/youtube-helper/youtube-helper.user.js +++ b/youtube-helper/youtube-helper.user.js @@ -97,7 +97,7 @@ // @compatible qq // @compatible via // @compatible brave -// @version 2025.03.15.0436 +// @version 2026.3.20.1 // @grant GM_addStyle // @created 2025-03-14 20:36:01 // @modified 2025-03-14 20:36:01 @@ -111,18 +111,14 @@ * File Created: 2025/03/15,Saturday 04:36:02 * Author: 人民的勤务员@ChinaGodMan (china.qinwuyuan@gmail.com) * ----- - * Last Modified: 2025/03/15,Saturday 05:57:23 + * Last Modified: 2026/03/20,Friday 02:00:54 * Modified By: 人民的勤务员@ChinaGodMan (china.qinwuyuan@gmail.com) * ----- * License: MIT License - * Copyright © 2024 - 2025 ChinaGodMan,Inc + * Copyright © 2024 - 2026 ChinaGodMan,Inc */ const directDownload = true -const infiniteLool = true - - - - +const infiniteLool = false const loopVideo = () => { const video = document.querySelector('video') @@ -139,8 +135,8 @@ let escapeHTMLPolicy = 'trustedTypes' in window ? trustedTypes.createPolicy('forceInner', { createHTML: html => html }) : { createHTML: html => html } function screenBtnUpdate() { - let $miniplayerBtn = document.querySelector('button.ytp-miniplayer-button') - if ($miniplayerBtn && !document.getElementById('ytp-screenshot-button')) { + let $settingsButton = document.querySelector('button.ytp-settings-button') + if ($settingsButton && !document.getElementById('ytp-screenshot-button')) { const $btn = document.createElement('button') $btn.id = 'ytp-screenshot-button' $btn.classList.add('ytp-screenshot-button', 'ytp-button') @@ -149,15 +145,18 @@ function screenBtnUpdate() { $btn.dataset.titleNoTooltip = 'Screenshot' $btn.ariaLabel = 'Screenshot' $btn.title = 'Screenshot' - $btn.innerHTML = escapeHTMLPolicy.createHTML(` - - + $btn.innerHTML = escapeHTMLPolicy.createHTML(` + + + + + + + `) $btn.addEventListener('click', screenshot) - insertBefore($btn, $miniplayerBtn) + insertBefore($btn, $settingsButton) } requestAnimationFrame(screenBtnUpdate) @@ -166,7 +165,6 @@ function insertBefore($element, $sibling) { $sibling.parentElement.insertBefore($element, $sibling) } function screenshot() { - const $video = document.querySelector('#player video') if (!$video) { console.error('No video found to screenshot!') @@ -217,3 +215,21 @@ if (infiniteLool) { requestAnimationFrame(screenBtnUpdate) ThemeProgressbar() + +/** + * 清理标题 + */ +function cleanTitle() { + setTimeout(() => { + let title = document.title + // Remove notification count e.g. "(7) Video name" + title = title.replace(/^\(\d+\)\s*/g, '') + // Remove " - YouTube" at the end of the title + title = title.replace(/\s*-\s*YouTube\s*$/i, '') + + document.title = title + }, 300) // small delay to ensure YouTube updates title first +} +cleanTitle() +const cleanTitleObserver = new MutationObserver(cleanTitle) +cleanTitleObserver.observe(document.querySelector('title'), { childList: true }) From d34078470bcba741efdd22c08f03fd2fb5588815 Mon Sep 17 00:00:00 2001 From: ChinaGodBot Date: Fri, 20 Mar 2026 03:03:13 +0800 Subject: [PATCH 056/104] =?UTF-8?q?docs(sync):=20=F0=9F=A4=96=20=E5=90=8C?= =?UTF-8?q?=E6=AD=A5=20[`README=5F[lang].md`]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- youtube-helper/AUTHORS.md | 4 ++-- youtube-helper/README.md | 8 ++++++-- youtube-helper/README_en.md | 18 +++++++++++------- youtube-helper/README_ko.md | 14 +++++++++----- youtube-helper/README_vi.md | 18 +++++++++++------- youtube-helper/README_zh-TW.md | 16 ++++++++++------ 6 files changed, 49 insertions(+), 29 deletions(-) diff --git a/youtube-helper/AUTHORS.md b/youtube-helper/AUTHORS.md index 8bda62b6c..91cea1402 100644 --- a/youtube-helper/AUTHORS.md +++ b/youtube-helper/AUTHORS.md @@ -2,8 +2,8 @@ ## 💖 脚本参考或使用了以下脚本: [🧑‍💻 **@bernzrdo**](https://greasyfork.org/users/1207477) ⇒ 📜 _[YouTube Screenshot](https://greasyfork.org/scripts/482387)_
-[🧑‍💻 **@Zephyros**](https://greasyfork.org/users/1414474) ⇒ 📜 _[Youtubeᴾˡᵘˢ Super Assistant(Video Downloader & 🚫 No ads & New Layout For YT!)](https://greasyfork.org/scripts/521538)_
-[🧑‍💻 **@karokahn**](https://greasyfork.org/users/1443366) ⇒ 📜 _[YouTube Auto Loop](https://greasyfork.org/scripts/529134)_ +[🧑‍💻 **@karokahn**](https://greasyfork.org/users/1443366) ⇒ 📜 _[YouTube Auto Loop](https://greasyfork.org/scripts/529134)_
+[🧑‍💻 **@Alyssa B. Morton**](https://greasyfork.org/users/1389344) ⇒ 📜 _[YouTube Title Cleaner](https://greasyfork.org/scripts/555384)_ diff --git a/youtube-helper/README.md b/youtube-helper/README.md index a15cfc8a6..5d315c577 100644 --- a/youtube-helper/README.md +++ b/youtube-helper/README.md @@ -64,6 +64,10 @@

Download:Github | ⭐Greasy Fork

更新记录

🛠️ youtube-helper 更新日志

+

📅 2026.3.20.1

+

新增: 清理网页标题中多余的Youtube
+修复: 修复截图功能

+

📅 2025.03.15.0436

新增: •初始版本.


@@ -89,8 +93,8 @@ ## 💖 脚本参考或使用了以下脚本: [🧑‍💻 **@bernzrdo**](https://greasyfork.org/users/1207477) ⇒ 📜 _[YouTube Screenshot](https://greasyfork.org/scripts/482387)_
-[🧑‍💻 **@FunnyMonkey**](https://greasyfork.org/users/1414474) ⇒ 📜 _[Youtubeᴾˡᵘˢ Super Assistant(Video Downloader & 🚫 No ads & New Layout For YT!)](https://greasyfork.org/scripts/521538)_
-[🧑‍💻 **@karokahn**](https://greasyfork.org/users/1443366) ⇒ 📜 _[YouTube Auto Loop](https://greasyfork.org/scripts/529134)_ +[🧑‍💻 **@karokahn**](https://greasyfork.org/users/1443366) ⇒ 📜 _[YouTube Auto Loop](https://greasyfork.org/scripts/529134)_
+[🧑‍💻 **@Alyssa B. Morton**](https://greasyfork.org/users/1389344) ⇒ 📜 _[YouTube Title Cleaner](https://greasyfork.org/scripts/555384)_ diff --git a/youtube-helper/README_en.md b/youtube-helper/README_en.md index cfa4bd22d..8d96813b1 100644 --- a/youtube-helper/README_en.md +++ b/youtube-helper/README_en.md @@ -59,13 +59,17 @@

「 YouTube 1. Video loop playback 2. Screenshot download 3. Theme progress bar 」

Views - - + +

Download:Github | ⭐Greasy - Fork

Update records

🛠️ youtube-helper Update log

+ Fork

Update record

🛠️ youtube-helper Change log

+

📅 2026.3.20.1

+

New: Clean up redundant content in web page titlesYoutube
+repair: Fix screenshot function

+

📅 2025.03.15.0436

-

New: •Initial version.

+

New: •initial version.


@@ -87,10 +91,10 @@ 3. 🎨**Theme progress bar**:Customize progress bar theme。 -## 💖 The script referenced or used the following script: +## 💖 The script refers to or uses the following script: [🧑‍💻 **@bernzrdo**](https://greasyfork.org/users/1207477) ⇒ 📜 _[YouTube Screenshot](https://greasyfork.org/scripts/482387)_
-[🧑‍💻 **@FunnyMonkey**](https://greasyfork.org/users/1414474) ⇒ 📜 _[Youtubeᴾˡᵘˢ Super Assistant(Video Downloader & 🚫 No ads & New Layout For YT!)](https://greasyfork.org/scripts/521538)_
-[🧑‍💻 **@karokahn**](https://greasyfork.org/users/1443366) ⇒ 📜 _[YouTube Auto Loop](https://greasyfork.org/scripts/529134)_ +[🧑‍💻 **@karokahn**](https://greasyfork.org/users/1443366) ⇒ 📜 _[YouTube Auto Loop](https://greasyfork.org/scripts/529134)_
+[🧑‍💻 **@Alyssa B. Morton**](https://greasyfork.org/users/1389344) ⇒ 📜 _[YouTube Title Cleaner](https://greasyfork.org/scripts/555384)_ diff --git a/youtube-helper/README_ko.md b/youtube-helper/README_ko.md index 007959966..f313e4747 100644 --- a/youtube-helper/README_ko.md +++ b/youtube-helper/README_ko.md @@ -60,10 +60,14 @@ Views - +

Download:Github | ⭐Greasy - Fork

레코드 업데이트

🛠️ youtube-helper 로그 업데이트

+ Fork

기록 업데이트

🛠️ youtube-helper 변경 로그

+

📅 2026.3.20.1

+

새로운: 웹 페이지 제목의 중복 콘텐츠 정리Youtube
+수리하다: 스크린샷 기능 수정

+

📅 2025.03.15.0436

새로운: •초기 버전.


@@ -87,10 +91,10 @@ 3. 🎨**테마 진행 막대**:진행률 표시 줄 테마를 사용자 정의합니다。 -## 💖 스크립트는 다음 스크립트를 참조하거나 사용했습니다: +## 💖 해당 스크립트는 다음 스크립트를 참조하거나 사용합니다.: [🧑‍💻 **@bernzrdo**](https://greasyfork.org/users/1207477) ⇒ 📜 _[YouTube Screenshot](https://greasyfork.org/scripts/482387)_
-[🧑‍💻 **@FunnyMonkey**](https://greasyfork.org/users/1414474) ⇒ 📜 _[Youtubeᴾˡᵘˢ Super Assistant(Video Downloader & 🚫 No ads & New Layout For YT!)](https://greasyfork.org/scripts/521538)_
-[🧑‍💻 **@karokahn**](https://greasyfork.org/users/1443366) ⇒ 📜 _[YouTube Auto Loop](https://greasyfork.org/scripts/529134)_ +[🧑‍💻 **@karokahn**](https://greasyfork.org/users/1443366) ⇒ 📜 _[YouTube Auto Loop](https://greasyfork.org/scripts/529134)_
+[🧑‍💻 **@Alyssa B. Morton**](https://greasyfork.org/users/1389344) ⇒ 📜 _[YouTube Title Cleaner](https://greasyfork.org/scripts/555384)_ diff --git a/youtube-helper/README_vi.md b/youtube-helper/README_vi.md index 900c3f4b2..4337d209d 100644 --- a/youtube-helper/README_vi.md +++ b/youtube-helper/README_vi.md @@ -59,13 +59,17 @@

「 YouTube 1. Video Loop Playback 2. Ảnh chụp màn hình tải xuống 3. Thanh tiến trình chủ đề 」

Views - - + +

Download:Github | ⭐Greasy - Fork

Cập nhật hồ sơ

🛠️ youtube-helper Cập nhật nhật ký

+ Fork

Cập nhật bản ghi

🛠️ youtube-helper Nhật ký thay đổi

+

📅 2026.3.20.1

+

Mới: Dọn dẹp nội dung thừa trong tiêu đề trang webYoutube
+Sửa chữa: Sửa chức năng chụp màn hình

+

📅 2025.03.15.0436

-

Mới: •Phiên bản ban đầu.

+

Mới: •phiên bản đầu tiên.


@@ -87,10 +91,10 @@ 3. 🎨**Thanh tiến trình chủ đề**:Tùy chỉnh chủ đề thanh tiến trình。 -## 💖 Tập lệnh được tham chiếu hoặc sử dụng tập lệnh sau: +## 💖 Tập lệnh đề cập đến hoặc sử dụng tập lệnh sau: [🧑‍💻 **@bernzrdo**](https://greasyfork.org/users/1207477) ⇒ 📜 _[YouTube Screenshot](https://greasyfork.org/scripts/482387)_
-[🧑‍💻 **@FunnyMonkey**](https://greasyfork.org/users/1414474) ⇒ 📜 _[Youtubeᴾˡᵘˢ Super Assistant(Video Downloader & 🚫 No ads & New Layout For YT!)](https://greasyfork.org/scripts/521538)_
-[🧑‍💻 **@karokahn**](https://greasyfork.org/users/1443366) ⇒ 📜 _[YouTube Auto Loop](https://greasyfork.org/scripts/529134)_ +[🧑‍💻 **@karokahn**](https://greasyfork.org/users/1443366) ⇒ 📜 _[YouTube Auto Loop](https://greasyfork.org/scripts/529134)_
+[🧑‍💻 **@Alyssa B. Morton**](https://greasyfork.org/users/1389344) ⇒ 📜 _[YouTube Title Cleaner](https://greasyfork.org/scripts/555384)_ diff --git a/youtube-helper/README_zh-TW.md b/youtube-helper/README_zh-TW.md index 08a8ecb50..b86faf47b 100644 --- a/youtube-helper/README_zh-TW.md +++ b/youtube-helper/README_zh-TW.md @@ -59,11 +59,15 @@

「 YouTube 1.視頻循環播放 2.截圖下載 3.主題進度條 」

Views - +

Download:Github | ⭐Greasy Fork

更新記錄

🛠️ youtube-helper 更新日誌

+

📅 2026.3.20.1

+

新增: 清理網頁標題中多餘的Youtube
+修復: 修復截圖功能

+

📅 2025.03.15.0436

新增: •初始版本.


@@ -89,8 +93,8 @@ ## 💖 腳本參考或使用了以下腳本: [🧑‍💻 **@bernzrdo**](https://greasyfork.org/users/1207477) ⇒ 📜 _[YouTube Screenshot](https://greasyfork.org/scripts/482387)_
-[🧑‍💻 **@FunnyMonkey**](https://greasyfork.org/users/1414474) ⇒ 📜 _[Youtubeᴾˡᵘˢ Super Assistant(Video Downloader & 🚫 No ads & New Layout For YT!)](https://greasyfork.org/scripts/521538)_
-[🧑‍💻 **@karokahn**](https://greasyfork.org/users/1443366) ⇒ 📜 _[YouTube Auto Loop](https://greasyfork.org/scripts/529134)_ +[🧑‍💻 **@karokahn**](https://greasyfork.org/users/1443366) ⇒ 📜 _[YouTube Auto Loop](https://greasyfork.org/scripts/529134)_
+[🧑‍💻 **@Alyssa B. Morton**](https://greasyfork.org/users/1389344) ⇒ 📜 _[YouTube Title Cleaner](https://greasyfork.org/scripts/555384)_ @@ -107,7 +111,7 @@ > ### 🔍你可能在找社交媒體腳本 > > - [**Twitter/X 隱藏轉發的帖子**](https://greasyfork.org/scripts/529450): 自動隱藏轉發轉發內容,並且在首次加載時隱藏轉發內容,移除煩人的廣告 -> - [**Twitter 媒體下載 (2025.04.28 修復)**](https://greasyfork.org/scripts/529453): 一鍵下載視頻/圖片,支持批量下載時自動打包為一個ZIP文件下載.支持新版API接口 +> - [**Twitter 媒體下載 (2025.04.28 修復)**](https://greasyfork.org/scripts/529453): 一鍵下載視頻/圖片,支持批量下載時自動打包為一個ZIP文件下載.支援新版API介面 > - [**YouTube 小助手**](https://greasyfork.org/scripts/529845): YouTube 1.視頻循環播放 2.截圖下載 3.主題進度條 @@ -176,7 +180,7 @@ > - [**GitHub 倉庫快速跳轉助手**](https://greasyfork.org/scripts/515205): 🤠 GitHub 倉庫快速跳轉助手,專為幫助用戶快速存取自己在 GitHub 上的倉庫而設計 。它在導覽列頂部產生一個按鈕,點擊展開自己的所有倉庫,輕鬆跳到自己的 GitHub 倉庫頁面,而無需使用 GitHub 的二級選單 > - [**在Github上打開jsDelivr鏈接**](https://greasyfork.org/scripts/527870): 打開jsDelivr上的GitHub鏈接,用於快速下載文件 > - [**GitHub Gist 代碼片段複製與下載器**](https://greasyfork.org/scripts/529534): 向 Gist 文件添加複制按鈕,以便輕鬆複製代碼。 | 向 Gist 文件添加下載按鈕,以便輕鬆下載代碼。 -> - [**GitHub 快捷鍵翻譯助手**](https://greasyfork.org/scripts/530312): 監聽鍵盤快捷鍵 Ctrl + Q,實現對文本進行翻譯並將翻譯結果替換到原文本框中的功能 支持Issue和pull request 頁面. +> - [**GitHub 快捷鍵翻譯助手**](https://greasyfork.org/scripts/530312): 監聽鍵盤快捷鍵 Ctrl + Q,實現對文本進行翻譯並將翻譯結果替換到原文本框中的功能 支援Issue和pull request 頁面. > - [**GitHub 星標倉庫備註助手**](https://greasyfork.org/scripts/533511): 曾經 Star 過的倉庫是不是忘記了它們的用途? 這是一個可以給你收藏過的倉庫添加備註的的腳本,並且你備註的信息可以上傳下載到 GitHub Gist > - [**GitHub 跳轉到 DeepWiKi**](https://greasyfork.org/scripts/536279): GitHub 存儲庫跳轉到 DeepWiKi,支持電腦桌面端和移動端 > - [**GitHub 隱藏 Copilot**](https://greasyfork.org/scripts/536423): 在 GitHub 上隱藏愚蠢的 Copilot @@ -242,7 +246,7 @@ > ### 🔍你可能在找社交媒體腳本 > > - [**Twitter/X 隱藏轉發的帖子**](https://greasyfork.org/scripts/529450): 自動隱藏轉發轉發內容,並且在首次加載時隱藏轉發內容,移除煩人的廣告 -> - [**Twitter 媒體下載 (2025.04.28 修復)**](https://greasyfork.org/scripts/529453): 一鍵下載視頻/圖片,支持批量下載時自動打包為一個ZIP文件下載.支持新版API接口 +> - [**Twitter 媒體下載 (2025.04.28 修復)**](https://greasyfork.org/scripts/529453): 一鍵下載視頻/圖片,支持批量下載時自動打包為一個ZIP文件下載.支援新版API介面 > - [**YouTube 小助手**](https://greasyfork.org/scripts/529845): YouTube 1.視頻循環播放 2.截圖下載 3.主題進度條 From d8845ccb5205c8cce71eaa168670fd08a9d37913 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2026 02:44:15 +0800 Subject: [PATCH 057/104] chore(deps-dev): bump @eslint/json from 1.1.0 to 1.2.0 (#271) --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6ebdf579e..2af340247 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ ], "license": "MIT", "devDependencies": { - "@eslint/json": "^1.1.0", + "@eslint/json": "^1.2.0", "@eslint/markdown": "^7.5.1", "@stylistic/eslint-plugin": "^5.10.0", "cz-git": "^1.12.0", @@ -148,9 +148,9 @@ } }, "node_modules/@eslint/json": { - "version": "1.1.0", - "resolved": "https://registry.npmmirror.com/@eslint/json/-/json-1.1.0.tgz", - "integrity": "sha512-noH9FUYqyhZSDf3Yq5HswsjDH/MWJAatMooWwT5YgQ0XHMekoFc/iyEufP+7kD1kaOj9qwFiXySqHsKii3zmlw==", + "version": "1.2.0", + "resolved": "https://registry.npmmirror.com/@eslint/json/-/json-1.2.0.tgz", + "integrity": "sha512-CEFEyNgvzu8zn5QwVYDg3FaG+ZKUeUsNYitFpMYJAqoAlnw68EQgNbUfheSmexZr4n0wZPrAkPLuvsLaXO6wRw==", "dev": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 0dae7adf0..1a48cfda4 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ } ], "devDependencies": { - "@eslint/json": "^1.1.0", + "@eslint/json": "^1.2.0", "@eslint/markdown": "^7.5.1", "@stylistic/eslint-plugin": "^5.10.0", "cz-git": "^1.12.0", From 42c142f1cf3c9c62c0fbc4473ca10ad04244e3dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 02:44:17 +0800 Subject: [PATCH 058/104] chore(deps-dev): bump @eslint/markdown from 7.5.1 to 8.0.0 (#274) --- package-lock.json | 142 +++++++++++++++++++++++++++++++++++++++++++--- package.json | 2 +- 2 files changed, 136 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2af340247..b92ebc0d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "license": "MIT", "devDependencies": { "@eslint/json": "^1.2.0", - "@eslint/markdown": "^7.5.1", + "@eslint/markdown": "^8.0.0", "@stylistic/eslint-plugin": "^5.10.0", "cz-git": "^1.12.0", "czg": "^1.12.0", @@ -191,27 +191,56 @@ } }, "node_modules/@eslint/markdown": { - "version": "7.5.1", - "resolved": "https://registry.npmmirror.com/@eslint/markdown/-/markdown-7.5.1.tgz", - "integrity": "sha512-R8uZemG9dKTbru/DQRPblbJyXpObwKzo8rv1KYGGuPUPtjM4LXBYM9q5CIZAComzZupws3tWbDwam5AFpPLyJQ==", + "version": "8.0.0", + "resolved": "https://registry.npmmirror.com/@eslint/markdown/-/markdown-8.0.0.tgz", + "integrity": "sha512-Rh3+76uHdnkk/ocLMZfWHXoPA/MK+GOqqjCAioiyNk2eYBC8UniRHdTMbM+2XZqTLWAcQo/SuU1CsXtdIOTX1g==", "dev": true, "license": "MIT", "workspaces": [ "examples/*" ], "dependencies": { - "@eslint/core": "^0.17.0", - "@eslint/plugin-kit": "^0.4.1", + "@eslint/core": "^1.1.1", + "@eslint/plugin-kit": "^0.6.1", "github-slugger": "^2.0.0", "mdast-util-from-markdown": "^2.0.2", "mdast-util-frontmatter": "^2.0.1", "mdast-util-gfm": "^3.1.0", + "mdast-util-math": "^3.0.0", "micromark-extension-frontmatter": "^2.0.0", "micromark-extension-gfm": "^3.0.0", + "micromark-extension-math": "^3.1.0", "micromark-util-normalize-identifier": "^2.0.1" }, "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + "node": "^20.19.0 || ^22.13.0 || >=24" + } + }, + "node_modules/@eslint/markdown/node_modules/@eslint/core": { + "version": "1.1.1", + "resolved": "https://registry.npmmirror.com/@eslint/core/-/core-1.1.1.tgz", + "integrity": "sha512-QUPblTtE51/7/Zhfv8BDwO0qkkzQL7P/aWWbqcf4xWLEYn1oKjdO0gglQBB4GAsu7u6wjijbCmzsUTy6mnk6oQ==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@types/json-schema": "^7.0.15" + }, + "engines": { + "node": "^20.19.0 || ^22.13.0 || >=24" + } + }, + "node_modules/@eslint/markdown/node_modules/@eslint/plugin-kit": { + "version": "0.6.1", + "resolved": "https://registry.npmmirror.com/@eslint/plugin-kit/-/plugin-kit-0.6.1.tgz", + "integrity": "sha512-iH1B076HoAshH1mLpHMgwdGeTs0CYwL0SPMkGuSebZrwBp16v415e9NZXg2jtrqPVQjf6IANe2Vtlr5KswtcZQ==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@eslint/core": "^1.1.1", + "levn": "^0.4.1" + }, + "engines": { + "node": "^20.19.0 || ^22.13.0 || >=24" } }, "node_modules/@eslint/object-schema": { @@ -381,6 +410,16 @@ "dev": true, "license": "MIT" }, + "node_modules/@types/hast": { + "version": "3.0.4", + "resolved": "https://registry.npmmirror.com/@types/hast/-/hast-3.0.4.tgz", + "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/unist": "*" + } + }, "node_modules/@types/json-schema": { "version": "7.0.15", "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", @@ -394,6 +433,13 @@ "dev": true, "license": "MIT" }, + "node_modules/@types/katex": { + "version": "0.16.8", + "resolved": "https://registry.npmmirror.com/@types/katex/-/katex-0.16.8.tgz", + "integrity": "sha512-trgaNyfU+Xh2Tc+ABIb44a5AYUpicB3uwirOioeOkNPPbmgRNtcWyDeeFRzjPZENO9Vq8gvVqfhaaXWLlevVwg==", + "dev": true, + "license": "MIT" + }, "node_modules/@types/mdast": { "version": "4.0.4", "resolved": "https://registry.npmmirror.com/@types/mdast/-/mdast-4.0.4.tgz", @@ -2564,6 +2610,33 @@ "json5": "lib/cli.js" } }, + "node_modules/katex": { + "version": "0.16.44", + "resolved": "https://registry.npmmirror.com/katex/-/katex-0.16.44.tgz", + "integrity": "sha512-EkxoDTk8ufHqHlf9QxGwcxeLkWRR3iOuYfRpfORgYfqc8s13bgb+YtRY59NK5ZpRaCwq1kqA6a5lpX8C/eLphQ==", + "dev": true, + "funding": [ + "https://opencollective.com/katex", + "https://github.com/sponsors/katex" + ], + "license": "MIT", + "dependencies": { + "commander": "^8.3.0" + }, + "bin": { + "katex": "cli.js" + } + }, + "node_modules/katex/node_modules/commander": { + "version": "8.3.0", + "resolved": "https://registry.npmmirror.com/commander/-/commander-8.3.0.tgz", + "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 12" + } + }, "node_modules/keyv": { "version": "4.5.4", "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz", @@ -2896,6 +2969,26 @@ "url": "https://opencollective.com/unified" } }, + "node_modules/mdast-util-math": { + "version": "3.0.0", + "resolved": "https://registry.npmmirror.com/mdast-util-math/-/mdast-util-math-3.0.0.tgz", + "integrity": "sha512-Tl9GBNeG/AhJnQM221bJR2HPvLOSnLE/T9cJI9tlc6zwQk2nPk/4f0cHkOdEixQPC/j8UtKDdITswvLAy1OZ1w==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/hast": "^3.0.0", + "@types/mdast": "^4.0.0", + "devlop": "^1.0.0", + "longest-streak": "^3.0.0", + "mdast-util-from-markdown": "^2.0.0", + "mdast-util-to-markdown": "^2.1.0", + "unist-util-remove-position": "^5.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, "node_modules/mdast-util-phrasing": { "version": "4.1.0", "resolved": "https://registry.npmmirror.com/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz", @@ -3163,6 +3256,26 @@ "url": "https://opencollective.com/unified" } }, + "node_modules/micromark-extension-math": { + "version": "3.1.0", + "resolved": "https://registry.npmmirror.com/micromark-extension-math/-/micromark-extension-math-3.1.0.tgz", + "integrity": "sha512-lvEqd+fHjATVs+2v/8kg9i5Q0AP2k85H0WUOwpIVvUML8BapsMvh1XAogmQjOCsLpoKRCVQqEkQBB3NhVBcsOg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/katex": "^0.16.0", + "devlop": "^1.0.0", + "katex": "^0.16.0", + "micromark-factory-space": "^2.0.0", + "micromark-util-character": "^2.0.0", + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, "node_modules/micromark-factory-destination": { "version": "2.0.1", "resolved": "https://registry.npmmirror.com/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz", @@ -4585,6 +4698,21 @@ "url": "https://opencollective.com/unified" } }, + "node_modules/unist-util-remove-position": { + "version": "5.0.0", + "resolved": "https://registry.npmmirror.com/unist-util-remove-position/-/unist-util-remove-position-5.0.0.tgz", + "integrity": "sha512-Hp5Kh3wLxv0PHj9m2yZhhLt58KzPtEYKQQ4yxfYFEO7EvHwzyDYnduhHnY1mDxoqr7VUwVuHXk9RXKIiYS1N8Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/unist": "^3.0.0", + "unist-util-visit": "^5.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, "node_modules/unist-util-stringify-position": { "version": "4.0.0", "resolved": "https://registry.npmmirror.com/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz", diff --git a/package.json b/package.json index 1a48cfda4..4e3cd8f40 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ ], "devDependencies": { "@eslint/json": "^1.2.0", - "@eslint/markdown": "^7.5.1", + "@eslint/markdown": "^8.0.0", "@stylistic/eslint-plugin": "^5.10.0", "cz-git": "^1.12.0", "czg": "^1.12.0", From ee01cb708c675d360d8d23ddaaaeb7a2f6436621 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=BA=E6=B0=91=E7=9A=84=E5=8B=A4=E5=8A=A1=E5=91=98?= Date: Tue, 31 Mar 2026 05:35:29 +0800 Subject: [PATCH 059/104] =?UTF-8?q?refactor:=20=E4=BC=98=E5=8C=96=E4=BB=A3?= =?UTF-8?q?=E7=A0=81,=E6=9D=A5=E8=87=AA[=E7=BA=AF=E7=B2=B9=E4=B9=90?= =?UTF-8?q?=E8=B6=A3=20=E2=80=93=20Pornhub=20=E8=A7=86=E9=A2=91=E4=B8=8B?= =?UTF-8?q?=E8=BD=BD=E5=99=A8](https://greasyfork.org/zh-CN/scripts/551131?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pornhub-download/CHANGELOG.md | 6 + pornhub-download/pornhub-download.user.js | 203 ++++++++++++---------- 2 files changed, 121 insertions(+), 88 deletions(-) diff --git a/pornhub-download/CHANGELOG.md b/pornhub-download/CHANGELOG.md index 73eea67cb..20da1f6d2 100644 --- a/pornhub-download/CHANGELOG.md +++ b/pornhub-download/CHANGELOG.md @@ -1,5 +1,11 @@ # **🛠️ Pornhub 视频一键下载 更新日志** +### **📅 2026.3.31.1** + +**优化**: 优化代码,来自[纯粹乐趣 – Pornhub 视频下载器](https://greasyfork.org/zh-CN/scripts/551131) + +--- + ### **📅 2025.05.01.0128** **修复**: 删除掉下载视频时,文件名尾随空格[#296954](https://greasyfork.org/scripts/528800/discussions/296954) diff --git a/pornhub-download/pornhub-download.user.js b/pornhub-download/pornhub-download.user.js index cb0ceb95f..233215cd1 100644 --- a/pornhub-download/pornhub-download.user.js +++ b/pornhub-download/pornhub-download.user.js @@ -86,8 +86,7 @@ // @match *://*.pornhub.com/view_video.php?viewkey=* // @match *://*.pornhubpremium.com/view_video.php?viewkey=* // @require https://update.greasyfork.org/scripts/498897/1404834/Toastnew.js -// @require https://code.jquery.com/jquery-3.7.1.min.js -// @author liuwanlin,heckles,人民的勤务员 +// @author liuwanlin,heckles,MatthewXY,人民的勤务员 // @namespace https://github.com/ChinaGodMan/UserScripts // @supportURL https://github.com/ChinaGodMan/UserScripts/issues // @homepageURL https://github.com/ChinaGodMan/UserScripts @@ -101,7 +100,7 @@ // @compatible opera // @compatible safari // @compatible kiwi -// @version 2025.05.01.0128 +// @version 2026.3.31.1 // @created 2025-03-05 01:45:13 // @modified 2025-03-05 01:45:13 // ==/UserScript== @@ -109,15 +108,8 @@ //!人民的勤务员修改自以下脚本 感谢heckles和liuwanlin /*https://greasyfork.org/zh-CN/scripts/491333 https://greasyfork.org/zh-CN/scripts/491329 +https://greasyfork.org/zh-CN/scripts/551131 */ -GM_addStyle(` - .download-urls ul { padding: 10px; font-weight: bold; line-height: 1.5; } - .download-urls ul li { display: flex; align-items: center; height: 20px; max-width:400px; } - .download-url-label { /* width: 100px; */ text-align: right; } - .download-url-copy { flex: 1; } - .download-url-mp4 { flex: 1; } - .download-url-input { flex: 3; font-size: 12px; padding: 0 5px; border: 1px solid #ffff; margin: 0 5px; } -`); (function () { 'use strict' @@ -131,9 +123,9 @@ GM_addStyle(` downloaderror: 'Error downloading video, please check the console for details', downloadfailed: 'Download failed', downloadfailed_nosize: 'Unable to retrieve file size', - copydownloadbtn: 'Copy address', + copydownloadbtn: 'Copy', copysuccess: 'Copy successful', - downloadbtn: 'Download video', + downloadbtn: 'Download', linkTip: 'Video download URL:' }, 'zh-CN,zh,zh-SG': { @@ -144,9 +136,9 @@ GM_addStyle(` downloaderror: '下载视频时出错,请到控制台查看详细信息', downloadfailed: '下载失败', downloadfailed_nosize: '无法获取文件大小', - copydownloadbtn: '复制地址', + copydownloadbtn: '复制', copysuccess: '复制成功', - downloadbtn: '下载视频', + downloadbtn: '下载', linkTip: '视频下载地址:' }, 'zh-TW,zh-HK,zh-MO': { @@ -157,9 +149,9 @@ GM_addStyle(` downloaderror: '下載視頻時出錯,請到控制台查看詳細信息', downloadfailed: '下載失敗', downloadfailed_nosize: '無法獲取文件大小', - copydownloadbtn: '複製地址', + copydownloadbtn: '複製', copysuccess: '複製成功', - downloadbtn: '下載視頻', + downloadbtn: '下載', linkTip: '視頻下載地址:' }, 'ja': { @@ -246,30 +238,22 @@ GM_addStyle(` unsafeWindow.VideoParsing.init() }, 200) }) - //PC和非PC,注意判断条件里不能用$简写,不知为问什么 - let playerdiv//let可以先不赋值,用在这里 - if (document.querySelector('#player')) { - playerdiv = document.querySelector('#player') - } - else { - console.log('安卓') - playerdiv = document.querySelector('.playerWrapper') - } - const playerDom = playerdiv - // - - if (playerDom) { - mutationObserver.observe(playerDom, { - childList: true, - subtree: true - }) - } else { - Toast(translate('finderror'), 3000, 'rgb(219, 18, 35)', '#ffffff', 'top') - } -})(); -(function () { class VideoParsing { + static addStyle() { + GM_addStyle(` + .download-urls { margin: 15px 0px; padding: 12px; background: #000; border: 1px solid #6f6f6f; border-radius: 5px; font-size: 14px; max-width: 600px; } + .download-urls h3 { margin-bottom: 8px; font-size: 16px; font-weight: bold; color: #333; } + .download-urls ul { padding: 0; margin: 0; list-style: none; } + .download-urls ul li { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; } + .download-url-label { flex: 0 0 90px; font-weight: bold; color: #FFF; } + .download-url-input { flex: 1; font-size: 12px; padding: 3px 6px; border: 1px solid #ccc; border-radius: 5px; background: #fff; color: #000; } + .download-url-copy, .download-url-mp4 { padding: 4px 10px; border-radius: 5px; border: none; cursor: pointer; font-size: 12px; } + .download-url-copy { background: #eee; color: #333; } + .download-url-mp4 { background: #ff9000; color: #fff; } + .download-url-copy:hover { background: #ddd; } + `) + } // 根据 key 开头字母获取对象中的值,返回数组 static getObjectValueByStartsWithChar(obj, char) { const vars = [] @@ -289,6 +273,7 @@ GM_addStyle(` const flashvars = this.getObjectValueByStartsWithChar(unsafeWindow, 'flashvars_') if (!flashvars.length) { Toast(translate('fetcherror'), 3000, 'rgb(219, 18, 35)', '#ffffff', 'top') + console.warn(translate.finderror) return } let videosInfo = [] @@ -296,10 +281,10 @@ GM_addStyle(` videosInfo = flashvars[0]['value']['mediaDefinitions'] } catch (e) { Toast(translate('fetcherror'), 3000, 'rgb(219, 18, 35)', '#ffffff', 'top') - console.error(translate('fetcherror'), e, flashvars) + console.error(translate.fetcherror, e) return } - let remoteAddress = undefined + let remoteAddress let urlInfo = [] for (let i = 0; i < videosInfo.length; i++) { if (videosInfo[i]['remote']) { @@ -308,59 +293,103 @@ GM_addStyle(` } } - // MP4 信息 if (remoteAddress) { - $.ajax({ - url: remoteAddress, - async: false, - success: (data) => { - if (data && data.length) { - urlInfo = urlInfo.concat(data.map(item => ({ - quality: item.quality + '.' + item.format, - url: item.videoUrl - }))) + const xhr = new XMLHttpRequest() + xhr.open('GET', remoteAddress, false) + xhr.onload = function () { + if (xhr.status === 200) { + try { + const data = JSON.parse(xhr.responseText) + if (Array.isArray(data)) { + urlInfo = urlInfo.concat(data.map(item => ({ + quality: item.quality + '.' + item.format, + url: item.videoUrl + }))) + } + } catch (err) { + console.error(err) } } - }) + } + xhr.send() } - console.log(videosInfo) return urlInfo } // 注入到下载面板 static injectUrls2Dom(urlInfo) { - const li = [] - urlInfo.forEach(item => { - li.push(` -
  • - [ ${item.quality} ] - - ${translate('copydownloadbtn')} - ${translate('downloadbtn')} -
  • - `) - }) - //pc和非PC两种情况都加上 - $('.playerWrapper').after(`

    ${translate('linkTip')}

      ${li.join('')}
    `) - $('#player').after(`

    ${translate('linkTip')}

      ${li.join('')}
    `) + const container = document.createElement('div') + container.className = 'download-urls' + + const title = document.createElement('h3') + title.textContent = translate.linkTip + container.appendChild(title) + + if (urlInfo && urlInfo.length > 0) { + const ul = document.createElement('ul') + urlInfo.forEach(item => { + const li = document.createElement('li') + + const label = document.createElement('span') + label.className = 'download-url-label' + label.textContent = `[ ${item.quality} ]` + + const input = document.createElement('input') + input.className = 'download-url-input' + input.value = item.url + input.readOnly = true + + const copyBtn = document.createElement('button') + copyBtn.className = 'download-url-copy' + copyBtn.textContent = translate.copydownloadbtn + copyBtn.dataset.href = item.url + + const dlBtn = document.createElement('button') + dlBtn.className = 'download-url-mp4' + dlBtn.textContent = translate.downloadbtn + dlBtn.dataset.href = item.url + + li.appendChild(label) + li.appendChild(input) + li.appendChild(copyBtn) + li.appendChild(dlBtn) + ul.appendChild(li) + }) + container.appendChild(ul) + } + + const player = document.querySelector('#player') + if (player) { + player.insertAdjacentElement('afterend', container) + } + + const playerWrapper = document.querySelector('.playerWrapper') + if (playerWrapper) { + playerWrapper.insertAdjacentElement('afterend', container) + } } // 初始化事件 static initEvens() { - // 点击下载复制到粘贴板中 - $(document).on('click', '.download-url-copy', function (e) { - e.preventDefault() - GM_setClipboard($(this).data('href')) - Toast(translate('copysuccess'), 3000, 'rgb(18, 219, 18)', '#ffffff', 'top') + document.addEventListener('click', function (e) { + if (e.target.classList.contains('download-url-copy')) { + e.preventDefault() + const url = e.target.dataset.href + GM_setClipboard(url) + Toast(translate.copysuccess, 3000, 'rgb(18, 219, 18)', '#ffffff', 'top') + } }) } static initDownEvens() { - $(document).on('click', '.download-url-mp4', function (e) { - e.preventDefault() - downloadMp4($(this).data('href'), $(this)) + document.addEventListener('click', function (e) { + if (e.target.classList.contains('download-url-mp4')) { + e.preventDefault() + downloadMp4(e.target.dataset.href, e.target) + } }) } static init() { + this.addStyle() this.injectUrls2Dom(this.getUrlInfo()) this.initEvens() this.initDownEvens() @@ -379,39 +408,36 @@ GM_addStyle(` function sanitizeTitle() { var title = document.title title = title.replace(/- Pornhub\.com/, '') - return title.replace(/[/:*?"<>|]/g, '_') + return title.replace(/[/:*?"<>|]/g, '_').trim() } - //下载函数 - async function downloadMp4(videoUrl, targetElement) { + async function downloadMp4(videoUrl, element) { try { const response = await fetch(videoUrl) if (!response.ok) { - $(targetElement).text(translate('downloadfailed')) + element.textContent = translate('downloadfailed') } const contentLength = response.headers.get('Content-Length') if (!contentLength) { - $(targetElement).text(translate('downloadfailed_nosize')) - + element.textContent = translate('downloadfailed_nosize') return } const reader = response.body.getReader() - const totalSize = contentLength ? parseInt(contentLength, 10) : 0 // 文件总大小 - let downloadedSize = 0 // 已下载大小 - const chunks = [] // 存储数据块 + const totalSize = contentLength ? parseInt(contentLength, 10) : 0 + let downloadedSize = 0 + const chunks = [] while (true) { const { done, value } = await reader.read() if (done) break - // 更新下载大小 downloadedSize += value.length chunks.push(value) if (totalSize) { const progress = ((downloadedSize / totalSize) * 100).toFixed(2) - $(targetElement).text(`${translate('downloading')} ${progress}% (${getHumanReadableSize(downloadedSize)} / ${getHumanReadableSize(totalSize)})`) + element.textContent = `${translate('downloading')} ${progress}% (${getHumanReadableSize(downloadedSize)} / ${getHumanReadableSize(totalSize)})` } else { - $(targetElement).text(`${translate('downloading')} ${getHumanReadableSize(downloadedSize)}`) + element.textContent = `${translate('downloading')} ${getHumanReadableSize(downloadedSize)}` } } const blob = new Blob(chunks) @@ -419,7 +445,7 @@ GM_addStyle(` const a = document.createElement('a') a.style.display = 'none' a.href = url - a.download = sanitizeTitle().trim() + '.mp4' + a.download = sanitizeTitle() + '.mp4' document.body.appendChild(a) a.click() window.URL.revokeObjectURL(url) @@ -430,4 +456,5 @@ GM_addStyle(` console.error(translate('downloaderror'), error) } } + VideoParsing.init() })() From f27049472afb3c6d7badf702511b9ccff5b6c3ed Mon Sep 17 00:00:00 2001 From: ChinaGodBot Date: Tue, 31 Mar 2026 05:36:53 +0800 Subject: [PATCH 060/104] =?UTF-8?q?docs(sync):=20=F0=9F=A4=96=20=E5=90=8C?= =?UTF-8?q?=E6=AD=A5=20[`README=5F[lang].md`]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pornhub-download/README.md | 3 +++ pornhub-download/README_en.md | 13 ++++++++----- pornhub-download/README_ko.md | 9 ++++++--- pornhub-download/README_vi.md | 13 ++++++++----- pornhub-download/README_zh-TW.md | 13 ++++++++----- 5 files changed, 33 insertions(+), 18 deletions(-) diff --git a/pornhub-download/README.md b/pornhub-download/README.md index db9589ed5..b3fdf9b92 100644 --- a/pornhub-download/README.md +++ b/pornhub-download/README.md @@ -64,6 +64,9 @@

    Download:Github | ⭐Greasy Fork

    更新记录

    🛠️ Pornhub 视频一键下载 更新日志

    +

    📅 2026.3.31.1

    +

    优化: 优化代码,来自纯粹乐趣 – Pornhub 视频下载器

    +

    📅 2025.05.01.0128

    修复: 删除掉下载视频时,文件名尾随空格#296954


    diff --git a/pornhub-download/README_en.md b/pornhub-download/README_en.md index 267426c86..159e952f7 100644 --- a/pornhub-download/README_en.md +++ b/pornhub-download/README_en.md @@ -59,16 +59,19 @@

    「 Pornhub video download with one click | pornhub.com | Download directly without login | Download free to watch paid videos | Download videos that are prohibited | Download all viewable resolutions 」

    Views - - + +

    Download:Github | ⭐Greasy - Fork

    Update records

    🛠️ Pornhub Download video with one click Update log

    + Fork

    Update record

    🛠️ Pornhub Video one-click download Change log

    +

    📅 2026.3.31.1

    +

    optimization: Optimize code,frompure fun – Pornhub video downloader

    +

    📅 2025.05.01.0128

    -

    repair: When you delete the downloaded video,File name trailing space#296954

    +

    repair: Delete downloaded videos,Filename trailing spaces#296954


    📅 2025.03.05.0145

    -

    New: •Initial version

    +

    New: •initial version


    diff --git a/pornhub-download/README_ko.md b/pornhub-download/README_ko.md index 6d3169fc9..fe0c723f9 100644 --- a/pornhub-download/README_ko.md +++ b/pornhub-download/README_ko.md @@ -60,12 +60,15 @@ Views - +

    Download:Github | ⭐Greasy - Fork

    레코드 업데이트

    🛠️ Pornhub 한 번의 클릭으로 비디오를 다운로드하십시오 로그 업데이트

    + Fork

    기록 업데이트

    🛠️ Pornhub 비디오 원클릭 다운로드 변경 로그

    +

    📅 2026.3.31.1

    +

    최적화: 코드 최적화,~에서순수한 재미 – Pornhub 비디오 다운로더

    +

    📅 2025.05.01.0128

    -

    수리하다: 다운로드 된 비디오를 삭제하면,파일 이름 후행 공간#296954

    +

    수리하다: 다운로드한 동영상 삭제,파일 이름 뒤에 공백#296954


    📅 2025.03.05.0145

    새로운: •초기 버전

    diff --git a/pornhub-download/README_vi.md b/pornhub-download/README_vi.md index 16a490b6d..edd8b95ee 100644 --- a/pornhub-download/README_vi.md +++ b/pornhub-download/README_vi.md @@ -59,16 +59,19 @@

    「 Tải xuống Video của Pornhub với một lần nhấp chuột | 」

    Views - - + +

    Download:Github | ⭐Greasy - Fork

    Cập nhật hồ sơ

    🛠️ Pornhub Tải xuống video chỉ bằng một cú nhấp chuột Cập nhật nhật ký

    + Fork

    Cập nhật bản ghi

    🛠️ Pornhub Tải xuống video bằng một cú nhấp chuột Nhật ký thay đổi

    +

    📅 2026.3.31.1

    +

    tối ưu hóa: Mã tối ưu hóa,từniềm vui thuần túy – Pornhub trình tải xuống video

    +

    📅 2025.05.01.0128

    -

    Sửa chữa: Khi bạn xóa video đã tải xuống,Tên tập tin không gian dấu#296954

    +

    Sửa chữa: Xóa video đã tải xuống,Dấu cách ở cuối tên tệp#296954


    📅 2025.03.05.0145

    -

    Mới: •Phiên bản ban đầu

    +

    Mới: •phiên bản đầu tiên


    diff --git a/pornhub-download/README_zh-TW.md b/pornhub-download/README_zh-TW.md index 5cc11a6c9..e0e0c3343 100644 --- a/pornhub-download/README_zh-TW.md +++ b/pornhub-download/README_zh-TW.md @@ -59,13 +59,16 @@

    「 Pornhub 視頻一鍵下載 | pornhub.com | 無需登錄直接下載 | 可直接下載免費觀看付費下載視頻 | 可下載已禁止下載的視頻 | 可下載所有可觀看分辨率 」

    Views - +

    Download:Github | ⭐Greasy - Fork

    更新記錄

    🛠️ Pornhub 視頻一鍵下載 更新日誌

    + Fork

    更新記錄

    🛠️ Pornhub 影片一鍵下載 更新日誌

    +

    📅 2026.3.31.1

    +

    最佳化: 最佳化程式碼,來自純粹樂趣 – Pornhub 影片下載器

    +

    📅 2025.05.01.0128

    -

    修復: 刪除掉下載視頻時,文件名尾隨空格#296954

    +

    修復: 刪除掉下載影片時,檔案名稱尾隨空格#296954


    📅 2025.03.05.0145

    新增: •初始版本

    @@ -191,7 +194,7 @@ > - [**GitHub 倉庫快速跳轉助手**](https://greasyfork.org/scripts/515205): 🤠 GitHub 倉庫快速跳轉助手,專為幫助用戶快速存取自己在 GitHub 上的倉庫而設計 。它在導覽列頂部產生一個按鈕,點擊展開自己的所有倉庫,輕鬆跳到自己的 GitHub 倉庫頁面,而無需使用 GitHub 的二級選單 > - [**在Github上打開jsDelivr鏈接**](https://greasyfork.org/scripts/527870): 打開jsDelivr上的GitHub鏈接,用於快速下載文件 > - [**GitHub Gist 代碼片段複製與下載器**](https://greasyfork.org/scripts/529534): 向 Gist 文件添加複制按鈕,以便輕鬆複製代碼。 | 向 Gist 文件添加下載按鈕,以便輕鬆下載代碼。 -> - [**GitHub 快捷鍵翻譯助手**](https://greasyfork.org/scripts/530312): 監聽鍵盤快捷鍵 Ctrl + Q,實現對文本進行翻譯並將翻譯結果替換到原文本框中的功能 支持Issue和pull request 頁面. +> - [**GitHub 快捷鍵翻譯助手**](https://greasyfork.org/scripts/530312): 監聽鍵盤快捷鍵 Ctrl + Q,實現對文本進行翻譯並將翻譯結果替換到原文本框中的功能 支援Issue和pull request 頁面. > - [**GitHub 星標倉庫備註助手**](https://greasyfork.org/scripts/533511): 曾經 Star 過的倉庫是不是忘記了它們的用途? 這是一個可以給你收藏過的倉庫添加備註的的腳本,並且你備註的信息可以上傳下載到 GitHub Gist > - [**GitHub 跳轉到 DeepWiKi**](https://greasyfork.org/scripts/536279): GitHub 存儲庫跳轉到 DeepWiKi,支持電腦桌面端和移動端 > - [**GitHub 隱藏 Copilot**](https://greasyfork.org/scripts/536423): 在 GitHub 上隱藏愚蠢的 Copilot @@ -257,7 +260,7 @@ > ### 🔍你可能在找社交媒體腳本 > > - [**Twitter/X 隱藏轉發的帖子**](https://greasyfork.org/scripts/529450): 自動隱藏轉發轉發內容,並且在首次加載時隱藏轉發內容,移除煩人的廣告 -> - [**Twitter 媒體下載 (2025.04.28 修復)**](https://greasyfork.org/scripts/529453): 一鍵下載視頻/圖片,支持批量下載時自動打包為一個ZIP文件下載.支持新版API接口 +> - [**Twitter 媒體下載 (2025.04.28 修復)**](https://greasyfork.org/scripts/529453): 一鍵下載視頻/圖片,支持批量下載時自動打包為一個ZIP文件下載.支援新版API介面 > - [**YouTube 小助手**](https://greasyfork.org/scripts/529845): YouTube 1.視頻循環播放 2.截圖下載 3.主題進度條 From a4f6fbbffbcbe626d7ff2b1b1c4388966c57e4e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=BA=E6=B0=91=E7=9A=84=E5=8B=A4=E5=8A=A1=E5=91=98?= Date: Tue, 31 Mar 2026 06:03:24 +0800 Subject: [PATCH 061/104] =?UTF-8?q?feat(=E5=9F=9F=E5=90=8D):=20=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E4=B8=A4=E4=B8=AA=E6=96=B0=E5=9F=9F=E5=90=8D=20#272?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #272 --- missav-auto-login-helper/missav-auto-login-helper.user.js | 4 +++- missav-enhancer/missav-enhancer.user.js | 6 ++++-- missav-explorer/missav-explorer.user.js | 4 +++- missav-m3u8-finder/missav-m3u8-finder.user.js | 4 +++- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/missav-auto-login-helper/missav-auto-login-helper.user.js b/missav-auto-login-helper/missav-auto-login-helper.user.js index 1d401acc9..e62417f88 100644 --- a/missav-auto-login-helper/missav-auto-login-helper.user.js +++ b/missav-auto-login-helper/missav-auto-login-helper.user.js @@ -81,10 +81,12 @@ // @match https://missav.live/* // @match https://missav.ai/* // @match https://missav123.com/* +// @match *://missav.fans/* +// @match *://missav.media/* // @grant GM_registerMenuCommand // @grant GM_setValue // @grant GM_getValue -// @version 2025.04.27.1343 +// @version 2026.3.31.1 // @require https://update.greasyfork.org/scripts/498897/1404834/Toastnew.js // @icon data:image/png;base64,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AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACnJPHD7N7Wr1Ku9QOYpmzNVWrroui6poqAUtqWaSRGvSNjXbO5uqruTz9QHale50ao9dp7XK1V69+76NAKwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADq+RsTdXuRqdbl0A6R1McrtlrtV014Lv8HWB1mfIszY41a3VquVzk104ecDiFXsnfG96v1ajmqqInh4eL4wLgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB1fIxnsnI3wroAc9rGK9VRGomqr3gKCyyvbt6sp4+hZE1VfpTQBzskKI56tki6XsTRU7+nUByqIysRf/ABGaa99F/wBfoA6LJoqzs9quxK1O90+LyAUlqOaiSRN6OnVNe9qqL9CAXLO0q5G9D2o9PCm5f6AVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABw5yNTVVRE61A4a9r01aqOTrRdQKKzPlc5IkajWrosj+GveTpA4a6bTaZJHOicWomi+JdQOJpGyRRTJwY9FXXo6F18Gv0AdpvwsisaqNmYm2xV/wB+ICjz6Sumk00VkO9F6F1XVPoA7Nl22Us67lXtXd7X/VEAvAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABw5yMTVyo1OtVA6RzxTKqRyMeqcdlyLoBUAoSudJKkLHK3dtPcnFE6ETw7wKMbGu1WCnY5v7cjtNr6FVQOdhzKanjkRE7dGqmuu5OHkQCojGyVcm2iOVjU2UXo113/wC+oAxiRVLo0REY9u1s9CLrovx6oBRTtaWN3/gyKmveRVb5ADkWmrJZG+xciOe3rTgq+LT6QOZaePZghbpzaq5d3UrV84COV0rqdUY9ZG7nrsqiJu37/CiAXoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFJKmFz0YkrFevtUcmoFUClPIsbURmiyPXZbrw16wKHNtSRWtj9cTJ7J8i7k83gRAOWNlhZUuVjWaptNRi6prp4E6kALG3YpYtNYl6OhdE3a+UDtMxsMkcjERq7SMdpu1Rd3lA45tHy1MXtXtR3jXVP6AUZUdM2kmRdmVNW69/TgvjTTxgd5dh9LUStTZfIzYcnSi70/qB1lXYZPCjXK7a2mbLVXjv8uoF8i6oiqmi9QHIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOEVF4KBRkqHpI6OOLbc1EVVV2ib/8AoBz64b62SbTds7Wn9AKKs2XNV7EnqHb0RfYt8yfSB3bHMtQx7kjRqNVq7Kr/AL6ALkC3an/FTNXcrmtVF+NP9+EBSytSBrHKjXRojXNVdNNAOrpmVe1ExV1REc1/QqovR19AHVZGyPRVelPUNTRUd0p/VADZEa9ytelROqaJs+xb5gKzadEpuZVdUVqoq9evFQOIqdzZGvklV7kbs7kRE6PMB2jpooV1ZG1q9aJvAqgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADjVNdNd4FOaZYlYiMV7nroiIqJ0agIJXSo9HtRj2u0VEXXo1/qBQerZmull1dEi7LI09tv017+qgcyRzyRojWRRojkcibS7tF16gLsChP2s9O5eG0rfGqAcROSKeVjlRFe7baq9KaIn9AOX1caSNYi7eq7Kq3ejfCBRVGxxpBM5WI1fwcnk39YHKvajmrLO2VWrq1kbd6r4N+oFanY7V8j00e9fY9SdCf76wOnrRyqqLKqR7e2jUamuuuvHwgVHU0TpNtY2q/rVAKoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUX1C7asjYsjk479ETwqAilc972SNRjmoi9q7VFRfEnUBbI1PWyyTbczmrsq1XaJrrpw4AdmwMfttbC2nnYiKis06eG9OjdwA7sk25KebTRJWaKnf01T+oHRyK2lnZprzT9rTvao7/AEAqSPSKdkqr+Dc3ZV3QnSniA5lrY2NXYXnnomuyxdf+gHL53OexkWyqubtbTuGgHVEWpjbIipHKxVRFTem5dFTvougHD0e9U26Vj3JwcrkVPJqB3jiesqSSKiKiKiNZwTXv9PACq5jXpo5EcnUqActajU0REROpAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABTlmSJUTRXvdwa3ioHRJ5GyMbJG1jXroio/VddNervAdFjWWpkY979lERzWtdomi+DvoBSibBLsbVKxjZNdl25V17/fA7PVzYZNVVy08iLqvFU3L5FVAKydpWL1SM18af8AX6AKLEX1nHoiudC7e1OK6Lov0bwKy1kGyipK1deCIuqr4gOvrtXQ7SM0er9jZcvBdekAms6yQSomqIjtpi+HTwLuAOSXZ2JImVCdeqJr4UUBzEkrUa5GQxoqLss3qui6+IC4VEVNF3oBw1jWexajfAmgHYAAAAAAAAAAAAAAAAA//9k= // @iconbak https://pic.616pic.com/ys_bnew_img/00/35/79/Gv93yQh7v6.jpg diff --git a/missav-enhancer/missav-enhancer.user.js b/missav-enhancer/missav-enhancer.user.js index 039ac89c7..35d4654d5 100644 --- a/missav-enhancer/missav-enhancer.user.js +++ b/missav-enhancer/missav-enhancer.user.js @@ -88,6 +88,8 @@ // @match https://missav.ai/* // @match https://missav.com/* // @match https://thisav.com/* +// @match *://missav.fans/* +// @match *://missav.media/* // @author DonkeyBear,track no,mrhydra,iSwfe,人民的勤务员 // @namespace https://github.com/ChinaGodMan/UserScripts // @supportURL https://github.com/ChinaGodMan/UserScripts/issues @@ -101,7 +103,7 @@ // @compatible opera // @compatible safari // @compatible kiwi -// @version 2025.04.27.1345 +// @version 2026.3.31.1 // @created 2025-03-07 21:14:34 // @modified 2025-03-07 21:14:34 // ==/UserScript== @@ -112,7 +114,7 @@ * File Created: 2025/03/07 21:14:34 * Author: 人民的勤务员@ChinaGodMan (china.qinwuyuan@gmail.com) * ----- - * Last Modified: 2025/06/03,Tuesday 11:09:28 + * Last Modified: 2026/03/31,Tuesday 05:58:59 * Modified By: 人民的勤务员@ChinaGodMan (china.qinwuyuan@gmail.com) * ----- * License: MIT License diff --git a/missav-explorer/missav-explorer.user.js b/missav-explorer/missav-explorer.user.js index fcb921272..81fe5133b 100644 --- a/missav-explorer/missav-explorer.user.js +++ b/missav-explorer/missav-explorer.user.js @@ -220,13 +220,15 @@ // @description:zh-TW 從當前missav頁面獲取圖片文件和視頻信息,並合併結果後提供下載生成的網頁文件 // @description:zu Thola amafayela wesithombe nemininingwane yevidiyo evela ekhasini lamanje le-Missav, futhi unikeze ifayela le-Web elilandiwe ngemuva kokuhlanganisa imiphumela. // @namespace https://github.com/ChinaGodMan/UserScripts -// @version 2025.04.27.1347 +// @version 2026.3.31.1 // @license MIT // @author 人民的勤务员 & ChatGPT // @match https://missav.ws/* // @match https://missav.live/* // @match https://missav.ai/* // @match https://missav123.com/* +// @match *://missav.fans/* +// @match *://missav.media/* // @grant GM_setValue // @grant GM_getValue // @grant GM_xmlhttpRequest diff --git a/missav-m3u8-finder/missav-m3u8-finder.user.js b/missav-m3u8-finder/missav-m3u8-finder.user.js index cb3765927..346528149 100644 --- a/missav-m3u8-finder/missav-m3u8-finder.user.js +++ b/missav-m3u8-finder/missav-m3u8-finder.user.js @@ -89,13 +89,15 @@ // @match *://missav.live/* // @match *://missav.ai/* // @match *://missav123.com/* +// @match *://missav.fans/* +// @match *://missav.media/* // @icon data:image/png;base64,/9j/4AAQSkZJRgABAQIAdgB2AAD/2wBDAAMCAgMCAgMDAwMEAwMEBQgFBQQEBQoHBwYIDAoMDAsKCwsNDhIQDQ4RDgsLEBYQERMUFRUVDA8XGBYUGBIUFRT/2wBDAQMEBAUEBQkFBQkUDQsNFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBT/wAARCAMgAyADAREAAhEBAxEB/8QAHQABAAEEAwEAAAAAAAAAAAAAAAgDBAcJAQIGBf/EAF4QAAEDAgMDBAkNDQYDCAICAwABAgMEBQYHERIhMQgTQVEXIlZhcYGx0dIJFDJCcnN1kZSVobKzFRYjNDU2NzhSVWJ0wRgZgpLh8CQz8SVDU5OiwsPTRGNUg0Zko//EAB0BAQABBQEBAQAAAAAAAAAAAAAGAwQFBwgCAQn/xABMEQEAAQIDAgcMBgkEAgICAwEAAQIDBAURBjESIUFRcZHRBxMUFTJSVGGBkqGxFiIzNHLBFyM1NkJTc7LCYoLh8EOi4vEkRCVjk9L/2gAMAwEAAhEDEQA/ANnYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUpKmKJ2y56I79lN6/EB3jkbKxHtXVq9aaAdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB0kmZCmr3tYn8S6AcRTsm2thVXZ46oqeUCoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKck8cOm29rFXgiqBzHNHNrsPa/TjovACk98r51jY5rERqO1VuqrxA5ie6OXm5Hbe1vY9UTf1oB1hejHSOX28uzr4tP6AdqftHzR9TtpPAu/wAuoFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHV8jYm7T3I1vW5dAOjKqGR2y2RrndSLvA4qJHs5tGbKbbtnVya6bgOjnSU7ke+TnI13O3Imz1L4AEi6Ve1prsRKvxr/oBztIlVG9PYys018G9PoVQLgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADpLK2FurtV1XRETeqr1IBT2qh+9GMjTqcuq/QB1dUOdSse1ESSTRqIvQq+bf8QHDWrFIscLWq/RFfI/ivnAK1Z3ORyJHUR70enV0eLvAOd23U02mm1qxydWv+qaAU2qskktM9dlWu2on/AE/R5AKUzJPWsSKmkvOufonWm0qeRALvaT1zFInsZWbOv0p9GoFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcOcjGq5yoiJvVVAoJNLLvjjRreh0i6a+IDmKZdJUk0R0a71bw0011/31AUm6okcrmI+ok9ijl3MTj4tAO7tXubFUMY5r/Yub1/08IHR6vWnmjVdqSJUc1eldN6eYBNOkdQxVTagmb23Unf+kCm+N8DKva3tbFoxelU7YDsn4Ojbrxp36a95F0+qoF8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALfn3zKvMtRWpu5x67vF1gcRTPSdI3vjejmqqKxNNFTo4r1gXIFui7VVI5d/NtRGp4d6/wBAOsNNHPEySVqSveiOVXJqia9CdQHM8bYIY1Y1GsjejtE6E6fKoB70p53Pdujeidt0Iqdf++gAyRstQsjV1jaxUV3Qq6/00+kDojFfQOVE7ZVdI1P8SuT+gHVVZVz6xqqo5mu2ibmuRd2/xqBVa2aWSN0jGsRmvB2uq6aAcx0aM2NZHuaxe1buREAuAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUZJ1R/Nxt238V36I3wqBTfNLCrVe+JU2kRWIi66KunHX+gF0BQqE25IY19irtVTr0Tz6AdUjbVSyrJ2zWO2UYvDgi6qnTxA7rSRtjkbGxse23RdlNAKW2roYJkRVVns2pxTdovxL5AOZJmVKxsicj1R6OVW+1RN+/yAd4u3qpnJwRGs8aaqvlQC12283HD7J8UmzsImva8N/iUCs6GZYnQIjVZwR7nb9nq06wO8lJzj5F5xzWP9kxum/doBXRNlEROCbgOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAt21SyoixROe1eDndqn07/oAOmmiTakjbsJxVjlVU7+miAdHwsmqlbIm2xzEVqKuqbl37vGgHG277n6a6OT8Gq+PZVQO742yTMhVPwTWa7HQvR8QFVsEbHI5sbWuTgqNTcB2c9rE1c5Gp1qugFGRyQT86q/gnojXO6EXoXwb/IBwyOWFuzErHR+12lVFanV3wOkSr67VFk57Vqo9ETtWr0J5QKiQywppE9qs6GvTh4FALA+bdM9FZ+wxNEXw9YFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACi+pRHuYxj5HN4o1NETxqBxt1HHmmadXOb/ACAU5ntnZC/tkZt7L266cd2i+PQDvTNSGWWJqI1u57UToRd3lRfjApMVfWkaoqtdM9Fc5OO9f9oBXSkhRunNM09ygFVV0TVeAFCddtrJY1R6xu10auuqcFT6QOG6vcs1O5rkf7JruCr195QKcyyNfGr5E5xHJpFH0prv1692oFd0DmvV8T0Yq+yaqatXv+EDhWTv3OkaxP4E3/GoFWONsTEa1NEQDsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFvJVtYrtGOejV0c5NNGgXAFi9yTMSSRFe166Rxa6IvfX4tQO1EiJLJsNiaxUTtYna6L8Sf7QDhWKtNURN1VzHKqInSnskT6dAO0SpA2V6sWOFUTZY7iq9O7v7twHCMdDDSOd7Jmyx3jTTy6Adlj231MKroj0R6L1a7vKn0gEdz6t7ZIqmPii7/AA7ulFA6VCOcxWzztaipojI00V39V8QHZWSP5mV0aPcjNHMcumirpvAq00SxQo12nFV0Tgmq66AcesoP/DRE6k4fEBVYxsbUa1qNanQiaIB2AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFKWdI3I1Gq9670a3jp1gdoZUmja9E016F6AKEz9t8iOcrIY01erdyqvHT4vKBRja1KiJWRRRKi702021TTpTTwdIFz7Cs70jPpRf9foAoU0LmSM0Y5qsVyPe5dzk36eHoUDs1nPwVKt4PcqsXwIm/40A7c4jpKaZOEibK+NNU8n0gcbLWI6nkXZaq6xu4dOvxooHZ/PMb+EnjYzpfs6L9K6AUo4nSUz2NRXMSTVvOe3Tj5dQK1PE5sskisSNHIibCLrw13r8f0Ad30sUjlcrE2l4qm5VA7Rwxw67DGt146JxA7gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOFXRNV3IBTbVQvkRjZGucu7dvAqgU5peZjV2m0vBE616ALZ+u0rXySvk01VsKaI3/ffUDu90j6BHKjmybKK5E499PKBxEqSI+BYuajVnaovFU4KBWpXrJTsV3stNHeFNy/SBaoxi0MCuYj1j0YjV4bWuzv8YHaTfFK9WtZNBvRW9Kaa/EvACqi7NWi9EjPpT/r9AHWmiRyuc9VfIx6pq5ddOrROjdoBWqI+egexNyqm5epegCmxkr5mSPRjNGq3RF1VddPMBVkhjmREexr0ThtJqBxHBHDrsRtZr+ymgFQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAoyVcMSqjpGoqcU11VAKwHCqiIqruRALR0rpGte972Mf7CONO2cnWoFSkV2kjXI9ER3aq/jpp59QKNPI6LYR0TtXO2ZJXdK7+H++kCvT9pJNH1O2k8C/wCuoHRI2yvqoncHqjt3UqIn9FApw7ErI2OhY2KRu0xG8U8Pf3gc7TuYie5dXRSbKu601Vuv9QO740lq3MkVXMVqOa3Xdx37unoAuUTRNE4AWnMTbHNIjGsa/aa9V36a6pu+gC7c1r2q1yI5F4oqagU2UsMbtpsTGqnSjUAqgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHACglbAq6c4nDXaXcnx8AKkUzJkVWORyIumqAWL67t3NfNzbkcqc3EzV3HxgddHy720rnfx1T9yeICqsirS7Svje+FyOXmuCJ0p8WoF8BQqfZ06rwSTf8S6fToBbysjjmlV6SS69u5GrojU4a8d/D6AK8WsMyR7Sujc3abquumnFNfGgHM/aSwyfxbC+Bf9UQBB2k00ffR6eBf9UUDrJE6NX7LOdik3uZrvRe9qB0bC57FjSNYY3Lq9Xu1c7vcV8oFxNA2ZG7WqbK6orV0XqA5jiZCioxuiKuq99QO4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABRfVxRv2XPTa1RF0TXTXr6gOWVMUr9hkjXO010RdQKFXV8xLsOlbCzZRUcrdVXvJ/vpAoc4s3sYZ6jvyrsN+L/QCtT6qr4ZOYYjk0SKLj3wK9I9X07Nr2SJsu8Kbl8gCrRVpZkTirHafEBRqGNc6GTV6oqbLWMXRXa7+PgQA1WxNZLHtNYrth8bl1036eLRQK1UxX070b7JE2m+FN6AdNtFqIZE9jK1W/1T+oHeaN222WPTbRNFReDk6gKLWOR6ujpljeuvbSOTZTr0RFUCu2nalOsSqrkVFRV6V14qAjp2RO2kRVdpptOVVX6QKoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB0kmjhTt3tZ4VA6R1TJJEYiO1VFVFVqoi/H4QKM8z31DY27bI0dsvcmnFU3f9QKHOSsWOOSR71crmta1UbrsrxVV38AK6I1aVuxsose7tE5xW95O/wA4pXOjqXtej/wAIm0iyKmq6d5AOlU5zKx2zO2nRzE37O0rt68EApRww1LkRedqVVNpFlcqN+L/QDtC5ZI5GokdNE1mr0a3e1epdfMBfUu362j29ztlNQOZ4ueiVuui8UXqVOCgWsrmv/wCYskEmzsuRrdUcne3AVomrJKkmyrGNbssReK9a/QgFWWJJo1Y7VEXpTiBxFTsiVXJqrl3K5zlVV+MCoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdXPaxNXORqdaroBR9exbtlVciqibTWqqb1048AOK2d8bNmJqrI5FVFTTo48ekC3mfJTpI/nnrCiNfroiuXVdNEVdyAVadqLzsao1Hu7ZUe/bcvfVPiApbb45Y5XJI5je1VXojERF3bk4gVrgqsSFzXtjVH/8AMdwbuUC0VI5XaSTz1K6oio3tG7+HUB3YnMVCQxQxQvVdNdFVVbpvXXcBc0SORZkV22zbXR2mmq9P0/1AugLJWpCxIpNprWLrHK1NdOpP6AcsbzrWxs2lZtbb5HpptLrru8YF4BQjo441avbO2fY7TlVE8CcAK4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUamR0UW0zRF2kRVcmuiKumoFB6tSdsUkssj3e1YmyifF4F6QOebdHMrIGQRL+07e5fF/qB1ZMskUcquRzopVa5yJoioq6f1RQFavNzxvWTmmK1dpyN2tdFRUTygUrkjIpElWJZFTftPRVY1PB1gVpGPZo38JImmvaqkbE8fEDiNsbJIJWNYm0qscrF2k39/p4fSBUrNhrmP29mVuuwmmuviAptR0W1KrGsqJk2WsTo76+VQO0kTnf86BJ+jbj3L8S+cDmni/4jbRkjGtbpo9VXVV8fe+kC7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwuui6cejUCxdOqU7JppnNa9PYRN06NdOlQO0kTYthzI49t3t53b08qgNZJXT00j2uese0mymmi/70A5qHrLRRytXZcitdrprs79/lUCnUMjlomKqSVCJq1NhFTVe+ne0A4p9p1M17UVEcqpzdO1G/SvgAOYx8UjthnPR6PRNvbdu37+rgBd1CRS06847ZjXRdrXQC2aiyObNMjUji3teqaK7q3dAFTSaRm1JEyVqrqjF3Ob1eP4gKfMNc6NjIZYu2RV1cuiIm/r073jAvwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB0mj52J7P2kVALOSRVZDOjo4nObsukk9r06J9IHd6tjcqtji0e3tpHP2Nr6AKNM+OZ1RTMbGxqt3bDtd/DXXxp8QFeWRZaFr1Tc7ZV/eTXtv6gdJZ1qI0WKTYTnVicqJru4eYClO5UpYfwbJZGqsfbprw16PEBUYrpYkjRzpV22u20j2GtRFRd3xAXU0CSqjkXYkb7F6dHnQBFAkaq5VV8i8Xu/wB7gKoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABZObsxTN0aqxSbbdvgiLv1+lfiAI5HRtk/A1ErVVOc1RqN8e8Cj64jjrY9GxI569s5km0u/dpw69PiAu6fVnPRpxY5VRO8u/+oFvDOroHQxu0mbFt6/xarr9IHCLpTz7apNq1Jk2tyLqnD6AFJK5muu/inMwxaInf1/3xAuo6dFpY4pE10aiL3l8IBlN2yLJIsqt9jruRO/4e+BXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAsJoFmhnhRqOc16Pa1enXf50A4a1YNFkSlpk6kTVf6AVOcYsrZUjlkc1NnaRqomi97dqBVpWuRj0cxWtV6q1Haa6Lv8ALqB19YMRdGuc2Pd2jeGqcO/1AVUgjbIr0jbtrxdpvAqAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAt3tRKpEX2MrFavhT/RVAtIKaSnjRHRU0SN3c4/eq9/8A2oFZz45o0au1UaKipzTdE1Tv/wCoFSFzpKlZEjexjmIi7eib0Xdu8agdn0jXSbbXLE9V1VzdNV3adPgQDlKSFGsRWI/YTRquTXQCtwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFGSnV8m22R0erdldlE3/H4VA5hpo4ETYYiL0u03r4VAqgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAClPEsqN0dsOau0jkTUDrHSRscr3JzsirrtvRFX/QCuAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUK6uprZSS1VZURUtNE3afNM9GMYnWqruQ+TMUxrKpbtV3q4t26Zmqd0Rxyj7mLy4MBYOklpbQs+Ka5mqf8ABdpAi9+V3H/CimGv5rYtcVH1p+DaWU9zjOMwiLmJ0s0z53HV7sfnMI+4r5e+Prw97bPSW2wwL7FWxLPKn+J+7/0mGuZxfq8iIhtTA9zDJ8PETia6rk9PBjqjj+LG1z5TmaV1e502NLlHr7Wnc2FPiYiFjVj8TVvrlLrOxuQWI0pwlM9Os/OZfJdnpmI5VVca3zVf/wDek85T8LxHnz1r6Nmslj/9S37sdh2dMxO7W+/L5POPC8R589Z9Gsl9Et+7HYdnTMTu1vvy+TzjwvEefPWfRrJfRLfux2HZ0zE7tb78vk848LxHnz1n0ayX0S37sdh2dMxO7W+/L5POPC8R589Z9Gsl9Et+7HYdnTMTu1vvy+TzjwvEefPWfRrJfRLfux2HZ0zE7tb78vk848LxHnz1n0ayX0S37sdh2dMxO7W+/L5POPC8R589Z9Gsl9Et+7HYdnTMTu1vvy+TzjwvEefPWfRrJfRLfux2HZ0zE7tb78vk848LxHnz1n0ayX0S37sdh2dMxO7W+/L5POPC8R589Z9Gsl9Et+7HYdnTMTu1vvy+TzjwvEefPWfRrJfRLfux2HZ0zE7tb78vk848LxHnz1n0ayX0S37sdh2dMxO7W+/L5POPC8R589Z9Gsl9Et+7HYdnTMTu1vvy+TzjwvEefPWfRrJfRLfux2HZ0zE7tb78vk848LxHnz1n0ayX0S37sdh2dMxO7W+/L5POPC8R589Z9Gsl9Et+7HYdnTMTu1vvy+TzjwvEefPWfRrJfRLfux2HZ0zE7tb78vk848LxHnz1n0ayX0S37sdh2dMxO7W+/L5POPC8R589Z9Gsl9Et+7HYdnTMTu1vvy+TzjwvEefPWfRrJfRLfux2HZ0zE7tb78vk848LxHnz1n0ayX0S37sdh2dMxO7W+/L5POPC8R589Z9Gsl9Et+7HYdnTMTu1vvy+TzjwvEefPWfRrJfRLfux2HZ0zE7tb78vk848LxHnz1n0ayX0S37sdh2dMxO7W+/L5POPC8R589Z9Gsl9Et+7HYdnTMTu1vvy+TzjwvEefPWfRrJfRLfux2HZ0zE7tb78vk848LxHnz1n0ayX0S37sdh2dMxO7W+/L5POPC8R589Z9Gsl9Et+7HYdnTMTu1vvy+TzjwvEefPWfRrJfRLfux2HZ0zE7tb78vk848LxHnz1n0ayX0S37sdh2dMxO7W+/L5POPC8R589Z9Gsl9Et+7HYdnTMTu1vvy+TzjwvEefPWfRrJfRLfux2HZ0zE7tb78vk848LxHnz1n0ayX0S37sdh2dMxO7W+/L5POPC8R589Z9Gsl9Et+7HYdnTMTu1vvy+TzjwvEefPWfRrJfRLfux2HZ0zE7tb78vk848LxHnz1n0ayX0S37sdh2dMxO7W+/L5POPC8R589Z9Gsl9Et+7HYdnTMTu1vvy+TzjwvEefPWfRrJfRLfux2HZ0zE7tb78vk848LxHnz1n0ayX0S37sdh2dMxO7W+/L5POPC8R589Z9Gsl9Et+7HYdnTMTu1vvy+TzjwvEefPWfRrJfRLfux2HZ0zE7tb78vk848LxHnz1n0ayX0S37sdh2dMxO7W+/L5POPC8R589Z9Gsl9Et+7HYdnTMTu1vvy+TzjwvEefPWfRrJfRLfux2HZ0zE7tb78vk848LxHnz1n0ayX0S37sdh2dMxO7W+/L5POPC8R589Z9Gsl9Et+7HYdnTMTu1vvy+TzjwvEefPWfRrJfRLfux2HZ0zE7tb78vk848LxHnz1n0ayX0S37sdh2dMxO7W+/L5POPC8R589Z9Gsl9Et+7HYdnTMTu1vvy+TzjwvEefPWfRrJfRLfux2HZ0zE7tb78vk848LxHnz1n0ayX0S37sdh2dMxO7W+/L5POPC8R589Z9Gsl9Et+7HYdnTMTu1vvy+TzjwvEefPWfRrJfRLfux2HZ0zE7tb78vk848LxHnz1n0ayX0S37sdh2dMxO7W+/L5POPC8R589Z9Gsl9Et+7HYdnTMTu1vvy+TzjwvEefPWfRrJfRLfux2HZ0zE7tb78vk848LxHnz1n0ayX0S37sdh2dMxO7W+/L5POPC8R589Z9Gsl9Et+7HYdnTMTu1vvy+TzjwvEefPWfRrJfRLfux2HZ0zE7tb78vk848LxHnz1n0ayX0S37sdh2dMxO7W+/L5POPC8R589Z9Gsl9Et+7HYdnTMTu1vvy+TzjwvEefPWfRrJfRLfux2HZ0zE7tb78vk848LxHnz1n0ayX0S37sdh2dMxO7W+/L5POPC8R589Z9Gsl9Et+7HYdnTMTu1vvy+TzjwvEefPWfRrJfRLfux2HZ0zE7tb78vk848LxHnz1n0ayX0S37sdh2dMxO7W+/L5POPC8R589Z9Gsl9Et+7HYdnTMTu1vvy+TzjwvEefPWfRrJfRLfux2HZ0zE7tb78vk848LxHnz1n0ayX0S37sdh2dMxO7W+/L5POPC8R589Z9Gsl9Et+7HYdnTMTu1vvy+TzjwvEefPWfRrJfRLfux2HZ0zE7tb78vk848LxHnz1n0ayX0S37sdh2dMxO7W+/L5POPC8R589Z9Gsl9Et+7HYdnTMTu1vvy+TzjwvEefPWfRrJfRLfux2HZ0zE7tb78vk848LxHnz1n0ayX0S37sdi5pOULmXQuRYsb3pNOh9U56fE7U9RjcTG6uVG5spkVzysHR7sR8ntMO8tXNKwvZz92prxEnGOvpWLr/iZsr9JdUZpiaN869KPYvud5BiYngWptz/pqn5TrDNuBPVCLZWSRwYtw9LblXctXbX86xO+rHaORPAqmVs5zTPFdp06Gusz7leItxNeXX4q9VXFPXHF8ISawPmVhjMi3+vMOXmlukSJq9sT9JI+85i9s3xoZ21ft341t1atO5lk+Pyi53rHWpon17p6J3S9MV2HAAAAAAAAAAAAAAAAGIc9OUphvJOjWCdyXTEMjNqC1wPTaTqdIvtG/SvQhjcXjreFjSeOrmTvZrZDHbR18Oj6lmN9c/KI5Z+EcrX7mtnxi/OGvdJfLi5tCjtYrbTKrKeJOjtfbL33aqQ7EYu7iZ+vPFzcjqXI9mctyC3FOEt/X5ap46p9vJ0RpDHhZJWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH0cP4jumFbpDcbPcKi210S6snppFY5PGnFO8e6K6rdXConSVpisJh8damxiaIrpnkmNYTPyF5ccVylprFmFzdLUO0ZFe4m7Mbl6OeansV/iTd1onElGDzaKtKMR19rnvafub1WYqxeTa1Rvmid/+2eXonj6Uv4J46mFk0MjZYpGo5j2Lq1yLwVF6UJJE68cNC1U1UVTTVGkwqH15AAAAAAAAAAAAAj1ypOU7T5QW91isb46nFtVHqmujm0TF4PenS5fat8a7uOGzDHxho4FHlT8G1Ni9ja8+ueF4uJjD0z7ap5o9XPPsj1a7Ltdq2+3KouFxqpa2tqHrJLPM5XPe5eKqqkKqqmuZqqnWXWFixaw1qmzZpimmniiI3QtDyrgAAAAAfUt2Fb3d9FoLNcK1F4LT0r3+RCpTbrq8mJlZXcbhbH2t2mnpmI/N9hmUuOJW6swdfnJ1pbZvRKng97zJ6pWM55lccU4q379Pa7diHHfcZf8A5sm9EeD3vMnql88e5V6Vb9+ntOxDjvuMv/zZN6I8HveZPVJ49yr0q379PadiHHfcZf8A5sm9EeD3vMnqk8e5V6Vb9+ntOxDjvuMv/wA2TeiPB73mT1SePcq9Kt+/T2nYhx33GX/5sm9EeD3vMnqk8e5V6Vb9+ntOxDjvuMv/AM2TeiPB73mT1SePcq9Kt+/T2nYhx33GX/5sm9EeD3vMnqk8e5V6Vb9+ntOxDjvuMv8A82TeiPB73mT1SePcq9Kt+/T2nYhx33GX/wCbJvRHg97zJ6pPHuVelW/fp7TsQ477jL/82TeiPB73mT1SePcq9Kt+/T2nYhx33GX/AObJvRHg97zJ6pPHuVelW/fp7TsQ477jL/8ANk3ojwe95k9Unj3KvSrfv09p2Icd9xl/+bJvRHg97zJ6pPHuVelW/fp7TsQ477jL/wDNk3ojwe95k9Unj3KvSrfv09qzq8t8W0DFfU4XvMDU4ukt8qJ9U8zYuxvpnqVqM2y+5OlGIon/AHU9r4NRTy0kisnifC9OLZGq1fiUpTExvZOmumuNaZ1hTPj2AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAknyXOVTV5aVtNhrE1Q+qwpM5GRTPVXPoFXpTrj629HFOpc5l+YTYmLdyfq/L/hqHbTYm3nFFWOwFPBvxvjkr/+XNPLulsLpamGtpoqinlZNBK1HxyRrq1zVTVFRelFQmcTExrDlWuiq3VNFcaTHFMKp9eAAAAAAAAAAAxpn/nHSZK4Aqbu/Yluk+sFvpXL/wA2ZU4r/C3ivxdJY4zExhbU18vIl+y+z9zaLMKcNHFRHHXPNHbO6Gra/X2vxNeay63OpfWV9XK6aaeRdVe5V3kArrquVTXVOsy7SwuGs4OzRh7FPBopjSIjmWB4XQAAAety7ypxVmtdfWGGLPPcXoqJJMibMMKdb5F3N8pcWcPdxE8G3GrB5rneAyW133HXYpjkjlnojfKXmWvqeFupo4qnHN8lrZtyuoLV+DjTvOkVNp3iRCRWMmpjjvVa+qGi837qd6uZt5XZimPOq456o4o9sykfg/IXL3AkTUs2ErZBI3/v5YEmlXv7b9V+kzdGEsWvIohqnH7TZxmUz4TiapjmidI6o0h72GFkEaMjYjGJwa1NEQutNEbqqmqdap1Vj6+AAAAAAAAAAAAAAAAAB8S+YPsWJadYbtZqG6ROTRW1dMyTyoUq7dFyNKqYle4fH4vB1cLD3aqJ9UzHyYQx7yG8tcYRySW6jnwvWu3pLbZPwevfjdqmng0MZeyrD3PJjgz6mw8s7o2d4CYpvVRep5qo4+uNJ69UTM2+RfjvLSOeuoIm4ps0erlqbexeejb1vi4+NuqEexGWXrH1qfrR6uxu3I+6BlWbzFq7Pebk8lW6eird16MBORWuVqoqORdFRdyopiGzYnXjhwH0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEzuRBygHpNHl3fqnaY5FW0Tyu3ovFYNerirfGnUSfKsZ/+vXPR2Oe+6PstHBnOsHTx/8AkiPhV+U9fOmqSlzwAAAAAAAAAOFXRNV4AaxOVdm4/NTNOt9bzK+yWlXUVE1F7V2i9vJ/icnxIhA8xxPhF6dN0cUOydiMijJMqo4cfrbn1qvbuj2R8dWGDFthAAABKfk3ci6uzDipcR40Sa14dfpJBQt7SorG9Cr+wxevivRpxM/gssqvaXL3FTzc7TO1ndAtZXNWCyzSu9umrfTT2z8I5eZPjC+FLRguzw2qx26ntdBCmjIKZmy1O+vWvfXepLaLdFqng0RpDmXGYzE5henEYqua655ZfcKi0AAAAAAAAAAAAAAAAAAAAAAAACO+fvJBw1m5BPdLUyKwYp0VyVULNIah3VKxOv8AaTf4TEYvLreIiaqeKr/u9s3ZnbrHZHVTYxEzcsc076fwz+U8XQ12Y7wHfctcSVNixDQSUFwgXe129sjeh7HcHNXoVCGXbNdiuaLkaS6qy3M8Lm2GpxWDr4VE/D1THJPqefKLKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABc2241NouFNXUczqerppGzRSsXRzHtXVFTxoeqappmKo3wo3rNGIt1Wrsa01RMTHPEtr2R+ZcObWWlnxCxWpVSx81Vxt/7udu56eBV3p3lQ2HhL8YmzTc5eXpcQbR5PVkeZ3cFPkxOtM89M7uzph7wu0ZAAAAAAAAMYcpTHzsuMmsQ3SGTm62WH1nSqnFJZe1RU8CKrvEWGOvd4w9VUb93WmWyGVxm+dWMPVGtMTwquinj+PFHtaq1VVXVd6mvnbIAAATF5HPJUjxC2kx3jGk27ajkktdtmbunVF3TSIvFmvsU6ePDjJMty/h6X7scXJH5tDbe7aTheFlOW1fX3V1Ryf6Y9fPPJu3p5tajURqIiInBE6CWObN/HLuH0AAAAAAAAAAAAAAAAAAAAAAAAAADFueuRVkzywpJQV7G010harqC5Nbq+nf1L1sXpb/AFLHF4SjFUcGrfySluze0mK2bxcXrM60T5VPJMdscktWmOsE3fLrFVww9fKZaW40T9h7favToe1elqpvRSBXbVVmubdcccOy8uzHD5rhaMZhataKo/7E+uOV8EpMmAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEu/U+sfuosS33CE8i8xXQpXUzVXckrNEeieFqov8AgJJk17SuqzPLxtD91PK4uYazmVEcdE8GeieOOqfmnQSxzYAAAAAAAAQ79URxM6GzYSsDH6JPNNWyNReKMRGN+u4jWdXNKaLftb87lGDiq/isZMboimPbxz8oQgIo6PAAGa+SlkY7OnMNiV0TvvctWzUXB/BJN/aQovW5U395FMpl+E8Ku/W8mN/Y17trtHGz+Xz3qf11zip9XPV7Pno2jU1JDRU8UEEbYYImoxjGJo1rUTREROhEQnkRERpDjeqqquqa651md66D4AAAAAAAAAAAAAAAAAAAAAAAAAAAAARu5ZWQkeaWCJL/AGunR2J7LE6SPYTtqmBN74l61Te5vf1TpMLmWE7/AG+HR5UfGG1NgNppybGxhMRV+puzp+Grkn8p6+RrVIS63AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADIvJ4xM7CWdeELgj1ZH6/ZTyLrxZJ+Dd9Di9wVzveIoq9fzRLavBxjskxVnTj4MzHTTxx8m142G4hAAAAAAAANf8A6oNXunzVslKq9rBaWuRO+6WTXyIQ7OZ1vUx6nUfcstRTlN65z3J+FMIuGAboAOWtV7ka1Fc5V0RE4qofJnTjltd5MmU8eUeUtqt0kSR3asalbcHab1meiLsr7lNG+JSf4HD+D2Yp5Z45cU7X51OeZtcvRP6un6tPRHL7Z42XTIoWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOFTVNF3oBqy5XmU7cq8365tHDzVmvCLcKNGpo1m0v4Rie5dru6lQgWYYfvF+dN08cOyNhs7nOcoom5Oty39Wr2bp9sfHVhIxjYYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAvbJVOob1QVLF0dDURyIqdCo5F/oeqJ0qiVtiaIuWK6J5YmPg3JU8vP08Un7bUd8aGzYnWNX5/1U8GqaeZUPryAAAAAAA14cvv9NdJ8EQ/XkIXnH3iOh1Z3L/2JV/Uq+VKNZg23wDK3JcwI3MLPHDNumj5yjp5vX1S1eCxxJt6L4XI1PGZDAWu/Yimmd2/qQrbLMpyvJMRepnSqY4MdNXF8I1ltlNgOKQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARd5fuBG4iyip7/ABR7VXYatsquRN/MyaMenx7C+IwWb2uHY4cb6W3u5lmU4XN5wlU/Vu0zH+6njj4atcxDHVoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAq0n43D7tvlPsb1O55E9DcrbvydS+9N8iGzad0Pz9u/aVdMrk9KQAAAAAADXhy+/010nwRD9eQhecfeI6HVncv/YlX9Sr5Uo1mDbfAJh+pxYdbU4uxde3sRVpKOKljcqcFkerl+iNCRZNT9euvmhojurYqaMJhsLE+VVNXVGn5p8Euc1gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8VnFh5mK8q8WWl7UclVbJ2NT+JGKrf8A1IhbYmjvlmujniWcyHFTgs1w2Ij+Gunq14/g08JwQ1w7vcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKtJ+Nw+7b5T7G9TueRPQ3K278nUvvTfIhs2ndD8/bv2lXTK5PSkAAAAAAA14cvv8ATXSfBEP15CF5x94jodWdy/8AYlX9Sr5Uo1mDbfAJ6epvUrW4OxlUaJq+4Qx695sar/7iW5LH6uufW5p7rFczjMLb5qZnrn/hMckbRQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALWthbU0c7HJq18bmqneVD5PHD3bmaa6ZjklpWuESQ3CqjTgyV7U8TlNYzxTL9A7U8K3TPqhbnxVAAAAAAAAJ6clnk3ZdZg5KWK+Ygw3HcLrUPnSWodUTMVyNme1u5r0TciJ0EtwGCw97D01106zx/NzRtltZnOV53ewuEv8Ging6RpTO+mJnfDx3LYyLwRlXgqwV2FrGy1VVRcFhle2aR+0zm3Lpo5y9KFtmmFs4e3TVbp0mZSDue7R5pnWNvWsfe4dNNOscURx6xzRCHhG29wAAAAERVVERNVXoQCYnJ/5DLcWYTqLzjx1VbJK+DS3UMDtiWDXek0mvT1MXo4kjweV98omu/xa7u1obafujTgsXThsp0r4E/Xqnjif9MfnPUwDndkViLI7Ei2+7xeuKCZVWiucTV5qob/AO1ydLV+lN5icVhLmFr4NW7kls3Z7aTB7RYbv2HnSuPKpnfE/nHNLHJZJY43daAZj5JmBbFmRnRb7HiGhbcrXLS1Ej6dz3MRXNZq1dWqi7l75ksutUXsRFFyNY40C23zLFZTk1eKwdfBriqmNdInfPHv1TiuvI/yiprZWSx4QiSSOF7mr67n3KjVVPbkpqy7CxEzwPm52s7dbRV3aaZxM6TMfw08/Q1eSaNkciKmiKqEEdixxxDNvI+y/sGZmb6WfEtvbc7b9z55uYdI5ibbVZourVRd2qmUy2zRfv8AAuRrGkte7d5pjMoyjwnBV8CvhUxrpE8U688SmPjLkkZT2zCF8rKbCUMVRT0M80T/AF1Ouy9sblRd7+tEJLdy7C00VTFHJPO0JgNuNoL2Ls2q8TMxVVTE/Vp3TMeprJRyaJvIM6+NpOsDkAAAAAAAAAAAAAAAB6fBGWWKsyX1bMMWOqvTqRGrOlKiLzaO12ddVTjovxFe1Yu39e9066MPmOcYDKYpnHXot8LXTXl03vtYg5P2YuFbNV3a74RuNBbaRnOT1MzWoyNuumq7++Va8HiLdM1VUTEQx2F2oybG3qcPh8TTVXVxREa6z8GPizSkAkJyJsvsPZj5nXS3YltMF4oorY+ZkM+uy16SMRHblToVfjMzldm3evTTcjWNGre6HmmMynLLd7A3JoqmuI1jm0lLXM3kzZX2XLrFNfRYMt9PWUtrqZoZmberHticrXJ23FFRCQX8DhqbVVUURrES0jlG1+e4jMcPZu4qqaaq6YmOLjiZjXkaxU4IQZ2A5A+thjCl3xre4LRYrfNc7nOjljpoERXuRqKq6a9SIqlS3bru1cCiNZWOMxuHy+zOIxVcUURvmd3HxPdu5L2a7Gq5cC3VERNVXYb6Rd+AYnzJRyNscgni8Mo+PYxe9jo3uY5NlzVVFRehULBMImJjWHAfQAAAq0n43D7tvlPsb1O55E9DcrbvydS+9N8iGzad0Pz9u/aVdMrk9KQAAAAAADXhy+/010nwRD9eQhecfeI6HVncv/YlX9Sr5Uo1mDbfAJ+epwfmDiz4TZ9khLsl+zr6XM3dX+/4b8E/3JfkiaNAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABSqPxeX3K+Q+TueqfKhpUu35Wrvf5PrKayq8qX6BWPsqOiPktDyrgAABkPDHJ6zExpYqa82TCtXcLXVIqw1MTmbL0RVaumrkXiip4i8t4PEXaYroo1iUVxm1WTZffqw2KxEU1074nXi5eZ9b+yjm13D3D/PH6RU8X4rzJWX022e9Lp+PYf2Uc2u4e4f54/SHi/FeZJ9NtnvS6fj2H9lHNruHuH+eP0h4vxXmSfTbZ70un49if/JSwhd8DZHWGzX6gktt0gfULLTSqiuajpnuTgqpvRUUl+X267WHporjSeP5uY9tcdhsyzu9icJXw6JinSY9VMQ8Xy4st8S5lYGw/RYZtE13qqe4rNLHArUVjObcmq6qnSpbZrYuX7dMW41nVIO51m2ByjHX7uPuxRTNGkTOu/WOZDT+yjm13D3D/ADx+kRnxfivMlvz6bbPel0/HsP7KObXcPcP88fpDxfivMk+m2z3pdPx7D+yjm13D3D/PH6Q8X4rzJPpts96XT8ex8TGGQ2P8AWSS8YhwxV2u2RvbG6omcxWo5y6NTc5V3qUrmEv2aeHcp0hkcBtLlGZ34w2DxEV1zx6Rryex4EtEmX1ivVVhu9UN1oVjbWUUzZ4VljSRqOauqatVFRU7ynuiqaKoqjfC2xOHt4uzXh7vk1RMTpOnFPrhsy5NvKjs+d9ubbqzmrVi2CPWah2tGVCJxkh14p1t4p303k4wWPoxUcGeKr/u5yHtbsbidnbk3rWtdiZ4quWPVV+U7pZTx/gGy5m4Xq7Df6NtZQVLdFbwex3Q9i+1cnQpf3rNF+iaLkawhmWZnisoxVOLwlXBrp6p9U88S1iZ1ZDXfI3HtLb6xFrLNVTtdQXFG9rOzaTtXdT06U8ablILicJXhbsUzxxO6XYGz20uH2kwFV619W5TH1qeWJ03x6p5JbO6bL3CzqaJVwzZ1XYT/wDAi6vck5izb08mOpyFXmmP4U//AJFfvVdq7t2D7DZ6ltTQWS30VSiKiTU1LHG9EXimqIinqm3RTOtNMQtruOxd+ngXrtVUc01TMfGX2nMSRqtciK1U0VF4KhVWUTpxw8/2PMKr/wD4zZ/kEXolHvNrzY6mT8aY/wBIr96rtXFswjY7LUeuKCzUFDUbKt52mpWRv0XimqIi6H2m3RTOtNMQoXsdisRTwL12qqOaapmPjL6k0DKiJ8cjGvieio5jk1RUXiioVd6ziZpmKqZ0mHwux3hXuZtHyCL0Sh3m15sdTKeNcf6RX71Xaw7yt8GYftfJ8xXVUVjttJUxxw7E0FJGx7fwzE3KiaoY7MLVFOGrmKY6vWnOw+YYy9tBhrd29VVTMzxTVMx5M+trKIO6+AO8EMlTPHDDG+aaRyMZHG1XOc5eCIicVPsRM8UPNVVNFM1VTpEJT4E9T8xTifDVJcrze4MOVdQm2lumpXSyRt6NtUciI5eroM/aye5coiqurSeZpfMu6hgMHiarGGszdpp/iidImfVxTxevlY75RHJuqeT99xPXF9hvX3U51G81TrFzexs8dXLrrtfQWWMwU4Pg61a6pXsrtbRtP37gWZt9703zrrrr6o5mGTGJ+AZZyd5MWN86EbVWuiZb7LtaLda/VkS9ewmmr/EmnfMjhsDexPHTGkc8oRn22GV5B+rv1cK55tPHPt5I9qT2HPU5MO08LFvmKblXT6ds2hiZAzXvbW0pnKMltx5dcy0/i+6tja6p8Ew9NMf6pmZ+Gj0E3qeuW8kOzHcL/E/9v11Gv0LGVpyfD88sXT3Us6idaqLcx0T/AP8ATHOOPU5qmCnknwliltXI1NW0t1h2Fd3kkZu+NpZXclmI1tVdaVZd3V6KqopzDD6Rz0Tr8J7UUMc5e4hy1vsloxJa57XXN3o2VNWyN/aY5Nzk76KR+7ZuWKuDcjSW7MtzTB5vYjEYK5FdPq3x6pjfE9LzpRZUAmn6mz+Use+9UfllJPkm+57Pzc+91n7PB9Nf+KR3Ku/V4x1/If8AvaZjH/da+hqrYv8AeHCfi/KWp4gDtcAlP6nb+mK8/Az/ALWMz+Tfb1dDTPdT/ZFr+pH9tScecP6KMafA1Z9i4lGI+xr6J+TnbIv2rhf6lH90NOicENcO73IGdeRL+sdhv3up+weZXK/vVPt+TXHdC/dy/wBNP90Nn1X+Kze4d5Cd1bnHtHlR0tKlx/KVV78/6ymsat8v0EtfZ09EfJbnlVAAACrSfjcPu2+U+xvU7nkT0Nytu/J1L703yIbNp3Q/P279pV0yuT0pAAAAAAANeHL7/TXSfBEP15CF5x94jodWdy/9iVf1KvlSjWYNt8An56nB+YOLPhNn2SEuyX7Ovpczd1f7/hvwT/cl+SJo0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFKo/F5fcr5D5O56p8qGlS7flau9/k+sprKrypfoFY+yo6I+S0PKuAAAG1Dkd/q3YO97m+3kJ7lv3Wj/ALyuMtvP3jxXTT/bSzWZNAQAAAAAAACO/Lx/V5uX89S/aGGzb7tPTDaHc3/eC3+Gr5NZhCHXYBd2i71tgudLcbdVS0VfSyJLDUQuVr43JwVFPVNU0TFVM6TChfsWsTaqs3qYqpqjSYndMNj/ACceVhZ8ysGVq4orKe0Ygs9Os1e+RyMjnhbxmZ/VqcFXdxJrgswov2575OlUb+1ydtXsRiMpxtPgFE12rs6U6ccxM/wz+U8yKHKe5TlZnTiGGitbVpMK2yfnaSN7e3qJE3c8/q7zehF37yP47HTiqtKfJjd2t2bHbH29n8PN2/8AWv1xpVPJEebH5yu2cvDNiNjWJW2rRqaJ/wBnt8568bYnnjqUZ7m2z8zrNFXvSyzyYOVbjvNLNyhsGIaq3utc1NPK9IaVsTtprNW9tr1mQwGYXsRfii5MacaE7YbFZTk2U14zB01cOJpjjqmd88fEmTc7jHTW6rnjmj5yOF729snFGqqElqq0iZaEs2aq7lNMxOkzDXBJy8s12yORK21aIqp+T2+chXjbE88dTq+O5ts/MeRV70swclblT43zXzT+4eJau3rbfWM0/wCBpmxO22q3Ttte+pkcBj72IvcC5MaaILtpsZleS5X4VgaauHwojjmZ4p15Er8WYhitWFrxXU1TTrU09HNNFq9qpttYqt3a796ISG5XwaKqondDSeCws38VatXKZ4NVVMT0TMRLXenL0zZVPx21fN7fOQ3xtiueOp1P+jXZ/wAyv3peex7yt8w8ycKV2Hb1U2+S2VqNSZsNG1j1Rrkcmjtd29EKN7Mb9+ibdcxpPqZTLNh8nynF0Y3C01RXTu1q1jjjTcwwYxP2a8tuSDmRmNJDKlodYLZJo5a67axJsr0tZ7N3xad8yljLsRe49NI9bXubbdZLlUTT33vlcfw0cfXO6OtNvIzkmYRyZSKvVv3dxIib7nVsTSJenmmb0Z4d698k+Fy+1hvrb6ufsc8bR7bZjn+tn7Oz5scv4p5ejd6mdTKteoQ+qT8MB+Gr/wDiIvnf/j9v5Ohe5Nvxn+z/ACQiIu6GZ65IuQUWdOOJqq7Rudhq0bMtWxN3riRfYQ69S6Kq95O+ZbLsJGKua1eTH/dGtNudpqtn8FFvDz+uuaxT6o5auz19DZpQUNNaaOGko4WU1NCxI44Ymo1rGpuREROCE6iIpjSHIVy5Xerm5cnWqeOZnfLA2avLUwHlpc5rVB65xJdIFVk0Vu2eaicnFrpFXTXvJroYjEZnYsTwY+tPqbKyXufZtm9qMRXpaondNWus+uIjj69GNqL1SK0OqkbV4Kr4qdV9nDWse5E8CtTX4yxjOqNeOj4pbc7k+JinW3i6Zn10zH5z8kiMpc9cIZz26SfDtx26mFE5+hqG83UQ99W9Kd9NUMxh8XaxUa259nK1XnezeY7P3IoxtHFO6qOOmfbz+qeNWziygsec2D6my3eFvObKupKxG/hKaXTc9q9XWnBUPWJw1GJomiv2epTyHPcVs/jKcVhp4v4qeSqOafynkancY4Ur8DYqumH7pHzdfbqh1PKicFVF3KneVNFTvKa/u26rVc0Vb4dtYDG2sxwtvF2J1priJj/vq3PjlJfpp+ps/lLHvvVH5ZST5Jvuez83PvdZ+zwfTX/ilxmrgTsmZe3vDC1i29tzg5j1zzfOc32yLrs6prw6yQ4i13+1Vb101aPyXMvFGYWcfweF3uddNdNfbxoqf3a8fd6/5rT/AO0wHiSP5nw/5bq/SzV6H/7/APxP7tePu9f81p/9o8SR/M+H/J+lmr0P/wB//iyhyeuSSzIbGNZfG4ldefXFG6k5haNIdnV7XbWu2v7PDvl9g8u8EuTXwteLTchm1O287S4OjCzh+BwauFrwteSY03Rzs3Yww/8AfThK82VZvW/3Qo5qXntna2Ntit2tN2umuuhlLlvvlFVHPGjXmBxXgWLtYrTXgVRVpz6TroiCnqa8aJ+fr/mxP/tI74kj+Z8P+W9v0s1eh/8Av/8AE/u14+71/wA1p/8AaPEkfzPh/wAn6WavQ/8A3/8Ai9vkryKGZP5i23FLMWOui0bZW+tVoUi29tit9ltrpprrwLnC5XGGuRd4eunqRvaDuhTnuXXMBOG4HC04+FrumJ3aQk5V/is3uHeQz1W5qKjyo6WlS4/lKq9+f9ZTWNW+X6CWvs6eiPktzyqgAABVpPxuH3bfKfY3qdzyJ6G5W3fk6l96b5ENm07ofn7d+0q6ZXJ6UgAAAAAAGvDl9/prpPgiH68hC84+8R0OrO5f+xKv6lXypRrMG2+AT89Tg/MHFnwmz7JCXZL9nX0uZu6v9/w34J/uS/JE0aAAAAD5l9vtBhq01VzutXFQW+lYsk1TO7ZYxqdKqeK66aKZqqnSIV8Nhr2Lu02LFM1V1TpERvlDPE3qjKUt9rYbFhKOvtMcitp6mrqnRSStT2ytRq7OvQmvAjdzOtKpiijWG+8H3KeHYoqxeJmm5MccRETEerXXjfN/vI7v3EUXy5/oFPx1V5nxX36JsP6XV7sdr2GUHLnuOZuZNhwvLhOloIrlOsLqhlY57maMc7VEVqa+xLnDZrVfu025o019bAZ73OLOUZbex9OJmqaI104MRrxxHOmCSJo4AAAAAD5t4vNDh+3S19zrIKCjhbrJUVMiRsYnfVdx5qqpojhVTpCtYw93FXItWKJqqndERrKM2ZPL+wbheSWkwvRVGKqpmrfXCLzFKi95yptO8Sad8wWIze1RxW44U/Bt7Ke5jmWMiLmOrizTzb6uqOKOv2I74t5dmaGInvSgqaHD1O7gyhpke9E93JtL8Whhrma4m55M6dDaeC7m+RYWIm7TVdn/AFTpHVGjGl2z6zHvjldW43vkmvFrK18bfiaqIWVWLxFe+uetL7GzOS4eP1eEoj/bE/PV8CTMDFMrlc/Et4e7rWvl9Ipd+uedPWyUZXgKY0ixR7tPYuqLNLGducjqXFt7gVOGxcJU/wDcfYxF6N1c9ajcybLLsaV4aif9tPY9ph/lY5sYce1YMY1lWxv/AHde1lQ1f86Kv0l1RmGJo3V9fGwGK2J2fxcfWwsU/h1p+Usz4G9UWvdI+OHFmHKa4w8HVNresMqd/Ydq1fjQydrOa44rtOvQ19mPcrwtyJqy+/NM81XHHXGk/NKnK7lE4EzfjayxXljbhpq621iczUt8DV9l4Wqpn8PjLOJ8iePm5Wmc52WzXIp1xdr6nnRx09fJ7dGTy9RMAAAAFKo/F5fcr5D5O56p8qGlS7flau9/k+sprKrypfoFY+yo6I+S0PKuAAAH2qDG2IrVSR0tFf7nR0seqMgp6yRjG79dzUXRN5Vi7cpjSKp62Pu5fg71c3LtmmqqeWaYmevRcdkbFndRefnCX0j7367509al4qy/0ej3aew7I2LO6i8/OEvpDv13zp6zxVl/o9Hu09h2RsWd1F5+cJfSHfrvnT1nirL/AEej3aexsn5HFyrLxyfMO1VfVT1tS99Sjp6iRZHu0neiaqq68Cb5bVNWGpmqdd/zck7fWbdjaC/btUxTTEU8URpHkxyQ8H6oLfLnYcvsNS2y41Vulfc3Nc+kmdE5yc07cqtVNULPOK6qLVM0zpxpL3MMNYxOYYim/RFURRyxE8sc6CnZGxZ3UXn5wl9IinfrvnT1ukfFWX+j0e7T2HZGxZ3UXn5wl9Id+u+dPWeKsv8AR6Pdp7DsjYs7qLz84S+kO/XfOnrPFWX+j0e7T2LS5Yxv96pVpbhfLlX0yqjlhqauSRiqnBdFVUPNVyuqNKqpn2q1nAYTD198s2aaaueKYifhD5BTX762FMKXbG9/o7JY6KS4XKrfsRQRJqvfVV6ETiqruQqW7dV2qKKI1mVjjcbh8uw9WKxVcU0U75n/ALv5oTGu/qeLG5bUy2+8q7G8bVlnWVf+EmVU/wCU3dq3TgjunpTqklWTfqo4NX1/g0NY7qUzmVXfrX/408UaeVH+qefXljqQ4xLhq64MvdXaLzQz2240ztianmTZVPOi9CpuUjdduq1VNFcaS31hMZh8wsU4nDVxXRVxxMf93sj8lvLKy5t5sU+H7+2eS3yUk8zkppebftNRFTeXuAsUYi93uvdoie2Wb4rI8pqxmDmOHFVMccaxxpof2B8qP/493+cF8xJvFOG5p62gf0l5/wCdR7v/AC5j5BmVkL9uOG8xu/aZcXIvkHinDRz9b5PdKz6qNJmif9kdqv8A2GMs/wBq/fOj/MevFWH9fWp/pGzv/wDr9yFv/YHyo/8A493+cF8x58U4bmnrVf0l5/51Hu/8uWcgvKyJ21HBeWO623FyL5B4pw3r63ye6Vn9XFM0e5HaqryEssVRUVL2qL0Lc3eY++K8N6+t5/SPnn+j3IUf7A+VH/8AHu/zgvmPninDc09b3+kvP/Oo93/l8+/chTK23WS41UNPdudgppJWbVeqptNaqp0d48V5VhopmYietc4bukZ9dv0W6qqNJmI8nnnpa5Yv+az3SeUhkb3Vk7pbqbIqJZbeqru9bx7/APChs2nyYfn7iPtq+mfmwJnzyxsMZWU09ssk8OIsUaKxKeB+1BTO65Xp0p+ym/r0MTi8yt4eODRx1Nk7NbB47Oaqb+KibVjnnyqvwx+c8XSz1ZKt9fZ6Gol052anjlfomiaq1FXymWpnWmJlrbEURav10U7omY6pQy9Un4YD8NX/APERnO//AB+38m/u5Nvxn+z/ACQiIu6GbJOQFaYKHIj13G1EnrrnUSSuTiuzssRPEjfpJrlFMRhteeZcm902/Vcz3vc7qKKYj26z+b1XK8x1X4ByLvdda5XQV1W+OhjnYujo0kXRzkXoXZRyIvfLjMbtVnD1TTvniYPYXLbOZ55atX41pp1qmOfg7o69GrFVVVVVVVVd6qvSQJ2cAeuymxzccuMxLFfrbM+KanqmJI1q7pYlciPYvWioqoXGHu1WbtNdLB53l1nNcvvYS/GsVROnqmN0+yW4mN6SMR6cHIiobIcITxTo1r8vm0Q23PpaiJqNdXWynnl0Ti5FezX4mIQjN6YpxOscsQ6z7md+q7kXAq/grqiOjin80cDDNsJLci/O3CeTVZiuTFNbNRtuEdO2n5qnfLtKxZNrXZTd7JDOZZirWGmvvk6a6NR7f7PZhn9GGjAURVwJq11mI36ab+hKT+3PlJ++qz5BL5jOeNML53wab/R1tF/Kj3qe0/tz5Sfvqs+QS+YeNML53wP0dbRfyo96ntP7c+Un76rPkEvmHjTC+d8D9HW0X8qPep7X128rDAr7ZBcWsvz7fO3aiqm2SpWJ6a6ao5GaKm4reMLOnC49OiVhOxWaxcmzM2+HG+O+Uax7NXypeXBlRA5WS3avicntX26ZF8hS8Z4WOX4Sv6e53tBVGtNumf8AfT2uv9ufKT99VnyCXzHzxphfO+B+jraL+VHvU9p/bnyk/fVZ8gl8w8aYXzvgfo62i/lR71Paf258pP31WfIJfMPGmF874H6Otov5Ue9T2qVRy5MpZIJGNvNZq5qon/AS9XgPs5phdPK+D3T3OtoYqiZtR71Pa1oVkjZqyeRi6tfI5yL3lVSDzxy65txNNFMTzQonxUAAACrSfjcPu2+U+xvU7nkT0Nytu/J1L703yIbNp3Q/P279pV0yuT0pAAAAAAANeHL7/TXSfBEP15CF5x94jodWdy/9iVf1KvlSjWYNt8An56nB+YOLPhNn2SEuyX7Ovpczd1f7/hvwT/cl+SJo0AAAPD5n5tYYyisD7riS4MpWaLzNM3tp6h37MbOKr3+CdKoW9/EW8NTwrks5k+R43PMRGHwVGs8s8keuZ/7PM1v8oDlMYgz0uKwSK61YbhftU1rjfqjup8q+2d9CdHWQnGY65i503U8zrLZjZDB7OW+FH17076p+VPNHxnlYcManoBlnkofrEYH/AJ132TzIZf8AeqOlCNtv3exf4fzhtiNgOKwAAAAYpz1z/wAPZF2BKm5SevLtUNX1la4nIkky9a/ssTpcvi1UsMXi7eEp1q38kJfs5sxjNo8R3uxHBtx5VU7o7Z9TW3m7npi3Om7uq7/Xu9Ztcq09tgVW00CdGjelf4l1UhWIxd3E1a1zxc3I60yPZzL8gs97wlH1uWqfKn2/lHEx8WaUAAAAAAAKlNUzUVRHUU8r4J4nI5ksTla5ipwVFTein2JmJ1h4ropuUzRXGsTySmHycuXFV2uopcO5iVDqygcqRwX1U1lh6ESb9pv8XFOnUkeCzWaZi3f3c/a0RtX3Ord6mrGZNTwat80ck/h5p9W7m0TppKuG4UsVRTysmglaj45Y1RzXtVNUVFTiioSyJiY1hzfXRVRVNFcaTG+F2HwAAUqj8Xl9yvkPk7nqnyoaVLt+Vq73+T6ymsqvKl+gVj7Kjoj5LQ8q4AA+9hjAWJMapULYLFcLylPspMtDTul5vXXTa0TdrovxFW3ZuXfIpmWNxmZYLL+D4Xept8LdwpiNejV9zsEZjdw1/wDm+TzFbwTEeZPUxv0kyb0u370dp2CMxu4a/wDzfJ5h4JiPMnqPpJk3pdv3o7TsEZjdw1/+b5PMPBMR5k9R9JMm9Lt+9HadgjMbuGv/AM3yeYeCYjzJ6j6SZN6Xb96O1sW5IeH7nhjIXD1uu9BUWyvikqVkpqqJY5G6zPVNWrv3oqKTPLqKqMNTTVGk8fzcq7c4qxjM+vXsPXFdMxTpMTrHkxyvDcvTBt9xngHDlNYbPW3iohuSySRUULpXMbzTk1VETcmpaZtaru2qYojXjSLuaY/CYDH368XdpoiaNImqYjj1jnQi7BGY3cNf/m+TzEX8ExHmT1OiPpJk3pdv3o7TsEZjdw1/+b5PMPBMR5k9R9JMm9Lt+9HadgjMbuGv/wA3yeYeCYjzJ6j6SZN6Xb96O07BGY3cNf8A5vk8w8ExHmT1H0kyb0u370drzWI8K3nB9e2hvlrq7RWOYkqQVkKxvViqqI7RejcvxFCu3XbnSuNJZfCY3DY+333C3Irp101idY19j2+QeeVwyJxe670lDTXGlqWJDV08zESR0euvaSaasX6F6ULrCYqrCV8KI113o7tNs5Z2kwng9yuaaqeOmY3a+uN0x8eZs1yrzbw5nFhpl3w9XJM1NGz0z9Emp3/svb0eHgvQTnD4i3iaOHblyDnWR43IcTOGxlGnNPJVHPE/9mHnM+uT1YM9MPrDWMSivsDF9ZXSNvbxr+y/9pirxTxoUMXg6MXTpPFPJLK7NbU4zZvEcK3PCtT5VHJPrjmn19aBuA7tduSLndJPiexTVdTSU80CQRSpG2Zr00bKx6oqK1dP9qROzVVl2I1uU7nSmZ2MPtzkkUYG9EU1TE6zGukxviY52ff7yW3dw1X8vZ6Bl/HdPmfFrX9E170uPdntP7yW3dw1X8vZ6A8d0+Z8T9E170uPdntSry7xezH2BrHiNlO6jZc6VlSlO920rEcmuir0mfs3O/W6bmmmrSua4Ccsx17BTVwpt1TGu7XRgTN3luUWU2YV2wrLhSpuUlArEWpZWNYj9pjX+xVq6ey0MRic0pw92bU0a6etszIu55dzvL7ePpxMUxXrxcGZ00mY36+p7bk68pKm5QX3c9b2Oay/cvmtedqEl5zb2uGiJpps/SXODxsYvhaU6aI9tVsnXsx3nh3oud813Rpppp6551/yhM/IMgsP2q6VFnlvLK6pWlSKKdIlYqMV2uqouvAqYzFxhKYqmNdVrsts1XtNiLlii7FHAjXWY1149OeGCv7yW3dw1X8vZ6BivHdPmfFsn9E170uPdntWd39UVtt0tVbRpgmrjWogfEj1r2Ls7TVTX2HfPNWc01UzHA+KtY7ld6zdoueFxPBmJ8meSelCNrla5HJxRdSLOh9NY0ZSx5ynMxcwqFKCvxBLR2xGJH6xtyet43NRNNHK3tneNVL+7jsRejg1VaR6kNy3Y/Jsrr79asxVXv4VX1p9mvFHshi32yeEsEync3S4a/Nu0/ykP1ENl0eTHQ/P/GfeLn4p+aG3qk/DAfhq/wD4iOZ3/wCP2/k333Jt+M/2f5IREXdDJ9+p4Y8pa7A96wlLK1tdbqtayKNV3vhkREVU8Dmrr7pCXZNeibdVrljjcyd1PLa7eOtZjTH1a6eDM8009sT8GcOUVlpNmzlFfcP0uylwextRSK5dEWaNUc1FXo10VvjMrjbE4ixVbjfyNd7K5vTkmbWcZc8iOKroninq3tT93tFdYLnU265Uk1DX0z1jmp52K17HJxRUU19VTVRM01RpLtexftYq1TesVRVTVxxMccStDyuGVOTfk9c83MybVT09LItmo6iOouNZsrzccbXI5W68Np2miJ3+8ZDBYarEXYiI4o3oXtZn1jI8tuV11frKomKY5ZmeLXojfMtsqIiJ1IhsBxQ1X8sDHtNmBnreqiilbPQ29rLdFIi6tfzaLtqi9W2riBZlei9iapjdHE7L2Fy2vLMjtUXY0qr1rmOnd8NGFjGNgAAABkfITJi45249pbLTNfFbYlSa41iJughRd+/9p3BE6/AXuEw1WKuRRG7lRLabP7Oz2AqxNfHXPFRHPV2RvlthslkosOWejtVvhbT0NHC2CCFqbmMamiIbAppiimKad0OKMRiLuKvV37061VTMzPrlrm5b2aUOPczkslrYx1rsCOgdNExPw1Qv/MXVOKN0RqeBeshmaX4vXuBTup+bqvud5NXluWeFYifr3uPSeSnk69/UjlzT/wBh3+VTDaS2vwo5zmn/ALDv8qjSThRznNP/AGHf5VGknCjncOY5vsmqnhQ+PsTE7nAfQAAAAVaT8bh923yn2N6nc8iehuVt35Opfem+RDZtO6H5+3ftKumVyelIAAAAAABrw5ff6a6T4Ih+vIQvOPvEdDqzuX/sSr+pV8qUazBtvgE/PU4PzBxZ8Js+yQl2S/Z19Lmbur/f8N+Cf7kvyRNGgHzL5frdhu2y191rqe3UUSavnqZUjY1PCp4qrpojhVTpC4w+FvYu5FnD0TVVO6IjWUUM5eX3ZbI2e3YBpkvVw0Vv3UqWq2mjXrY3c6T6E8JgMTm9FP1bEazz8jdWQdzLE4iab+b1d7p82PKnpndHxnoQixlje+5gXya8Yhuc90uEq75Z3ao1P2WpwaidSbiLXbtd6rh3J1l0RgMuwuV2Iw2DtxRRHJHznnn1y+GUmRAAGWeSh+sRgf8AnXfZPMhl/wB6o6UI22/d7F/h/OG2I2A4rAAADHudmblsyXwJXYhr1SaZv4KkpEXR1ROqdqxO90qvQiKWmJxFOGtzcq9iSbPZHf2gx9GDs8Ub6p5qeWez1tUuO8dXnMfFNdiC/Vbqu41b9pzl9ixvQxqdDUTciEAu3a79c11zxy7Ty3LcNlOFowmEp4NFPx9c88zyvgFFlAAiaqiJvVdyIgGQ8I8nvMfHELJrPhC5TU7/AGNRNFzEa99HPVEXxF5bweIucdFEotjtqMly6ZpxGJpiY5InWeqNXvabkL5t1EaOdaaCDX2slwj1+hVLuMqxU8kdaM190fZ6mdIu1T0Uy+ZeeRlm5Z4lkXDCVrU3r6yq4pV+La1X4jxVlmKp/h1Xljb/AGexE6eEcH8VNUfkxPiLCl6wjWrSXy01toqU/wC6rYHRKvg1Tf4jH1267c6Vxom2FxuFx1HfMLcprp54mJ+T5RTXoAAl1yKOUpNhy60uAMSVSyWerfsWypmd+KyrwiVV9o5eHUvhJFleNmiqLFyeKd3qaM7oeyVOLs1Zvgqf1lPlxH8Uc/THLzx0NgJLnM4AApVH4vL7lfIfJ3PVPlQ0qXb8rV3v8n1lNZVeVL9ArH2VHRHyWh5VwABOD1Nn8Wx57uk8kpKck3V+xzv3WvKwfRX/AIptknc+AAAAAAAAAABri9UJ/Tfb/gaH7SUhecfeI6I/N1X3L/2JX/Uq+VKMJg24HqstMzb/AJUYop75h+sdTVMa6SRLviqGdLJG9KL9HFC4sX68PXw7csLm+T4TO8LVhMZTrTO6eWJ54nklskwFyqsGYtytqcY1tdHaEtzEbcaGR2ssEqpuY1OL9pfY6cfEpNbOPs3LM3ZnTTfDkvM9i8zwOaU5bao4fD8iqN0xzzzacvMgFyhc+LlntjD7pVELaK1UaOit9GiJtRxquqq93S52iKvQnBCI4zF1Yu5wp4ojc6b2X2bs7N4PvNE8Kurjqnnn1RzRyfFn7DvqeMN+sFsuK43lhWspYqjm/uci7O2xHaa85v01MvRk0V0xVw9/qayxXdTqw2IuWPBNeDMxrwuadPNfR/u2Ye7yT5tT/wCw9+JY8/4Lb9LVXoce/wD/ABSzy5wf94GBLHhtKla1LXSMpfXGxsc5spprpqunxkhs2+826beuujSOa47xnjr2N4PB75VM6b9NUfs4uRDHmzmJdsVPxY+2rXrGvrVtCkmxssaz2W2mvsdeBh8TlcYi7N3h6a+ps7Ie6JVkeXW8BGG4fA14+FprrMzu0nne45N/JtZyfVvuzfnXv7qc17KmSHm9ja/iXXXa+gusFgvA+F9bXVHtrNrJ2o7zrZ733vXl11109Ucz6HKLyDbn9h+1Wt95dZUoapannW0/Oq/Vit002k04lTG4TwumKddNFpsptNOzOIuX4td84dOmmumnHrzSwL/dtRd3knzan/2GI8Sx5/wbM/S1V6HHv/8AxY3z+5HEWSOXr8TMxQ+7K2qip/Wy0aRa7arv2tteGnUWWMy2MLa75wtfYlezO3tW0OYRgZw/A4pnXha7vVpCM5g23gDs32aeEPk7m6TDX5t2n+Uh+ohsujyY6H5/4z7xc/FPzQ29Un4YD8NX/wDERzO//H7fyb77k2/Gf7P8kIiLuhnocBY7veW+KaK/4fq3UlypndqqJq2Rq8WOb7Zq8FQrWbtdiuK6J42LzPLcLm2FrwmMp4VFXw9cTyTDafkjmRfszMIw3K/YSrcLVatauzUKnNz6+2jRV20TvORPCpPcLfrv0cKujgy4x2iynCZRi5sYTE03qfVvj1TydU9T7OM8pMG5hoi4jw3b7tIiaNmnhTnUTqR6aO+kqXcPavfaUxKwy/O8yyriwV+qiOaJ4urc8bR8kfKOknSdmCqNzkXVGyyyvb/lV6oW8ZdhYnXgM/XtztFcp4M4ufZFMfGIZPsWHLZhi3x0Nnt9Na6KP2NPSxNjYniRC+ooptxwaI0hD8Tir+MuTdxFc11TyzMzPxRV5Y/KAxvgyhnw/ZsOV1ittWiwvxHNo5JWrxbCrVVGKqdLlR3UicTAZljL1qO90UzETy9jc+wey+V5jXGMxN+m5XTx97jk9dWumvs4vXKAaqqqqquqr0qRF02AAAHtspsoMRZy4ois1gpVeiKi1NZIipDSs6XPd5E4r0F1h8NcxNfAoj/hHc7z3B5BhZxOLq6I5ap5o7d0NoWTOTtkyVwdBY7QzblXSSrrHtRJKmXTe53kROhCd4bC0YajgUe31uOc/wA+xW0GMnFYmdI3U08lMc0fnPKyGXaOPnrZLeqqq0FKqquqqsLd/wBB54NPMr+EXo4ornrlz9xLf+76X/yG+Y+cGnmPCL3nz1yfcS3/ALvpf/Ib5hwaeY8IvefPXJ9xLf8Au+l/8hvmHBp5jwi9589coZeqNUNPRWfA6wQRQK6oqtebYjde1j6iN51ERTRp62+u5TcruXsXw6pnip39MoQEWdFAAAAAq0n43D7tvlPsb1O55E9DcrbvydS+9N8iGzad0Pz9u/aVdMrk9KQAAAAAADXhy+/010nwRD9eQhecfeI6HVncv/YlX9Sr5Uo1mDbfAJ+epwfmDiz4TZ9khLsl+zr6XM3dX+/4b8E/3JUYkvsWG8PXO7TRulgoKaSqeyPTac1jVcqJr07jP11RRTNc8jSuEsVYvEW8PROk1zER7Z0QYx56olf7nHJBhPD1NZ43bm1de/1xKnfRqaNRfDqRW9nNdXFap06XR+W9yvCWZivML01zzU/Vjr45+SNGOMy8U5kV61eJb5WXeXXVrZ5PwbPcsTtW+JDB3b9y/OtyrVt3LsowGU2+94KzFEeqOOemd8vMlBlwAAAAZZ5KH6xGB/5132TzIZf96o6UI22/d7F/h/OG2I2A4rAAADWhy4805cc5tzWGnmV1ow6i0rGIvauqF3yu8KLo3/CQnNcRN2/wI3U/Plda9zrJacuymMXXH6y9x/7f4Y/P2o5mFbWAPTZc5c3vNPFdJYLBSrU1k66ucu6OFieykevQ1P8ATiV7FmvEVxRRHGw+bZrhclwtWMxdWlMdczyRHrlshyT5JuD8oqKGplpIr9iJGor7nVxo7Yd080xdzE7/AB75NcJl9rDRrMa1c/Y5O2i22zLPa5opqm3Z5KYnf+KeX5epnNE0TROBlGvXIAD4eKMI2bGVrkt19tdNdaGRNHQ1USPTwprwXvpvKdy3Rdjg1xrC9weOxOX3YvYS5NFUcsTogjymuRjLgGjqsUYJSassUWslXbXqr5aVvS5i8XsTp13p304RPHZZ3mJu2eOObmdJbIbfxmddOAzTSm7PFTVuir1TzT8J9SJxH27ADtHI+KRskblY9qo5rmroqKnBUG58mIqjSdza/wAmTNJ2beUNnu9S9H3SBFoq5elZo9EVy+6TZd4yf4G/4RYiqd+6XFG1+TRkmb3cPRH1J+tT0TyeydY9jLRkUMAKVR+Ly+5XyHydz1T5UNKl2/K1d7/J9ZTWVXlS/QKx9lR0R8loeVcAAffwtj/EuCPXCYev1wsqVGysyUNQ6LnNNdNrRd+mq/GVrd65a8iqY6GMxmWYHMeD4ZZpucHdwoidOjV97s+Zk93eIPnCTzlXwvEfzJ62O+jOSeh2/djsOz5mT3d4g+cJPOPC8R/MnrPozknodv3Y7Hp8tcc5vZpY0tuG7PjbEL6qskRHSLXyq2GNPZyO38Gpv+gr2LuKxFyLdFc8frYbN8t2dybBXMbicJb4NMebHHPJEcW+WzWibT4CwbH90blNUUtqpNqouFdKr5HoxurpHuXiq6KpOI4Nm39aeKI3y5BuTXmeMnvNuIquVcVNMaRGs8URDzGQeYE2aWXVPiWVqsbXVlWsMa+0ibO9sbfE1EKGEvTetd8nlmfmzG02V05NmM4Gn+CmjX1zNMTM9b5+dubDMpbtgWsqpUjs9xujrfXKvBrHxrsv/wALkavg1POKxHg9VEzumdJXWz2STndrGW7ca3KKOFT0xPHHtjX26PQ5rYTuWOMA3K3WK9VVju8kfOUVfRTujVsib2oqtXe13Be8uvQVsRbqu2ppoq0nkliclxtjLsfbvYq1Fy3E6VU1RrxTv38sb4axr5nBmthu8VtqueMsR0dwo5XQzwSV8qOY9F0VOJBq8TiaKppqrnWPW7Bw2RbP4uzRiLGFt1UVRrE8GOOJ9iy7PmZPd3iD5wk8548LxH8yetdfRnJPQ7fux2HZ8zJ7u8QfOEnnHheI/mT1n0ZyT0O37sdjzGJcWXrGVwbXX661l4rGxpEk9bM6V6MRVVG6r0b1+MoV3K7s8KudZZbCYHC4C33rCW4op110pjSNefifJKa+APf5YZHYvzfoL1PhejZWstiRrPE+ZI1kV2uy1uu5XaIq6KqF5Ywt3ExVNuNdEXzjaLLciuWqMfXwe+a6Tprpppv044h5bFGEL5guvkoL9aay0VbdU5qrhdGq+DXcqd9C3uW67U8GuNJZrB4/C5hbi7hLkV088Tq3BZffmDhr4MpvsmmxrP2dPRDhXNPv9/8AHV/dLD2Z/LOwdlTjW44YulrvFRXUOxzklLFGsa7TEcmiq9F4OToMdfzO1h65t1ROsJzk+wGZZ1gqMdYuURTXrpEzOvFOnJE8zNuHL1HiPD9tusMUkEVdTR1LI5URHta9qORHaaproplaauHTFUcrXmKw9WExFzD1TEzRMxrG7inTiYKzA5b2C8ucZXbDVwtV6qK22y8zLJTQxrG52iLuVXovT1GIvZpZs3Jt1ROsNkZZ3PMzzXB28bZuURTXGsRMzr8Il7bI/lBWHPmC7zWOhuFIy2ujZKtcxjdpXo5U2dly/sqXWFxlGLiZoiY050e2i2XxezVVqnFV01TXrpwdeTTfrEc6vnZnzYsibTbrhfKStq4a+d0ETKFjXORUbtKq7Tk3H3F4qjCUxVXE8fMpbPbN4vaW7cs4WqmmaI1nha8+nJErTI7lFYfz6W7pYqK4Uf3M5vnfXzGN2tva02dly/sqecJjbeL14MTGnOuNotlcZs13rwqumrh66cHXk036xHO8Ty+v1fpvhOl8ri1zf7t7YSHuaft+n8FX5NahCXW4B2b7NPCHydzdJhr827T/ACkP1ENl0eTHQ/P/ABn3i5+Kfmht6pPwwH4av/4iOZ3/AOP2/k333Jt+M/2f5IREXdDJsciDk3UdbQw5iYkpW1O09fuRSTN1YiNXRZ3IvFdUVG+BV6iU5XgomO/3I6O1zz3RNrLluucmwVWn8yY38f8AD29XOmRifFNswXYa283irjobZRx85NPKuiNT+qrwRE4qSO5cptUzXXOkQ0Lg8Hfx9+jDYanhV1TpEQhZmD6opcH18sGC8PU0VE1VRlbdVc6SROtI2qiN8aqRm9nNWulmni9boHK+5VZi3FeZ35mrzaOKI9s669UPEUvqgOZ0NQj5YbHURou+NaNzUXxo/UtIzfExPHp1JHX3Mcjqp0pmuJ5+FHYkDkVy4bJmXdqaw4koEw5ealyR08zJdulnevBuq72KvQi6ovWZjCZrRfqii5Gk/BrDaTudYrKLVWLwVffbdPHMaaVRHPzTHR1JGYkw7bcW2WqtV3o4bhbqpixzU8zdprkX+vf6DNV0U3KZprjWJapwuKv4K9TiMNXNNdPHEw1ZcpLJKbI7MOa1xufLZqxq1NtqH8ViVdFY5f2mruXr3L0kCxuFnC3eDG6dzszZLaGnaLL4vzxXKeKuPXzx6p3/AAYpMemoiK5yIiKqquiInFQ+TOnHKR+RXIrxPmW+numI2y4Zw47R34ZmlVUN/gYvsUX9p3iRTNYTLLl/Sq59Wn4tT7Sd0DA5RFVjBaXb3q8mnpnl6I64bA8v8u7Blfh6Gy4dt0dBQx712U1fK7pe93Fzl61JfZs0WKeBbjSHMWZ5rjM4xE4nG1zVVPVHqiOSGNOUhymbRkdZnUlO+O44rqGa0tAjtUj14SS6cG9ScV+kssbjqMLTpHHVzdqWbJ7IYnaK9FyvWmxTP1quf1U88/JAyblSZrzzyS/fxcmK9yu2Y3Na1NV4ImzuQic4/FT/ABy6Vp2L2fppinwSni6e10/tRZr93d2/zt9E+eH4nz5e/ods/wCh0dU9p/aizX7u7t/nb6I8PxPnyfQ7Z/0Ojqntehy9zqzmzGxpaMN2zG92fV3CdsSOR7VSNvFz17Xg1uq+IrWcVi79yLdNc6yxeabP7NZTgruNv4Sjg0Rry8c8kb+WeJs7ttK+hoKenfPJVPhjax08q6vkVE0Vzu+vEndMaREOPrtcXLlVcRpEzM6Ruj1Q15cv3MNuJs0qLDdNLt0tgp9mVGru9cSaOd8TUYnxkMze/wB8vRbj+H5upO5llU4PK6sbXH1r08X4aeKOudUXzBNxgAAAAq0n43D7tvlPsb1O55E9DcrbvydS+9N8iGzad0Pz9u/aVdMrk9KQAAAAAADXhy+/010nwRD9eQhecfeI6HVncv8A2JV/Uq+VKNZg23wCfnqcH5g4s+E2fZIS7Jfs6+lzN3V/v+G/BP8Ackjmz+i7F/wRV/YvMziPsa+iWpsk/amG/HR/dDTg32CeA1w7ydgAFWkpJ7hVQ01LDJU1MzkZHDE1XPe5eCIib1U+xE1TpCncuUWqJruTpEb5ndDIWaeRl9yesOGKzESsp7he2TS/c9N7qZjNjRHrw2l296Jw0LzEYWvDU0zc31ciL5LtHhc9xGIt4PjotaRwvOmdd3qjTfyscFklgBlnkofrEYH/AJ132TzIZf8AeqOlCNtv3exf4fzhtiNgOKwAB8+93Nlns9fcJE7Skp5J3eBrVcvkPNVXBpmrmV8PanEXqLMb6piOudGmC8XSa+XeuuVQ5Xz1k8lRI5eKuc5XL5TWdVU11TVPK78w9mnD2aLNG6mIiPZGizPK4F3IBs05GWUFPlvlXRXaogRL5f4m1lTK5O2ZEu+KNOpEaqOXvu7xOcsw0WLMVTvq43IPdAz2vNs1rw9E/qrM8GI55/inr4uiEhzLtZAAAAAoyxMnjcx7UexyK1zXJqiovFFQ+kTNM6xvasOVllNBlJm5W0tvi5qzXJnr+iYibo2uVUfGnea5F07yoQHMMPGHvzFO6eOHZmxOeVZ5lNFy9Otyj6tXr03T7Y+OrDJjE/AJp+pwYlclwxjh5ztY3Rw18bV6FRVY7ys+Ik+S3eOu37XPvdXwdM28LjY36zTPzj806CUudgClUfi8vuV8h8nc9U+VDSpdvytXe/yfWU1lV5Uv0CsfZUdEfJaHlXAAAABeWez1uILrS2220stbX1UiRQ08Ldp73Ku5EQ9U0zXVFNMazK3v37WFtVX71UU00xrMzuiGznkt8nSlyPwt64rmx1OK7ixFrahu9IW8UhYvUnSvSveRCdYDBRhbetXlTv7HH+2W1dzaPFcC1xWKPJjn/wBU+ueTmhifl7Z5tt1sjy6s8+tXV7M91fG7/lxcWRL33Lo5U6kTrMdm2L4MeD0b53pt3NNnJvXZznE0/Vp4qPXPLV7N0evoZW5En6uOGvfKr7d5f5Z92p9vzQ3uh/vFf6Kf7YY99Ud/Rzhb4Vd9k4s85+yo6fySfuU/tHEfg/yh6DkU56tzIwQ3DN1qEdiKxxtjRZF7appk3Mf31buaviXpK2V4vv8Ab73VP1qfkxXdC2bnKcd4dh6f1N2dfw1cse3fHtWfK/5LyZnUD8WYYp2piqjj/wCIpmpp6/iROHvjU4dabuo+ZlgO/wAd9tx9aPir7C7Y+J7kZfjqv1FU8U+ZM/4zy82/na7ZoZKaaSGaN0UsblY+N6aOa5NyoqLwUhsxpxS6ppqiuIqpnWJdD49AAAu5ANovI2y3XLzJK1PqI+buN5VblUIqaORHonNtXwMRvxqTvLbHecPGu+eNxxt7m3jTO7kUTrRa+pHs3/HVjT1RLGsFuwPY8MMbG6tuVStS9VaiuZDGnQvRq5yf5VLLObsU26bfLKWdyvL67uOvY6deDRGnTNXZEfFJ7L78wcNfBlN9k0zln7OnohqLNPv9/wDHV/dLXZym8Nz4x5XlxsVM1Xz3GsoqZqJ/FFGir4k1UhuOom5jpojlmHU2yGLowGyVGKr3UU1z1TU2VW+iitlBT0sWjYaeJsTE6mtTRPoQm8RFMREOSrlyq9cquVb6pmetFvlo8m1uPLLLjbDlKi4ioItauCJu+tganFETi9qcOtN3QhgczwXfqe/W4+tG/wBcNx7AbWTlt6MrxtX6mufqzP8ADVP5T8J4+d29Tww4+3ZUXm6yN2fulc3IxVTiyNiN+srhk1HBs1Vc8vndSxcXc1tYeP4KPjVMz8tGUOUnkfT545fS25j0gvVErqm2zuXRqS6aKx38Lk3d7cvQX+OwsYq1weWNyHbJbR17OZhF+Y1t1cVcernj1xvYF9TvtVXZLrmNb6+nfS1tLLTQzQSJo5j2rKiovjMTk1M01XKat8afm2V3U71vEWsDetVa01RVMTHLE8Fkjl9fq/TfCdL5XF5m/wB29sIp3NP2/T+Cr8mtQhLrcA7N9mnhD5O5ukw1+bdp/lIfqIbLo8mOh+f+M+8XPxT80NvVJ+GA/DV//ERzO/8Ax+38m++5Nvxn+z/JCSONZpGRpxe5Gp41IvvdCVTwYmW5vBNjp8MYQslqpWJHBRUUNOxqJwRrEQ2VaoiiimmOSHAuYYivF4y7iLk6zVVM9cokeqN4vq6a24SwzDI5lJVvmrahqLukVmy1iL3kVzl+Ij2c3JiKLcbp428O5TgbddzE46qNaqdKY9Wusz8oQZIs6MAOWPdG9r2OVj2qjmuauioqcFQPkxExpLbxkJiupxzk5hG+VjlfWVVAznnrxe9urHO8atVfGbFwlybtiiud8w4Z2lwVGXZxicLa8mmqdOieOI9mrCPqiOHoK3Kmy3dWp66oLo2Jr9N+xIx20nxtaviMVnNETZpq5pbE7lmKrt5rdw8eTXRr7aZjT5y16EPdRpxcg2wZa4gtM9R9yYp8eW521PJXOSVUjVe1khau5qdC7tUXp3oSrKaMPXTrp9eOf8nOfdLxWd4W9FHfJjC17uDxcfLFU75545Jjk4k0Z6iOlhfLK9scTEVznvXRGonFVXoQkszpxy0DTTNUxTTGsyiPyheXLbsNMqrFgCSK6XbfHLd1Tap6denm/wDxHd/2Kd8j2MzWmjWixxzz8jd+y/c4vYuacXm8TRb3xR/FPTzR8eh5nky8lesx7cW5iZmpNcEq3euKa31yq59Sq70mm19r1N6enduWhgcBN2e/4jj15Of1yy+1+2drLbfibI9KeDxTVTup/wBNPr555OlYcpnkUyWRtXijL6mfPQJrLVWNmrnwpxV0PS5v8PFOjXgnjHZXwdbliOLm7F1sh3QYxE04DOKtKt1NfJPqq5p9e6eVDpUVqqioqKm5UXoI23zv4xrXPcjWornOXRGomqqvUCZiI1lsY5GHJzfllYXYqxBTbGJbpEiRwSJ21HTrv2V6nu3KvUmidZM8swXg9PfbkfWn4Q5T2/2rjOL/AIBg6tbNueOfOq5+iOTr5mas3My6DKbL+74lr3NVKWNUghVdFmmXcxieFfo1UyuIv04e1Nyrka+yPKL2d5hbwVn+KeOeaOWfZHxai7/fKzE18r7vcJVnrq6d9RPIvtnuVVXymuq65rqmqrfLuTDYa3g7FGHsxpTRERHRCwPC6AAAABVpPxuH3bfKfY3qdzyJ6G5W3fk6l96b5ENm07ofn7d+0q6ZXJ6UgAAAAAAGvDl9/prpPgiH68hC84+8R0OrO5f+xKv6lXypRrMG2+AT89Tg/MHFnwmz7JCXZL9nX0uZu6v9/wAN+Cf7kkc2f0XYv+CKv7F5mcR9jX0S1Nkn7Uw346P7oacG+wTwGuHeTsBkrKTk9Y1zkq2JZLY6G27Wkl1rGrHTMTp0d7Ze83UvsPg72Jn6kcXPyIjnm1OWZBRPhVzWvkpjjqn2cnTOjYDkVyWMK5Jwx1jI0vWJHN0kutSxNWdaRN4MTv8AFesl+EwFrDRrvq5+xzDtJtnmG0NU25nvdnkojl/FPL8vUwR6pP8AlDAfvVZ5YjEZ3vt+38myu5N5GM6aP8kKyMuggDLPJQ/WIwP/ADrvsnmQy/71R0oRtt+72L/D+cNsRsBxWAAPG5wvfHlRjF0fs0s9Wqae9OLXE/Y19Es3kUROa4WJ3d8o/uhp1b7FDXLvByBUpo0mqYY3exe9rV8CqfY45eK5mmmZhuns1LHQ2mipYkRIoYGRsROCNRqInkNm0xpTGj8/b9c3L1ddW+Zmfi+gelEAAAAACEXqktDEkeBK1ETn1dVwqvTs6Rr5SL51EfUnpdCdya5VrjLXJ9Sf7oQhIu6HAJR+p4Pe3Oa7NRV2HWaTa/8ANj0M9k3289DTfdSiJye3M/zI+VTYwTJywAUqj8Xl9yvkPk7nqnyoaVLt+Vq73+T6ymsqvKl+gVj7Kjoj5LQ8q4AAAfcwZgm95gX+nsuH7dNcrjOujYok3NTpc5eDWp0qu4q2rVd6qKKI1ljsfmGFyvD1YnGVxRRHLPyjnn1NkHJr5LVpyRoG3K4LFdcXTs0lrNnVlMi8Y4teHfdxXvJuJrgsBThY4VXHV/3c5N2t2yxG0NzvFnWjDxPFHLV66vyjdHS9LyiM9bbkbgmWvkc2e+VSOit1Frvkk09m5P2G8VXwJ0lbGYunC2+Fyzuhidltm720mNizTxWqeOurmjmj1zydbVbfr5X4nvVdd7nUvq7hWyunnnkXVXuVdVUgVddVyqaqp45dn4bDWsHZow9ing0UxpEeqGzTkSfq44a98qvt3k3yz7tT7fm5F7of7xX+in+2GPfVHf0c4W+FXfZOLPOfsqOn8kn7lP7RxH4P8oQewBjq7Za4tt+IrJOsFfRybaJ7WRvtmOTpa5NUVCL2btViuLlG+HRGZ5bh83wleDxUa01R1TyTHrhtdyezZs+cuCqS/wBoeiOcmxVUjl1fTTJ7Jjv6L0popsDDYijE24ro/wDpxVn+SYnIMbVg8RHrpnkqjkmPz5pYa5T/ACQKPM9KjEuFGQ27FaNV01PuZDX6df7Mn8XBenrMZj8ui/rctcVXzT/Y7bq5k/BwOYTNVjknfNHbT6uTk5mvW+WO4Yau1TbLrRTW+4Uz1ZNTVDFa9ip1opD66KqKppqjSYdRYfE2cXapv4euKqKuOJjdKxPC5APf5D5byZr5r2DDyMV1LLOk1Y5Pa07O2kXxomnhVC8wljwi9Tb5OXoRjaXNoyXKr2M1+tEaU/inijt9jbpT08dLCyGFqRwxtRrGImiNRE0RENhxGnFDhyqqa6pqqnWZaruVvmMmZGdl9qIJedt1tX7m0qouqbMeqOcnherl+IgWY3u/4iqY3RxOzdiMq8U5LZoqjSuv69XTVu6o0bNsvvzBw18GU32TScWfs6eiHImaff7/AOOr+6WBMIZTyYg5Y2NcbVsKpb7K2CGkVybn1L6diKqe5Yq+NyGIt4fhY6u9O6Pno2Tj87jC7H4TLLU/Xu8KavVTFc/OflLIXKjzFZlrkpiGvZIkdfVwrQUaa71llRW6p4G7TvEXmPvd4w9VXLPFHtRfY7KpzfOrFmY1ppnhVdFPH8Z0j2sIZf8AK5ZQcmqCSSRK7HVK9tko6Ny7T6mVU0hlVOKps6a9at06TGWcx4OE131xxR+TYWabDTc2lmIjg4WqO+VTyUx/FHTru9U+pJXKLBa4By4sVjlVr6uCBH1ciIibdQ9VfKu7+NzjNYe33i1TRO/82pc8zCMzzG9iqfJmfq+qmOKn4RDGuBOURDiXlLYvwE+di0NPExlvd+1PEn4dqL066r/5allaxkV4uuxycnTG9Lcy2WqwmzWFzaI+tMzw/wANXkT/AN53o8vrxhi653ZhpYYk9f08NFDdqiNU5uWoTndERP2mt0Ry9fgK9mq1OIucDfxa9PGxWaWMdYyTA+Fz9Wqa5oid8U/V+Ezxx/y8Zy+v1fpvhOl8ri1zf7t7YSDuaft+n8FX5NahCXW4B2b7NPCHydzdJhr827T/ACkP1ENl0eTHQ/P/ABn3i5+Kfmht6pPwwH4av/4iOZ3/AOP2/k333Jt+M/2f5IRtesbkc32TV1Qi7oWY1jSW5HLTE0GMcAYdvdM9HxVtDDNu6FVibSeJdU8RsmxXF21TXHLDgrNsJXgMwv4WuOOiqY+PF8EeuXrlJcMbYMtmJbRTPq6qwvk9cwRN2nrTv0VXInTsq1FXvKq9Bh82w1V23FyiOOn5NodzTPLOXY25gcRVwab2mkzu4UcntietryIc6mAPp4aw1c8Y36istnpJK65VkiRQwxpqqqvSvUicVXoQqW6KrtUUURrMrPGYyxgLFeJxNXBopjWZlt6yswW3LrLvD2G2vST7m0ccD3pwc/TV6p4XKqmxbFvvNqm3zQ4YznMJzXML+NmNOHVM+zk+COPqimKYaLL7D2Hkc1amvuHrpWIu9I4mKmv+Z6fEYXObkRapo55bX7leCquZhfxmn1aKdPbVPZCABEHTj0eXmPrtlji+3Yiss6w11G/a2VXtZWL7KNydLXJuUr2b1ViuLlG+GJzXLMPnGDrwWKjWmrrieSY9cPfZzcqXGuczpKWrq0tFiVd1qoHK2Nyf/sdxf493eLvE4+9ieKZ0jmhGcg2NyzINLlunh3fPq3+yN0fP1sPGNTxI/k3csC75UTU1ixI+a84SVUY3VdqehTrjVfZM/gXxacFzWCzKvD6UXOOn5NTbWbCYfOqasZgoii/8Kunmn19bYnhrEtsxhZaW7WethuNuqmJJDUQO1a5P6L1ou9CZ0V03KYqonWJcr4rCX8Deqw+JommunimJRX5VvI9jxYyqxfgajbFfN8lbaYURravrfGnBJOtODvDxwGYZbFzW7Zjj5Y5259idu5wU05dmtWtrdTXP8Pqn/T6+To3VeS5yNo8Fy0mK8cQx1N9bpJR2xdHx0a8Ue/odJ3uDe+vD7gMt71pdvb+SOZ42y29nMIqy/K5mLW6qrdNXqjmp+M9CV9fX09ro56uqnZT0sDFklmlcjWsaiaqqqvBEQkMzFMay0nbt13q4t241qniiI3zLWTysOUM/OvFraG1yPZhO1Pc2kau71zJwdM5O/wAGp0J4VILmGM8Kr4NPkx/3V1/sTstGz+E77fj9fc8r/THJTH5+voYHMS2UAAAAABVpPxuH3bfKfY3qdzyJ6G5W3fk6l96b5ENm07ofn7d+0q6ZXJ6UgAAAAAAGvDl9/prpPgiH68hC84+8R0OrO5f+xKv6lXypRrMG2+AT89Tg/MHFnwmz7JCXZL9nX0uZu6v9/wAN+Cf7kk8zaSaty5xRTU0T6iea11MccUbVc57liciIiJxVVM3fiZtVRHNLUWUV028xw9dc6RFdMzM8kaw145f8h/MvGKxS19DBheidoqy3N/4TTvRN1dr4dCHWcrxF3jqjgx63U+Z90TJMBrTZrm9VzU7veni6tUpsr+QvgPA7oay9JLi25M0XWtRG07V70Sbl/wASqZ6xlVi1x1/Wn4dTTOcd0bNsxibeG0s0T5vle92RCRNJSQ0NNFBTwsp4I27LIomo1rU6kRNyIZqIiI0hqquuq5VNdc6zPLO9dh8QY9Un/KGA/eqzyxEVzvfb9v5Oie5N5GM6aP8AJCsjLoIAyzyUP1iMD/zrvsnmQy/71R0oRtt+72L/AA/nDbEbAcVgAD42LbV93cL3i2aa+u6KanRPdMVv9Sldp4dFVPPC8wV7wbFWr3m1RPVMS0wT076SeSCRFbJE5WORehUXRUNazGk6O/KaorpiundPG6Hx7co5WKjm7nIuqeEPkxrGktyGWmIosX5fYbvUD0fFW0EM2qdasTaTxLqniNk2K4uWqa45YcFZvhKsDmF/DVxx01VR8eL4PVFdigAAAAAICeqNYmiqsYYTsUb0c+io5aqVqL7FZHIjdfFGvxkRzmqOHRRzQ6V7lOEqowmJxcxxVVRTH+2NZ+aH5HW9gCYHqcVjfPjPFt4Vv4KmoIqVHL+0+Ta8kZIsmp/WV180NFd1fExTg8NhuWqqZ6o0/NPslzmkApVH4vL7lfIfJ3PVPlQ0qXb8rV3v8n1lNZVeVL9ArH2VHRHyWh5VwABnXITklYlzqigu00rLJhZz1RbhJo+SbRdHJEzpXVFTVdE8JlsJl1zFfWnip52t9ptt8Ds/M4emO+X/ADd0RzcKfyjjbCcq8nML5O2NLdhy3NgV6Is9ZKu1PUO63v6fAmiJ0ITHD4a3hqeDbhy3nWfY/Pr/AH7G1680R5MdEfnvWmdGdlgyRwtJdLvOklU9FbR2+Nyc7UydSJ0J1u4J9BTxWKowtHCr38kc642f2exe0WKjD4aNKY8qrkpjt5o5WrjNDM++Zt4uq8QX2fnKiVdmKBirzdPH7WNidCJ9K71IJfv14iublbsjJsnwuR4SnB4SNIjfPLM8sy8mW7ONofIk/Vxw175VfbvJ1ln3an2/Nx33Q/3iv9FP9sMe+qO/o5wt8Ku+ycWec/ZUdP5JP3Kf2jiPwf5Q1/ERdOsjZG53XrI7GEd3trlqKCbSOvt7naMqY9focnFF6PAql7hMVXha+FTu5YRTaPZ7DbRYOcPe4qo46auWmeyeWG0bLjMixZq4Xpb/AGCrSpo5k0c1V0khf0se3ocn+9xPLF+jEURXbnicb5tlOKyXFVYTF06VR1THPE8sPL518nbCud1r2LtT+s7tE3Smu1M1Emj6kX9tv8K+LQt8Vg7WKj60cfOzOz21OYbO3dcPVwrc76J3T2T649urXbnZydMWZH1qLdoW1lmlk5unu1LvhkXoa5OLHaJwXxKpDcVgruFn627ndT7PbV5ftFRph54NyI1mid8euOePXHtYtLBM0+fU98q/uPha6Y4rYdmpurvWlErk3pAxe3cnunpp/gJdk+H4NE3p5d3Q5m7qGc9/xVvKrU/Vt/Wq/FO6PZHzZ05RWZDcqsor/fGSIyt5laaiTpWeTtWaeDVXf4TKY2/4PYqr5eTpa42Vymc6zezhZj6uutX4Y45693takpXukV73uVz3aq5y8VXpU167fiIjSIbmMvvzBw18GU32TTZVn7OnohwRmn3+/wDjq/ul5KzZ24Zqs1b5gCV6W3EFI9ksbJVRG1qOja7Vi9LkRdFau/RN2vRQpxVub1VieKqPiy+I2ex1GVWc3pjh2qtYnT+HSZjj9U8+5Cflv51MzFzAZhy1zpJZLA50avYurZqld0ju+jdNlP8AF1kXzTFd+u97p3U/N0N3O9n5yrL5xt+nS7e0nop5I9u+fY+tyGMjJMXYvbji7Uy/cWzyf8Ekibqiq6FTrRnHw6dSlTKsJ3yvv1UcUbulY90faSnA4TxVh6v1l2Preqntq3dGqaGeOZ1NlHlnecRTPb64hjWKjicv/NqHbo2/HvXvIpJcXfjD2qrk+zpaB2cyevPcztYOndM61TzUxv7OlqfsuMbzh/FUOJKCukp73FO6pbVpvdzjtdp2/jrqvxkApu10V98pnjdr4jAYbFYWcFdoibcxpp6o3JiepxVMlVVZgVFRI6aWV1K98j11c5yrKqqq9KqpI8lmZm5M+r82h+6vTTRTgqKY0iOFEf8Aqydy+v1fpvhOl8ri+zf7t7YRDuaft+n8FX5NahCXW4B2b7NPCHydzdJhr827T/KQ/UQ2XR5MdD8/8Z94ufin5obeqT8MB+Gr/wDiI5nf/j9v5N99ybfjP9n+SERF3QyXHIt5TNHglEwNimqSmtE8qvt1fKujIJHL20b16GuXei8EVV14kiyzHRa/U3J4uSWje6BsfczD/wDlcBTrciPr0xvqiN0x645Y5YT9Y9lREjmq18b01RUXVFRSXb3M0xNM6TxSwlj/AJHOWWP6+WvntEtorpVV0k1pl5lHuXpVmit18Ri72W4e9PCmNJ9TYWWbeZ5lluLVN2K6Y3RXGvx4p+LxVJ6njl5DUI+a6X6piRdeaWojai+NGalrGTWInjmUgr7qWc1U6U27cTz6T2s05b5I4MylgczDNjgop3t2ZKp+sk8idSyO1XTvJohlLGFs4eP1dOjX+bbQ5nndWuOvTVEbo3Ux7I4n2cdY+seW+HKm94gro6Gggaqq569s9ehjG8XOXoRCrdu0WKJrrnSGOy3LcVm2JpwuDomqqfh655o9bVbntnBXZ2Zg1l/qmOp6NE5ihpFXXmIEVdEX+JdVVe+pAMXiasVdmud3I7Q2byK1s9l9OEonWrfVPPVP5Ruj1MeFmlQAAAXlos1wv9ayjtlDU3GreujYKWJ0j18SIp6ppqrnSmNZW9/EWcLRNy/XFNMcszER8U4+RrlHm3l3cnT3VYrNhOqRXT2i4PV0znabnxsb/wAt3DXVU1TinAlWW4fFWZ1q4qZ5Jc57f55s7mtvgYfWu/Turp4o6JmfKjo60zCSNEPiYoxVacF2Wpu97uEFtt0DdZKiofstTvJ1r1Im9SncuU2qZqrnSF3g8HiMfepw+FomuurdENdvKd5Wtbm/JLh/D3PW3CLH9vtdrLXKnBX9TOlG+NepIbjsxqxP1LfFT83VGx+xFrIojGYzSrET1UdHPPPPUjiYVtgAAAAAABVpPxuH3bfKfY3qdzyJ6G5W3fk6l96b5ENm07ofn7d+0q6ZXJ6UgAAAAAAGvDl9/prpPgiH68hC84+8R0OrO5f+xKv6lXypRrMG2+AT89Tg/MHFnwmz7JCXZL9nX0uZu6v9/wAN+Cf7kvyRNGgAAAAgx6pP+UMB+9VnliIrne+37fydE9ybyMZ00f5IVkZdBAGWeSh+sRgf+dd9k8yGX/eqOlCNtv3exf4fzhtiNgOKwAAA1TcrPLWXLXOq+RMiWO23SRblRuRO1Vsiqrmp7l+0nxEBzCxNjEVRyTxw7O2JzanNsltVTP17ccCrpjdPtjSWHTGp6ATh5Bue9Ktu7HV6qWw1UUjpbTJK7RJGuXV8KL1ourkTp1XqJTlOLjTweuejsc590vZq533x1hqdYnir05NN1XRpxSm0SdoAAAAAHnMb40tOXmGa6/XurbR26kjV73uXe5ehrU6XKu5EKV27TZom5XPFC/y/L8RmmJowmFp4VdU/9mfVHK1K5sZiVua2YF5xPWosbq2XWKHXXmYk3MZ4monj1Ne4i9OIuzcnldv5JlVrJcvtYG1x8GOOeeZ45n2y8iWzOgGzXkSZay4AyXpq2siWO436X7oSNcmjmxqiJEi/4U2v8ROMssTZsRM76uPschd0PN6czzmq1bnWizHBjp31fHi9iQxmGsQClUfi8vuV8h8nc9U+VDSpdvytXe/yfWU1lV5Uv0CsfZUdEfJaHlXAAEr+Qlnj96WKZMDXao2bVd5Nuhe93aw1X7PeR6Jp4UTrJBlOK73X3mrdO7p/5aT7pOznh2FjNcPT+stx9b108/8At+WqSfKC5VmHMlqaWgpXR3rFSt/B22J/awL0OmcnsU/h4r3uJm8ZmFvCxwY46ubtal2X2Kxu0FUXq/1djlqnl9VMcvTuhrgzAzDvuZ2JKi+Yhr311bMuia7mRN6GMbwa1OpCF3r1d+vh3J1l1hleVYTJ8NThcHRwaY65nnmeWXnCgywBtD5En6uOGvfKr7d5Oss+7U+35uO+6H+8V/op/thj31R39HOFvhV32Tizzn7Kjp/JJ+5T+0cR+D/KGv4iLp0A9/k3nViHJLEzbpZJucppFRtZbpVXmalnUqdC9Tk3p9BeYbFXMLXwqPbHOjGf7PYPaHDd4xUaVR5NUb6Z7OeOVsryt5QWEc1sIT36gr2UXrKLnLhSVT0bLRoiaqrutvHRybl+gm2HxlrEW+HTOmm/1OR852YzHJcZGEu0TVwp0pmN1XR6/VvQA5UPKDqs8MYqyjfJDhe3Pcygp13c4vBZnJ+07o6k8ZEcfjJxVzi8mN3a6c2O2Xt7O4PW5Gt+vjqnm/0x6o5eeWN8usD12ZGN7Nhq3NVam41DYtrTdGzi9695rUVfEWNm1VeuRbp5UtzXMbWU4K7jb26iNemeSPbPE2/YVw1RYQw5bbJb40ioaCBlPCz+Fqaar314r4TY1uiLdEUU7ocK4zF3cdibmKvTrVXMzPtQT9UEzUS/YztuC6ObapLOz1zVo1dzqh6bkX3LPrqRPOL/AA7kWY3R83SPcwybwbB3Mzux9a7xU/hjtn5IkO9gvgI+3e3NZffmDhr4MpvsmmyrP2dPRDgfNPv9/wDHV/dLWvyx55ablKYnmhkfDMx1M5kkbla5qpAzRUVOCkKzKZjF1THq+TrPYKimvZvD01RrE8L+6WEHOVzlc5Vc5V1VV4qpimxIjTihnjk1cqe65JVzLVcUkumD5pNZaTXV9Mqrvki1+NW8F7ymWwOPqws8Grjp+XQ1ttbsZh9oaJxFn6mIiOKeSr1VflPJ0O/K35QrM6sV09FZpZPvVtaf8PtIrfXEqp20qtXen7KIvRr1n3McZ4VXwaPJh42H2WnZ/CVXcTH6+5v9URujX4z/AMPd5H8jXDGc2V9qxNHie5UNbPzkVTA2GORkcrHKionBdNNF3r0l3hcst4mzFyKpiUb2i2/x+QZpcwNWHpqpjSYnWYmYmNf+EpOT9yeLVkBablTUVxqLtVXGVsk9VOxGbmoqNa1qa6Imq9PSZ7B4OnB0zFM6zLTW1G1OI2ou2671EUU0RMREce/fMyx/6oLeIKLJOmoXvRKitukKRM13qjGuc5fFu+Ms84qiMPFPPKUdzCxXczuq7EcVNFWvt0iGuQhbq4AJuXUCU1B6oVje30VNSx4dsTmQRNiarkm1VGoib+37xnozi9ERHBhpi73Lsru3Krk369ZmZ/h5fYxhnpyi77n59x/u1bqCg+5nO816yR/bbezrrtOX9lCxxeNrxenDiI0THZzZXC7M998Grqq4emvC05NeaI52KDHpsAZdys5U+YGU8EVHbbqlxtMe5tuubVmianUxdUc3wIuneMjh8ffw8aUzrHNKDZzsZk+d1TcvW+Dcn+Knin28k+2GfrH6pHpC1LzglXS9L6Cu0Rf8Lm/1MtRnWvl0dUtZYjuT8f8A+Ni+L/VT+cT+T7MvqkOH2sXm8G3Rz+hHVMaJ8eilbx1b8yWPjuUYzXjxVPVLxOK/VF8RV0MkWHcMUVrc5NEnrZnVDm99GojU+PUtbmdXJ4rdOnxSHBdynB25irGYiqv1UxFMdfHKNOPsz8UZn3X7oYnvNRdJ2682yR2kcSdTGJ2rfEhg71+5fq4VydW3MsyfAZPa7zgbUURy889M75eXKDMgGS8isjqzPa/1tot97t9pq6WFJ+brUerpWa6OViNTfpqmu9OJfYTCzi6pppqiJhENpNo7ezdijEXrNVdNU6fV04p9evOktYvU3aZqtdesayvT20dBRI3/ANTnL5DN0ZLH8dfVDUmJ7rFc8WGwkf7qvyiI+bKeFeQzlZhxWyVVtrL9M3frcalVaq+5Zsp8Zf28qw1G+NelDcb3Rs+xcTFuuLcf6Y4+udZZqw5gyw4OpEprHZqK0QaabFHTtj18Oib/ABmSotUW40oiIa+xePxePr4eLu1Vz65mV7dLxRWKikrLlWQUFJGmr5qmRI2NTvqq6FSuqmiNap0hb2LF3E1xbs0zVVPJEaz8Eas2OXlg/B7JqPCsbsV3RNWpKzWOkYvWr13v/wAKad8wmIza1b4rX1p+DbWSdzTMsdMXMwnvNHNvqn2bo9vUhBmlnPizOK6+vMSXN9RExVWGii7SngT+BnDxrqvfItfxV3E1a3J7HROTbP5fkNrvWCt6TO+qeOqemfy3PEFqkQAAAAAAABVpPxuH3bfKfY3qdzyJ6G5W3fk6l96b5ENm07ofn7d+0q6ZXJ6UgAAAAAAGvDl9/prpPgiH68hC84+8R0OrO5f+xKv6lXypRrMG2+AT89Tg/MHFnwmz7JCXZL9nX0uZu6v9/wAN+Cf7kvyRNGgAAAAgx6pP+UMB+9VnliIrne+37fydE9ybyMZ00f5IVkZdBAGWeSh+sRgf+dd9k8yGX/eqOlCNtv3exf4fzhtiNgOKwAAAwxym8hafPPBDqeBY6fENBtTW6ofuRXadtE5f2XaJ4FRFMbjsJGLt6R5Ubk62Q2lr2cx3Dr47VfFXHymPXHxjiaur9Ybhhi8VdqutHLQXGkkWKanmbsuY5P8AfHpIJXRVbqmmqNJh2PhsTZxlmnEYeqKqKo1iY5VgeF0qU88tLNHNDI+GaNyPZJG5Wua5N6KipwU+xMxOsPFVNNymaao1iUscoOX5e8M0cNsxtQOxDSxojG3KncjKpE/jRe1f4dy9epIMNm9dEcG9Gsc/K0nnvcywuMrm/ldfeqp/hnjp9nLHxhJbDXLJynxLE133zNtUzv8AubnC+FU8eit+kzdGZYWvfVp0tR4zYLaDCTMRh+HHPTMT/wA/B7GHPnLmdiPjxxYVavT6/jT+pcxi8PP8cdbB1bNZ1TOk4S57s9ixunKTyvs8bnVOObOuntYahJXfEzVTxVjcNTvrhcWdk89vzpRhK/bGnz0Yjx76oFgaxQzR4co67EtaiKjHKxaen177ndsqeBpjr2b2aPs44U9Sb5b3Mc1xNUTjaqbVPvVdUcXxQyzhz6xZnZc21F+rEjoYXKtNbKbVtPD39PbO/iXVSN4nF3cVOtc8XM37kOzWX7PWuBhKdap31T5U9keqGOiySsAkPyT+TNV5u4ggv16pnw4OoZUc9z009eyNXXmmdbf2l8XHhmcvwM4mrh1+THxas222ut5Hh5wmGq1xFccX+mJ5Z9fNHtbLYYWU0TIo2oyNiI1rWpojUTgiITfc5HmqapmqqeOVcABSqPxeX3K+Q+TueqfKhpUu35Wrvf5PrKayq8qX6BWPsqOiPktDyrgADvDNJTTRzQyOiljcj2SMXRzXJvRUXoU+xOnHDzVTFcTTVGsS5qKiWqnklnkfNNI5XPkkcrnOVeKqq8VEzMzrL5TTTRTFNMaRCmfHsAATS5OPK9wLlVlFZ8NXqK7OuNI6ZZFpaVr4+3lc5NFV6dCp0EnwWY2cPYi3XrrDn3avYXNc6ze7jcLNHAq4OmtUxPFERzS8ryueUthDO7CFltmHY7iypo65aiX17TpG3Z2FbuVHLv1Ut8xx1rFUU029eKWb2H2RzHZ3F3b+MmnSqnSODOvHrrzQiuYBucAAVYKuelSVIJ5IUlYsciRvVu2xeLV04p3lPsTMblOq3RXpwoidOOPVPOpHxUXdqu9dYrhDX22snoK2FdqOoppFjkYvecm9D1TVVRPCpnSVC/YtYm3Nq/TFVM74mNYlJXLTl8Y0wpA2jxLSw4rpWtVGTyLzNS1dN2rkTR3jTXvmbsZvet8VyOF82pM37mWWY2rvmBqmzVzb6erfHsnT1I44kxBW4sxBcb1cZVmrq+ofUzPXpc5VVfEYWuublU11b5bXwmFtYLD28NZjSmiIiOiHzFTVFQ8LtPzC/L8wHY8M2i3T2i+umpKSGne5kMWyrmMRqqn4ThqhLreb2aaIpmJ4ocyYzuZZtiMTdvU3aNKqpmOOeWdeZEbP/MO35q5sXvE9rhqKehrea5uOqaiSJsxtauqIqpxavSR3GXqcRequU7pbx2Yyq9kuVWsDfmJqp1103cczPq52PSzSoAASL5M/KvhyIwzdrJcLLU3mmqqpKqDmZ2x80qtRr0XVF46N+kzWBzCMJRNFVOurVO1+xNW0uJt4mzdi3VTGk6xM68esbubjZfqvVI7W2B/rbBFc6bTtUlrmI3Xv6NVTIznVOnFR8UFo7k+I4Ud8xdOnqpntRbzsz0xDnniGK4XlY6akpmq2jt9PrzUDV4rv3ucuiauXqTgYHFYu5i6uFXujdDcuz2zeD2cw82cNrNVXlVTvnsiOSGOSySsAAAAAAAAAAAAAAA9Rllj+vyvx1Z8TW5y8/QTI90euiSxruexe85qqhXsXqrFyLlPIw2cZZZzjA3cDe3Vx1TyT7JbFqvlr5S0VFDOuIJJpZI2vWnp6SV8jFVNdle101ThxJpOaYWI14XwcqW+57tDcrmiLMRETvmqIifXv1+DwOJPVF8JUSPbY8OXa6P8AavqXMp2L9Ll+gs685tR5FMz8EnwfcqzC5pOKv00R6tap/KGG8ZeqAZhX9skVmpLbhuF25HxRrPMie6fu/wDSY27m9+vioiIT7AdzHJ8NpViaqrs+ueDHVHH8WA8XZg4mx7VrU4ivtdeJddU9dTq5rfA3gniQxFy9cvTrcqmWy8DleByyjgYOzTRHqj898vPlFlAAAAAAAAAAAq0n43D7tvlPsb1O55E9DcrbvydS+9N8iGzad0Pz9u/aVdMrk9KQAAAAAADXhy+/010nwRD9eQhecfeI6HVncv8A2JV/Uq+VKNZg23wCfnqcH5g4s+E2fZIS7Jfs6+lzN3V/v+G/BP8Acl+SJo0AAAAEGPVJ/wAoYD96rPLERXO99v2/k6J7k3kYzpo/yQrIy6CAMs8lD9YjA/8AOu+yeZDL/vVHShG237vYv8P5w2xGwHFYAAAAMP56cmvC2eVDzlfGttvsTNmnu1M1OcTqa9Pbt7y706FQx+KwNrFR9binnTXZva3H7OV6Wp4Vqd9E7umOaf8Astf+cXJhxtkwktXc6SOvsiO0bdaJ21Hx3bTV7Zi+FNO+RDE4G9huOqNY53T2Q7YZZn+luxVwbnm1b/ZO6WJDHJwAAONlOoDnRAAAC/sVhuGJrtTWu1UktfcKl2xDTwpq569490UVXKoppjWVricTZwdqq/iKopop3zKYmSHIFqHz093zGmayFqo9tkpJNXO70sibkT+FvxkkwmUa/XxHV2tDbRd0yiKasPksaz58x/bH5z1JsWq1Ulit0FDb6WKjoqdiRxU8LUaxjU4IiJwJPTTFMcGmNIc+Xr9zEXKr16qaqquOZnjmZfQPSkAAKVR+Ly+5XyHydz1T5UNKl2/K1d7/ACfWU1lV5Uv0CsfZUdEfJaHlXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKtJ+Nw+7b5T7G9TueRPQ3K278nUvvTfIhs2ndD8/bv2lXTK5PSkAAAAAAA14cvv9NdJ8EQ/XkIXnH3iOh1Z3L/2JV/Uq+VKNZg23wCfnqcH5g4s+E2fZIS7Jfs6+lzN3V/v+G/BP9yX5ImjQAAAAQY9Un/KGA/eqzyxEVzvfb9v5Oie5N5GM6aP8kKyMuggDLPJQ/WIwP8AzrvsnmQy/wC9UdKEbbfu9i/w/nDbEbAcVgAABTkkbExXvcjWtTVVVdEROsERMzpCHXKA5dMGHaqpsOXrYbhXRqsc16lTbgjd0pE326p+0u7wkbxmaxRM0WOOefsb32Y7nFeKppxeca00zxxRHFM/ink6N/QhXi7HmIse3F9diG9Vl3qXLrtVMquRvea3g1O8iEYuXrl6dblWroHA5bg8ttxawdqKI9UfOd8+18EpMmAAAAAAA5a90bkc1ytci6orV0VA+TETGks2ZRcrrHmVc8EElwfiKxtVEfbrlIr1Rv8A+uRe2Yvxp3jKYbML+HnTXWOaWvc82HynOqZrijvV3zqY0643T8/W2EZO54Yazrw/90rFU7FREiJVW+dUSemcvQ5OlOpyblJhhsVbxVPCon2OXc+2dx2zt/vOLp4p8mqN1XR6+eN7IxeIyAAKVR+Ly+5XyHydz1T5UNKl2/K1d7/J9ZTWVXlS/QKx9lR0R8loeVcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAq0n43D7tvlPsb1O55E9DcrbvydS+9N8iGzad0Pz9u/aVdMrk9KQAAAAAADXhy+/010nwRD9eQhecfeI6HVncv/YlX9Sr5Uo1mDbfAJ+epwfmDiz4TZ9khLsl+zr6XM3dX+/4b8E/3JfkiaNAAAABBj1Sf8oYD96rPLERXO99v2/k6J7k3kYzpo/yQrIy6CAMs8lD9YjA/8677J5kMv+9UdKEbbfu9i/w/nDbEbAcVgAABBblrcpuWWpqsvcK1asij/B3iuhdorndNO1U6E9svi6yLZpjuObFqensdFdz7Y+mKac4x9PHPHbpn+6fy6+ZC0jDoEAAZqyt5ImYeaMENbDb2WO0yaK2uuqrGj29bGaK5yd/TTvmTsZdfvxrEaR62vs525yfJqptVV98uR/DRx9c7o69UhsOepw2WGNjr7i6urJfbMoKdkLfErtpTM0ZLRHl1z7GrcX3WMVVMxhMNTTH+qZmfho9fD6n1llGzSSe+zO002lrWp5GFzGUYb19bBVd0/PZnii3H+2e1YXP1PDL+pjVKG732if0OdNHKieJWJ5TxVk1id0zC5s91POKJ/W2qKo6Jj82K8b+p2Yht0Mk+FsRUl6RqapS10a08i95HIqtVfDoWF3JrlPHbq1+CZ5d3VcHdmKcfYmj10zwo6uKfmjDjLAWIcvbu+14jtNTaK1u9GVDNEenW13Byd9FUwV2zcs1cG5Gktw5fmWDzSzF/BXIrp9XJ0xvj2vglFkwD0+XOYt6ysxZR4hsVUtPWU7u2Yq9pMz20b06Wr/qV7F6vD1xconjYfNsqwuc4SrB4unWmeuJ5Jj1w2r5O5r2nOTA9FiG1uRvOJsVNK5dX00yeyY7yovSiopsDDYinE24uUuLM+yXEZDjq8Hf5OOJ5Ko5Jj8+aXvS5R8ApVH4vL7lfIfJ3PVPlQ0qXb8rV3v8AJ9ZTWVXlS/QKx9lR0R8loeVcAAAABV04gcbSdaAcgAAADjaTrQDkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAce+BzovUvxB81hwH0AAAAAAAAAVaT8bh923yn2N6nc8iehuVt35Opfem+RDZtO6H5+3ftKumVyelIAAAAAABrw5ff6a6T4Ih+vIQvOPvEdDqzuX/sSr+pV8qUazBtvgE/PU4PzBxZ8Js+yQl2S/Z19Lmbur/f8N+Cf7kvyRNGgAAAAgx6pP+UMB+9VnliIrne+37fydE9ybyMZ00f5IVkZdBAGWeSh+sRgf+dd9k8yGX/eqOlCNtv3exf4fzhtiNgOKwABh7lQ5urk7lRcLlTSIy81i+srenSkrkXV/wDhaiu8KIY7H4jwazNUb54oTfY7I/H2a0Wbkfq6frVdEcntniaqJppKiaSWV7pJZHK973rqrnKuqqq9ZAZnXjl2lTTFERTTGkQ6Hx6AJ7ckvkjUVkttFjPGtE2qvE7WzUNsqG6spGrva97V4vXiiL7Hw8Jbl+XRREXr0cfJHM5n2325u4m5XlmWV6W44qqo31TyxE8kfPoTDRERERE0RCRtGOwAAAA8hmJlph7NTDk1mxFQMraV6KrHKmkkLuh7HcWqn/Uo3rFvEUcC5GsMxlWb4zJsRGJwVfBqjqmOaY5Yavc/MkLpkXjWS0VjnVVtnRZbfX7OiTxa8F6nN4Knj4KQPF4WrCXODO7kl2LsztFY2jwUYi3xVxxVU809k8jGpYpcAZ+5GmcUmWOadNbKudW2G/vbSVLXL2scqrpFJ4lXZXvO7xl8sxPeL0Uzuq4msdv8hpzfK6r9uP1tnWqPXH8UdXHHrhs9Jy5CAKVR+Ly+5XyHydz1T5UNKl2/K1d7/J9ZTWVXlS/QKx9lR0R8loeVcAAAHiUDP3IetVFec+KamuFHBW062+pcsNTE2RmqImi6ORUMvlVMVYmIqjXilrDujX7tjIqq7NU0zwqeOJ0nl5mwbE2X+F4sN3V7MOWhr20kyo5tDEiouwu/2JL67NvgT9WN3M5iweZ4+cTbib9flR/FVz9LT3r3jXLuwAAZE5O1HBX55YIp6mCOop5LnE18UzEcx6b9you5UL3BRE4iiJ50V2quVWsjxddE6TFE6THFLap2PcLdzNn+QReiTzvNvzY6nGPjTH+kV+9V2tSGa0EdJmhi+GGNsUMd3q2sjjbo1rUmciIiJwQ17iI0vVxHPPzdvZLVNeWYaqqdZmij+2HlvEpQZoAAAAAAAA2Ncm3IDLvFeR+ErveMI22vuVVSufPUzxqr5F5xyarv6kQmmCwdi5h6KqqImZco7WbTZzgs7xOHw2JqpopniiJ4o4oYl5dmU+EcuLFhOfDNgo7LLVVU7J3UrVRZERjVRF39GqmOzbD2rNNE26dNdU47m+dZjmt/E0469NyKYp015NZlD8jjewAAAAAAABODk1ci/D9faLdi3FlwpcRpO1Jqa3UMm3St6ucens1Tpam5OnUlOByyiaYu3Z19XI502v7oGLt3bmXZfRNqaeKaqo0q9kckevfzaPtcqPkc0GIrZUYpwJQx0N6p2K+ptNOxGxVbUTesbU3NeidCbneHjVx+W01xN2zGk83Ox+xu3t3C3KcBm1fCtzxRXPHNM+ueWPl0IDPY6N7mParHtVUc1yaKi9KKhEXTUTExrDgPoAAAAAAAAAAAJJ8gW2U9zzsq2VNPHUxstE7tiViPbrtxprovhM3lFMVYideZqXumXa7OS0zbq0ma6d3FyVNhF1w3Zo7ZVv8AuVQpswvXVKZn7K94mFVFGk8Tl6zi8TN2mO+Vb45ZaZ5v+bJpw2l8prWXfNPkw6Hx6AAAAAAAAKtJ+Nw+7b5T7G9TueRPQ3K278nUvvTfIhs2ndD8/bv2lXTK5PSkAAAAAAA14cvv9NdJ8EQ/XkIXnH3iOh1Z3L/2JV/Uq+VKNZg23wCfnqcH5g4s+E2fZIS7Jfs6+lzN3V/v+G/BP9yX5ImjQAAAAQY9Un/KGA/eqzyxEVzvfb9v5Oie5N5GM6aP8kKyMuggDLPJQ/WIwP8AzrvsnmQy/wC9UdKEbbfu9i/w/nDbEbAcVgADXp6ofjKS55lWXDbHr62tdD64ezXdzsq8f8rW/GQ/ObvCu02+aPm6g7luAizlt3GzHHcq09lP/MyieR9usAzRyRctIczc6rXT1sKTWu2NW5VTHJq16MVNhq95Xq3xamTy6xF/ERE7o42v9uc3qyjJbldqdK7n1I9u+fZGrakiaJom5CeuNHIAAAAAAMG8r7LKHMjJi7vZCj7pZ2LcaN6J2ybCayN8DmbXjRDF5jYi/h55444bB2FzirKc5txM/Uu/Uq9u6fZOnxatkXVCBuygDsyR8L2yRuVkjFRzXJxRU4KNzzMRVExO5uCyaxiuPsq8LX97tqatoY3Sr/8AsRNl/wD6mqbHw1ffrNNfPDhTP8B4szTEYSN1NU6dG+Pg9uXLAqVR+Ly+5XyHydz1T5UNKl2/K1d7/J9ZTWVXlS/QKx9lR0R8loeVcAASN5BlBTXLPKWGqp4amP7k1DubmYj267Ue/RTNZTEVYjSY5Jap7pV2u1kcVW6pieHTunTklsV+9Kxfua3/ACWPzEx73R5sOVvD8V/Nq96e1WpMP2y3Tc9SW2kppkTTnIYGsdp1aoh6iimnjiFO5ib92ng3LkzHrmZfQc1JGq1yI5FTei8FPa3idOOHyfvSsX7mt/yWPzFLvdHmwvPD8V/Nq96e1H7ly4ftluyAuE1LbaSmmSupUSSGBrHabfWiGJzWimnDTMRyw2b3OsTfu5/RTcuTMcGrfMzyPf8AJ+wzZ6nJLBMs1qoZZZLTA5z307HOcuwm9VVN5d4OiicPRMxG6EZ2nxeJozvF003KoiK6uWedkSHDNnppWSw2qiglZva9lMxrmr1oqJuL6KKI44hFq8XiK4mmq5VMT65fXPS1fGkwtZZHukktNC971VXPfTMVVVeKquhS73RPJC7jGYmmIiLtWkeuT70rF+5rf8lj8w73R5sPvh+K/m1e9Pa1V8pynipM/cbQwRMhhZXqjY42o1rU2W8ETgQPHREYmuI53Zux1dVeQYSqudZmnl6ZYxLBMgAAAAANrnJL/V0wP/Ju+1eT/AfdaOhxXtt+8OL/ABR8oYQ9Uk/NzA/83U/UYYvOfIo6ZbE7k/3nF/hp+coJEUdIAAAAAAAAGYeTtyjbzkXiBjduSuwxUvT17bVdqiJ0yR/svT4l4L3slgsbXhKuemd8IHtVsphto8PM6RTepj6tX5Tzx8uRs/wtie24zw/RXu0VTKy21sSSwzMXcqL19SpwVOhUJ1buU3aYronWJcd4zB38BiK8LiaeDXTOkwg3y6OT8zDVz7IFhpkjt1dKjLnBE3tYZ14SonQj+C/xeEi2a4PgT3+iOKd7ozucbTzi7XifF1fXoj6kzy083THJ6uhEMjjegAAAAAAD7UeCcRTRtkjw/dXxvRHNc2ilVFReCouyVu9XPNnqY+cwwVM6Tep1/FHa7feLiXudu3yGX0R3q55s9R4ywX8+j3o7T7xcS9zt2+Qy+iO9XPNnqPGWC/n0e9HafeLiXudu3yGX0R3q55s9R4ywX8+j3o7Un/U/8JXa15qXysuFrraCJlpcxr6qnfGjnOlZuRXImq6IpnMnt1U3qpqjTiac7p+Ow97K7Nuzcpqma+SYndTPMnLi2R1PhS8ysa5zmUczmtamqqqRu0REQlVzioq6HOeBpirFWonlqp+cNPf3jYldvXDt21Xf+Iy+ia571c82ep3b4xwMcXf6PejtPvFxL3O3b5DL6I71c82ep68ZYL+fR70dp94uJe527fIZfRHernmz1HjLBfz6PejtPvFxL3O3b5DL6I71c82eo8ZYL+fR70dr5FVST0NRJT1MMlPPGuy+KVise1epUXehSmJidJXlFdFymK6J1ieWOOFI+KgAAAVaT8bh923yn2N6nc8iehuVt35Opfem+RDZtO6H5+3ftKumVyelIAAAAAABrw5ff6a6T4Ih+vIQvOPvEdDqzuX/ALEq/qVfKlGswbb4BPz1OD8wcWfCbPskJdkv2dfS5m7q/wB/w34J/uS/JE0aAAAACDHqk/5QwH71WeWIiud77ft/J0T3JvIxnTR/khWRl0EAZZ5KH6xGB/5132TzIZf96o6UI22/d7F/h/OG2I2A4rAAGqnlh1z6/lG4vV6qvNSQwt7yNhYhAsynXFV/95HZuwluLezuG05YmeuqWGjGJ8ATS9Tctsa3DHNwVE5xkVLTNXpRFWRy+RPiJPktPHXV0Ofe6xemLeEs8kzVPyj806SUudgAAAAAAFlcqOOvoKqmkRHRzRPjci9KKiovlPNUaxMSqWq5tXKa6d8TE9TSzcaZKO41VOnCKZ8aeJyp/Q1nVGkzD9AbNffLdNfPEStzyrAGzjkNVzqzk7WZr1VeYqqmFuvVzqr/AO4nOVceFp9rkDui24t7Q3Zjlimfh/wkGZdrNSqPxeX3K+Q+TueqfKhpUu35Wrvf5PrKayq8qX6BWPsqOiPktDyrgAD0OBswMQZa3tbvhq5PtdxWJ0Czxsa5dhyoqpo5FToQrWr1dirh250li8xyzB5tZ8Hxtvh0a66ce+OjRlPDXKWzwxhfKOzWbE9bXXGrkSOGCKmhVXKvT7DcicVVdyIX9GOxlyqKKKpmZ6EMxmyOy2AsV4nE4emmimNZmZq7WxPK+wYiw9g2ipsVXyTEF/cm3VVTmta1r19oxGonat4a8V3r0kzsUXKLcRdq1qcqZzicHi8ZXcwFnvVrdTHHu551meOXslTVFTh4C4YZHDO7AOdNsbUXbLvHdXXQJq91mq4oOeanVE9WaO8DtF76mFxVrFx9axc19XE2ps7mezN7g4fOcHFM+fE1af7o14umOL1QhDmRnfmbiygqsM4yvdZNAyZqz2+rpo4nNkYuqaojEVFRSL38ViLkTbu1ex0RlOzuR4K5TjsttREzHFVEzPFPtmH1cA8oDN9fuNhPC2Iat6ojKOhoYKeJyonBrU1Yq6J1qpUs4zFfVtW6vVELLM9mNnI77mGPsRy1VVTNXtne2UZXWS/4fwZb6bFN6kv1+VvOVdW5rWtR6+0YjURNlvBF6ePSTaxRXRbiLtWtTknOMTg8Vja7mAtd7tbqY490cs6zPHL2RcMM8DnBYsVX7A9XHgm+useIYfw1NK1rHMmVNdYnbSKiI7r6F0LXE0Xa7c95q0qSDIsTgMLjqZzOz3yzPFMceseuNJjdzczXfeeVHnXh661VsueKa2hr6WRYp6ealha+NycUVNghtePxlFU01VTEx0OqMPsdsxirVN+xh6aqao1iYmrSY62JMSYkuWL77W3m8VTq251snOz1DmoivdpproiInR0GOrrquVTXXOsym+EwlnA2KMNhqeDRTGkRzR7XzTwvADJvJvy6tWa2btpw3enVDbdVRzOkWmk2H6sjc5NF0XpQvsFZpxF+Lde6UP2szXEZLlFzG4XTh0zTprGsccxCai+p95X/APjXz5a30CT+KMN6+tz9+k7Peaj3Z7Wuy/UUdtvtyo4tVip6mWFm0uq7LXqia+JCG1xwapiHVGGuTesW7lW+YieuFieFy2uckv8AV0wP/Ju+1eT/AAH3WjocV7bfvDi/xR8oYQ9Uk/NzA/8AN1P1GGLznyKOmWxO5P8AecX+Gn5ygkRR0gAAAAAAAAAJS8iDP1+BsVswVeKhfuDd5dKV8jt1NVLw06mv4L39F6zPZXi+9V95rn6s/Npnui7MxmOF8Z4an9bbj63+qntp39GqfWLsL2/GmGrjYrpCk9vuELoJmL1KnFO+nFF60Ql1y3TdomirdLmbBYy9l+Jt4qxOldExMexqHzMwFXZYY6vOGbgi8/QTqxsmmiSxrvY9O85qoprq/ZqsXJt1cjufKMztZxgbWOs7q416J5Y9kvMFBmAAAAAdXewXwAbmcvfzBwz8GUv2TTZNn7KnohwPmv3/ABH46v7pekK7GAAAAAAAAADUtyo/1hMdfCLvqtNfY/7zX0u2djv3fwf4Pzli0sEyAAACrSfjcPu2+U+xvU7nkT0Nytu/J1L703yIbNp3Q/P279pV0yuT0pAAAAAAANeHL7/TXSfBEP15CF5x94jodWdy/wDYlX9Sr5Uo1mDbfAJ+epwfmDiz4TZ9khLsl+zr6XM3dX+/4b8E/wByX5ImjQAAAAQY9Un/AChgP3qs8sRFc732/b+TonuTeRjOmj/JCsjLoIAyzyUP1iMD/wA677J5kMv+9UdKEbbfu9i/w/nDbEbAcVgADVZyx7e638ozFqPRUSZ8M7delHQs/wBSBZlGmKr/AO8jsvYK7F3Z3DacnCjqqlhcxjYABMj1N+/RQYlxlZpHoktTSwVUbVXijHOa7T/OhJclr0rroaF7q+Gqqw2FxMbqZqpn2xEx8pTzJW5uAAAAAAAfKxDdYLFYblcp1RkFHTSVEjlXREa1quXyHiuqKKZqnkXOFs1YnEW7FG+qYiPbOjS/WVK1lZPULxlkdIvjVV/qazmdZ1d/W6O90U0c0aKJ8VADZ3yHbe+h5O1iV6Ki1FRUzpr1LK5E+qTnK40wtPtcfd0S7FzaG9EfwxTH/rHakAZdrVaVdQqRzRsjdI9GKq6aIia69fgPk7nqnyoaW7zG+G81zJE2Xc89dy6oqbSmtKo0ql39hq4rtUdEfJzbqSGaNXyt21V6tRFXdw6j7TEaKd2qeFMarWaLmaiWNE0Rrtyd5d6eU8Vb1xZnWl0PKu9vlVk3ijOO9pbsOW907GKnritl7Wnp0Xpe/wDom9ehC6w+GuYmrg24R3Os/wABkNjv2Nr013Ux5VXRH57mx/IHk24eyKtW1AiXLEFQxEqrrK3Ry9bI09ozvcV6Sa4PA28LTxcdXO5O2m2txm0l3Sv6lqPJoj5zzz8uRUlzxpblyg7flzansqFp6SequczU1RkiNTYiRetNdV8SdY8KirExh6eadXmNnLlrZ+vOsRGmtVMURzxM8dX5R7ZZNxDUPo7Bc6iF2zLFTSvY7qcjFVFL6udKZmERwtEXL9uirdMxHxYa5LvKPpM78Mes698dNiy3sRKynTckzeCTMTqXpToXvKhjcBjYxVGlXlRv7U92y2TubO4nvlmJmxX5M80+bP5c8I98r2vZnZm/bsEYIsMV2vtt1ZW3GmjTnFev/duk4IxnSq8FXToMPmM+FX4s2adZjfP/AHmbQ2EtTs9lFeaZpemi1X5NMzxac8Rz1ckRyJA8mrku2vI+3pcq5Y7pi2pj2ZqzZ1ZTtXjHFrwTrdxXvJuMvgcDThY4VXHV/wB3NYbXbY39ornebWtFimeKOWfXV+Ucj5+c2eLaXO7L/Lm0VGs891gqLs+N3sGa6xwr31XRyp1InWeMTi9MRbw9PPGvYu8g2cmvJMbnWIp4ooqijp5avZuj2pGGZauRp5Nee8d9xzjPL671H/aduu1ZJbHyO3zU/PPVY077OhP2V7xhcDi+HcrsVzxxM6dGra+1uzc4bBYXOMNT9SuiiK/VVwY4+ifn0vQ8obkuWHPCiWth2LPiqJmzDcmM1bKicGTInsk6l4p9BWxmAoxUcKOKrn7WK2W2yxezlfeqvr2J3083rp5p9W6WubMrKzEuUt/dacSW59FMuroZUXainYi6bUbuCp9KdOhC7+HuYerg3I0dW5RnWCzzD+EYKvhRyxyxPNMcjyRbs4AZ35EX6x2Hfear7Fxlsr+9U+35Nbd0P93b/TT/AHQ2hrwJ049aW8W/nZfP56f7RxrO55dXS79wP3Sz+Gn5Q+SU182uckv9XTA/8m77V5P8B91o6HFe237w4v8AFHyhhL1SJjn4cwRstV3/ABdTwTX2jDF5z5FHTLYfcnmIxGL182n5ygnzMn/hv/yqRXSXR/Cp5zmZP/Df/lUaScKnnOZk/wDDf/lUaScKnndVRWroqKi9Snx9iddzgPoAAAAPdZG4Mkx/m5hWxsRysnro3zK32sTF23r/AJWqXeFtd9v0UetG9o8fGWZTiMVO+KZ06Z4o+MtwCJomiGxXDCFnqhmViVFutGPaKLWWnclvr1anFjlVYnr4F1b/AIkIznGH1iL8dEt+9y3OeBcu5Rdniq+tT0x5Ue2OP2SgwRV0cAAAADq72C+ADczl7+YOGfgyl+yabJs/ZU9EOB81+/4j8dX90oj8t/OXGuXOY9loMM4iq7PSTWtJpIadW6Ofzr02l1Rd+iIR/NMTes3aabdWkaN39zrIMszXLrt3G2IrqivSJnXdpCOv9qfNju6ufxs9Ewvh+K8+W1foZs/6JT8e0/tT5sd3Vz+Nnojw/FefJ9DNn/RKfj2p08jPEeJ8Z5QrfsVXapu9XWV8vMSVOmrYmaNRE0RN20jiVZZXcu2OHcnWZlzht/hMDgM38EwFqKKaaY1iOedZ+Wj6PK4zDuWW+TNxr7LWSUF5qKiCkpZ4dNtjnPRXKmv8LXFXMLtVnDzVROkrLYnLbGaZzbs4qjhW4iqZid06RxfGYQIm5T+btOjVkxvcmo7cio5i6L3+1IlONxUfxy6Wp2Q2eqnTwSn49rtScp7NWpmckuOborGsVVRHNTp7zT7TjsTO+uXi7sdkFOmmEp+Pa9dlZyg8x7lm5g63VWLq+e311zpoJ4FVuzI1ZERyL2vBUUubGMxFd6imqudJmGCzjZbJMPlWKvWsLTFVNFUxPHxTETpO9szJq5OaluVH+sJjr4Rd9Vpr7H/ea+l2zsd+7+D/AAfnLFpYJkAAAFWk/G4fdt8p9jep3PInoblbd+TqX3pvkQ2bTuh+ft37SrplcnpSAAAAAAAa8OX3+muk+CIfryELzj7xHQ6s7l/7Eq/qVfKlGswbb4BPz1OD8wcWfCbPskJdkv2dfS5m7q/3/Dfgn+5L8kTRoAAAAIMeqT/lDAfvVZ5YiK53vt+38nRPcm8jGdNH+SFZGXQQBlnkofrEYH/nXfZPMhl/3qjpQjbb93sX+H84bYjYDisAAa9fVEMHvtmZNjxExi+t7nQcw9+m7nYnL/7Xt+Ih+c2+Ddpuc8fJ0/3LMfF7Lb2DmeO3Vr7Ko7YlE4j7dgB73IzM6bKDM6zYkajn00D1iq4m8ZIH7np4UTenfRC7wl+cNei519CM7R5PTn2WXcFPFVMa0zzVRxx2T6pba7HfKHEtnpLrbahlZQVcTZoJ411a9qpqiobCoqprpiqmeKXEOJw13CXqrF+ng10zpMTyTD6Z7UAAAAAAIr8unOinwdgKTBtBOjr3fGbMzWLvhpde2Verb02U720YLNcVFq13qnfV8m4e5xs/Xj8fGZXY/V2t3rq5OrfPsa7FXQhjql2ZFJImrInuTrRu49cGVKbtEOrGulcxsbVe966MYnFyrwQ+acej3VXTTRw5becn8HfeHldhWwVHOPqKOgibJFEqojXqm0/h/Eq8TY2Ho7zZpo5ocKZ9jvGWaYjFxuqqnTo3R8Htmdq1XwOeuz7KF6qvi38F+guWCdah6LsytXVksbm69e7VP6nydz1T5UNNt6Z69uNxjTdUwVEiJr0ptLp8aGuKo1mXeGHqmm3RMc0fJ85sq09tgk0VF57VUXqRV18h5jihWn61UzDtdWbNSx6cHt08af8AU81c6vYnjmFmU14zNyW89Zsk8wYpKuV64buStp7jCm9GJr2syJ1tVfGiqhk8Bi5wt3j8md6AbZbN07Q5fMW4/XUcdE/Onon56Jgcp7lWW7K7D/3Kw1WQ1+KrhDtwuicj2UcTk1SV/fVF1a3xru4yPH5hTYp4Nudap+DROx2xd7OcR4RjaZpsUTx68U1TH8Mernn2b0ZuQzWzV3KMjqqqZ89RPQ1cks0rtXPcqIqqqrxVVMHlUzOK1nmlt7ujW6bezs27caRFVEREckNiuKpGLhq79s38Tm6f4FJjc8iehyvg4nwm1+KPnDTphXFl3wRfKe82Ovlt1zp1Xm6iFdFRFTRUXrRUXgpri3crtVRXROku8MbgcPmVirDYqiKqJ3xL1eSucNzyhzJpMTwySVMb3qy4wudqtTC5dXovW72yL1ohcYXE1Ya7FyPb62F2gyGxnuW1YGqNJjyZ82Y3ezkn1Ng2dXKfw9lvlhSYgtdTDcrjeqfnLPTNXXnNU/5j06Gt6e+mhMMVj7dmzFymdZnc5f2f2PxmbZnVg79M0UWp0uTzackeueT1caB2Q97rsScpTCF1udS+ruFZemTTzyLq573KqqpE8JVNeLoqqnjmXSe0uHtYTZvE4exTwaKbcxERyRDbHqnWhsBxU1A48v8AcMLZ44lu9qqn0dxor9VTQTxrorHJO7T/AKdJrq7XVbxFVdM6TEz83c2W4WzjcksYfEU8Kiq3TEx6uDCe2WXLCwrinKquxJfKqK2Xe0QItxt6L2738GrCi+yR67k6lXResltjMrVyzNyudJjfHY5nzjYPMMHmtGCwtM127k/Vq5Ijl4XNMRv5+RATOHNm75y44rMQ3Z6sR683S0iO1ZTQovasb5VXpVVUiOJv14m5Nyp03kOSYfIMFTg8PG7jmeWqeWZ/Lmh4gtUiAM78iL9Y7DvvNV9i4y2V/eqfb8mtu6H+7t/pp/uhtDXgTpx60t4t/Oy+fz0/2jjWdzy6ul37gfuln8NPyh8kpr5tc5Jf6umB/wCTd9q8n+A+60dDivbb94cX+KPlDKtXRU9W1qTwRTInBJGI7T4zI6RO9C6LldvyJmOhS+4lv/d9L/5DfMeODTzKnhF7z565PuJb/wB30v8A5DfMODTzHhF7z565PuJb/wB30v8A5DfMODTzHhF7z565aweWdBFTcorEscMbImIym0YxqIifgGdCEGzSIjFVaer5OwNgKqqtncPVVOs/W/ulhExbYgAAAAJl+p25cLVXq/43qYtYqWP7nUblTjI7R0ip4G7Kf4lJLk1nWqq9PJxQ0H3VM24FmzldE8dU8OrojijrnWfYmne8V2zDlys1DXVDYKm71K0lI1fbyIxz9PiavjVOsk1Vym3NNNU7+KHPmHwV/FW7t21TrFuOFV6o1iPzWeZGCqXMXAt8w5VonM3GmfCjlT2D9NWO8TkRfEfL1qL1uq3PKucpzC5lWOs423vomJ6Y5Y9scTT3fbLV4bvVfaa+JYa2hnfTzRr7V7XKi+Q1xXTNFU01b4d24bEW8XZoxFqdaaoiY6J41ieFyAAAHV3sF8AG5nL38wcM/BlL9k02TZ+yp6IcD5r9/wAR+Or+6UFfVEtZs2rAkbVkVtoai7Ca6Lz0hFs4iZvU9DovuWV00ZVf1/mf4wikqK1zmuRWubxRegwExo3VTVFUawvKO3+uEjfIjnLK5GRQsTVz3KuiInTxKkUxuhZ3b0xrOukQ225N4JiwBlnhzDrEkpqmiomJKi66OkXtpNy7l7ZymwcPb7zZpt80OH89x/jTM8Ri43VVTp0RxR8Ih4/lRZP3HOrLplFbKxKW6WqpSsjp3r+DqHNarVY5ejtXLovWqalDHYacTa4NM8ccbO7H59ZyDHzexFGtFccGZ5aY1idY5/XDWzf7TVWS9VVlu1NLRVkbljfDK3Zex7eKKnxKQiqmqiqaao0mHW2HxFvFW6b9iqKqKo1iY3TD49LG+n9fI/2TI+PXx3nmI0XddfD0l7vJF3PZq5fyr7KO90aOX/8Ata1S6wvHft9MI7tD9XKMX/Tr+UtupsBxO1LcqP8AWEx18Iu+q019j/vNfS7Z2O/d/B/g/OWLSwTIAAAKtJ+Nw+7b5T7G9TueRPQ3K278nUvvTfIhs2ndD8/bv2lXTK5PSkAAAAAAA14cvv8ATXSfBEP15CF5x94jodWdy/8AYlX9Sr5Uo1mDbfAJ+epwfmDiz4TZ9khLsl+zr6XM3dX+/wCG/BP9yX5ImjQAAAAQY9Un/KGA/eqzyxEVzvfb9v5Oie5N5GM6aP8AJCsjLoIAyzyUP1iMD/zrvsnmQy/71R0oRtt+72L/AA/nDbEbAcVgADCnKyyndm1lFcKWji5282xfX9CiJ2z3NRdpie6aqp4dDGZhh/CLExG+OOE92JzuMkzeiu5Oluv6tXRO6fZPw1asFarVVrkVrkXRUVN6KQJ2bE68cOA+gGeeTfyq7vkjO21XCOS8YTlftPpEd+EplXi+JV+lq7l7ymXwWYV4WeDVx0/Loaz2s2Kw+0NPhFmeBfjl5KvVV+U749bYTl1nBhDNShbV4bvVPXKqavpdrYni7zo17ZPITCzibWIjW3Vq5ezXIsxyW5NvG2pp9e+meidz3JcsCAAPn3C601sgfJUzNibGmr3PciI1OtVXcnjEzERrL1Rbru1RRbiZmeSOOUa87OXBhvAlPPbsKtTEN+cio2ZqotHCqdLnoq7ap1N3d9DB4rNLdqODa+tPwbZ2d7nmOzOum7mETatc0+VPRHJ0z1Nf2K8V3XHGIa293utkr7nWP5yWaRePUiJ0IibkROCEPuXKrtU11zrMuosFgsPl2HowuFp4NFPFEf8AeXnlZ26nbPM58iIrI010XgqimOV6vVcfBcSXOeV20x/NM6EREVdO/qJqfaLMTGssyckPKeTMnNq21NRCr7JZJWV1ZIqdqrkXSOP/ABO6OpqmRy6x3+/Ezup45QDbrOaMmyiq3RP6y59Wn2759kfGYbRmLs1kqLxc1Fb30Tj/AL75O3Hxwrt3TH23x7v6gWk+60yvT/u1e9vgRy/0Pk7nqnyoabcRudTYjqp4/bSP/wAWjl1T4tDW9XFVMu88NTw7NMeqPks7hVxVUcTYl13q5yaaabv9TzVPEuLVM8LjhSlqnzwQxuYic3p22uqru0PM1awqUWqqatVI8LoAy7yXsrrPnLmtHh/EL6taF1FNOrqWXYk2mI3Z7ZUXdvMjgLFGJvcC5u0QXbHOMTkGVTi8HEcLhRHHGsceuvMmTByBstKJ/OQVWIYJNNNuK4I1dPCjCSxlOHjdM9bQtfdLzu5GldNuY9dP/K6XkM4Bciot3xSqLuVFuy7/AP0n3xVY56utS/SLm0f+K17n/Kx/u+8r/wBu/fLm+gefFGF9fWuf0nZ7zW/dntP7vvK/9u/fLm+gPFGF9fWfpOz3mt+7Pa7ScgXLSVkTZKnEEjYm7EbXXBFRjdVXRO03Jqqr4z74ow88s9anHdMzumZmKbca7/q/8kPIDyzppWSw1GIIpWLq2RlwRrmr1oqM3CMow8cca9b7V3TM8riaaqbcx+H/AJfR/sSYH/fuLfnh3onrxXa86rrWv6Qs0/k2v/8AP/l82XkA5YyyOkkmv73OVXOc6vaqqvSqrsHjxRhvX1ruO6bnlMaRFvT8M9qBObeF6LBGZ+KLBbllWgttdLTQLM7afsNXRNpdE1UimJtxavVUU7ol0rkWMu5jlmHxl7ThV0xM6btZ5nki1Z0AAZ35EX6x2Hfear7Fxlsr+9U+35Nbd0P93b/TT/dDaGvAnTj1pbxb+dl8/np/tHGs7nl1dLv3A/dLP4aflD5JTXza5yS/1dMD/wAm77V5P8B91o6HFe237w4v8UfKHjeWTndinJSzYZqcMT00MtwqJo51qIElRUa1qpprw4qW+ZYq5hqaZt8rO7A7O4DaC9iKMdEzFERMaTpvmUWv7eGbX7wtnzewwHjbFc8dTcv6Ntn/ADKvek/t4ZtfvC2fN7B42xXPHUfo22f8yr3pP7eGbX7wtnzeweNsVzx1H6Ntn/Mq96WG8wMe3fM3FdXiK+yRS3SrRiSvhjSNq7LUamjU4bkQxt69Vfrm5XvlPcryzD5PhKcFhImKKddNZ1njnXe88UWVAAAC4t1uqbvcKWho4XVFXUythhiYmqve5dERPGp6ppmqYpjfKjdu0WLdV25OlNMTMzzRDbpknltBlNlnY8Nw7LpqaFHVUjf+8nd20jvjXRO8iGw8LYpw9mm3H/ZcN7Q5tXneZ3sbVuqni9VMcUR1fFDnlyZv1TM58P26z1KsfhVGVW01dyVTlR/0NRieNSN5riZ7/TTRPk/NvrudZFROTXr2Jp4sRrT/ALY1j4zqm3lvjijzHwNZcSUKotPcKZsytRddh/B7F76ORU8RKLF2L1um5Tyuec2y65lOOu4K7vomY6Y5J9scaD3L9ykXDuNaPG9DDpb7zpDVqxNzKpqblX3bU+NqkWzfD8C5F6ndO/pdE9zLPPCsFVld2fr2uOn10z2T8JhE8j7doA13oiIqqvBETVVPumrzVVFPHLvJBNEzbfE5rNdNV08594MqUXaZnRSd7BfAeVduTwMqrgHC0TVVqyW2lRVTiic01V83jNk2fs6eiHA+a/f8R+Or+6UHPVDKx8GatihgRImMtLU1ROnnZOBF83nS9T0OiO5bb4eV35n+Z/jCKErnyq9z3q9zk01VETyGA11bqijgRMQk1yOsnVzCx/b8SV0Crh+wyNm2np2stQqaxNTr0Xevi6zOZbhu/Xe+VeTT82oNvc/pyvATg7M/rb0adFPLPt3R7eZsZq1RvMu4OSRNP6/RqTJyy8xgnH1hzDbcaiw3GKvhpZlpahGLvZI1zmqip1KiIqLwVN6FG1et3omaJ10ZLMMrxeWV028XbmmaoiqPXE/94+aWIuU7yaaLOjDsd0tbY6PGFD2kNT7FKlEXTm5F8KJo7o8Bj8dgYxNPCp4qo+KbbIbW3MhvxYxEzVh6p4482eePzjl6Wuq+09VZJ6613SllobtTuWnnppWK17XJx1QhlUTRrTVGkw6qsXLeJopvWZiqmqNYmN0w9HkVM/svYMpkaipJeaXRyr7HWRqFbCT+vtx64YzaW3M5RjKo/l1/KW35NURNV1XpU2G4gal+VH+sJjr4Rd9Vpr7H/ea+l2zsd+7+D/B+csWlgmQAAAVaT8bh923yn2N6nc8iehuVt35Opfem+RDZtO6H5+3ftKumVyelIAAAAAABrw5ff6a6T4Ih+vIQvOPvEdDqzuX/ALEq/qVfKlGswbb4BPz1OD8wcWfCbPskJdkv2dfS5m7q/wB/w34J/uS/JE0aAAAACDHqk/5QwH71WeWIiud77ft/J0T3JvIxnTR/khWRl0EAZZ5KH6xGB/5132TzIZf96o6UI22/d7F/h/OG2I2A4rAAADXvy0eTPPhO71WPMNUivsVY9ZLjTQt/E5VXfIiJ7Ry/Eq9SkQzPAzbqm9bjinf6nTvc/wBrqcbZpynG1fraeKiZ/ijm6Y+MImEebuAAFWjrp6CqZPSTy01SxdWyQPVsjV7ypvQ9RrTOsKF2m1cpmi7ETE8k8cMoYf5Uea+FYo2U2L7k+FqaNZXtSoaif/2Iq/SX9ONxVviiufmh2J2R2extU8PDUxP+nWn5TD2VBy4M259uJ16oNWoio5bbFqpcxmmJnljqR+93O8girit1R/vl8m58tbN65w80mI4qJy9rrS0UTF14cVaqlOrM8VVPlaeyF7Z2A2ds08PvE1dNVU/mx/jPMrFOKFbHeMQXC6Pdq93rqoc9qd9G66Iq+AtLt+7c8uqZSfL8owGB4sJZpo6IjXr3vHyPklc1XyOfpw1LWZ1Z+m3FM6w4PiqvbVIjZZIne3TVO/pxKlPMsr8cer6GFMDXvGWJKKwWWglr6+qejImxN1TTpc5ehqJvVV4Hu3aqu1xTRGsytMXmeGy3C1YnFVcGmmOOfyjnmeSG0jIjJuhyYwNTYehaySpqG8/W1fB0827aVepE1REToRO+pPMJhqcLbiiN/K412lz+9tFj6sVc4qY4qY5qe2d8slvR2yjJ4nS7PsZI+PnRfAXqLOGMcrVZFGsDXeykeurl8H+oFWaNraOSNE0YjFTTvaHydz1T5UNKt1aiXat4qqTSJqq6r7JTWdU/Wl+gGHppptUaRyR8lqeFyAAGugGQci83pcksdsxNBbo7rI2mkpvW8kqxp2+m/VEXhoXmExM4W53yI1RfaPI6docDOBqucCNYnXTXd1JG/wB5Pcu4ek+cHegZjx1PmfFqr9E9j0ufdjtP7ye5dw9J84O9AeOp8z4n6J7Hpc+7Haf3k9y7h6T5wd6A8dT5nxP0T2PS592O0/vJ7l3D0nzg70B46nzPifonselz7sdp/eT3LuHpPnB3oDx1PmfE/RPY9Ln3Y7T+8nuXcPSfODvQHjqfM+J+iex6XPux2n95Pcu4ek+cHegPHU+Z8T9E9j0ufdjtP7ye5dw9J84O9AeOp8z4n6J7Hpc+7HaijmDjB2P8c33EklO2jfdKt9U6na/aSNXLroi7tTA3rnfrlVzTTVunK8DGWYGzgoq4UW6Yp159HnyiygAAzvyIv1jsO+81X2LjLZX96p9vya27of7u3+mn+6G0NeBOnHrS3i387L5/PT/aONZ3PLq6XfuB+6Wfw0/KHySmvm1zkl/q6YH/AJN32ryf4D7rR0OK9tv3hxf4o+UMIeqSfm5gf+bqfqMMXnPkUdMtidyf7zi/w0/OUEiKOkAAAAAAAACXfILyPdf8QyZgXan/AOz7Y5Yra2RN0tRp20id5iLu7694kWU4Xh1d/qjijd0tGd0raKMNh4yjD1fXr46/VTyR/u+XSm1j/GlFl9gu74iuLmpS26ndMqKum25E7Vqd9ztETwkovXYs25uVcjnnLMvu5pjLWCs+VXMR0c8+yONp+xRiOsxfiS53u4SLJW3CofUyuX9py66eBOHiNc3K5uVzXVvl3Zg8JbwOGt4WzGlNEREexL71PvOKKjmuWX9zqUYyVVrrYsjvbafhY08KaORO84keT4nTWxV0w0T3Ucj4VNvOLMbvq1/4z+XUlZm5gS2ZsZfXfDVcjmsq415mo5py8zMm9j03dC6eLUkOIsU4i1NurlaTyPNruSZhax1r+GeOOeJ3x7Yalb/hquwxiassVzjWlraOZ0E7V36Obu+JeKL1Ka8rt1W6poq3w7ew+NtYzDUYvDzrRXETE9L508PreofHqrkTRUVelNP+p4qjSV3aqmqONd0+lFQeuEajpZOCr0a8POVI4oWlUzcrWks807Va+VyovFNyIU+FK6izTCk72C+A8q7clgZebwHhSVfYst1Ltd5FhamvkNk2fs6eiHA+a/f8R+Or+6UHPVEaSRM2bHIxivY60tXtd6ovOvIvnEa3aeh0V3LLkU5Xfif5n+MMG5R5NYhzixTT2m1U6w06Oa6rrZW/g6aJXaK53f6k4qpi8Pha8TVwKf8A6bEz3aLCZDhpxN+eP+Gnlqnmj855G0vLvLq15VYPosN2Wn2rbTs0VXac5I9fZPcq8VVd5PbFmjD24t0bocaZrmmIznGV43EzrVV1RHJEeqGJ+VznlT5SYDlt1u20xNeY3QUqOd20ES7pJd6qqaIuiadK94x2Y4uMPa4NM/Wn/uqabC7OVZ5j4vXaf1NqYmfXPJT+c+rpQSyWzpvmS2NI75bpHVEErkbX0TnaMqotd6L1OTii9C+MieGxVeGucOndyxzuls+2dwmf4KcLfjSqOOmrlpns545W0vLzGdhzPwtRYkscramjq27Wjl7aJ/tmOb7VyLuVCe2b1F+iLlE8UuNM1yvE5Pi68HiqdKqeqY5Jj1Swryt+TBDmvaJcSYep2x4voo9XRsTT1/GiewX+NPar4urTFZjgIxFPfLflR8WxNh9sKskvRgsZVrh6p9yZ5ejnj2oNZIQSU2eGCYZo3RSx3ylY+N6aOa5JWoqKnQpFsJGmIoieeHRm0VVNeSYuqmdYm3V/bLb8bEcNNS3Kj/WEx18Iu+q019j/ALzX0u2djv3fwf4Pzli0sEyAAACrSfjcPu2+U+xvU7nkT0Nytu/J1L703yIbNp3Q/P279pV0yuT0pAAAAAAANeHL7/TXSfBEP15CF5x94jodWdy/9iVf1KvlSjWYNt8An56nB+YOLPhNn2SEuyX7Ovpczd1f7/hvwT/cl+SJo0AAAAEGPVJ/yhgP3qs8sRFc732/b+TonuTeRjOmj/JCsjLoIAyzyUP1iMD/AM677J5kMv8AvVHShG237vYv8P5w2xGwHFYAAAWFfFSVdM+krEilhnasb4ZURWvaqaKiovFFExExpL7RXVbqiuidJjjiY5EHOUTyHKu31FViHLmBaqicqyTWLX8JF0qsKr7Jv8PFOjUimNyqaZm5h93N2Oj9le6Nbu004POZ0q3Rc5J/FzT693PoiFLap6WaZlax9A+F6skjmYrJGqnFNF3opHuBNM6VN2xiabkRVZmJid0xxwtJObSVWxPdIzRF1cmi6/Eh5mI5Fe3VVOsVL+mlWK0vdEjWyR6ou7qXzFSJ4tVnVGlWjtQzurYJ2Tqj2Ju2tNPD8Qidd77XTFM6RKztkvN1UKr7dNlfH/qh5p4p0V7sa0RVLitYsNXKiJv2kkb5fLqfJ4p1Lf1rc0ryshWuiing7ZdPY68U86HuY1hRt18CeNaNoKiRF7Tm0ROL/MeIp51eq9Gn1VOm5mR6LM9WRq3VNOlRERyvtyqrSJpe+ymyLxdnNdUp8PW6RaNkipLc6lFjp4W68Vf0r/Cmql1h8JdxNWluOLn5EbzraLLsiw/Cx9f1uSmOOqfZ+c8TY5kZyeLNknZFipZ/X96qGolXdJYmpI/+Fn7Le909OpNMJg6MLTxcc8suUto9qMXtDe1ufVtU+TRG6PXPPPr6mWoqdsbtrVXv4bb11X/Qv0OVQAFKo/F5fcr5D5O56p8qGlS7flau9/k+sprKrypfoFY+yo6I+S0PKuAAJDchvC1oxbnDVUV6tdJdqNLVNIkFZC2ViOR8aIuipprvX4zMZVbouX5iuNY0as7ouMxOByem7hbk0VcOI1iZidNJ5k+ewXl53D4f+b4vRJb4Lh/Mjqc1fSTOfS7nvT2nYLy87h8P/N8XojwXD+ZHUfSTOfS7nvT2nYLy87h8P/N8XojwXD+ZHUfSTOfS7nvT2nYLy87h8P8AzfF6I8Fw/mR1H0kzn0u5709p2C8vO4fD/wA3xeiPBcP5kdR9JM59Lue9PadgvLzuHw/83xeiPBcP5kdR9JM59Lue9PadgvLzuHw/83xeiPBcP5kdR9JM59Lue9PadgvLzuHw/wDN8XojwXD+ZHUfSTOfS7nvT2nYLy87h8P/ADfF6I8Fw/mR1H0kzn0u5709p2C8vO4fD/zfF6I8Fw/mR1H0kzn0u5709rWZylrRRWDPXGFvt1LDQ0MFUjYqenYjI405tq6I1NycSEY6mmjE100xpGrrnZG/dxORYW9eqmqqaeOZnWZ455WMyxS8AzvyIv1jsO+81X2LjLZX96p9vya27of7u3+mn+6G0NeBOnHrS3i387L5/PT/AGjjWdzy6ul37gfuln8NPyh8kpr5tc5Jf6umB/5N32ryf4D7rR0OK9tv3hxf4o+UMIeqSfm5gf8Am6n6jDF5z5FHTLYncn+84v8ADT85QSIo6QAAAAAAAZAyRyguWdGN6Wy0mtPQMVJa+udubTw67190vBE6V8ZeYTDVYq5FFO7lRbaPP7Gz2BqxV3jqnipp86eyOX1NruEcM2zBuGrdZLNA2ntlFC2KCNvQ1OletVXVVXpVVNg27dNqiKKI4ocUY3GX8wxNeKxFWtdc6zP/AH4IV8vPOVcQXeny7s9QnragclVdpWru53TtIl9yi7S99U6iMZtieHMWKeTe3/3N8inC2qs4v0/Wq4qOjln27o9XShzUNgj2OandK7XR2qbvEuhHJiORvaiuuauPc+9gDElZg7E9HeLa/mbhQzMqYZNN+rV0VF7ypuXvKVbNyq1VFdO+FhmWDs46zXhr0a0VxMT7W1/KrMajzRwbZ8RUEzXMrWLz1OnGCVu57F8DkVN/WimwbF6m/bi5TyuJc3yu7k+NuYK9vpninnjkn2wjXy4sgXXq3y5h4fptuttujblBGm+WFNFbLp0qxdUX+HwGDzTCcL9fRHHG/tbb7nW00YeqcmxdX1Kp1omeSrlp9vJ6+lCC6tRXwzN4Pbs6/Sn9SLVOi7M6VaO1O1K22rAiokke5Ne9wPUccPE60VrZKGpc7Z5lUXrVU0PHBlcd/p0UJI+akfHI7c1URzmp0DSIkiuqqjWN7cjluu1gewNarpIPuZS6K/r5pNU76cDY1n7Onohwfmn3+/8Ajq/ulGHlKZSz5vcpHDOG6e809ohWyLPI6o7aRWNmftJC1fZO06OrVegwmNseE4um3rpxfm3BsjnNOQ7N4jGzbmue+aREbtZpjThTyR/9JI5a5U2DKzDsFostKscLFR8ksm98z+l716V8nQZuzZow9HAtw1Nm2b4vOsROJxdes8kckRzRHItM5c5bDkrhGa8XiZHzORWUlCxyc7VSabmtTq614IhSxOJowtHDr9kc67yDIMXtDi4w2Gji/iq5KY55/KOVquzKzFvGamMK7EV7n52sqXdrG1e0hjT2MbE6Gonn6SBX71eIuTcr3y7OyjKsNkuDowWFjSmnrmeWZ9cvMFBmWa+S7yhKrI/GLY6yR82Fbi9rK+nTfzS8EmYn7TenrTxGUwGMnC3OPyZ39rXu2Oy9vaLB8K3Gl+jyZ5/9M+qeTmltCoK+mu1DBW0c7KmlnjbLFNGurXsVNUVF6lTQnkTFUaxucc3bVdmuq1cjSqJ0mJ5JhD/lDZc4Xw5ykstsQ2ytp6W+3W90y11pYnbSIkjdKjRPY68F14rvTpI3jLNujF2rlM8czGsfm3rstmuPxezePwd+iZtW7dXBr5uKfq+vnjm3cyZxJGh2pblR/rCY6+EXfVaa+x/3mvpds7Hfu/g/wfnLFpYJkAAAFWk/G4fdt8p9jep3PInoblbd+TqX3pvkQ2bTuh+ft37SrplcnpSAAAAAAAa8OX3+muk+CIfryELzj7xHQ6s7l/7Eq/qVfKlGswbb4BPz1OD8wcWfCbPskJdkv2dfS5m7q/3/AA34J/uS/JE0aAAAACPHKn5Nl0z/AKjDstuvFJaktbJ2vSqje7b21Zpps9WyvxmHx+Bqxk0zTOmjZuxm1tjZem/F61NffODumI0015+lgj+7fxT3Y2j5PKYnxNc8+Gy/0r4H0Wvrg/u38U92No+TyjxNc8+D9K+B9Fr64exyc5Dl/wAsszrBiirxNba2nts6zPhhhka96KxzdEVd3ti6w2VV2L1NyaonRH8/7o2DzfLL2Bt4eqma401mY0jjiUzSSNDur3tjYrnLo1E1VQLd882ztaRwt6OdXevmA7PqVWjbMxE1ciLv4Jr5gKTGxTRzxMfzkqp20nWvR8WgFzBJz0LH8NpqKBi7MnIXBWbVrp1xDaIlqGtTWup05upRdNNEem9d68F1Qs72Es4jy6ePn5UlynaTM8kq1wd6Yp82eOnqn8tEZMeep31EMU1Vg7ErZWx6qtHeGK1yd7baiov+VDB3cm5bVXW3DlndUo4qcxsTrz0Tr8J7WI7jySc1cLVE0U+F5LhE9NpH26Vk6O6F3Iu11dBjasuxVvfRr0J5Z23yDGTrTiYpn/VEx+WnxY/vGXGN7ftw1mErzRxtVWq1bfKiLov7WyWddi9TvonqSTD5rld+OFRiaJ/3U9r4UmGb1CqKtor2Oau0iOpZE4eIpRbr5pZarF4aumYi7T1x2r+bCV9us8S0dhutQqtVF2KGXxe18J7m1XO6mepZ0Y/C2p1uXaY/3R2vR2Hk/wCZ95f/ANnYMvaI7i6WldEz/wD6aIVqMJiat1EsZitpMisTrdxdHsqiflqynhbkG5nYlVi3me32CnXilTPzr9PcxaovjVC/oynE1+VpCG43uj5FhYmMPwrs+qNI650+SQeW/IHwNhOSGqxBPU4srWaLzc/4GmRfe2rqvjcqd4y9nKbNvjufWn4NY5t3S81xsTbwcRZp9XHV1zu9kJI2q1UdjoIaK3UkNFSQpsx09PGjGMTqRE3IZqmmKY0pjSGp7167iLk3b1U1VTvmZ1l9A9KQAAAUqj8Xl9yvkPk7nqnyoaVLt+Vq73+T6ymsqvKl+gVj7Kjoj5LQ8q4AA9dlhmpf8oMRvveG5oIa98DqZXVEKSt2HKiruXp7VC5sYivDV8O3vYLOMlwme4eMLjYmaYnXinTjj/7ZY/t4ZtfvC2fNzC/8bYrnjqQr9G2z/mVe9L1OWvKiz4zaxNHY8Oy2yqrHNWR730DGxQsTi57uhOjwqXFjH43EV8C3pr0MLm+x2yeSYacVjYqind5U6zPNEcr5OKOWLndgy+1VmvbqG33GlfsSwTW5iKnfTrRehU3KU7mZYy1VNFfFMepeYPYPZfMLFOJwvCqoq3TFc/8AfY+Z/bwza/eFs+bmFPxtiueOpffo22f8yr3pSn5G+dmJ86MPYkrMUT0081DVxRQrTwJEiNcxVXVE470M/luKuYqmqbnI0xt7s9gdn8RYt4GJiK6ZmdZ13SyByiscXTLfJ7EOI7JJFFc6JkboXzRpI1FdKxq6tXjuVS9xl2qxYquUb4RjZXLsPm2cWMHiomaKtddJ03RM70GP7eGbX7wtnzcwifjbFc8dTo79G2z/AJlXvS9xllyhOUNm7FdnYYba61ttiSWVXUUbEcqruY1VXRXrvXTvF3YxmPxOve9J09SN5xsvsdkU2ox3Cp75OkfWmfbPq9byV45bGdFguM9vuclHb66B2xLT1Nrax7F76KW9WaYuieDVxT0M7Y7n2zOKtxesRNVM7piuZiVp/bwza/eFs+bmHjxtiueOpX/Rts/5lXvSwpjTGFyx9im44hvD45LlXyc7O6JiMartETc1OG5EMZduVXq5uV75bBy/AWMswtGDw0aUURpGvH8XxCkyIBnfkRfrHYd95qvsXGWyv71T7fk1t3Q/3dv9NP8AdDaGvAnTj1pbxb+dl8/np/tHGs7nl1dLv3A/dLP4aflD5JTXza5yS/1dMD/ybvtXk/wH3WjocV7bfvDi/wAUfKGEPVJPzcwP/N1P1GGLznyKOmWxO5P95xf4afnKCRFHSAAAAAK0FJLUNV7dlkae3evHwHuKdVtXeiJ0h6TLfLK/Zq4ugw9YKZKqqe78JOifgoY+mR69CJ9PBCtZw9d+uKKIYrM86wmT4SrGYurSmN0cszzR62z3IzKGxZLYSpLPb9J62bSSqq3N0fNLpvcvVpwROhPGTrC4ajC2+BT7Z53HG0Gf4naHGTir/FEcVNPJTHN0888r4/KNz4o8jcCVMkT2S4hq1fDbaVd67Spqsjk/Zbr410TpKeOxcYW3r/FO5k9kdm7m0WOiiqNLNHHXPq5o9c/LjaxX1dVfJLlV1dQ+euq5XSzTyLq57naKqqvWqqpBdZq1md7r7vVFiItWo0ppjSIjkiFtDS0lTtRxSSc4iao5eC9/ThoNIniVOHXHHKhRvWGsj2ty7Sxu8nl0PMcU6Ktz69EVJJckjPxcr8cLhm6ztpsNXp7dqZf/AMeoXc2TqRrtzXeJegzWXYzvFzvdc/Vn4S1PtzszOc4OcZhqdb1qPep5Y6Y3x7YbGXUsM1I6FzWywParXNcm0jkVN+vXqTPe5YiaqZiY4phre5WnJ1lyqrn3qy00kmF6mdNlGMVUopNrcxy/sqnsV8XhhmY4KbE98oj6s/B1TsRtZGc26cJiatL9Ee/Ecsevn60cWucxyOY5WOTpapg4nRt6qiK96o6rqHt0dO7TvIieQ9cKVKLNKgqIjHadR4V4iIjSG5nL38wcM/BlL9k02TZ+yp6IcEZr9/xH46v7pQi5fN7r8N534TutsqpKK4UdrZLBPEujmOSaRUVCMZvXVRiKKqZ0mI/N0L3MsPaxeSYmxfp4VFVcxMTyxwYZBovVAbBS5VU1wqaJ9TjbRYJLVG1WxLIif85X8EjXjom/XVO+XsZvRFmKpj6/Mi9zuYYurNarNFemG3xVy6ebpzxz7uX1IW5j5mYgzWxNPe8RVrqqrf2scabooGdDI2+1RPp6SMX79zEV8O5PG6BynKMHkmGjC4OjSmN/PM88zyy8sW7NAACTGRPLIrspcs7rhyupZLvU0zdbG569pErl7Zki8dhvsk076bujOYTMpw9mbdUa8zUO0mwVrO8zt421VwKavtOedN0x653T1sb5bYsu2OuUVhK93ytkr7nV32lfLNIv/wC1uiInQicEROBZWLlV3FUV1zrMzCWZtgcPluzuJwuFo4NFNurSPZPx55bazYLiZqW5Uf6wmOvhF31Wmvsf95r6XbOx37v4P8H5yxaWCZAAABVpPxuH3bfKfY3qdzyJ6G5W3fk6l96b5ENm07ofn7d+0q6ZXJ6UgAAAAAAGvDl9/prpPgiH68hC84+8R0OrO5f+xKv6lXypRrMG2+AT89Tg/MHFnwmz7JCXZL9nX0uZu6v9/wAN+Cf7kvyRNGgAAAAAWy1Tno5Y4u1RVRXyORqbl0XrUC2krmquytSiu/Yp2bS/HvA7o1EjjqNiRjmvTXnVVV0Xd/XXxAX4FCq7Z0DV4LImviRV8qIBbPavrmR0kkUe0ujFemqqmicOreBcRcXU8rWcNU2U0RydO4BIiRVEDkTRqoseifGnkX4wOaXtFlj/AGHrp4F3/wBfoAoyI2Fr4pHKyJXbTJOhq666L4wOu0krJY45Enkl3OexO1ammnkAuZoXOWN0bka5i8XJqmmn/QDmCFYUdq7bVztpV00A7LGi8URfEH3V2RETgmgfHIAAAAAAAAClUfi8vuV8h8nc9U+VDSpdvytXe/yfWU1lV5Uv0CsfZUdEfJaHlXAAAD32T2SeJc6sQNt9ipVbTMcnrq4zIqQUzety9K9TU3qXmGwtzFVcGiPajGfbQ4HZ7D9+xVX1p8mmN9XR6ued0NmuTGSeH8kcLstNnh52ok0fWV8qJztS/Tiq9CJ0NTcn0k3w2FowtHBo9s87kHaDaHGbRYqcRiZ0iPJpjdTHbzzyo/8AqgV3wMzDtDQVtKyqxy5UdRy07kbJTw69ssq9LF3ojV6d6aaKYnOKrPBimY+vyNn9zCxms4iu7bq0wv8AFE7pq5OD645Z5uKUDCJOlk8/U3fzQxl/PwfZqSzJfIudMOau6x98wv4avmy9yx/1ccYe9Q/bxmQzH7rX/wB5UH2D/eLC9M/2y1XEDdmtofJFnwLT5UW+24MukNfNE1JblqmxULUORNpz2LvROhOjRE0UneXTZizEWZ15+fVxxt1Rm1Wa138ytzTE8VHLTwY3aTu9c8ur1WceQWE867SsF7okiuEbVSnulOiNqIV6N/tm/wAK7vAV8Rg7WJp0rjj5+Vhsh2mzDZ67w8LXrRO+mfJnsn1w1xZ48nvE2Rt35u5xevbPO5UpbtTtXmpf4XfsP/hXxakMxWDuYWr63HHO6u2d2pwO0dnhWJ4NyPKonfHRzx6+ti8sEyX9isFyxRdYLZaKGe5XGdVSKlpmK+R+iKq6InHciqe6KKrlXBojWVricVYwdqb+IriiiN8zOkQ9l/Z7zO7gr/8AIX+YufA8R/LnqYH6UZH6Zb96GZOSLlBjfCOe9jud7wpd7VbooqhJKqqpHMjaqxORNVVOldxksuw163iaaq6JiONAduc9yvHZFesYbE0V1zNOkRVEz5UNiq8CZOWmpjE2QWZFViW7zw4Gv0sMlZM9j20L1RzVeqoqbuo19cweImuZiid/M7Xwe02SUYa1TVjLcTFMfxRzQ+b/AGe8zu4K/wDyF/mPHgeI/lz1Lz6UZH6Zb96GyXkz2W4YbyKwjbLrRzW+4U1K5s1LUMVkka849dFReG5UJtgaaqMPRTVGkuStrsRZxee4m/h64qoqq4pjjieKGIuXtgPEePLDhGHDtjrr3LT1U75mUMDpVjRWNRFXThroY3N7Vy7TRFumZ3pz3NMzwWW38TVjL1NuKop04U6a8cobN5PmZz5FY3Ad+2kRFXao3Jonxd4jcYLEfy56m+atqsjp/wD27fvQ7LyfsxIl/DYRvLF/ZjonuXyf0PXgV/8Alz1KM7V5NO7F2/ehcQcnnMGoZI1MBYi9juklonp8Saf0PXgd/wDlz1KM7T5PO/GW/eh8usyOzDt1umr6vBV7pqSCN0s08tE9rI2NTVXKum5EQpThL9MTM0Tp0MnZ2lya/VTbt4uiapnSIiqNZmeR4eRdGOVOKIpawkVXFTMsr5V5B4lzqu0FJaY0o7LT6JV3WoaqQw8NyftO6mp49EMlhsHcxVWlO7nQPPNpcFs7a75fnWufJojfPZHrlsZydybw9kjh2K12OBkqTqi1Fye1OeqJP2nr1dSJuQmWGw9vDUcGjr53Kue5/jNoMTN/F1cUeTTG6mPV+c75XOceathyawbU328SozZdrTUkaoktVNx2GJ5V4Im8+4jEUYajh1//AGp5JkmLz7FRhcLHTPJTHPP5RytX+cOY13zUxrPiK8S7UtQmxFC1fwcEbfYsYnUmvjXVSC4m9XiK5uVuxcgyrD5LhYweGjijfPLM8sz/AN4nj6GqSkmVXa829NHadHUpbUzpxM7eomfrQrQpS0UqytqElREVGRs3qh74o41vrVXEUrJyuernLue5yu8C66lPXj1XkUfU4LvPPJUyI+RW6omiI1NBM6lu3wOPVPnkXcpuPFNBTYDxRVol6pWbNtrJnfjcSJujVV9u1OHWnfTfLMsx3fIixcnjjd63NXdA2QnBXKs2wFP6ury4j+Gefonl5p9SVl8slBiO01VsudLHXW+qYsU1PK3aZI1eKKhn66aa6ZpqjWJaWw+Iu4S7TiLFU010zrExviWuLlMckm6ZR1dRfcPxzXXCD3K7VE2paHX2snW3qf8AH34Zjsuqw88O3x0/J1fsjtvYzyinC4yYoxEdVfrj188dSOhhW1XV3sF8AG5nL38wcM/BlL9k02TZ+yp6IcD5r9/xH46v7pQW9UW/Szh/4Hb9tIRXOPtqeh0d3Kv2Vf8A6n+MIomAbqAAABroA1QD3uQcMk+duBWRMWR/3ZpnbLU1XRJEVV+JFUu8HGuIt9MIztNVFOSYyap/8dXybfjYrhpqW5Uf6wmOvhF31Wmvsf8Aea+l2zsd+7+D/B+csWlgmQAAAVaT8bh923yn2N6nc8iehuVt35Opfem+RDZtO6H5+3ftKumVyelIAAAAAABrw5ff6a6T4Ih+vIQvOPvEdDqzuX/sSr+pV8qUazBtvgE/PU4PzBxZ8Js+yQl2S/Z19Lmbur/f8N+Cf7kvyRNGuNpNrTVNeOgFvPVbEzIY9l0jteK8N2oFFLg9WJtNZEu9u093FUXRdETeBw2ma2BkjNt8iJsuftKxXd9dd/QB2t8qc7NHtN112kRr1cnBEXeBQqadq1r0bTLUKrUdortGtVVXVQOyJMnac7DTf/rgZtOARu24pIo0lnWRm1tyu0TTvdQF9TSrNTxvVNFcm/UDipY58WrE1e1Uc1OtU6P6AUJGrUo6SFGvbIzm3I5dNnj5+AFRi87Ut2V2kiYrXO61XTd9AFSoiWWPRqojkVHIq9aLqBxDC9sr5HvRznIiaNbom7XzgVgAAAAAAAAAAAAAAAFKo/F5fcr5D5O56p8qGlS7flau9/k+sprKrypfoFY+yo6I+S0PKuAAMmcnfBOFcw8z7dYsXXOe20NTuhSHRvriXVNmJXr7Da379N67t2pfYK1avXoouzpCIbVZjmGV5ZcxWXW4rqp368kctWnLp/y2o4TwhZ8D2Oms9it8Frt8CaMggbonfVV4qq9KrvUn1u3Rap4FEaQ4wxuOxOY36sTi65rrnln/ALxR6mHeUlyqLPkrb5bZbnxXXGEzPwVGi6spdeD5tOHebxXvJvMbjcfRhY4NPHV8ulPNk9jMTtBci/eiaMPG+eWr1U/nO6OlrWxNiW6YwvlbeLxWSV1yrJFkmnlXVXL/AEROCIm5EITcrqu1TXXOsy62weDsYCxRhsNTwaKY0iIS/wAvuQphfMjL+wYkosWXOjW50UdQ+J0McrWPVO3anDcjtU8RIrOVWr9qm5FcxrDRWZ90jH5TmF7BXcNTVwKpjXWY1jk5+RJLIHIW2ZB4errbQXCouk1bOk89TUNRmqo3ZaiNTgiJr0rxM3hMHThKJppnXVqXabaa/tNiKL96iKIojSIjj9c8b4XLTuMNDydcTtmejXVC08EaKvsnLMxdE8SKviKWZ1RGFq19XzZTuf2qrm0WHmmPJ4Uz0cGWrkgbsd9jCeL7zga+U94sNxntlxgXVk8DtF8CpwVF6UXcpUt3K7VXDonSVhjcDhsxsVYbF0RXRPJP/eKfW2HcmjldWzN1kFgxAsVpxa1ujW67MNdp0x68HdbPi16JlgcxpxH1LnFV83LG12wt/I5nF4PWvD/Gnp549fWzzinDlqxbYay1XyjhrrZURq2eGdEVqp197Tjr0GWuUU3KZprjWGtsHi8Rgb9OIwtU010zxTG//vqahcy7dYLTj2+UWFqqatsEFU+Oknn0Vz2ounFOKa66L0poprq/Fum7VFqdaXc+UXcZfwFm7j6YpuzETVEc/bzxySyHyOP1jsIe7n+wkLzLfvVHt+SMbefu7iein+6G1MnrjMA4VyN01VE13JqBRq6ptJEr10VehqrpqBRdWyxPex8bNW6Lt7WjURd2/wAYHWOJlVzj3OWR+qOarEVEb3mqu7o+kCnFKkVZHtK1u0itVFlV7t+mmvUBUucLXLC5Y3SqrtnYaum0miroBSayWFE2WU9Ei9fbOA5jk5qZHLJPUSa7GipstRV7wHlM3HO7EGPI3N2VbaaxdEXVN8Ll4+MtMV9jX0T8mf2f/a+E/qUf3Q1C0sjIZ4ZJIW1EbHtc6F6qjZERd7VVN+i8NxruJ0nV3TcpmumaYnSZ5eb1tsmQeL8N46ytslbhSlp7fSU7UjfbYURvreREVHsVE6d+uvTqi9JsTCXbd2zFVqNI5uZw7tLgMdl+aXbOYVTXXrrwp/ijkn/jk3LDPHP/AA7kfh5XXOZtVeqhyvpbRTPRZX79UV37LN29y+LU8YrGW8LTrVv5lzs7sxjtor/AsRwbceVXO6Ojnn1dbWzmvm1iHOPFEt6xBVc4/e2npY9Uhpo9dzGJ5V4r0kGxGIuYmvh1y68yXI8HkOFjC4SnTnnlqnnn/vE8hJPLNFFG/Z2Y9NFRN67tCjNWvEy9Frgzrq6HhcgAABVpaqahqoammlfT1EL0kjljcrXMci6oqKnBUU+xMxOsKddFN2maK41ieKYnlbAuS/yx6PHEFJhfGtSyhxG1EjprhIqNiruhEcvBsn0O6N+4l+AzKLsRbvTpVz8//LmDbHYO5l1VWPyynhWd808tPRz0/GOhKitSnWll9dc2tNsLznO6bGzpv2td2mnWSCdNONpmjh8OOBv5NN+vqaluUDdcHXfNG7y4FtzLfY2v5tFicvNzyIq7cjG+1aq8ETq13a6GvMZVaqvTNmNIdu7L2cysZXapzWvhXd/HviOSJnlmOWWN3ewXwFkljczl7+YOGfgyl+yabJs/ZU9EOB81+/4j8dX90oLeqLfpZw/8Dt+2kIrnH21PQ6O7lX7Kv/1P8YRRMA3UAAAGf+ROlhuGcC2PENpoLtS3WikjiZXQNlRkzNHordpF0VUa5DL5XwKr/AuRExMcrWHdD8LtZR4Xg7lVFVuqJngzMcU8XJ65hPibk+ZaVGu3gWwrr1ULG+RCWTg8PP8A446nNVO1Gd0bsZc96V1hnJTAmC7s26WPCdrttxaio2pp6dEe1F3LovR4j3bwtm1VwqKIiVDGbQZtmFrvGKxNVdHNM8T2FVUw0NNLUzyNhhiar5HvXRGtRNVVV6kQupmIjWWApoqrqiiiNZnihp8zexXFjjNHFV+p11pq+4zTQr1x7So1fiRDXGJuRdvVVxyy7tyLBVZdleHwle+iiInp04/i8iWzOgAABVpPxuH3bfKfY3qdzyJ6G5W3fk6l96b5ENm07ofn7d+0q6ZXJ6UgAAAAAAGvDl9/prpPgiH68hC84+8R0OrO5f8AsSr+pV8qUazBtvm9VRETVVXRE759iNXiqqKY1lPr1OyKenwHilrnRRbVzZptLqv/ACk6NxLsmjS3X0uZO6pXw8fhvwT/AHJZSL26scs9Q5OLWJstTx7vKSFpIi2GrDKyJIu3WN6Jx6t/jRAOahrmVbUjj29vt1TXTRUVN/xLoBRrkSGpjes2yjVVWsjRNvfxXf3wKj380zm5FjYjt+kzlkcviA7xtVKiner3Oa5HNRFbs6Lx4adSKB2rKfbkZLpttai7TEdptIBQpUZAj540VIEbpGipoq69X0IAcyJqPbtuo1emjmu02V8C+ZQK8Ej1nRiSskjazVdhumnV0+EC7ApPpYZHK50bVcvFdOIFRrUY1GtRGtTgiJuA5AAAAAAAAAAAAAAAAAAFKo/F5fcr5D5O56p8qGlS7flau9/k+sprKrypfoFY+yo6I+S0PKuAAO0cj4ZGSRvdHIxUc17V0VqpwVF6xueZiKommqNYlJq4cvHGUuWNBYKOBlNiFkawVV/c7ae9ibmuY3TRHqnFy6796IZ2c2u95iiPK52oLXc1y2nM68ZdnWzM6xb5InliZ5Y5o60aa2tqLlVzVVXPJU1Uz1fLNM5XPe5eKqq71UwczNU6y27bt0WqIt24iKY4oiN0KJ8VEssgOWpbco8s7fhe62Gvuc1FJLzc9NKxrebc5XI3R2/cqqSHB5nTh7MW6qZnRpHafufX88zOvH4e9TRFURrExO+I05GQqj1SHD7YVWDBt0fN0NkqY2p8aIvkLyc6t8lEovT3J8ZM8eKp06JRpz85SuIs+KmnhrIIrVZKR6yU9up3K5NvTTbe5fZO03JuRE1XcYTF465i5iJ4ojkba2Z2QwezVNVVuZru1cU1Tzc0RyQxCY1PACpT1EtJURzwSPhmicj2SRuVrmuTeioqcFPsTMTrDxXRTcpmiuNYnfCR165a+Jb/AJIz4SqmSffJOqUs16Y5EWWl07bVOiRfYqqcUVV4maqzS5Xh+9T5XP6mqMP3PcFhs7jMbc/qY+tFHNXyf7Y3xHP6kbTCNtL6y3244aukFytNdPbrhAqrFU00iskZqmi6OTem5VQ90V1UTwqZ0la4nDWcXamziKIqonfExrE+x7SLOzM2WNH/AH8X2ONU12n3KTh4lLvwnEefPWjc5DknJgrfux2Krs68w4kasmPMRzK7ejYq6Xf8S/1PvhOI8+etSnZ/J5//AFLfux2OFzrx/LHM1uLb9FM1qOa59werl6t+q9KH3wrEefPW8fR3J/RLfux2LNmfOYqyRv8Av1v0qr2uytwk3ovRxPEYvEa+XPWvLmzeS8HWMHb92Oxe1udeYbqJNvG96g7VGu1r5FXdvREXU9+FYjz561n9Hcn9Et+7HY5iz2zDSNJvv2vuw5NEfUXJ6J/lRdB4ViPPnrPo7k/olv3Y7FObO3MJ9FI6PHF9RrNF0ZVyMbuXXr/qJxWI8+et9jZ3JtePCW/djsWcueuY0rURcc3/AHLqn/aEnnKcYvEefPWvqtmcmmNIwdv3Y7F1T5149qZ43w4yv8eyusiLXyabuG/XiVPCsRP8c9aynZzKKeKcJb92Ox37PeOZp1f9+t+he1dGyJXSaOT4z54Xf8+es+jWUaa+B2/djsWV1zgx1V26oppsd3ispqpropYH1r3MlY5NHNVFdvRUPlWJvVRx1zp0q9jIsqtXKarWFoiqJ1iYpjWJjleHLFLWQsqc88T5OR3dmH5oebuUPNvZUs22RPT2MrW8NtE1Tfu370UvcPi7uF173O9E882Zy/aGbU42mdaJ14uKZjlpmeaXi73fLhiS7VNyulZNX3Cpdty1E7lc9y+FfIWtddVyqaq51lIcNhLGBs02MPRFNFO6I4oWJ4XYAAAAAAAi6KipuVOCoBlV/KczAnyzqsD1F4dU2udGx+uJdVqWwpxiSTXVWru46rpu10Mh4dfmzNmZ4vihUbIZRTmdOaUWtK449I8nXztOePV072KjHpq4VNUVAJz4Z9UJw3YsN2q2vwndZZKOkip3PbPEiOVjEaqp8RKqM4t0URTwJ4nOWL7l2NxOJuX4xNERVVM7p5Z1R65TmeNBnxjG23m32yptcVJQpSOiqntc5y7bnaps9HbGHx2KpxdyK6Y00htDY/Zy9szg7mGvXIrmqrhaxrzRHL0MPGNT0AAAPu4GxdW4BxfZ8R25GOrLZUtqI2Sa7L1Ti1dOhU1RfCVbVybNyLlO+GMzLA2s0wd3BXvJriYnt9iTH941jPuWsf8Amm9Iznjm75sNSfopy30iv/17D+8axn3LWP8AzTekPHN3zYP0U5b6RX/69jHOa/K/x9mxaZrRUT01ltE6bM1JbGKxZk/Ze9yq5U7yaIpZYjMr+Ip4M8UepKsk2FyjJLsYiiJuXI3TVx6dERERr62EDFtiAAAAAq0n43D7tvlPsb1O55E9DcrbvydS+9N8iGzad0Pz9u/aVdMrk9KQAAAAAADXhy+/010nwRD9eQhecfeI6HVncv8A2JV/Uq+VKNZg233DtUTVvsk3p4T7DxVHCpmE9PU+aiOTDOKVbG6WRKuGRrGpu7aNdFVfES7J5/V1x63MndSomMXhq+emqOqf+UvXPSKZVdLKr3JuYjVcjfiTykhaSW8DW8zUQRue96dvq9unbf8AVE+MCvWJHU0jHKmu3ojV6trRAOtdsTMaiQtmVzlj1VdFau/pA6TT7NNDI5z2qqbLkjRNVVOO9eHBQOyq5sLEc1WSJI1WNe/acu/f9GoFarp3Sq1ydujeMTl7V3+oHZkLpHtfLomz7GNODe/31ArKmoHDWNZrstRuvUgHYAAAAAAAAAAAAAAAAAAAAAC0uEraehqJnLo1kbnKveRFU+TxQ92qZquU0xyzDStXypPXVMicHyvd8aqaxnjmZfoHajg26Y5ohQPiqAAAAAAAAAAAAAAAAAF5GxlVbWJIjnJDJoqMTVVTq+JUK0ccMbXHBqmF25+rY5JFlgRF3RN36/Emp9U1Jr42XFr1ker5U2Ua5itRE49P+94fXzpokilljXg1y/FxT6NClPFK+tzFVGkvow7DLa1qsbK5sfO7C79ddV85VWM71Okna6jm0RYWxu2kRE2la1d/T4z5E6vtVMxPGq00iSMe96P5hzVRZJpE3+JNyH18fJRFdG3fv8pR3SyGk1URG5dS1rpIUijjSCPTRUb0/wCh7mrmUabM6/WUOBTXbjRNddE1D5pDkPoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKtJ+Nw+7b5T7G9TueRPQ3K278nUvvTfIhs2ndD8/bv2lXTK5PSkAAAAAAA14cvv8ATXSfBEP15CF5x94jodWdy/8AYlX9Sr5Uo1mDbfAJdep8YhSK+4nszpXMdNSx1DEbxXYfov8A6ZfoJJk9X16qeeGgu6nhZnC4fExHk1TE/wC6NfyTxifzjURqVT2puRV0Yn9CWOcXZsMdNVNlWRI9Wqise/VVXxr3gO9KjJqaSLVHsRzm6ou7TinlApsopYkWNrmq1XNk23Lv2t2u7v6fSBW9ZNV6q57nM2lcjN2iKvHyqBVip4od7GNavXpv+MCoAAAAAAAAAAAAAAAAAAAAAAAAAAHh86cRtwnlNi67OfsLT2ydWL/GrFa3/wBSoWuKr73Yrq9Us/s/hJx2bYbDx/FXT1ROs/Bp7Tghrl3Y5AAAAAAAAAAAAAAAAAAF3bV2nzwquiSM1TvLw/qhUp5llfjSdXajkdzSNV1VJJxcjUTTXwr5z2tlaela5GSOcsL2ORUfK/XxcdA+rS4uY6r2mPa7aairsrrvT/aHipc2J3wo08zqWVXonOIrVbsuXRNOJ8ip6rs6zrS6Rq+NjmterUc3ZcidKHzV7m1FWmrhGNTTdrp1nzWVSKKY49HY+PYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAq0n43D7tvlPsb1O55E9DcrbvydS+9N8iGzad0Pz9u/aVdMrk9KQAAAAAADX96oLQugzXstUqdrPaWtRfcyya+VCHZzGl+mfU6j7llyKspvW+a5PxphF0wDdABk/kz5g9jXOjD1ze5G0c06UdS5y6NbHImwqr4FVF8RkMDf7zfpqndu60J2vyurNcoxFmiNaojhR008fx3NsbKZZGossr5N29EXZT6P6mwHFSo2mhY3RImIi8e14gVOAHIAAAAAAAAAAAAAAAAAAAAAAAAAAAAACK3qgWPG2DKuiw3DJpV3yrbttRd/MRaOcvjdsIYHN73AsxbjfV+Tcfcxy2cVmteNqj6tqn/wBquKPhq12kNdUAAAAAAAAAAAAAAAAAAA7wyrTzMkRNrZXemumqaHqJ0UblE1xxKktfUTOXt1jb0NZ5z7NXMp02Y/iW6tRV1Xtl63Lqp51lXiimN0CIiJoiaIfHqI03OQ+gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXlmpnVt4oadiaumnjjRE6VVyIeqY1qiFviK4t2a655Imfg3JU0XMU8Uf7DEb8SGzY4ofn9XVwqpq51U+vIAAAAAACHHqiOGnS2vCN/Y1VSGWaikcnRtIj2/UcRnOrf1aLnsb+7lGMim7isHM74iqPZxT84QjIq6NAGqouqLoqcFQDapyVc2Y82cpLZUzSpJebc1KC4NVe222J2r1903RfDr1E9y/EeEWImd8cUuLttMknJM2uUUx+rr+tT0Tvj2TxdTM5k0FAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHRzkjarnKjURN6rwQERrxQ1Vcq3NhM2c3rjV0svOWa2/8AAUOi9q5jFXaenunar4NCA5hiPCL8zG6OKHZ2xWSeJMoot3I0uV/Wq6Z3R7I+OrDhjU9AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQuT5hp2Lc6cIW5GK9i3COeRNPaRrzjvoaXuCt98xFFPrRTarGRgckxV7Xj4MxHTVxR822E2G4fAAAAAAAAMWcprALsxcl8Q26GPnK2ni9e0rU4rJF22ieFNpPGY/H2e/wCHqpjfv6k02OzSMpzqxfqnSmZ4NXRVxfCdJ9jVea/drgADL/JgzwlyRzEhqql73YfuGzTXKFu/RmvayonWxV18CqnSZLAYqcLd1nyZ3oHtjs7TtDl026I/W0cdE+vljon56Np1DcKa6UUFZSTMqKWdjZYponate1U1RUXpRUJ9ExVGsbnGVy3XZrm3cjSqJ0mJ5JXweQAAAAAAAAAAAAAAAAAAAAAAAAAAAACL/LVz+bl1hCTCdoqUTEd5iVr1jd21LTLuc5epzt7U8a9Rg8zxneKO9UT9afhDbnc+2ZnNcZGYYmn9Tani/wBVXJHRG+fZDXIQt1eAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEtvU+8AuuGLL3i6eP8AAW+D1nTuVNyyyb3aeBqaf4yR5NZ1rquzycTRXdTzSLWEs5bRPHXPCnojd1z8k7SWuaQAAAAAAADhURyKipqi8UUDV9ypspX5UZqV8UEKsstzc6toHInao1y9tH/hdqngVCBZhhvB70xG6eOHZuxWexnmVUVVz+st/Vq9m6fbHx1YeMYnwAAllyPuVS3A0kGCcW1Sph+V2zQV8q/iTlX2Dl/8NV6far3uEgy7MO9fqbs/V5J5v+Gktu9i5zKJzPLqf1seVTH8Uc8f6o+PS2BRTMqImSRva+NyI5rmrqiovBUUmG9zDMTTMxMcauAAAAAAAAAAAAAAAAAAAAAAAAAAADD/ACg+UFZ8i8Munncysv8AVMVKC2I7tpHftv6mJ0r08EMfjMZRhKNZ46p3Qm2y+y+J2kxPBp+rap8qrm9Uc8z8N8tXeLcWXTHGI6++3qqfW3KtkWWWV/X0IidCIm5E6EQgdy5VdrmuudZl2PgcFYy7DUYXDU8GimNIj/vLPK+QU18AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAK9DQz3Otp6OlidPUzyNiiiYmrnucuiInfVVPsRNU6QpXblFmiq5cnSmI1meaIbW8iMsYspMsbRYERq1jWc/WyN9vO/e/xJuaneahsPCWIw1mLfLy9LiLabOas9zS7jP4d1Pqpjd17+mWQS8RYAAAAAAAAAYu5Q+TFNnVgCotiIyK8UutRbql3tJUT2Kr+y5Ny+JegsMbhYxVrg8sbkz2U2hubO5hTf326uKuOeOfpjfHVytXN5s9bh+61dtuNPJSV1LI6GaCVNHMci6KikAqpmiqaao44doYfEWsVapv2auFTVGsTHLErM8rgAAST5OHLGu2U7aewYk569YVRUbGqLtVFEn8Cr7Jn8K8OhegzeCzKrD/AFLnHT8Yal2r2Dw+dcLF4LS3f5fNq6eafX1tgeC8e2HMOyRXbDtzgulC9PZwu3tXqc3i1e8qEwtXaL1PCtzrDmDMMsxeVX5w+MtzRVHP84ndMdD0pVY0AAAAAAAAAAAAAAAAAAAAAAAdVVGoqquiJvVVAjLn/wAtHD+WsVTaMLvhxFiVEViujdtUtI7re5PZOT9lPGqGDxmZ27GtFrjq+ENt7Mdz/GZtNOJx8Tas/wDtV0RyR659kNfGLcXXjHN/q7zfK+W43KqdtSTyrr4EROCInQibkIfcuV3aprrnWZdQ4HA4bLcPThcJRFNFO6I/7xz63xymvwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAmLyIMgH1lbHmHfaZW00Kqlphlb/zH8Fn06k3o3v6r0ISbKsHrPhFcdHa0D3R9qIt0TkuEq+tP2kxyR5vt5fVxcqbxKnOQAAAAAAAAAAAI48qnkvxZrUT8R4dijgxXTR6Pj3NbXMTg1V6Hp0L08F6NMJmGAjER3y35UfFtrYnbOrI64wWNnXD1Tv8yefo549sNeVwt1Vaa6eiraeSlq4HrHLBM1WvY5OKKi8FIZVTNM6VRxuq7V23ft03bVUVUzxxMbphbnlWAAHocE5gYiy5u7bnhu71NprE9k6B/ayJ1Pau5yd5UK1q9cs1cK3OksXmOV4PNbPeMbaiun18nRO+PYlnlr6olNBHFSY6sS1C7kW4WnRHL33ROXT4lTwEhsZzMcV6n2x2NI5v3LKapm5lV7T/AE1/lVH5x7UjsH8qLLHGzI/WWLaGmnf/APj3B/raRF6tH6IviVTM28fhrscVce3iaox2x2e5fM99w1Uxz0/Wj4ask0V4obpGklHW01UxU1R0ErXovjRS+iqmrdKJ3MPdszpcomJ9cTC/1TrQ9KJqnWgDVOtAGqdaANU60Aap1oA1TrQBqnWgDVOtAGqdaANU60Aap1oA1TrQBqnWgDVOtAKckrIWq57kY1Oly6INxETVxRDy2Is1sG4SY594xRabcjeLZ6tiP/y66/QW9eItW/LqiPazGFyXMsdOmGw9dXRTOnXuYOx7y+8AYbZJFYIqzFNYm5qwsWCDXvvemvxNUxd7N7FHFR9aWxcs7meb4uYqxcxZp9fHV1RxdcomZtcrbH2bEctHJXJYrK/VFt1sVWI9vU9/sneDVE7xHsRmN/EcWukc0N25JsPlGSTFymjvlyP4quPqjdHz9bCxjGwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASJ5L/ACW63NW4wX/EEElJhGB+0iO1a+ucntWfwdbvEnezWAy+rET3y5xU/NqfbPbS1klurB4OeFiJ6qPXPr5o9stidFRU9to4KSlhZT00DEjiijbstY1E0REToREJrERTGkOULlyu9XNy5OtU8czPLKufVMAAAAAAAAAAAADC+fPJgw7nVTPrW7NnxKxukdyhZqkmnBsrfbJ3+KfQYvGYC3io13Vc/a2DsxtljdnaoteXZnfTPJ66Z5J+Etf2aGSuLMork6mxBbHxU6u0hr4UV9PMn8L+vvLoveIdiMLdw06XI9vI6lyXaLLs+tcPB3NZ5aZ4qo6Y/OOJ4UtElAAAAqagVqatqaNdaeomgXrikVvkU+xMxulTrt0XPLpiemF+mLb61ERL1cUROj13J5z33yvzpW3gOF/lU+7HY5++6+/vu5fK5POO+V+dL54DhP5VPux2H33X3993L5XJ5x3yvzpPAcJ/Kp92Ow++6+/vu5fK5POO+V+dJ4DhP5VPux2H33X3993L5XJ5x3yvzpPAcJ/Kp92Ow++6+/vu5fK5POO+V+dJ4DhP5VPux2H33X3993L5XJ5x3yvzpPAcJ/Kp92Ow++6+/vu5fK5POO+V+dJ4DhP5VPux2H33X3993L5XJ5x3yvzpPAcJ/Kp92Ow++6+/vu5fK5POO+V+dJ4DhP5VPux2H33X3993L5XJ5x3yvzpPAcJ/Kp92Ow++6+/vu5fK5POO+V+dJ4DhP5VPux2H33X3993L5XJ5x3yvzpPAcJ/Kp92Ow++6+/vu5fK5POO+V+dJ4DhP5VPux2H33X3993L5XJ5x3yvzpPAcJ/Kp92OxQqMQXWsTSe51s6dUlQ93lU+TXVO+VSnC4ejyLdMdEQsF3rqu9etTwugAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAL2zWS4YhuMNvtdFPcK2Z2zHT00ave5e8iHumiqueDTGsrbEYizhLc3r9cU0xvmZ0hMfITkNrDLTXzMRGuVqo+KxRu1Tvc85Pqp416CTYPKdNK8R1drQO0/dJ4UVYTJeibk/4x+c+yOVMqlpIaGmip6aFkFPE1GRxRtRrWNTgiInBCTRERGkOfq66rlU11zrM75lVPrwAAAAAAAAAAAAAAAWtztdHeqGWiuFJDW0kqbMkFRGj2OTqVF3KeaqYqjSqNYVrN67h7kXbNU01RumJ0lHTMXkJ4JxU+Wqw/PUYWrHarzcP4WmVfcOXVPEqJ3jC38ps3OO39Wfg2xlPdLzXAxFvGRF6n18VXXG/2wj7ivkJ5jWJ73WxLfiCBOC00/NSL4Wv0+hVMNcyjEUeTpLaeB7peSYmIi/wrU+uNY641+TG1z5POZVncqVOCrxu9tFTLKnxs1QsasFiad9EpfZ2ryO/H1MXR7Z0+ej5D8o8cRu0dg++ovwdN6JS8GvR/BPVK+jPcpndirfv09rjsT417kL782zeiPB73mT1S++PMq9Kt+/T2nYnxr3IX35tm9EeD3vMnqk8eZV6Vb9+ntOxPjXuQvvzbN6I8HveZPVJ48yr0q379PadifGvchffm2b0R4Pe8yeqTx5lXpVv36e07E+Ne5C+/Ns3ojwe95k9UnjzKvSrfv09p2J8a9yF9+bZvRHg97zJ6pPHmVelW/fp7TsT417kL782zeiPB73mT1SePMq9Kt+/T2nYnxr3IX35tm9EeD3vMnqk8eZV6Vb9+ntOxPjXuQvvzbN6I8HveZPVJ48yr0q379PadifGvchffm2b0R4Pe8yeqTx5lXpVv36e07E+Ne5C+/Ns3ojwe95k9UnjzKvSrfv09p2J8a9yF9+bZvRHg97zJ6pPHmVelW/fp7TsT417kL782zeiPB73mT1SePMq9Kt+/T2nYnxr3IX35tm9EeD3vMnqk8eZV6Vb9+ntOxPjXuQvvzbN6I8HveZPVJ48yr0q379PadifGvchffm2b0R4Pe8yeqTx5lXpVv36e07E+Ne5C+/Ns3ojwe95k9UnjzKvSrfv09p2J8a9yF9+bZvRHg97zJ6pPHmVelW/fp7TsT417kL782zeiPB73mT1SePMq9Kt+/T2nYnxr3IX35tm9EeD3vMnqk8eZV6Vb9+ntOxPjXuQvvzbN6I8HveZPVJ48yr0q379PadifGvchffm2b0R4Pe8yeqTx5lXpVv36e07E+Ne5C+/Ns3ojwe95k9UnjzKvSrfv09p2J8a9yF9+bZvRHg97zJ6pPHmVelW/fp7TsT417kL782zeiPB73mT1SePMq9Kt+/T2nYnxr3IX35tm9EeD3vMnqk8eZV6Vb9+ntOxPjXuQvvzbN6I8HveZPVJ48yr0q379PadifGvchffm2b0R4Pe8yeqTx5lXpVv36e07E+Ne5C+/Ns3ojwe95k9UnjzKvSrfv09p2J8a9yF9+bZvRHg97zJ6pPHmVelW/fp7TsT417kL782zeiPB73mT1SePMq9Kt+/T2nYnxr3IX35tm9EeD3vMnqk8eZV6Vb9+ntOxPjXuQvvzbN6I8HveZPVJ48yr0q379PadifGvchffm2b0R4Pe8yeqTx5lXpVv36e07E+Ne5C+/Ns3ojwe95k9UnjzKvSrfv09p2J8a9yF9+bZvRHg97zJ6pPHmVelW/fp7TsT417kL782zeiPB73mT1SePMq9Kt+/T2nYnxr3IX35tm9EeD3vMnqk8eZV6Vb9+ntOxPjXuQvvzbN6I8HveZPVJ48yr0q379PadifGvchffm2b0R4Pe8yeqTx5lXpVv36e07E+Ne5C+/Ns3ojwe95k9UnjzKvSrfv09p2J8a9yF9+bZvRHg97zJ6pPHmVelW/fp7TsT417kL782zeiPB73mT1SePMq9Kt+/T2nYnxr3IX35tm9EeD3vMnqk8eZV6Vb9+ntOxPjXuQvvzbN6I8HveZPVJ48yr0q379PadifGvchffm2b0R4Pe8yeqTx5lXpVv36e07E+Ne5C+/Ns3ojwe95k9UnjzKvSrfv09p2J8a9yF9+bZvRHg97zJ6pPHmVelW/fp7TsT417kL782zeiPB73mT1SePMq9Kt+/T2nYnxr3IX35tm9EeD3vMnqk8eZV6Vb9+ntOxPjXuQvvzbN6I8HveZPVJ48yr0q379PadifGvchffm2b0R4Pe8yeqTx5lXpVv36e07E+Ne5C+/Ns3ojwe95k9UnjzKvSrfv09p2J8a9yF9+bZvRHg97zJ6pPHmVelW/fp7TsT417kL782zeiPB73mT1SePMq9Kt+/T2nYnxr3IX35tm9EeD3vMnqk8eZV6Vb9+ntOxPjXuQvvzbN6I8HveZPVJ48yr0q379PadifGvchffm2b0R4Pe8yeqTx5lXpVv36e07E+Ne5C+/Ns3ojwe95k9UnjzKvSrfv09p2J8a9yF9+bZvRHg97zJ6pPHmVelW/fp7TsT417kL782zeiPB73mT1SePMq9Kt+/T2nYnxr3IX35tm9EeD3vMnqk8eZV6Vb9+ntOxPjXuQvvzbN6I8HveZPVJ48yr0q379PadifGvchffm2b0R4Pe8yeqTx5lXpVv36e07E+Ne5C+/Ns3ojwe95k9UnjzKvSrfv09p2J8a9yF9+bZvRHg97zJ6pPHmVelW/fp7TsT417kL782zeiPB73mT1SePMq9Kt+/T2nYnxr3IX35tm9EeD3vMnqk8eZV6Vb9+ntOxPjXuQvvzbN6I8HveZPVJ48yr0q379PadifGvchffm2b0R4Pe8yeqTx5lXpVv36e07E+Ne5C+/Ns3ojwe95k9UnjzKvSrfv09p2J8a9yF9+bZvRHg97zJ6pPHmVelW/fp7TsT417kL782zeiPB73mT1SePMq9Kt+/T2nYnxr3IX35tm9EeD3vMnqk8eZV6Vb9+ntOxPjXuQvvzbN6I8HveZPVJ48yr0q379Pau6TJDMGuejIcF3x7l66CRPKh7jCYid1E9ShXtHk1uNasXb96O17TDvI6zUxC9u1h5LXGvGS41DI0TxIqu+guaMsxVf8OnSj2L2/wBn8LHFf4c81MTPx4o+LNuBPU9YYnxz4vxGsyIqK6jtTNlF7yyP3/E0ytnJo33auprnM+6rXVE0Zbh9P9Vc/wCMdqT2AMp8J5YUXrbDdlp7fqmj50btTSe6kXVy/GZ6zh7WHjS3To03mmeZjnNfDx16auaN0R0RHE9cXLBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA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 // @compatible chrome // @compatible firefox // @compatible edge // @compatible opera // @compatible safari -// @version 2025.04.27.1347 +// @version 2026.3.31.1 // @Created 2025-02-26 23:55:34 // @modified 2025-02-26 23:55:34 // ==/UserScript== From fce546f9fedf7a38c73136532a0217d61519a396 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 02:44:14 +0800 Subject: [PATCH 062/104] chore(deps-dev): bump @eslint/markdown from 8.0.0 to 8.0.1 (#275) --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b92ebc0d8..18f9f575d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "license": "MIT", "devDependencies": { "@eslint/json": "^1.2.0", - "@eslint/markdown": "^8.0.0", + "@eslint/markdown": "^8.0.1", "@stylistic/eslint-plugin": "^5.10.0", "cz-git": "^1.12.0", "czg": "^1.12.0", @@ -191,9 +191,9 @@ } }, "node_modules/@eslint/markdown": { - "version": "8.0.0", - "resolved": "https://registry.npmmirror.com/@eslint/markdown/-/markdown-8.0.0.tgz", - "integrity": "sha512-Rh3+76uHdnkk/ocLMZfWHXoPA/MK+GOqqjCAioiyNk2eYBC8UniRHdTMbM+2XZqTLWAcQo/SuU1CsXtdIOTX1g==", + "version": "8.0.1", + "resolved": "https://registry.npmmirror.com/@eslint/markdown/-/markdown-8.0.1.tgz", + "integrity": "sha512-WWKmld/EyNdEB8GMq7JMPX1SDWgyJAM1uhtCi5ySrqYQM4HQjmg11EX/q3ZpnpRXHfdccFtli3NBvvGaYjWyQw==", "dev": true, "license": "MIT", "workspaces": [ diff --git a/package.json b/package.json index 4e3cd8f40..e58324221 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ ], "devDependencies": { "@eslint/json": "^1.2.0", - "@eslint/markdown": "^8.0.0", + "@eslint/markdown": "^8.0.1", "@stylistic/eslint-plugin": "^5.10.0", "cz-git": "^1.12.0", "czg": "^1.12.0", From 02c8ee49cd19acb6bd5ef192b9b4e609536b002f Mon Sep 17 00:00:00 2001 From: Metric <2054928+Metric640@users.noreply.github.com> Date: Thu, 2 Apr 2026 18:07:19 +0800 Subject: [PATCH 063/104] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3Firefox+Violen?= =?UTF-8?q?tmonkey=20=E4=BD=BF=E7=94=A8=E8=84=9A=E6=9C=AC=E4=B8=8D?= =?UTF-8?q?=E8=83=BD=E6=89=93=E5=8C=85=E4=B8=8B=E8=BD=BD=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98=20(#276)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 解决Firefox+Violentmonkey 使用脚本不能打包下载的问题 1.arrayBuffer() 比 blob() 更可靠:在跨域和 CSP 受限环境下,ArrayBuffer 的获取策略更严格但更稳定,JSZip 可以完全读取二进制数据。 2.Uint8Array 是 JSZip 原生支持的类型:避免浏览器对 blob 的“不透明”包装。 * chore: 更新版本号`2026.4.2.1` * style: 格式优化 * style: 格式优化 --------- Co-authored-by: 人民的勤务员 --- .../twitter-media-downloader.user.js | 44 +++++++++++++------ 1 file changed, 30 insertions(+), 14 deletions(-) diff --git a/twitter-media-downloader/twitter-media-downloader.user.js b/twitter-media-downloader/twitter-media-downloader.user.js index 8ae4e3e5e..79948f0cf 100644 --- a/twitter-media-downloader/twitter-media-downloader.user.js +++ b/twitter-media-downloader/twitter-media-downloader.user.js @@ -247,7 +247,7 @@ // @grant GM_download // @match https://x.com/* // @match https://twitter.com/* -// @version 2025.12.02.01 +// @version 2026.4.2.1 // @created 2025-03-11 08:11:29 // @modified 2025-12-02 14:33:28 // @require https://cdnjs.cloudflare.com/ajax/libs/jszip/3.7.1/jszip.min.js @@ -619,25 +619,41 @@ const TMD = (function () { thread++ this.update() fetch(task.url) - .then(response => response.blob()) - .then(blob => { - zip.file(task.name, blob) + .then(response => { + if (!response.ok) throw new Error(`HTTP ${response.status}`); + return response.arrayBuffer() // ← 关键修改 + }) + .then(buffer => { + const uint8Array = new Uint8Array(buffer) + zip.file(task.name, uint8Array); tasks = tasks.filter(t => t.url !== task.url) thread-- this.update() completedCount++ if (completedCount === taskList.length) { zip.generateAsync({ type: 'blob' }).then(content => { - let a = document.createElement('a') - a.href = URL.createObjectURL(content) - a.download = `${taskList[0].name}.zip` - a.click() - this.status(btn, 'completed', lang.completed) - if (save_history && !is_exist) { - history.push(status_id) - this.storage(status_id) - } - }) + // 使用 GM_download 下载 ZIP(避免 Firefox 的 a.click 拦截) + const zipBlob = new Blob([content], { type: 'application/zip' }) + const zipUrl = URL.createObjectURL(zipBlob) + GM_download({ + url: zipUrl, + name: `${taskList[0].name}.zip`, + onload: () => { + URL.revokeObjectURL(zipUrl) + this.status(btn, 'completed', lang.completed) + if (save_history && !is_exist) { + history.push(status_id) + this.storage(status_id) + } + }, + onerror: (err) => { + URL.revokeObjectURL(zipUrl) + this.status(btn, 'failed', err.details?.current || 'ZIP download failed'); + } + }) + }).catch(err => { + this.status(btn, 'failed', err.message) + }); } }) .catch(error => { From ffc146277a434b62da6d62042870a78d54d17383 Mon Sep 17 00:00:00 2001 From: Metric <2054928+Metric640@users.noreply.github.com> Date: Thu, 2 Apr 2026 22:29:07 +0800 Subject: [PATCH 064/104] =?UTF-8?q?feat:=20=E6=94=B9=E8=BF=9B`Firefox`?= =?UTF-8?q?=E5=92=8C`Edge/Chrome`=E7=AD=89zip=E4=B8=8B=E8=BD=BD=E7=9A=84?= =?UTF-8?q?=E5=AE=9E=E7=8E=B0=E6=96=B9=E5=BC=8F=20(#277)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 解决Firefox+Violentmonkey 使用脚本不能打包下载的问题 1.arrayBuffer() 比 blob() 更可靠:在跨域和 CSP 受限环境下,ArrayBuffer 的获取策略更严格但更稳定,JSZip 可以完全读取二进制数据。 2.Uint8Array 是 JSZip 原生支持的类型:避免浏览器对 blob 的“不透明”包装。 * chore: 更新版本号`2026.4.2.1` * style: 格式优化 * style: 格式优化 * 改进Firefox和Edge/Chrome等zip下载的实现方式 不同浏览器下,Violentmonkey 对 GM_download + Blob URL 的支持存在差异,浏览器自适应下载。 * chore: 更新版本号`2026.4.2.2` --- .../twitter-media-downloader.user.js | 56 +++++++++++++------ 1 file changed, 40 insertions(+), 16 deletions(-) diff --git a/twitter-media-downloader/twitter-media-downloader.user.js b/twitter-media-downloader/twitter-media-downloader.user.js index 79948f0cf..4e040064a 100644 --- a/twitter-media-downloader/twitter-media-downloader.user.js +++ b/twitter-media-downloader/twitter-media-downloader.user.js @@ -247,7 +247,7 @@ // @grant GM_download // @match https://x.com/* // @match https://twitter.com/* -// @version 2026.4.2.1 +// @version 2026.4.2.2 // @created 2025-03-11 08:11:29 // @modified 2025-12-02 14:33:28 // @require https://cdnjs.cloudflare.com/ajax/libs/jszip/3.7.1/jszip.min.js @@ -632,28 +632,52 @@ const TMD = (function () { completedCount++ if (completedCount === taskList.length) { zip.generateAsync({ type: 'blob' }).then(content => { - // 使用 GM_download 下载 ZIP(避免 Firefox 的 a.click 拦截) const zipBlob = new Blob([content], { type: 'application/zip' }) const zipUrl = URL.createObjectURL(zipBlob) - GM_download({ - url: zipUrl, - name: `${taskList[0].name}.zip`, - onload: () => { - URL.revokeObjectURL(zipUrl) - this.status(btn, 'completed', lang.completed) - if (save_history && !is_exist) { - history.push(status_id) - this.storage(status_id) + const zipFileName = `${taskList[0].name}.zip` + + // 检测是否为 Firefox + const isFirefox = navigator.userAgent.toLowerCase().indexOf('firefox') > -1 + + // Firefox 使用 GM_download + if (isFirefox) { + GM_download({ + url: zipUrl, + name: zipFileName, + onload: () => { + URL.revokeObjectURL(zipUrl) + this.status(btn, 'completed', lang.completed) + if (save_history && !is_exist) { + history.push(status_id) + this.storage(status_id) + } + }, + onerror: (err) => { + URL.revokeObjectURL(zipUrl) + this.status(btn, 'failed', err.details?.current || 'ZIP download failed') } - }, - onerror: (err) => { + }) + } else { + // Chrome / Edge / Opera 等使用传统 a.click 方式 + const a = document.createElement('a') + a.href = zipUrl + a.download = zipFileName + document.body.appendChild(a) + a.click() + // 延迟移除,确保下载开始 + setTimeout(() => { + document.body.removeChild(a) URL.revokeObjectURL(zipUrl) - this.status(btn, 'failed', err.details?.current || 'ZIP download failed'); + }, 100) + this.status(btn, 'completed', lang.completed) + if (save_history && !is_exist) { + history.push(status_id) + this.storage(status_id) } - }) + } }).catch(err => { this.status(btn, 'failed', err.message) - }); + }) } }) .catch(error => { From 26ab5f9c3f527d9de6e894e3c870c4c8d7f3be35 Mon Sep 17 00:00:00 2001 From: ChinaGodBot Date: Thu, 2 Apr 2026 22:33:24 +0800 Subject: [PATCH 065/104] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=E8=B4=A1?= =?UTF-8?q?=E7=8C=AE=E8=80=85=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/README.md b/docs/README.md index b6652c36f..a0320f4cc 100644 --- a/docs/README.md +++ b/docs/README.md @@ -3271,6 +3271,7 @@ TikTok 在个人资料上显示更多扩展信息 人民的勤务员 人民的机器人 +Metric molanp Yoobohl fossabot From f6694484f86497b4bd7a87e2ad7372c4c2816db1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=BA=E6=B0=91=E7=9A=84=E5=8B=A4=E5=8A=A1=E5=91=98?= Date: Fri, 10 Apr 2026 04:46:22 +0800 Subject: [PATCH 066/104] =?UTF-8?q?chore:=20=E8=B0=83=E6=95=B4=E6=89=A7?= =?UTF-8?q?=E8=A1=8C=E9=A1=BA=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/SyncDoc.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/SyncDoc.yml b/.github/workflows/SyncDoc.yml index c1f379247..9d1ce40fe 100644 --- a/.github/workflows/SyncDoc.yml +++ b/.github/workflows/SyncDoc.yml @@ -58,12 +58,12 @@ jobs: - name: 刷新仓库自述中的脚本列表 run: python utils/update_scripts_list.py - - name: 修复其他语言readme中的相对路径 - run: python utils/fix_toc.py - - name: 翻译仓库自述 run: python utils/translate_force_chinese_to_lang.py + - name: 修复其他语言readme中的相对路径 + run: python utils/fix_toc.py + # `徽章信息` `帮助信息` 需要从修复toc之后提取脚本列表标记点. - name: 徽章信息 run: python utils/update_shields.py From bc20084d4dda3386bf23b03bf3e23e665793853d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=BA=E6=B0=91=E7=9A=84=E5=8B=A4=E5=8A=A1=E5=91=98?= Date: Fri, 10 Apr 2026 04:50:14 +0800 Subject: [PATCH 067/104] =?UTF-8?q?docs:=20=E6=B8=85=E9=99=A4=E5=85=B6?= =?UTF-8?q?=E4=BB=96=E9=95=9C=E5=83=8F=E8=AD=A6=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/README.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/docs/README.md b/docs/README.md index a0320f4cc..e7e91ecc7 100644 --- a/docs/README.md +++ b/docs/README.md @@ -63,18 +63,7 @@ [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/ChinaGodMan/UserScripts) -> [!WARNING] ->
    -> 本存储库仅在GitHub上托管,未在GitCodeXPlaza上托管。以下存储库均为镜像。
    -> :trollface: 如果你在中国大陆地区使用git clone下载速度太慢,你也可以是使用以下地址进行 -> -> -> [https://www.xplaza.cn/ChinaGodMan](https://www.xplaza.cn/ChinaGodMan) (镜像账号,非本人) -> [https://www.xplaza.cn/ChinaGodMan/userscripts](https://www.xplaza.cn/ChinaGodMan/userscripts) -> [https://gitcode.com/gh_mirrors/userscripts1/UserScripts/](https://gitcode.com/gh_mirrors/userscripts1/UserScripts) -> -> ->
    + ## 🔖 TOC From b4a6e6c29dbc7a904ce436f756f0e3ebb498bafa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=BA=E6=B0=91=E7=9A=84=E5=8B=A4=E5=8A=A1=E5=91=98?= Date: Fri, 10 Apr 2026 04:54:50 +0800 Subject: [PATCH 068/104] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LICENSE.md | 2 +- docs/ScriptsPath.json | 2 +- docs/en/LICENSE.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 6b0686636..3375ba0c6 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -11,7 +11,7 @@ # 🏛️ MIT 许可协议 -[人民的勤务员](https://github.com/ChinaGodMan) 2024-2025 版权所有 © , 保留所有权利。 +[人民的勤务员](https://github.com/ChinaGodMan) 2024-2026 版权所有 © , 保留所有权利。 特此免费授予任何获得本软件及相关文档文件(“软件”)副本的人员, 允许其不受限制地处理软件,包括但不限于使用、复制、修改、合并、 diff --git a/docs/ScriptsPath.json b/docs/ScriptsPath.json index 587981732..5d80788a9 100644 --- a/docs/ScriptsPath.json +++ b/docs/ScriptsPath.json @@ -1,6 +1,6 @@ { "author": { - "name": "人民的勤务员(@ChinaGodMan)", + "name": "人民的勤务员(ChinaGodMan)", "email": "china.qinwuyuan@gmail.com", "url": "https://github.com/ChinaGodMan", "time_zone": "Asia/Shanghai", diff --git a/docs/en/LICENSE.md b/docs/en/LICENSE.md index 52a313b6a..5b2f61cb6 100644 --- a/docs/en/LICENSE.md +++ b/docs/en/LICENSE.md @@ -11,7 +11,7 @@ # 🏛️ MIT License -Copyright © 2024-2025 [人民的勤务员](https://github.com/ChinaGodMan) +Copyright © 2024-2026 [人民的勤务员](https://github.com/ChinaGodMan) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From a4a4465b955c3c25a0809a01b4bbf7e225a557a0 Mon Sep 17 00:00:00 2001 From: ChinaGodBot Date: Fri, 10 Apr 2026 05:00:38 +0800 Subject: [PATCH 069/104] =?UTF-8?q?docs(sync):=20=F0=9F=A4=96=20=E5=90=8C?= =?UTF-8?q?=E6=AD=A5=20[`[lang]/README.md`]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/de/README.md | 920 +++++++++++++++++---------------- docs/en/README.md | 954 +++++++++++++++++------------------ docs/es/README.md | 974 ++++++++++++++++++----------------- docs/fr/README.md | 954 +++++++++++++++++------------------ docs/it/README.md | 1148 +++++++++++++++++++++--------------------- docs/ja/README.md | 906 +++++++++++++++++---------------- docs/ko/README.md | 960 +++++++++++++++++------------------ docs/pt/README.md | 954 +++++++++++++++++------------------ docs/ru/README.md | 1020 +++++++++++++++++++------------------ docs/vi/README.md | 958 +++++++++++++++++------------------ docs/zh-TW/README.md | 924 +++++++++++++++++----------------- 11 files changed, 5281 insertions(+), 5391 deletions(-) diff --git a/docs/de/README.md b/docs/de/README.md index acaf9f361..e9b9dba49 100644 --- a/docs/de/README.md +++ b/docs/de/README.md @@ -8,18 +8,18 @@ - China简体中文 | - China繁體中文 | - English | - 日本語 | - Tiếng Việt | - Italiano | - Русский | - Deutsch | - Español | - Portuguese | - Français | - 대한민국 + China简体中文 | + China繁體中文 | + English | + 日本語 | + Tiếng Việt | + Italiano | + Русский | + Deutsch | + Español | + Portuguese | + Français | + 대한민국

    @@ -63,24 +63,13 @@ [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/ChinaGodMan/UserScripts) -> [!WARNING] ->
    -> Dieses Repository ist nur verfügbar inGitHubgehostet am,Nicht hierGitCodeUndXPlazagehostet am。Die folgenden Repositorys sind alle Spiegel。
    -> :trollface: Wenn Sie es auf dem chinesischen Festland verwendengit cloneDie Download-Geschwindigkeit ist zu langsam,Sie können auch die folgende Adresse verwenden -> -> -> [https://www.xplaza.cn/ChinaGodMan](https://www.xplaza.cn/ChinaGodMan) (Spiegelkonto,Nicht-Identität) -> [https://www.xplaza.cn/ChinaGodMan/userscripts](https://www.xplaza.cn/ChinaGodMan/userscripts) -> [https://gitcode.com/gh_mirrors/userscripts1/UserScripts/](https://gitcode.com/gh_mirrors/userscripts1/UserScripts) -> -> ->
    + ## 🔖 TOC -[🌐 Browser- und Skript-Manager](#-Browser- und Skript-Manager) | -[❔️ So installieren oder verwenden Sie das Skript](#%EF%B8%8F-So installieren oder verwenden Sie das Skript) | -[🙏 Besonderer Dank geht an Open Source](#-Besonderer Dank geht an Open Source) | +[🌐 Browser- und Skript-Manager](#-Browser--und-Skript-Manager) | +[❔️ So installieren oder verwenden Sie das Skript](#%EF%B8%8F-So-installieren-oder-verwenden-Sie-das-Skript) | +[🙏 Besonderer Dank geht an Open Source](#-Besonderer-Dank-geht-an-Open-Source) | [🛡️ Sicherheitspolitik](#%EF%B8%8F-Sicherheitspolitik) | [🤝 Verhaltenskodex](#-Verhaltenskodex) | [🏛️ Open-Source-Lizenzvereinbarung](#%EF%B8%8F-Open-Source-Lizenzvereinbarung) | @@ -98,11 +87,11 @@ **Die aktuelle Anzahl veröffentlichter Skripte im Repository:85,Skript beinhaltet:**
    Webskript (10) | GreasyFork (12) - | Drehbuch für Erwachsene (11) - | Google Skript (2) - | GitHub Skript (20) - | Skript übersetzen (3) - | AI Skript (9) + | Drehbuch für Erwachsene (11) + | Google Skript (2) + | GitHub Skript (20) + | Skript übersetzen (3) + | AI Skript (9) | Blogseite (5) | Twitter (5) | YouTube (5) @@ -113,9 +102,9 @@

    Webskript (10)

    - + - Scroll-Taste  + Scroll-Taste  @@ -136,22 +125,22 @@ Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren

    - + - Autorisierungsmanager für Webseiten-Schreibclip-Versionen  + Autorisierungsmanager für Webseiten-Schreibclip-Versionen  @@ -172,14 +161,14 @@ Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -187,9 +176,9 @@ Änderungsprotokoll

    - + - Link-Unterstreichung entfernen  + Link-Unterstreichung entfernen  @@ -204,22 +193,22 @@ Entfernen Sie die Link-Unterstreichungen auf allen Websites,und neue Links dyn Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren

    - + - Markieren Sie Web -Keywords hervor  + Markieren Sie Web -Keywords hervor  @@ -234,22 +223,22 @@ Benutzerdefinierte Schlüsselwort auf Webseiten einschließlich dynamisches Lade Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren

    - + - Markieren Sie Keywords im Web  + Markieren Sie Keywords im Web  @@ -270,22 +259,22 @@ Benutzerdefinierte Schlüsselwort auf Webseiten einschließlich dynamisches Lade Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren

    - + - An die oberen und unteren Knöpfe stecken  + An die oberen und unteren Knöpfe stecken  @@ -306,14 +295,14 @@ Benutzerdefinierte Schlüsselwort auf Webseiten einschließlich dynamisches Lade Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -321,9 +310,9 @@ Benutzerdefinierte Schlüsselwort auf Webseiten einschließlich dynamisches Lade Änderungsprotokoll

    - + - Kleine Fenstervorschau  + Kleine Fenstervorschau  @@ -344,14 +333,14 @@ Benutzerdefinierte Schlüsselwort auf Webseiten einschließlich dynamisches Lade Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -359,9 +348,9 @@ Benutzerdefinierte Schlüsselwort auf Webseiten einschließlich dynamisches Lade Änderungsprotokoll

    - + - Verschönern Sie Webformulare mit wunderschönen Farbverläufen  + Verschönern Sie Webformulare mit wunderschönen Farbverläufen  @@ -382,14 +371,14 @@ Benutzerdefinierte Schlüsselwort auf Webseiten einschließlich dynamisches Lade Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -397,9 +386,9 @@ Benutzerdefinierte Schlüsselwort auf Webseiten einschließlich dynamisches Lade Änderungsprotokoll

    - + - Text zu Link  + Text zu Link  @@ -414,14 +403,14 @@ Konvertieren Sie Textlinks in klickbare Links Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -429,9 +418,9 @@ Konvertieren Sie Textlinks in klickbare Links Geändert von

    - + - Markdown Cloud Cut -Notizen  + Markdown Cloud Cut -Notizen  @@ -452,14 +441,14 @@ Konvertieren Sie Textlinks in klickbare Links Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -471,9 +460,9 @@ Konvertieren Sie Textlinks in klickbare Links

    GreasyFork (12)

    - + - Fettige Gabelskriptseiten für die URL -Verbesserung  + Fettige Gabelskriptseiten für die URL -Verbesserung  @@ -494,22 +483,22 @@ Konvertieren Sie Textlinks in klickbare Links Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren

    - + - Greasyfork Kleberhandwerker  + Greasyfork Kleberhandwerker  @@ -530,14 +519,14 @@ Konvertieren Sie Textlinks in klickbare Links Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -545,9 +534,9 @@ Konvertieren Sie Textlinks in klickbare Links Änderungsprotokoll

    - + - Script Finder Nachschlagen von GreasyFork-Skripten  + Script Finder Nachschlagen von GreasyFork-Skripten  @@ -568,14 +557,14 @@ Konvertieren Sie Textlinks in klickbare Links Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -583,9 +572,9 @@ Konvertieren Sie Textlinks in klickbare Links Änderungsprotokoll

    - + - Greasyfork Skript zur Anzeige von Bewertungen  + Greasyfork Skript zur Anzeige von Bewertungen  @@ -606,22 +595,22 @@ Konvertieren Sie Textlinks in klickbare Links Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren

    - + - GreasyFork: Verbesserung der Navigationsleiste  + GreasyFork: Verbesserung der Navigationsleiste  @@ -642,22 +631,22 @@ Konvertieren Sie Textlinks in klickbare Links Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren

    - + - GreasyFork markdown  + GreasyFork markdown  @@ -678,14 +667,14 @@ Konvertieren Sie Textlinks in klickbare Links Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -693,9 +682,9 @@ Konvertieren Sie Textlinks in klickbare Links Änderungsprotokoll

    - + - GreasyFork Search  + GreasyFork Search  @@ -710,22 +699,22 @@ Suchen Sie mit GoogleGreasyForkUndSleazyForkOberschrift Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren

    - + - GreasyFork Benachrichtigungsassistent  + GreasyFork Benachrichtigungsassistent  @@ -746,14 +735,14 @@ Suchen Sie mit GoogleGreasyForkUndSleazyForkOberschrift Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -761,9 +750,9 @@ Suchen Sie mit GoogleGreasyForkUndSleazyForkOberschrift Änderungsprotokoll

    - + - GreaysFork ErweiternWebHookSynchronisierungseinstellungen  + GreaysFork ErweiternWebHookSynchronisierungseinstellungen  @@ -784,14 +773,14 @@ Suchen Sie mit GoogleGreasyForkUndSleazyForkOberschrift Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -799,9 +788,9 @@ Suchen Sie mit GoogleGreasyForkUndSleazyForkOberschrift Änderungsprotokoll

    - + - GreasyFork Vom Benutzer veröffentlichte Skriptdatenvisualisierung  + GreasyFork Vom Benutzer veröffentlichte Skriptdatenvisualisierung  @@ -822,14 +811,14 @@ Suchen Sie mit GoogleGreasyForkUndSleazyForkOberschrift Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -837,9 +826,9 @@ Suchen Sie mit GoogleGreasyForkUndSleazyForkOberschrift Änderungsprotokoll

    - + - Greasyfork Zeigen Sie Registrierungszeit  + Greasyfork Zeigen Sie Registrierungszeit  @@ -860,14 +849,14 @@ Suchen Sie mit GoogleGreasyForkUndSleazyForkOberschrift Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -877,9 +866,9 @@ Suchen Sie mit GoogleGreasyForkUndSleazyForkOberschrift Geändert von

    - + - FreasyFork nicht aktualisiertes Skript hervorgehoben  + FreasyFork nicht aktualisiertes Skript hervorgehoben  @@ -900,14 +889,14 @@ Suchen Sie mit GoogleGreasyForkUndSleazyForkOberschrift Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -919,9 +908,9 @@ Suchen Sie mit GoogleGreasyForkUndSleazyForkOberschrift

    Drehbuch für Erwachsene (11)

    - + - Missav Batch Backup Collection Videos  + Missav Batch Backup Collection Videos  @@ -942,14 +931,14 @@ Suchen Sie mit GoogleGreasyForkUndSleazyForkOberschrift Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -957,9 +946,9 @@ Suchen Sie mit GoogleGreasyForkUndSleazyForkOberschrift Änderungsprotokoll

    - + - MissAV Automatische Anmeldung  + MissAV Automatische Anmeldung  @@ -974,14 +963,14 @@ Erkennung MissAV Zustand,und melden Sie sich automatisch an, wenn Sie nicht ange Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -989,9 +978,9 @@ Erkennung MissAV Zustand,und melden Sie sich automatisch an, wenn Sie nicht ange Änderungsprotokoll

    - + - ThisAV Automatische Anmeldung  + ThisAV Automatische Anmeldung  @@ -1006,14 +995,14 @@ Erkennung ThisAV Zustand,und melden Sie sich automatisch an, wenn Sie nicht ange Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -1021,9 +1010,9 @@ Erkennung ThisAV Zustand,und melden Sie sich automatisch an, wenn Sie nicht ange Änderungsprotokoll

    - + - JableTV Automatische Anmeldung  + JableTV Automatische Anmeldung  @@ -1038,14 +1027,14 @@ Erkennung JableTV Zustand,und melden Sie sich automatisch an, wenn Sie nicht ang Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -1053,9 +1042,9 @@ Erkennung JableTV Zustand,und melden Sie sich automatisch an, wenn Sie nicht ang Änderungsprotokoll

    - + - Missav Video Download Tool  + Missav Video Download Tool  @@ -1076,14 +1065,14 @@ Erkennung JableTV Zustand,und melden Sie sich automatisch an, wenn Sie nicht ang Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -1091,9 +1080,9 @@ Erkennung JableTV Zustand,und melden Sie sich automatisch an, wenn Sie nicht ang Änderungsprotokoll

    - + - Xvideos Push -Download  + Xvideos Push -Download  @@ -1114,14 +1103,14 @@ Erkennung JableTV Zustand,und melden Sie sich automatisch an, wenn Sie nicht ang Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -1129,9 +1118,9 @@ Erkennung JableTV Zustand,und melden Sie sich automatisch an, wenn Sie nicht ang Änderungsprotokoll

    - + - Pornhub Video Download mit einem Klick  + Pornhub Video Download mit einem Klick  @@ -1152,14 +1141,14 @@ Erkennung JableTV Zustand,und melden Sie sich automatisch an, wenn Sie nicht ang Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -1167,9 +1156,9 @@ Erkennung JableTV Zustand,und melden Sie sich automatisch an, wenn Sie nicht ang Änderungsprotokoll

    - + - Xhamster Video One-Click-Download-Assistent  + Xhamster Video One-Click-Download-Assistent  @@ -1190,14 +1179,14 @@ Erkennung JableTV Zustand,und melden Sie sich automatisch an, wenn Sie nicht ang Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -1205,9 +1194,9 @@ Erkennung JableTV Zustand,und melden Sie sich automatisch an, wenn Sie nicht ang Änderungsprotokoll

    - + - Xnxxvideos Video Ein-Klick-Download-Assistent  + Xnxxvideos Video Ein-Klick-Download-Assistent  @@ -1228,14 +1217,14 @@ Erkennung JableTV Zustand,und melden Sie sich automatisch an, wenn Sie nicht ang Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -1243,9 +1232,9 @@ Erkennung JableTV Zustand,und melden Sie sich automatisch an, wenn Sie nicht ang Änderungsprotokoll

    - + - Missav Enhanced Assistant  + Missav Enhanced Assistant  @@ -1266,14 +1255,14 @@ Erkennung JableTV Zustand,und melden Sie sich automatisch an, wenn Sie nicht ang Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -1281,9 +1270,9 @@ Erkennung JableTV Zustand,und melden Sie sich automatisch an, wenn Sie nicht ang Änderungsprotokoll

    - + - Ich bin gerade 18 Jahre alt geworden  + Ich bin gerade 18 Jahre alt geworden  @@ -1298,14 +1287,14 @@ Da ich gerade 18 Jahre alt bin, kann ich erwachsene Inhalte sehen Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -1317,9 +1306,9 @@ Da ich gerade 18 Jahre alt bin, kann ich erwachsene Inhalte sehen

    Google Skript (2)

    - + - Blockieren Sie Google -Suchwebsites  + Blockieren Sie Google -Suchwebsites  @@ -1334,22 +1323,22 @@ Suchen Sie nach einer Google, die eine bestimmte Website blockiert Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren

    - + - Google Erweiterter Suchassistent  + Google Erweiterter Suchassistent  @@ -1370,14 +1359,14 @@ Suchen Sie nach einer Google, die eine bestimmte Website blockiert Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -1387,9 +1376,9 @@ Suchen Sie nach einer Google, die eine bestimmte Website blockiert

    GitHub Skript (20)

    - + - 🤠 Github hat die Anzeigegröße des Assistentenlagers verbessert  + 🤠 Github hat die Anzeigegröße des Assistentenlagers verbessert  @@ -1410,14 +1399,14 @@ Suchen Sie nach einer Google, die eine bestimmte Website blockiert Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -1427,9 +1416,9 @@ Suchen Sie nach einer Google, die eine bestimmte Website blockiert Geändert von

    - + - GitHub Nach Datum sortieren  + GitHub Nach Datum sortieren  @@ -1450,22 +1439,22 @@ Suchen Sie nach einer Google, die eine bestimmte Website blockiert Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren

    - + - GitHub Ordner-Downloader  + GitHub Ordner-Downloader  @@ -1486,14 +1475,14 @@ Suchen Sie nach einer Google, die eine bestimmte Website blockiert Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -1501,9 +1490,9 @@ Suchen Sie nach einer Google, die eine bestimmte Website blockiert Änderungsprotokoll

    - + - Github Originaldatei kopieren URL mit Download-Dateien  + Github Originaldatei kopieren URL mit Download-Dateien  @@ -1524,14 +1513,14 @@ Suchen Sie nach einer Google, die eine bestimmte Website blockiert Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -1539,9 +1528,9 @@ Suchen Sie nach einer Google, die eine bestimmte Website blockiert Änderungsprotokoll

    - + - GitHub Webansicht zur Anzeige von Informationen übermitteln  + GitHub Webansicht zur Anzeige von Informationen übermitteln  @@ -1562,22 +1551,22 @@ Suchen Sie nach einer Google, die eine bestimmte Website blockiert Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren

    - + - GitHub Dateilisten-Verschönerer  + GitHub Dateilisten-Verschönerer  @@ -1598,14 +1587,14 @@ Suchen Sie nach einer Google, die eine bestimmte Website blockiert Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -1613,9 +1602,9 @@ Suchen Sie nach einer Google, die eine bestimmte Website blockiert Änderungsprotokoll

    - + - GitHub Geräteautorisierung automatisch bestätigen  + GitHub Geräteautorisierung automatisch bestätigen  @@ -1630,14 +1619,14 @@ existierenGitHubAuf der Autorisierungsseite wird der Autorisierungscode automati Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -1645,9 +1634,9 @@ existierenGitHubAuf der Autorisierungsseite wird der Autorisierungscode automati Änderungsprotokoll

    - + - Github Liste der Codesprachen alle anzeigen  + Github Liste der Codesprachen alle anzeigen  @@ -1668,14 +1657,14 @@ existierenGitHubAuf der Autorisierungsseite wird der Autorisierungscode automati Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -1683,9 +1672,9 @@ existierenGitHubAuf der Autorisierungsseite wird der Autorisierungscode automati Änderungsprotokoll

    - + - GitHub Warehouse-Schnellsprungassistent  + GitHub Warehouse-Schnellsprungassistent  @@ -1706,14 +1695,14 @@ existierenGitHubAuf der Autorisierungsseite wird der Autorisierungscode automati Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -1721,9 +1710,9 @@ existierenGitHubAuf der Autorisierungsseite wird der Autorisierungscode automati Änderungsprotokoll

    - + - Öffnen Sie den JSDelivr -Link auf GitHub  + Öffnen Sie den JSDelivr -Link auf GitHub  @@ -1744,14 +1733,14 @@ existierenGitHubAuf der Autorisierungsseite wird der Autorisierungscode automati Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -1759,9 +1748,9 @@ existierenGitHubAuf der Autorisierungsseite wird der Autorisierungscode automati Änderungsprotokoll

    - + - Github Gist Code Snippet Copy und Downloader  + Github Gist Code Snippet Copy und Downloader  @@ -1782,14 +1771,14 @@ existierenGitHubAuf der Autorisierungsseite wird der Autorisierungscode automati Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -1799,9 +1788,9 @@ existierenGitHubAuf der Autorisierungsseite wird der Autorisierungscode automati Geändert von

    - + - GitHub Shortcut Key Übersetzungsassistent  + GitHub Shortcut Key Übersetzungsassistent  @@ -1822,14 +1811,14 @@ existierenGitHubAuf der Autorisierungsseite wird der Autorisierungscode automati Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -1837,9 +1826,9 @@ existierenGitHubAuf der Autorisierungsseite wird der Autorisierungscode automati Änderungsprotokoll

    - + - Github Star Warehouse Note Assistent  + Github Star Warehouse Note Assistent  @@ -1860,14 +1849,14 @@ existierenGitHubAuf der Autorisierungsseite wird der Autorisierungscode automati Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -1877,9 +1866,9 @@ existierenGitHubAuf der Autorisierungsseite wird der Autorisierungscode automati Geändert von

    - + - Github springen nach Deepwiki  + Github springen nach Deepwiki  @@ -1900,14 +1889,14 @@ existierenGitHubAuf der Autorisierungsseite wird der Autorisierungscode automati Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -1917,9 +1906,9 @@ existierenGitHubAuf der Autorisierungsseite wird der Autorisierungscode automati Geändert von

    - + - Github Copilot verstecken  + Github Copilot verstecken  @@ -1940,14 +1929,14 @@ existierenGitHubAuf der Autorisierungsseite wird der Autorisierungscode automati Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -1957,9 +1946,9 @@ existierenGitHubAuf der Autorisierungsseite wird der Autorisierungscode automati Geändert von

    - + - Github -E -Mail -Adressfinder  + Github -E -Mail -Adressfinder  @@ -1980,14 +1969,14 @@ existierenGitHubAuf der Autorisierungsseite wird der Autorisierungscode automati Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -1995,9 +1984,9 @@ existierenGitHubAuf der Autorisierungsseite wird der Autorisierungscode automati Geändert von

    - + - GitHub zeigt Datei- und Ordnergrößen an  + GitHub zeigt Datei- und Ordnergrößen an  @@ -2019,14 +2008,14 @@ existierenGitHubAuf der Autorisierungsseite wird der Autorisierungscode automati Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -2036,9 +2025,9 @@ existierenGitHubAuf der Autorisierungsseite wird der Autorisierungscode automati Geändert von

    - + - Github Co-Autor  + Github Co-Autor  @@ -2060,14 +2049,14 @@ existierenGitHubAuf der Autorisierungsseite wird der Autorisierungscode automati Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -2075,9 +2064,9 @@ existierenGitHubAuf der Autorisierungsseite wird der Autorisierungscode automati Geändert von

    - + - Status des Github -Benachrichtigungsfilters  + Status des Github -Benachrichtigungsfilters  @@ -2092,14 +2081,14 @@ GitHub-Notification-in-Box-Toggle-Entwicklung Version Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -2107,9 +2096,9 @@ GitHub-Notification-in-Box-Toggle-Entwicklung Version Geändert von

    - + - GitHub-Befehlsschaltfläche zum Kopieren und Klonen (Fork)  + GitHub-Befehlsschaltfläche zum Kopieren und Klonen (Fork)  @@ -2130,14 +2119,14 @@ GitHub-Notification-in-Box-Toggle-Entwicklung Version Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -2149,9 +2138,9 @@ GitHub-Notification-in-Box-Toggle-Entwicklung Version

    Skript übersetzen (3)

    - + - Fremdsprachterminator  + Fremdsprachterminator  @@ -2166,14 +2155,14 @@ Identifizieren Sie nicht chinesische Charaktere. Wenn die Länge größer als 5 Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -2181,9 +2170,9 @@ Identifizieren Sie nicht chinesische Charaktere. Wenn die Länge größer als 5 Änderungsprotokoll

    - + - Webseitenübersetzung - Automatische Übersetzung in Chinesisch  + Webseitenübersetzung - Automatische Übersetzung in Chinesisch  @@ -2198,22 +2187,22 @@ Fügen Sie ein Google-Übersetzungssymbol in die untere rechte Ecke jeder nichtc Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren

    - + - Übersetzungs -Widget |  + Übersetzungs -Widget |  @@ -2234,14 +2223,14 @@ Fügen Sie ein Google-Übersetzungssymbol in die untere rechte Ecke jeder nichtc Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -2253,9 +2242,9 @@ Fügen Sie ein Google-Übersetzungssymbol in die untere rechte Ecke jeder nichtc

    AI Skript (9)

    - + - ChatGPT Selbstnachricht minimieren und maximale Breite erreichen  + ChatGPT Selbstnachricht minimieren und maximale Breite erreichen  @@ -2276,14 +2265,14 @@ Fügen Sie ein Google-Übersetzungssymbol in die untere rechte Ecke jeder nichtc Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -2291,9 +2280,9 @@ Fügen Sie ein Google-Übersetzungssymbol in die untere rechte Ecke jeder nichtc Änderungsprotokoll

    - + - ChatGPTDie Schriftgröße des Codes wurde reduziert  + ChatGPTDie Schriftgröße des Codes wurde reduziert  @@ -2308,22 +2297,22 @@ ChatGPT Verkleinern Sie die Codeschrift und automatisch umwickeln Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren

    - + - ChatGPT Zeichenzählerlimit  + ChatGPT Zeichenzählerlimit  @@ -2344,14 +2333,14 @@ ChatGPT Verkleinern Sie die Codeschrift und automatisch umwickeln Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -2359,9 +2348,9 @@ ChatGPT Verkleinern Sie die Codeschrift und automatisch umwickeln Änderungsprotokoll

    - + - ChatGPT Chat-Schaltflächen zum Kopieren und Exportieren von Code  + ChatGPT Chat-Schaltflächen zum Kopieren und Exportieren von Code  @@ -2382,14 +2371,14 @@ ChatGPT Verkleinern Sie die Codeschrift und automatisch umwickeln Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -2397,9 +2386,9 @@ ChatGPT Verkleinern Sie die Codeschrift und automatisch umwickeln Änderungsprotokoll

    - + - Chatgpt -Code hervorgehoben  + Chatgpt -Code hervorgehoben  @@ -2420,14 +2409,14 @@ ChatGPT Verkleinern Sie die Codeschrift und automatisch umwickeln Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -2435,9 +2424,9 @@ ChatGPT Verkleinern Sie die Codeschrift und automatisch umwickeln Änderungsprotokoll

    - + - Chatgpt -Code -Tool  + Chatgpt -Code -Tool  @@ -2452,14 +2441,14 @@ Fügen Sie den ChatGPT -Codeblöcken Funktionen hinzu, einschließlich der Optio Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -2467,9 +2456,9 @@ Fügen Sie den ChatGPT -Codeblöcken Funktionen hinzu, einschließlich der Optio Geändert von

    - + - Chatgpt Eingabeaufforderung einlegen  + Chatgpt Eingabeaufforderung einlegen  @@ -2484,14 +2473,14 @@ Fügen Sie den Befehl über die Schlüsselkombination in das ChatGPT -Eingangsfe Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -2499,9 +2488,9 @@ Fügen Sie den Befehl über die Schlüsselkombination in das ChatGPT -Eingangsfe Geändert von

    - + - Chatgpt speichern Gespräch  + Chatgpt speichern Gespräch  @@ -2516,14 +2505,14 @@ Speichern Sie die Konversation als .txt -Datei Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -2533,9 +2522,9 @@ Speichern Sie die Konversation als .txt -Datei Geändert von

    - + - ChatGPT verwalten einfach Chats  + ChatGPT verwalten einfach Chats  @@ -2550,14 +2539,14 @@ Suchen Sie Chat, Filter -Chat, Schnell/Stapel -Chat löschen. Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -2567,9 +2556,9 @@ Suchen Sie Chat, Filter -Chat, Schnell/Stapel -Chat löschen.

    Blogseite (5)

    - + - Un eingeschränkte CSDN -Login  + Un eingeschränkte CSDN -Login  @@ -2584,14 +2573,14 @@ Gehen Sie zu Ihrem verdammten CSDN -Login und kopieren Sie, Sie können kopieren Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -2599,9 +2588,9 @@ Gehen Sie zu Ihrem verdammten CSDN -Login und kopieren Sie, Sie können kopieren Änderungsprotokoll

    - + - Saubere Blog -Beiträge  + Saubere Blog -Beiträge  @@ -2616,14 +2605,14 @@ Entfernen Sie nervige Seitenleisten, Kommentarblöcke, Anzeigen und mehr. Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -2631,9 +2620,9 @@ Entfernen Sie nervige Seitenleisten, Kommentarblöcke, Anzeigen und mehr. Geändert von

    - + - Zhihu dunkles Thema  + Zhihu dunkles Thema  @@ -2648,14 +2637,14 @@ Zhihus dunkler Themenstil Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -2663,9 +2652,9 @@ Zhihus dunkler Themenstil Geändert von

    - + - Dunkler Modus der WeChat-Webversion  + Dunkler Modus der WeChat-Webversion  @@ -2680,14 +2669,14 @@ Aktivieren Sie das Web-WeChat-Vollbildfenster,Dunkelmodus Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -2695,9 +2684,9 @@ Aktivieren Sie das Web-WeChat-Vollbildfenster,Dunkelmodus Geändert von

    - + - Sprung in die mobile Version von Sina Weibo  + Sprung in die mobile Version von Sina Weibo  @@ -2712,14 +2701,14 @@ Sina Weibo springt automatisch zur mobilen Version,Unterstützen Sie Weibo、A Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -2729,9 +2718,9 @@ Sina Weibo springt automatisch zur mobilen Version,Unterstützen Sie Weibo、A

    Twitter (5)

    - + - Twitter/X verstecken retweetete Beiträge  + Twitter/X verstecken retweetete Beiträge  @@ -2752,14 +2741,14 @@ Sina Weibo springt automatisch zur mobilen Version,Unterstützen Sie Weibo、A Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -2769,9 +2758,9 @@ Sina Weibo springt automatisch zur mobilen Version,Unterstützen Sie Weibo、A Geändert von

    - + - Download von Twitter Media (2025.12.02 behoben)  + Download von Twitter Media (2025.12.02 behoben)  @@ -2792,14 +2781,14 @@ Sina Weibo springt automatisch zur mobilen Version,Unterstützen Sie Weibo、A Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -2809,9 +2798,9 @@ Sina Weibo springt automatisch zur mobilen Version,Unterstützen Sie Weibo、A Geändert von

    - + - Twitter (x) Blacklist und Blocked List Download  + Twitter (x) Blacklist und Blocked List Download  @@ -2826,14 +2815,14 @@ Wird verwendet, um Twitter (x) Blacklists und blockierte Listen herunterzuladen, Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -2841,9 +2830,9 @@ Wird verwendet, um Twitter (x) Blacklists und blockierte Listen herunterzuladen, Geändert von

    - + - Twitter zeigt das normale Datum und die normale Uhrzeit an  + Twitter zeigt das normale Datum und die normale Uhrzeit an  @@ -2865,22 +2854,22 @@ Wird verwendet, um Twitter (x) Blacklists und blockierte Listen herunterzuladen, Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren

    - + - Twitter(X)-Plus  + Twitter(X)-Plus  @@ -2901,14 +2890,14 @@ Wird verwendet, um Twitter (x) Blacklists und blockierte Listen herunterzuladen, Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -2920,9 +2909,9 @@ Wird verwendet, um Twitter (x) Blacklists und blockierte Listen herunterzuladen,

    YouTube (5)

    - + - YouTube -Assistent  + YouTube -Assistent  @@ -2943,14 +2932,14 @@ Wird verwendet, um Twitter (x) Blacklists und blockierte Listen herunterzuladen, Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -2960,9 +2949,9 @@ Wird verwendet, um Twitter (x) Blacklists und blockierte Listen herunterzuladen, Geändert von

    - + - YouTube -Uhrenverknüpfungen später  + YouTube -Uhrenverknüpfungen später  @@ -2977,14 +2966,14 @@ Verwenden Sie Tastaturverknüpfungen, um das aktuelle YouTube -Video zum oder vo Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -2992,9 +2981,9 @@ Verwenden Sie Tastaturverknüpfungen, um das aktuelle YouTube -Video zum oder vo Geändert von

    - + - Bessere YouTube -Volumensteuerungen  + Bessere YouTube -Volumensteuerungen  @@ -3009,14 +2998,14 @@ Fügen Sie den YouTube -Video -Player Schieberegler hinzu, um die Volumenänderu Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -3024,9 +3013,9 @@ Fügen Sie den YouTube -Video -Player Schieberegler hinzu, um die Volumenänderu Geändert von

    - + - YouTube Dynamic Video Grid  + YouTube Dynamic Video Grid  @@ -3041,14 +3030,14 @@ Passen Sie das YouTube -Video -Netz dynamisch anhand der Fensterbreite an, um di Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -3058,9 +3047,9 @@ Passen Sie das YouTube -Video -Netz dynamisch anhand der Fensterbreite an, um di Geändert von

    - + - YouTube Pro: Audio-Enhancer  + YouTube Pro: Audio-Enhancer  @@ -3081,14 +3070,14 @@ Passen Sie das YouTube -Video -Netz dynamisch anhand der Fensterbreite an, um di Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -3098,9 +3087,9 @@ Passen Sie das YouTube -Video -Netz dynamisch anhand der Fensterbreite an, um di

    TikTok (1)

    - + - TIKTOK -Benutzerinformationen  + TIKTOK -Benutzerinformationen  @@ -3115,14 +3104,14 @@ TIKTOK zeigt erweiterte Informationen zum Profil an Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -3132,9 +3121,9 @@ TIKTOK zeigt erweiterte Informationen zum Profil an

    Bilibili (2)

    - + - Bilibili-Video-Downloader  + Bilibili-Video-Downloader  @@ -3149,14 +3138,14 @@ Laden Sie Bilibili-Videos herunter(Unterstützt keine Dramen) Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -3164,9 +3153,9 @@ Laden Sie Bilibili-Videos herunter(Unterstützt keine Dramen) Geändert von

    - + - Bilibili Live-Raumblockierungstool  + Bilibili Live-Raumblockierungstool  @@ -3174,21 +3163,21 @@ Laden Sie Bilibili-Videos herunter(Unterstützt keine Dramen)

    -Bilibili Live-Raumblockierungstool,Support-Management-Liste,Batch-Blockierung,Export、Importlisten etc.…… +Bilibili Live-Raumblockierungstool,Support-Management-Liste,Batch-Blockierung,Export、Importlisten usw.……
    Greasemonkey / - + - + Readme-Datei / diskutieren / - + Quellcode / Installieren / @@ -3205,7 +3194,7 @@ Bilibili Live-Raumblockierungstool,Support-Management-Liste,Batch-Blockierun Um ein beliebiges Skript zu verwenden,Zuerst müssen Sie den Browser installieren **Tampermonkey Script Manager-Erweiterung([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))。** - Klicken Sie auf das Formular **\[Installieren\]** Rufen Sie direkt die Installationsoberfläche des Skript-Managers auf。 -- Wenn Github Die Zugriffsgeschwindigkeit ist zu langsam,Sie können wählen, ob Sie klicken möchten GreasyFork **\[Installieren\]** Danach wird eine Eingabeaufforderung zur Erweiterung angezeigt,Klicken Sie erneut **\[Installieren\]** Das ist es。 +- Wenn Github Die Zugriffsgeschwindigkeit ist zu langsam,Sie können wählen, ob Sie klicken möchten GreasyFork **\[Installieren\]** Danach erscheint eine Eingabeaufforderung zur Erweiterung,Klicken Sie erneut **\[Installieren\]** Das ist es。 - [Detailliertes Tutorial ansehen](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/README.md) > [!IMPORTANT] @@ -3245,7 +3234,7 @@ Um ein beliebiges Skript zu verwenden,Zuerst müssen Sie den Browser installie > - Sohn der Wüste :+1: > - Kopiert [Sohn der Wüste](https://github.com/maboloshi)Lager[github-chinese](https://github.com/maboloshi/github-chinese)Code innerhalb
    > - In diesem Lager`writer.py` `update-contributors.yml` Kopiert mit[tributors_images.yml](https://github.com/maboloshi/github-chinese/blob/gh-pages/.github/workflows/update_contributors_images.yml)Code im Inneren -> - Diese Repository-Readme-Datei wird kopiert[github-chinese/README.md](https://github.com/maboloshi/github-chinese#:~:text=%E6%B5%8F%E8%A7%88%E5%99%A8%E4%B8%8ESkriptmanager)Inhalt `So installieren Sie es/Verwenden Sie ein Skript?` +> - Diese Repository-Readme-Datei wird kopiert[github-chinese/README.md](https://github.com/maboloshi/github-chinese#:~:text=%E6%B5%8F%E8%A7%88%E5%99%A8%E4%B8%8ESkriptmanager)Inhalt `Anleitung zur Installation/Verwenden Sie ein Skript?` > [!TIP] > @@ -3271,6 +3260,7 @@ Um ein beliebiges Skript zu verwenden,Zuerst müssen Sie den Browser installie 人民的勤务员 Volksroboter +Metric molanp Yoobohl fossabot @@ -3286,8 +3276,8 @@ Beitragsliste von: [contributors](https://github.com/jaywcjlove/github-action- ## 🏛️ Open-Source-Lizenzvereinbarung -Dieses Projekt verwendet MIT Lizenz Autorisieren。 -MIT Bei der Lizenz handelt es sich um eine freizügige Open-Source-Lizenzvereinbarung,Einzelheiten finden Sie unter Vollständiger Lizenztext。 +Dieses Projekt verwendet MIT Lizenz Autorisieren。 +MIT Bei der Lizenz handelt es sich um eine freizügige Open-Source-Lizenzvereinbarung,Einzelheiten finden Sie unter Vollständiger Lizenztext
    @@ -3297,7 +3287,7 @@ MIT Bei der Lizenz handelt es sich um eine freizügige Open-Source-Lizenzvereinb ## 🤝 Verhaltenskodex -Um eine freundliche Atmosphäre zu gewährleisten、Eine respektvolle und integrative Entwicklungsumgebung,Wir haben Folgendes entwickeltVerhaltenskodex。Jeder Mitwirkende wird gebeten, diese Richtlinien zu befolgen。 +Um eine freundliche Atmosphäre zu gewährleisten、Eine respektvolle und integrative Entwicklungsumgebung,Wir haben Folgendes entwickeltVerhaltenskodex。Jeder Mitwirkende wird gebeten, diese Richtlinien zu befolgen。
    @@ -3310,7 +3300,7 @@ Um eine freundliche Atmosphäre zu gewährleisten、Eine respektvolle und integr Wenn Sie eine Schwachstelle finden,Bitte öffnen Sie eines[Entwurf von Sicherheitsempfehlungen](https://github.com/ChinaGodMan/UserScripts/security/advisories/new)。 Auch Pull-Requests sind willkommen,aber aus Sicherheitsgründen,Bitte senden Sie eine E-Mail an und warten Sie auf eine Antwort, bevor Sie sie veröffentlichen。 -Einzelheiten finden Sie unter Sicherheitspolitik +Einzelheiten finden Sie unter Sicherheitspolitik
    @@ -3320,7 +3310,7 @@ Einzelheiten finden Sie unter Sicherheitspolitik ## 💖 Beitragsleitfaden -Vielen Dank für Ihr Interesse an diesem Projekt!Wir haben Folgendes entwickeltBeitragsleitfaden。Damit Sie reibungslos Code oder Dokumentation beisteuern können,Bitte bevor Sie Code oder Fragen einreichen,Lesen Sie den Inhalt sorgfältig durch。 +Vielen Dank für Ihr Interesse an diesem Projekt!Wir haben Folgendes entwickeltBeitragsleitfaden。Damit Sie reibungslos Code oder Dokumentation beisteuern können,Bitte bevor Sie Code oder Fragen einreichen,Lesen Sie den Inhalt sorgfältig durch。
    diff --git a/docs/en/README.md b/docs/en/README.md index f22de0339..725386984 100644 --- a/docs/en/README.md +++ b/docs/en/README.md @@ -8,18 +8,18 @@ - China简体中文 | - China繁體中文 | - English | - 日本語 | - Tiếng Việt | - Italiano | - Русский | - Deutsch | - Español | - Portuguese | - Français | - 대한민국 + China简体中文 | + China繁體中文 | + English | + 日本語 | + Tiếng Việt | + Italiano | + Русский | + Deutsch | + Español | + Portuguese | + Français | + 대한민국
    @@ -63,31 +63,20 @@ [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/ChinaGodMan/UserScripts) -> [!WARNING] ->
    -> This repository is only available inGitHubhosted on,Not hereGitCodeandXPlazahosted on。The following repositories are all mirrors。
    -> :trollface: If you are using it in mainland Chinagit cloneDownload speed is too slow,You can also use the following address -> -> -> [https://www.xplaza.cn/ChinaGodMan](https://www.xplaza.cn/ChinaGodMan) (Mirror account,non-identity) -> [https://www.xplaza.cn/ChinaGodMan/userscripts](https://www.xplaza.cn/ChinaGodMan/userscripts) -> [https://gitcode.com/gh_mirrors/userscripts1/UserScripts/](https://gitcode.com/gh_mirrors/userscripts1/UserScripts) -> -> ->
    + ## 🔖 TOC -[🌐 Browser and Script Manager](#-Browser and Script Manager) | -[❔️ How to install or use the script](#%EF%B8%8F-How to install or use the script) | -[🙏 Special thanks to open source](#-Special thanks to open source) | -[🛡️ security policy](#%EF%B8%8F-security policy) | -[🤝 code of conduct](#-code of conduct) | -[🏛️ Open source license agreement](#%EF%B8%8F-Open source license agreement) | +[🌐 Browser and Script Manager](#-Browser-and-Script-Manager) | +[❔️ How to install or use the script](#%EF%B8%8F-How-to-install-or-use-the-script) | +[🙏 Special thanks to open source](#-Special-thanks-to-open-source) | +[🛡️ security policy](#%EF%B8%8F-security-policy) | +[🤝 code of conduct](#-code-of-conduct) | +[🏛️ Open source license agreement](#%EF%B8%8F-Open-source-license-agreement) | [🧠 Contributor](#-Contributor) | -[💖 Contribution Guide](#-Contribution Guide) | -[⭐ star history](#-star history) | -[📜 script list](#-script list) +[💖 Contribution Guide](#-Contribution-Guide) | +[⭐ star history](#-star-history) | +[📜 script list](#-script-list) ## 📜 script list @@ -96,14 +85,14 @@ **The current number of published scripts in the repository:85,Script includes:** -
    web script (10) +
    web script (10) | GreasyFork (12) - | adult script (11) - | Google Script (2) - | GitHub Script (20) - | Translate script (3) - | AI Script (9) - | blog site (5) + | adult script (11) + | Google Script (2) + | GitHub Script (20) + | Translate script (3) + | AI Script (9) + | blog site (5) | Twitter (5) | YouTube (5) | TikTok (1) @@ -113,9 +102,9 @@

    web script (10)

    - + - scroll button  + scroll button  @@ -136,22 +125,22 @@ Greasemonkey / - + - + readme file / discuss / - + Source code / Install

    - + - Web page writing clip version authorization manager  + Web page writing clip version authorization manager  @@ -172,14 +161,14 @@ Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -187,9 +176,9 @@ Change log

    - + - Remove link underline  + Remove link underline  @@ -204,22 +193,22 @@ Remove link underlines on all sites,and handle new links dynamically Greasemonkey / - + - + readme file / discuss / - + Source code / Install

    - + - Highlight web keywords  + Highlight web keywords  @@ -234,22 +223,22 @@ Custom keyword highlighting on web pages including dynamic loading when scrollin Greasemonkey / - + - + readme file / discuss / - + Source code / Install

    - + - Highlight keywords on the web  + Highlight keywords on the web  @@ -270,22 +259,22 @@ Custom keyword highlighting on web pages including dynamic loading when scrollin Greasemonkey / - + - + readme file / discuss / - + Source code / Install

    - + - Pin to top and bottom buttons  + Pin to top and bottom buttons  @@ -306,14 +295,14 @@ Custom keyword highlighting on web pages including dynamic loading when scrollin Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -321,9 +310,9 @@ Custom keyword highlighting on web pages including dynamic loading when scrollin Change log

    - + - Small window preview  + Small window preview  @@ -344,14 +333,14 @@ Custom keyword highlighting on web pages including dynamic loading when scrollin Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -359,9 +348,9 @@ Custom keyword highlighting on web pages including dynamic loading when scrollin Change log

    - + - Beautify web forms with gorgeous gradients  + Beautify web forms with gorgeous gradients  @@ -382,14 +371,14 @@ Custom keyword highlighting on web pages including dynamic loading when scrollin Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -397,9 +386,9 @@ Custom keyword highlighting on web pages including dynamic loading when scrollin Change log

    - + - Text to link  + Text to link  @@ -414,14 +403,14 @@ Convert text links to clickable links Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -429,9 +418,9 @@ Convert text links to clickable links Modified from

    - + - MarkDown Cloud Cut Notes  + MarkDown Cloud Cut Notes  @@ -452,14 +441,14 @@ Convert text links to clickable links Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -468,12 +457,12 @@ Convert text links to clickable links Modified from - +

    GreasyFork (12)

    - + - Greasy fork script pages for URL enhancement  + Greasy fork script pages for URL enhancement  @@ -494,22 +483,22 @@ Convert text links to clickable links Greasemonkey / - + - + readme file / discuss / - + Source code / Install

    - + - Greasyfork Glue craftsman  + Greasyfork Glue craftsman  @@ -530,14 +519,14 @@ Convert text links to clickable links Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -545,9 +534,9 @@ Convert text links to clickable links Change log

    - + - Script Finder GreasyFork Script Lookup  + Script Finder GreasyFork Script Lookup  @@ -568,14 +557,14 @@ Convert text links to clickable links Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -583,9 +572,9 @@ Convert text links to clickable links Change log

    - + - Greasyfork Script to display ratings  + Greasyfork Script to display ratings  @@ -606,22 +595,22 @@ Convert text links to clickable links Greasemonkey / - + - + readme file / discuss / - + Source code / Install

    - + - GreasyFork: Navigation bar enhancement  + GreasyFork: Navigation bar enhancement  @@ -642,22 +631,22 @@ Convert text links to clickable links Greasemonkey / - + - + readme file / discuss / - + Source code / Install

    - + - GreasyFork markdown  + GreasyFork markdown  @@ -678,14 +667,14 @@ Convert text links to clickable links Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -693,9 +682,9 @@ Convert text links to clickable links Change log

    - + - GreasyFork Search  + GreasyFork Search  @@ -710,22 +699,22 @@ Search using GoogleGreasyForkandSleazyForkupper script Greasemonkey / - + - + readme file / discuss / - + Source code / Install

    - + - GreasyFork Notification Assistant  + GreasyFork Notification Assistant  @@ -746,14 +735,14 @@ Search using GoogleGreasyForkandSleazyForkupper script Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -761,9 +750,9 @@ Search using GoogleGreasyForkandSleazyForkupper script Change log

    - + - GreaysFork EnhanceWebHookSync settings  + GreaysFork EnhanceWebHookSync settings  @@ -784,14 +773,14 @@ Search using GoogleGreasyForkandSleazyForkupper script Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -799,9 +788,9 @@ Search using GoogleGreasyForkandSleazyForkupper script Change log

    - + - GreasyFork User-published script data visualization  + GreasyFork User-published script data visualization  @@ -822,14 +811,14 @@ Search using GoogleGreasyForkandSleazyForkupper script Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -837,9 +826,9 @@ Search using GoogleGreasyForkandSleazyForkupper script Change log

    - + - Greasyfork Display registration time  + Greasyfork Display registration time  @@ -860,14 +849,14 @@ Search using GoogleGreasyForkandSleazyForkupper script Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -877,9 +866,9 @@ Search using GoogleGreasyForkandSleazyForkupper script Modified from

    - + - Greasyfork not updated script highlighted  + Greasyfork not updated script highlighted  @@ -900,14 +889,14 @@ Search using GoogleGreasyForkandSleazyForkupper script Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -916,12 +905,12 @@ Search using GoogleGreasyForkandSleazyForkupper script Modified from - +

    adult script (11)

    - + - MissAv batch backup collection videos  + MissAv batch backup collection videos  @@ -942,14 +931,14 @@ Search using GoogleGreasyForkandSleazyForkupper script Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -957,9 +946,9 @@ Search using GoogleGreasyForkandSleazyForkupper script Change log

    - + - MissAV Automatic login  + MissAV Automatic login  @@ -974,14 +963,14 @@ Detection MissAV state,and automatically log in when not logged in Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -989,9 +978,9 @@ Detection MissAV state,and automatically log in when not logged in Change log

    - + - ThisAV Automatic login  + ThisAV Automatic login  @@ -1006,14 +995,14 @@ Detection ThisAV state,and automatically log in when not logged in Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -1021,9 +1010,9 @@ Detection ThisAV state,and automatically log in when not logged in Change log

    - + - JableTV Automatic login  + JableTV Automatic login  @@ -1038,14 +1027,14 @@ Detection JableTV state,and automatically log in when not logged in Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -1053,9 +1042,9 @@ Detection JableTV state,and automatically log in when not logged in Change log

    - + - MissAV video download tool  + MissAV video download tool  @@ -1076,14 +1065,14 @@ Detection JableTV state,and automatically log in when not logged in Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -1091,9 +1080,9 @@ Detection JableTV state,and automatically log in when not logged in Change log

    - + - xvideos push download  + xvideos push download  @@ -1114,14 +1103,14 @@ Detection JableTV state,and automatically log in when not logged in Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -1129,9 +1118,9 @@ Detection JableTV state,and automatically log in when not logged in Change log

    - + - Pornhub video download with one click  + Pornhub video download with one click  @@ -1152,14 +1141,14 @@ Detection JableTV state,and automatically log in when not logged in Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -1167,9 +1156,9 @@ Detection JableTV state,and automatically log in when not logged in Change log

    - + - xhamster video one-click download assistant  + xhamster video one-click download assistant  @@ -1190,14 +1179,14 @@ Detection JableTV state,and automatically log in when not logged in Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -1205,9 +1194,9 @@ Detection JableTV state,and automatically log in when not logged in Change log

    - + - XnxxVideos Video One-click Download Assistant  + XnxxVideos Video One-click Download Assistant  @@ -1228,14 +1217,14 @@ Detection JableTV state,and automatically log in when not logged in Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -1243,9 +1232,9 @@ Detection JableTV state,and automatically log in when not logged in Change log

    - + - MissAV Enhanced Assistant  + MissAV Enhanced Assistant  @@ -1266,14 +1255,14 @@ Detection JableTV state,and automatically log in when not logged in Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -1281,9 +1270,9 @@ Detection JableTV state,and automatically log in when not logged in Change log

    - + - Just turned 18 years old  + Just turned 18 years old  @@ -1298,14 +1287,14 @@ Since I just turned 18, I can watch adult content Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -1314,12 +1303,12 @@ Since I just turned 18, I can watch adult content Modified from - +

    Google Script (2)

    - + - Block Google search sites  + Block Google search sites  @@ -1334,22 +1323,22 @@ Search for a Google Blocking a specified site Greasemonkey / - + - + readme file / discuss / - + Source code / Install

    - + - Google Advanced search assistant  + Google Advanced search assistant  @@ -1370,26 +1359,26 @@ Search for a Google Blocking a specified site Greasemonkey / - + - + readme file / discuss / - + Source code / Install / Change log - +

    GitHub Script (20)

    - + - 🤠 Github enhanced assistant warehouse display size  + 🤠 Github enhanced assistant warehouse display size  @@ -1410,14 +1399,14 @@ Search for a Google Blocking a specified site Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -1427,9 +1416,9 @@ Search for a Google Blocking a specified site Modified from

    - + - GitHub Sort by date  + GitHub Sort by date  @@ -1450,22 +1439,22 @@ Search for a Google Blocking a specified site Greasemonkey / - + - + readme file / discuss / - + Source code / Install

    - + - GitHub folder downloader  + GitHub folder downloader  @@ -1486,14 +1475,14 @@ Search for a Google Blocking a specified site Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -1501,9 +1490,9 @@ Search for a Google Blocking a specified site Change log

    - + - Github Copy original file URL with download files  + Github Copy original file URL with download files  @@ -1524,14 +1513,14 @@ Search for a Google Blocking a specified site Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -1539,9 +1528,9 @@ Search for a Google Blocking a specified site Change log

    - + - GitHub Submit information display web view  + GitHub Submit information display web view  @@ -1562,22 +1551,22 @@ Search for a Google Blocking a specified site Greasemonkey / - + - + readme file / discuss / - + Source code / Install

    - + - GitHub File list beautifier  + GitHub File list beautifier  @@ -1598,14 +1587,14 @@ Search for a Google Blocking a specified site Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -1613,9 +1602,9 @@ Search for a Google Blocking a specified site Change log

    - + - GitHub Automatically confirm device authorization  + GitHub Automatically confirm device authorization  @@ -1630,14 +1619,14 @@ existGitHubThe authorization page automatically enters the authorization code an Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -1645,9 +1634,9 @@ existGitHubThe authorization page automatically enters the authorization code an Change log

    - + - Github List of code languages show all  + Github List of code languages show all  @@ -1668,14 +1657,14 @@ existGitHubThe authorization page automatically enters the authorization code an Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -1683,9 +1672,9 @@ existGitHubThe authorization page automatically enters the authorization code an Change log

    - + - GitHub warehouse quick jump assistant  + GitHub warehouse quick jump assistant  @@ -1706,14 +1695,14 @@ existGitHubThe authorization page automatically enters the authorization code an Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -1721,9 +1710,9 @@ existGitHubThe authorization page automatically enters the authorization code an Change log

    - + - Open jsDelivr link on Github  + Open jsDelivr link on Github  @@ -1744,14 +1733,14 @@ existGitHubThe authorization page automatically enters the authorization code an Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -1759,9 +1748,9 @@ existGitHubThe authorization page automatically enters the authorization code an Change log

    - + - GitHub Gist code snippet copy and downloader  + GitHub Gist code snippet copy and downloader  @@ -1782,14 +1771,14 @@ existGitHubThe authorization page automatically enters the authorization code an Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -1799,9 +1788,9 @@ existGitHubThe authorization page automatically enters the authorization code an Modified from

    - + - GitHub shortcut key translation assistant  + GitHub shortcut key translation assistant  @@ -1822,14 +1811,14 @@ existGitHubThe authorization page automatically enters the authorization code an Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -1837,9 +1826,9 @@ existGitHubThe authorization page automatically enters the authorization code an Change log

    - + - GitHub Star Warehouse Notes Assistant  + GitHub Star Warehouse Notes Assistant  @@ -1860,14 +1849,14 @@ existGitHubThe authorization page automatically enters the authorization code an Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -1877,9 +1866,9 @@ existGitHubThe authorization page automatically enters the authorization code an Modified from

    - + - GitHub jump to DeepWiKi  + GitHub jump to DeepWiKi  @@ -1900,14 +1889,14 @@ existGitHubThe authorization page automatically enters the authorization code an Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -1917,9 +1906,9 @@ existGitHubThe authorization page automatically enters the authorization code an Modified from

    - + - GitHub Hide Copilot  + GitHub Hide Copilot  @@ -1940,14 +1929,14 @@ existGitHubThe authorization page automatically enters the authorization code an Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -1957,9 +1946,9 @@ existGitHubThe authorization page automatically enters the authorization code an Modified from

    - + - GitHub Email Address Finder  + GitHub Email Address Finder  @@ -1980,14 +1969,14 @@ existGitHubThe authorization page automatically enters the authorization code an Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -1995,9 +1984,9 @@ existGitHubThe authorization page automatically enters the authorization code an Modified from

    - + - GitHub displays file and folder sizes  + GitHub displays file and folder sizes  @@ -2019,14 +2008,14 @@ existGitHubThe authorization page automatically enters the authorization code an Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -2036,9 +2025,9 @@ existGitHubThe authorization page automatically enters the authorization code an Modified from

    - + - GitHub Co-author  + GitHub Co-author  @@ -2060,14 +2049,14 @@ existGitHubThe authorization page automatically enters the authorization code an Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -2075,9 +2064,9 @@ existGitHubThe authorization page automatically enters the authorization code an Modified from

    - + - GitHub Notification Filter Status  + GitHub Notification Filter Status  @@ -2092,14 +2081,14 @@ github-notification-inbox-toggle development version Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -2107,9 +2096,9 @@ github-notification-inbox-toggle development version Modified from

    - + - GitHub copy clone command button (fork)  + GitHub copy clone command button (fork)  @@ -2130,14 +2119,14 @@ github-notification-inbox-toggle development version Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -2146,12 +2135,12 @@ github-notification-inbox-toggle development version Modified from - +

    Translate script (3)

    - + - Foreign Language Terminator  + Foreign Language Terminator  @@ -2166,14 +2155,14 @@ Identify non-Chinese characters. If the length is greater than 5 and the transla Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -2181,9 +2170,9 @@ Identify non-Chinese characters. If the length is greater than 5 and the transla Change log

    - + - Web page translation – automatic translation into Chinese  + Web page translation – automatic translation into Chinese  @@ -2198,22 +2187,22 @@ Add a Google Translation icon to the lower right corner of each non-Chinese web Greasemonkey / - + - + readme file / discuss / - + Source code / Install

    - + - Translation widget | Translate any language  + Translation widget | Translate any language  @@ -2234,14 +2223,14 @@ Add a Google Translation icon to the lower right corner of each non-Chinese web Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -2250,12 +2239,12 @@ Add a Google Translation icon to the lower right corner of each non-Chinese web Modified from - +

    AI Script (9)

    - + - ChatGPT Collapse self message and max width  + ChatGPT Collapse self message and max width  @@ -2276,14 +2265,14 @@ Add a Google Translation icon to the lower right corner of each non-Chinese web Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -2291,9 +2280,9 @@ Add a Google Translation icon to the lower right corner of each non-Chinese web Change log

    - + - ChatGPTCode font size reduced  + ChatGPTCode font size reduced  @@ -2308,22 +2297,22 @@ ChatGPT Make code font smaller and automatically wrap Greasemonkey / - + - + readme file / discuss / - + Source code / Install

    - + - ChatGPT Character counter limit (CCCL)  + ChatGPT Character counter limit (CCCL)  @@ -2344,14 +2333,14 @@ ChatGPT Make code font smaller and automatically wrap Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -2359,9 +2348,9 @@ ChatGPT Make code font smaller and automatically wrap Change log

    - + - ChatGPT Chat copy code and export code buttons  + ChatGPT Chat copy code and export code buttons  @@ -2382,14 +2371,14 @@ ChatGPT Make code font smaller and automatically wrap Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -2397,9 +2386,9 @@ ChatGPT Make code font smaller and automatically wrap Change log

    - + - ChatGPT code highlighted  + ChatGPT code highlighted  @@ -2420,14 +2409,14 @@ ChatGPT Make code font smaller and automatically wrap Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -2435,9 +2424,9 @@ ChatGPT Make code font smaller and automatically wrap Change log

    - + - ChatGPT Code Tool  + ChatGPT Code Tool  @@ -2452,14 +2441,14 @@ Add functionality to ChatGPT code blocks, including the option to save or copy c Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -2467,9 +2456,9 @@ Add functionality to ChatGPT code blocks, including the option to save or copy c Modified from

    - + - ChatGPT Insert Prompt Word  + ChatGPT Insert Prompt Word  @@ -2484,14 +2473,14 @@ Insert the command into the ChatGPT input box via key combination Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -2499,9 +2488,9 @@ Insert the command into the ChatGPT input box via key combination Modified from

    - + - ChatGPT Save conversation  + ChatGPT Save conversation  @@ -2516,14 +2505,14 @@ Save the conversation as a .txt file Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -2533,9 +2522,9 @@ Save the conversation as a .txt file Modified from

    - + - ChatGPT Easily manage chats  + ChatGPT Easily manage chats  @@ -2550,26 +2539,26 @@ Search chat, filter chat, fast/batch delete chat. Greasemonkey / - + - + readme file / discuss / - + Source code / Install / Modified from - +

    blog site (5)

    - + - Unrestricted CSDN login  + Unrestricted CSDN login  @@ -2584,14 +2573,14 @@ Go to your fucking CSDN login and copy, you can copy without logging in Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -2599,9 +2588,9 @@ Go to your fucking CSDN login and copy, you can copy without logging in Change log

    - + - Clean blog posts  + Clean blog posts  @@ -2616,14 +2605,14 @@ Remove annoying sidebars, comment blocks, ads, and more. Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -2631,9 +2620,9 @@ Remove annoying sidebars, comment blocks, ads, and more. Modified from

    - + - Zhihu dark theme  + Zhihu dark theme  @@ -2648,14 +2637,14 @@ Zhihu’s dark theme style Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -2663,9 +2652,9 @@ Zhihu’s dark theme style Modified from

    - + - WeChat web version dark mode  + WeChat web version dark mode  @@ -2680,14 +2669,14 @@ Enable web WeChat full screen window,dark mode Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -2695,9 +2684,9 @@ Enable web WeChat full screen window,dark mode Modified from

    - + - Sina Weibo mobile version jump  + Sina Weibo mobile version jump  @@ -2712,26 +2701,26 @@ Sina Weibo automatically jumps to the mobile version,Support Weibo、article Greasemonkey / - + - + readme file / discuss / - + Source code / Install / Modified from - +

    Twitter (5)

    - + - Twitter/X Hide retweeted posts  + Twitter/X Hide retweeted posts  @@ -2752,14 +2741,14 @@ Sina Weibo automatically jumps to the mobile version,Support Weibo、article Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -2769,9 +2758,9 @@ Sina Weibo automatically jumps to the mobile version,Support Weibo、article Modified from

    - + - Twitter Media Downloader (2025.12.02 Fixed)  + Twitter Media Downloader (2025.12.02 Fixed)  @@ -2792,14 +2781,14 @@ Sina Weibo automatically jumps to the mobile version,Support Weibo、article Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -2809,9 +2798,9 @@ Sina Weibo automatically jumps to the mobile version,Support Weibo、article Modified from

    - + - Twitter(X) Blacklist and Blocked List Download  + Twitter(X) Blacklist and Blocked List Download  @@ -2826,14 +2815,14 @@ Used to download Twitter(X) blacklists and blocked lists, support automatic dete Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -2841,9 +2830,9 @@ Used to download Twitter(X) blacklists and blocked lists, support automatic dete Modified from

    - + - Twitter displays normal date and time  + Twitter displays normal date and time  @@ -2865,22 +2854,22 @@ Used to download Twitter(X) blacklists and blocked lists, support automatic dete Greasemonkey / - + - + readme file / discuss / - + Source code / Install

    - + - Twitter(X)-Plus  + Twitter(X)-Plus  @@ -2901,14 +2890,14 @@ Used to download Twitter(X) blacklists and blocked lists, support automatic dete Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -2917,12 +2906,12 @@ Used to download Twitter(X) blacklists and blocked lists, support automatic dete Modified from - +

    YouTube (5)

    - + - YouTube Assistant  + YouTube Assistant  @@ -2943,14 +2932,14 @@ Used to download Twitter(X) blacklists and blocked lists, support automatic dete Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -2960,9 +2949,9 @@ Used to download Twitter(X) blacklists and blocked lists, support automatic dete Modified from

    - + - YouTube Watch shortcuts later  + YouTube Watch shortcuts later  @@ -2977,14 +2966,14 @@ Use keyboard shortcuts to add or delete the current YouTube video to or from the Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -2992,9 +2981,9 @@ Use keyboard shortcuts to add or delete the current YouTube video to or from the Modified from

    - + - Better YouTube volume controls  + Better YouTube volume controls  @@ -3009,14 +2998,14 @@ Add sliders to YouTube video player to make volume changes more natural. Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -3024,9 +3013,9 @@ Add sliders to YouTube video player to make volume changes more natural. Modified from

    - + - YouTube Dynamic Video Grid  + YouTube Dynamic Video Grid  @@ -3041,14 +3030,14 @@ Dynamically adjust the YouTube video grid based on window width to display the b Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -3058,9 +3047,9 @@ Dynamically adjust the YouTube video grid based on window width to display the b Modified from

    - + - YouTube Pro: Audio Enhancer  + YouTube Pro: Audio Enhancer  @@ -3081,26 +3070,26 @@ Dynamically adjust the YouTube video grid based on window width to display the b Greasemonkey / - + - + readme file / discuss / - + Source code / Install / Modified from - +

    TikTok (1)

    - + - TikTok user information  + TikTok user information  @@ -3115,26 +3104,26 @@ TikTok displays more extended information on profile Greasemonkey / - + - + readme file / discuss / - + Source code / Install / Modified from - +

    Bilibili (2)

    - + - Bilibili video downloader  + Bilibili video downloader  @@ -3149,14 +3138,14 @@ Download Bilibili videos(Does not support dramas) Greasemonkey / - + - + readme file / discuss / - + Source code / Install / @@ -3164,9 +3153,9 @@ Download Bilibili videos(Does not support dramas) Modified from

    - + - Bilibili Live Room Blocking Tool  + Bilibili Live Room Blocking Tool  @@ -3181,21 +3170,21 @@ Bilibili Live Room Blocking Tool,Support management list,Batch blocking,Ex Greasemonkey / - + - + readme file / discuss / - + Source code / Install / Modified from - + @@ -3271,6 +3260,7 @@ To use any script,First you need to install the browser **Tampermonkey Script 人民的勤务员 people’s robots +Metric molanp Yoobohl fossabot @@ -3286,8 +3276,8 @@ Contributions list by: [contributors](https://github.com/jaywcjlove/github-act ## 🏛️ Open source license agreement -This project uses MIT license Authorize。 -MIT The license is a permissive open source licensing agreement,For details, please refer to Full text of license。 +This project uses MIT license Authorize。 +MIT The license is a permissive open source licensing agreement,For details, please refer to Full text of license
    @@ -3297,7 +3287,7 @@ MIT The license is a permissive open source licensing agreement,For details, p ## 🤝 code of conduct -To ensure a friendly、A respectful and inclusive development environment,We have developed the followingcode of conduct。Each contributor is asked to follow these guidelines。 +To ensure a friendly、A respectful and inclusive development environment,We have developed the followingcode of conduct。Each contributor is asked to follow these guidelines。
    @@ -3310,7 +3300,7 @@ To ensure a friendly、A respectful and inclusive development environment,We h If you find a vulnerability,please open one[draft security recommendations](https://github.com/ChinaGodMan/UserScripts/security/advisories/new)。 Pull requests are also welcome,but for security reasons,Please send an email to and wait for a reply before making it public。 -For details, please refer to security policy +For details, please refer to security policy
    @@ -3320,7 +3310,7 @@ For details, please refer to security policyContribution Guide。To help you contribute code or documentation smoothly,Before submitting code or questions, please,Read the content carefully。 +Thank you for your interest in this project!We have developed the followingContribution Guide。To help you contribute code or documentation smoothly,Before submitting code or questions, please,Read the content carefully。
    diff --git a/docs/es/README.md b/docs/es/README.md index 734b453cb..faff2f6e0 100644 --- a/docs/es/README.md +++ b/docs/es/README.md @@ -8,18 +8,18 @@ - China简体中文 | - China繁體中文 | - English | - 日本語 | - Tiếng Việt | - Italiano | - Русский | - Deutsch | - Español | - Portuguese | - Français | - 대한민국 + China简体中文 | + China繁體中文 | + English | + 日本語 | + Tiếng Việt | + Italiano | + Русский | + Deutsch | + Español | + Portuguese | + Français | + 대한민국

    @@ -63,31 +63,20 @@ [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/ChinaGodMan/UserScripts) -> [!WARNING] ->
    -> Este repositorio sólo está disponible enGitHubalojado en,aquí noGitCodeyXPlazaalojado en。Los siguientes repositorios son todos espejos.。
    -> :trollface: Si lo estás usando en China continentalgit cloneLa velocidad de descarga es demasiado lenta,También puede utilizar la siguiente dirección -> -> -> [https://www.xplaza.cn/ChinaGodMan](https://www.xplaza.cn/ChinaGodMan) (Cuenta espejo,no identidad) -> [https://www.xplaza.cn/ChinaGodMan/userscripts](https://www.xplaza.cn/ChinaGodMan/userscripts) -> [https://gitcode.com/gh_mirrors/userscripts1/UserScripts/](https://gitcode.com/gh_mirrors/userscripts1/UserScripts) -> -> ->
    + ## 🔖 TOC -[🌐 Navegador y administrador de scripts](#-Navegador y administrador de scripts) | -[❔️ Cómo instalar o utilizar el script](#%EF%B8%8F-Cómo instalar o utilizar el script) | -[🙏 Un agradecimiento especial al código abierto.](#-Un agradecimiento especial al código abierto.) | -[🛡️ política de seguridad](#%EF%B8%8F-política de seguridad) | -[🤝 Código de conducta](#-Código de conducta) | -[🏛️ Acuerdo de licencia de código abierto](#%EF%B8%8F-Acuerdo de licencia de código abierto) | +[🌐 Navegador y administrador de scripts](#-Navegador-y-administrador-de-scripts) | +[❔️ Cómo instalar o utilizar el script](#%EF%B8%8F-Cómo-instalar-o-utilizar-el-script) | +[🙏 Un agradecimiento especial al código abierto.](#-Un-agradecimiento-especial-al-código-abierto.) | +[🛡️ política de seguridad](#%EF%B8%8F-política-de-seguridad) | +[🤝 Código de conducta](#-Código-de-conducta) | +[🏛️ Acuerdo de licencia de código abierto](#%EF%B8%8F-Acuerdo-de-licencia-de-código-abierto) | [🧠 Contribuyente](#-Contribuyente) | -[💖 Guía de contribución](#-Guía de contribución) | -[⭐ historia de las estrellas](#-historia de las estrellas) | -[📜 lista de guiones](#-lista de guiones) +[💖 Guía de contribución](#-Guía-de-contribución) | +[⭐ historia de las estrellas](#-historia-de-las-estrellas) | +[📜 lista de guiones](#-lista-de-guiones) ## 📜 lista de guiones @@ -96,14 +85,14 @@ **El número actual de scripts publicados en el repositorio.:85,El guión incluye:** -
    guión web (10) +
    guión web (10) | GreasyFork (12) - | guión para adultos (11) - | Google Guion (2) - | GitHub Guion (20) - | Traducir guión (3) - | AI Guion (9) - | sitio de blogs (5) + | guión para adultos (11) + | Google Guion (2) + | GitHub Guion (20) + | Traducir guión (3) + | AI Guion (9) + | sitio de blogs (5) | Twitter (5) | YouTube (5) | TikTok (1) @@ -113,9 +102,9 @@

    guión web (10)

    - + - botón de desplazamiento  + botón de desplazamiento  @@ -136,22 +125,22 @@ Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar

    - + - Administrador de autorización de versión de clip de escritura de página web  + Administrador de autorización de versión de clip de escritura de página web  @@ -172,14 +161,14 @@ Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -187,9 +176,9 @@ Registro de cambios

    - + - Quitar enlace subrayado  + Quitar enlace subrayado  @@ -204,22 +193,22 @@ Eliminar enlaces subrayados en todos los sitios,y manejar nuevos enlaces diná Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar

    - + - Resaltar las palabras clave web  + Resaltar las palabras clave web  @@ -234,22 +223,22 @@ Destacado de palabras clave personalizadas en páginas web que incluyen la carga Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar

    - + - Resaltar las palabras clave en la web  + Resaltar las palabras clave en la web  @@ -270,22 +259,22 @@ Destacado de palabras clave personalizadas en páginas web que incluyen la carga Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar

    - + - Fijar a los botones superior e inferior  + Fijar a los botones superior e inferior  @@ -306,14 +295,14 @@ Destacado de palabras clave personalizadas en páginas web que incluyen la carga Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -321,9 +310,9 @@ Destacado de palabras clave personalizadas en páginas web que incluyen la carga Registro de cambios

    - + - Vista previa de ventana pequeña  + Vista previa de ventana pequeña  @@ -344,14 +333,14 @@ Destacado de palabras clave personalizadas en páginas web que incluyen la carga Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -359,9 +348,9 @@ Destacado de palabras clave personalizadas en páginas web que incluyen la carga Registro de cambios

    - + - Embellezca los formularios web con magníficos degradados  + Embellezca los formularios web con magníficos degradados  @@ -382,14 +371,14 @@ Destacado de palabras clave personalizadas en páginas web que incluyen la carga Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -397,9 +386,9 @@ Destacado de palabras clave personalizadas en páginas web que incluyen la carga Registro de cambios

    - + - Texto para vincular  + Texto para vincular  @@ -414,14 +403,14 @@ Convertir enlaces de texto a enlaces en clic en Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -429,9 +418,9 @@ Convertir enlaces de texto a enlaces en clic en Modificado de

    - + - Notas de corte de nube de markdown  + Notas de corte de nube de markdown  @@ -452,14 +441,14 @@ Convertir enlaces de texto a enlaces en clic en Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -468,12 +457,12 @@ Convertir enlaces de texto a enlaces en clic en Modificado de - +

    GreasyFork (12)

    - + - Páginas de secuencia de comandos de bifurcación grasosa para mejoras de URL  + Páginas de secuencia de comandos de bifurcación grasosa para mejoras de URL  @@ -494,22 +483,22 @@ Convertir enlaces de texto a enlaces en clic en Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar

    - + - Greasyfork Artesano del pegamento  + Greasyfork Artesano del pegamento  @@ -530,14 +519,14 @@ Convertir enlaces de texto a enlaces en clic en Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -545,9 +534,9 @@ Convertir enlaces de texto a enlaces en clic en Registro de cambios

    - + - Script Finder Búsqueda de guiones de GreasyFork  + Script Finder Búsqueda de guiones de GreasyFork  @@ -568,14 +557,14 @@ Convertir enlaces de texto a enlaces en clic en Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -583,9 +572,9 @@ Convertir enlaces de texto a enlaces en clic en Registro de cambios

    - + - Greasyfork Script para mostrar calificaciones  + Greasyfork Script para mostrar calificaciones  @@ -606,22 +595,22 @@ Convertir enlaces de texto a enlaces en clic en Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar

    - + - GreasyFork: Mejora de la barra de navegación  + GreasyFork: Mejora de la barra de navegación  @@ -642,22 +631,22 @@ Convertir enlaces de texto a enlaces en clic en Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar

    - + - GreasyFork markdown  + GreasyFork markdown  @@ -678,14 +667,14 @@ Convertir enlaces de texto a enlaces en clic en Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -693,9 +682,9 @@ Convertir enlaces de texto a enlaces en clic en Registro de cambios

    - + - GreasyFork Search  + GreasyFork Search  @@ -710,22 +699,22 @@ Buscar usando GoogleGreasyForkySleazyForkguión superior Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar

    - + - GreasyFork Asistente de notificaciones  + GreasyFork Asistente de notificaciones  @@ -746,14 +735,14 @@ Buscar usando GoogleGreasyForkySleazyForkguión superior Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -761,9 +750,9 @@ Buscar usando GoogleGreasyForkySleazyForkguión superior Registro de cambios

    - + - GreaysFork MejorarWebHookConfiguración de sincronización  + GreaysFork MejorarWebHookConfiguración de sincronización  @@ -784,14 +773,14 @@ Buscar usando GoogleGreasyForkySleazyForkguión superior Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -799,9 +788,9 @@ Buscar usando GoogleGreasyForkySleazyForkguión superior Registro de cambios

    - + - GreasyFork Visualización de datos de script publicados por el usuario  + GreasyFork Visualización de datos de script publicados por el usuario  @@ -822,14 +811,14 @@ Buscar usando GoogleGreasyForkySleazyForkguión superior Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -837,9 +826,9 @@ Buscar usando GoogleGreasyForkySleazyForkguión superior Registro de cambios

    - + - Greasyfork Muestra tiempo de registro  + Greasyfork Muestra tiempo de registro  @@ -860,14 +849,14 @@ Buscar usando GoogleGreasyForkySleazyForkguión superior Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -877,9 +866,9 @@ Buscar usando GoogleGreasyForkySleazyForkguión superior Modificado de

    - + - GreasyFork no actualizado script resaltado  + GreasyFork no actualizado script resaltado  @@ -900,14 +889,14 @@ Buscar usando GoogleGreasyForkySleazyForkguión superior Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -916,12 +905,12 @@ Buscar usando GoogleGreasyForkySleazyForkguión superior Modificado de - +

    guión para adultos (11)

    - + - Videos de colección de copias de seguridad de Missav Batch  + Videos de colección de copias de seguridad de Missav Batch  @@ -942,14 +931,14 @@ Buscar usando GoogleGreasyForkySleazyForkguión superior Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -957,9 +946,9 @@ Buscar usando GoogleGreasyForkySleazyForkguión superior Registro de cambios

    - + - MissAV Inicio de sesión automático  + MissAV Inicio de sesión automático  @@ -974,14 +963,14 @@ Detección MissAV estado,e iniciar sesión automáticamente cuando no haya inici Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -989,9 +978,9 @@ Detección MissAV estado,e iniciar sesión automáticamente cuando no haya inici Registro de cambios

    - + - ThisAV Inicio de sesión automático  + ThisAV Inicio de sesión automático  @@ -1006,14 +995,14 @@ Detección ThisAV estado,e iniciar sesión automáticamente cuando no haya inici Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -1021,9 +1010,9 @@ Detección ThisAV estado,e iniciar sesión automáticamente cuando no haya inici Registro de cambios

    - + - JableTV Inicio de sesión automático  + JableTV Inicio de sesión automático  @@ -1038,14 +1027,14 @@ Detección JableTV estado,e iniciar sesión automáticamente cuando no haya inic Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -1053,9 +1042,9 @@ Detección JableTV estado,e iniciar sesión automáticamente cuando no haya inic Registro de cambios

    - + - Herramienta de descarga de video de Missav  + Herramienta de descarga de video de Missav  @@ -1076,14 +1065,14 @@ Detección JableTV estado,e iniciar sesión automáticamente cuando no haya inic Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -1091,9 +1080,9 @@ Detección JableTV estado,e iniciar sesión automáticamente cuando no haya inic Registro de cambios

    - + - descarga de push xvideos  + descarga de push xvideos  @@ -1114,14 +1103,14 @@ Detección JableTV estado,e iniciar sesión automáticamente cuando no haya inic Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -1129,9 +1118,9 @@ Detección JableTV estado,e iniciar sesión automáticamente cuando no haya inic Registro de cambios

    - + - Descarga de video pornhub con un solo clic  + Descarga de video pornhub con un solo clic  @@ -1152,14 +1141,14 @@ Detección JableTV estado,e iniciar sesión automáticamente cuando no haya inic Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -1167,9 +1156,9 @@ Detección JableTV estado,e iniciar sesión automáticamente cuando no haya inic Registro de cambios

    - + - Video de Xhamster Asistente de descarga de un solo clic  + Video de Xhamster Asistente de descarga de un solo clic  @@ -1190,14 +1179,14 @@ Detección JableTV estado,e iniciar sesión automáticamente cuando no haya inic Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -1205,9 +1194,9 @@ Detección JableTV estado,e iniciar sesión automáticamente cuando no haya inic Registro de cambios

    - + - XNXXVIDEOS Video One-Click Descargar Asistente  + XNXXVIDEOS Video One-Click Descargar Asistente  @@ -1228,14 +1217,14 @@ Detección JableTV estado,e iniciar sesión automáticamente cuando no haya inic Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -1243,9 +1232,9 @@ Detección JableTV estado,e iniciar sesión automáticamente cuando no haya inic Registro de cambios

    - + - Asistente mejorado de Missav  + Asistente mejorado de Missav  @@ -1266,14 +1255,14 @@ Detección JableTV estado,e iniciar sesión automáticamente cuando no haya inic Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -1281,9 +1270,9 @@ Detección JableTV estado,e iniciar sesión automáticamente cuando no haya inic Registro de cambios

    - + - Acabo de cumplir 18 años  + Acabo de cumplir 18 años  @@ -1298,14 +1287,14 @@ Desde que acabo de cumplir 18 años, puedo ver contenido para adultos Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -1314,12 +1303,12 @@ Desde que acabo de cumplir 18 años, puedo ver contenido para adultos Modificado de - +

    Google Guion (2)

    - + - Bloquear los sitios de búsqueda de Google  + Bloquear los sitios de búsqueda de Google  @@ -1334,22 +1323,22 @@ Busque un Google bloqueando un sitio específico Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar

    - + - Google asistente de búsqueda avanzada  + Google asistente de búsqueda avanzada  @@ -1370,26 +1359,26 @@ Busque un Google bloqueando un sitio específico Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / Registro de cambios - +

    GitHub Guion (20)

    - + - 🤠 Tamaño de visualización del almacén del asistente mejorado de Github  + 🤠 Tamaño de visualización del almacén del asistente mejorado de Github  @@ -1410,14 +1399,14 @@ Busque un Google bloqueando un sitio específico Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -1427,9 +1416,9 @@ Busque un Google bloqueando un sitio específico Modificado de

    - + - GitHub Ordenar por fecha  + GitHub Ordenar por fecha  @@ -1450,22 +1439,22 @@ Busque un Google bloqueando un sitio específico Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar

    - + - GitHub descargador de carpetas  + GitHub descargador de carpetas  @@ -1486,14 +1475,14 @@ Busque un Google bloqueando un sitio específico Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -1501,9 +1490,9 @@ Busque un Google bloqueando un sitio específico Registro de cambios

    - + - Github Copiar archivo original URL con archivos de descarga  + Github Copiar archivo original URL con archivos de descarga  @@ -1524,14 +1513,14 @@ Busque un Google bloqueando un sitio específico Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -1539,9 +1528,9 @@ Busque un Google bloqueando un sitio específico Registro de cambios

    - + - GitHub Enviar información mostrar vista web  + GitHub Enviar información mostrar vista web  @@ -1562,22 +1551,22 @@ Busque un Google bloqueando un sitio específico Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar

    - + - GitHub Embellecedor de lista de archivos  + GitHub Embellecedor de lista de archivos  @@ -1598,14 +1587,14 @@ Busque un Google bloqueando un sitio específico Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -1613,9 +1602,9 @@ Busque un Google bloqueando un sitio específico Registro de cambios

    - + - GitHub Confirmar automáticamente la autorización del dispositivo  + GitHub Confirmar automáticamente la autorización del dispositivo  @@ -1630,14 +1619,14 @@ existirGitHubLa página de autorización ingresa automáticamente el código de Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -1645,9 +1634,9 @@ existirGitHubLa página de autorización ingresa automáticamente el código de Registro de cambios

    - + - Github Lista de lenguajes de código mostrar todo  + Github Lista de lenguajes de código mostrar todo  @@ -1668,14 +1657,14 @@ existirGitHubLa página de autorización ingresa automáticamente el código de Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -1683,9 +1672,9 @@ existirGitHubLa página de autorización ingresa automáticamente el código de Registro de cambios

    - + - Asistente de salto rápido del almacén de GitHub  + Asistente de salto rápido del almacén de GitHub  @@ -1706,14 +1695,14 @@ existirGitHubLa página de autorización ingresa automáticamente el código de Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -1721,9 +1710,9 @@ existirGitHubLa página de autorización ingresa automáticamente el código de Registro de cambios

    - + - Abra el enlace JSDelivr en Github  + Abra el enlace JSDelivr en Github  @@ -1744,14 +1733,14 @@ existirGitHubLa página de autorización ingresa automáticamente el código de Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -1759,9 +1748,9 @@ existirGitHubLa página de autorización ingresa automáticamente el código de Registro de cambios

    - + - Copia y descargador de fragmentos de código Github Gist  + Copia y descargador de fragmentos de código Github Gist  @@ -1782,14 +1771,14 @@ existirGitHubLa página de autorización ingresa automáticamente el código de Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -1799,9 +1788,9 @@ existirGitHubLa página de autorización ingresa automáticamente el código de Modificado de

    - + - Asistente de traducción de clave de acceso directo de GitHub  + Asistente de traducción de clave de acceso directo de GitHub  @@ -1822,14 +1811,14 @@ existirGitHubLa página de autorización ingresa automáticamente el código de Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -1837,9 +1826,9 @@ existirGitHubLa página de autorización ingresa automáticamente el código de Registro de cambios

    - + - Asistente de notas de almacén de estrellas de Github  + Asistente de notas de almacén de estrellas de Github  @@ -1860,14 +1849,14 @@ existirGitHubLa página de autorización ingresa automáticamente el código de Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -1877,9 +1866,9 @@ existirGitHubLa página de autorización ingresa automáticamente el código de Modificado de

    - + - Github salta a Deepwiki  + Github salta a Deepwiki  @@ -1900,14 +1889,14 @@ existirGitHubLa página de autorización ingresa automáticamente el código de Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -1917,9 +1906,9 @@ existirGitHubLa página de autorización ingresa automáticamente el código de Modificado de

    - + - Github Ocultar copiloto  + Github Ocultar copiloto  @@ -1940,14 +1929,14 @@ existirGitHubLa página de autorización ingresa automáticamente el código de Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -1957,9 +1946,9 @@ existirGitHubLa página de autorización ingresa automáticamente el código de Modificado de

    - + - Buscador de direcciones de correo electrónico de GitHub  + Buscador de direcciones de correo electrónico de GitHub  @@ -1980,14 +1969,14 @@ existirGitHubLa página de autorización ingresa automáticamente el código de Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -1995,9 +1984,9 @@ existirGitHubLa página de autorización ingresa automáticamente el código de Modificado de

    - + - GitHub muestra tamaños de archivo y carpeta  + GitHub muestra tamaños de archivo y carpeta  @@ -2019,14 +2008,14 @@ existirGitHubLa página de autorización ingresa automáticamente el código de Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -2036,9 +2025,9 @@ existirGitHubLa página de autorización ingresa automáticamente el código de Modificado de

    - + - Coautor de Github  + Coautor de Github  @@ -2060,14 +2049,14 @@ existirGitHubLa página de autorización ingresa automáticamente el código de Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -2075,9 +2064,9 @@ existirGitHubLa página de autorización ingresa automáticamente el código de Modificado de

    - + - Estado del filtro de notificación de github  + Estado del filtro de notificación de github  @@ -2092,14 +2081,14 @@ Versión de desarrollo de github-notification-inbox-toggle Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -2107,9 +2096,9 @@ Versión de desarrollo de github-notification-inbox-toggle Modificado de

    - + - Botón de comando copiar clonar de GitHub (bifurcación)  + Botón de comando copiar clonar de GitHub (bifurcación)  @@ -2130,14 +2119,14 @@ Versión de desarrollo de github-notification-inbox-toggle Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -2146,12 +2135,12 @@ Versión de desarrollo de github-notification-inbox-toggle Modificado de - +

    Traducir guión (3)

    - + - Terminador de idiomas extranjeros  + Terminador de idiomas extranjeros  @@ -2166,14 +2155,14 @@ Identificar personajes no chinos. Si la longitud es mayor que 5 y el texto tradu Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -2181,9 +2170,9 @@ Identificar personajes no chinos. Si la longitud es mayor que 5 y el texto tradu Registro de cambios

    - + - Traducción de la página web: traducción automática al chino  + Traducción de la página web: traducción automática al chino  @@ -2198,22 +2187,22 @@ Agregue un icono de traducción de Google a la esquina inferior derecha de cada Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar

    - + - Widget de traducción |  + Widget de traducción |  @@ -2234,14 +2223,14 @@ Agregue un icono de traducción de Google a la esquina inferior derecha de cada Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -2250,12 +2239,12 @@ Agregue un icono de traducción de Google a la esquina inferior derecha de cada Modificado de - +

    AI Guion (9)

    - + - ChatGPT Contraer automensaje y ancho máximo  + ChatGPT Contraer automensaje y ancho máximo  @@ -2276,14 +2265,14 @@ Agregue un icono de traducción de Google a la esquina inferior derecha de cada Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -2291,9 +2280,9 @@ Agregue un icono de traducción de Google a la esquina inferior derecha de cada Registro de cambios

    - + - ChatGPTTamaño de fuente del código reducido  + ChatGPTTamaño de fuente del código reducido  @@ -2308,22 +2297,22 @@ ChatGPT Reducir la fuente del código y envolver automáticamente Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar

    - + - ChatGPT Límite del contador de caracteres (CCCL)  + ChatGPT Límite del contador de caracteres (CCCL)  @@ -2344,14 +2333,14 @@ ChatGPT Reducir la fuente del código y envolver automáticamente Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -2359,9 +2348,9 @@ ChatGPT Reducir la fuente del código y envolver automáticamente Registro de cambios

    - + - ChatGPT Botones de copiar código y exportar código de chat  + ChatGPT Botones de copiar código y exportar código de chat  @@ -2382,14 +2371,14 @@ ChatGPT Reducir la fuente del código y envolver automáticamente Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -2397,9 +2386,9 @@ ChatGPT Reducir la fuente del código y envolver automáticamente Registro de cambios

    - + - Código de chatgpt resaltado  + Código de chatgpt resaltado  @@ -2420,14 +2409,14 @@ ChatGPT Reducir la fuente del código y envolver automáticamente Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -2435,9 +2424,9 @@ ChatGPT Reducir la fuente del código y envolver automáticamente Registro de cambios

    - + - Herramienta de código chatgpt  + Herramienta de código chatgpt  @@ -2452,14 +2441,14 @@ Agregue la funcionalidad a los bloques de código CHATGPT, incluida la opción d Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -2467,9 +2456,9 @@ Agregue la funcionalidad a los bloques de código CHATGPT, incluida la opción d Modificado de

    - + - Chatgpt inserte una palabra rápida  + Chatgpt inserte una palabra rápida  @@ -2484,14 +2473,14 @@ Inserte el comando en el cuadro de entrada de chatgpt a través de la combinaci Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -2499,9 +2488,9 @@ Inserte el comando en el cuadro de entrada de chatgpt a través de la combinaci Modificado de

    - + - Chatgpt guardar conversación  + Chatgpt guardar conversación  @@ -2516,14 +2505,14 @@ Guarde la conversación como un archivo .txt Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -2533,9 +2522,9 @@ Guarde la conversación como un archivo .txt Modificado de

    - + - Chatgpt administrar fácilmente los chats  + Chatgpt administrar fácilmente los chats  @@ -2550,26 +2539,26 @@ Buscar chat, filtrar chat, fast/lotes eliminar chat. Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / Modificado de - +

    sitio de blogs (5)

    - + - Iniciar sesión CSDN sin restricciones  + Iniciar sesión CSDN sin restricciones  @@ -2584,14 +2573,14 @@ Vaya a su jodido inicio de sesión y copia de CSDN, puede copiar sin iniciar ses Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -2599,9 +2588,9 @@ Vaya a su jodido inicio de sesión y copia de CSDN, puede copiar sin iniciar ses Registro de cambios

    - + - Publicaciones de blog limpias  + Publicaciones de blog limpias  @@ -2616,14 +2605,14 @@ Elimine barras laterales molestas, bloques de comentarios, anuncios y más. Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -2631,9 +2620,9 @@ Elimine barras laterales molestas, bloques de comentarios, anuncios y más. Modificado de

    - + - Tema oscuro de Zhihu  + Tema oscuro de Zhihu  @@ -2648,14 +2637,14 @@ El estilo de tema oscuro de Zhihu Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -2663,9 +2652,9 @@ El estilo de tema oscuro de Zhihu Modificado de

    - + - Modo oscuro de la versión web de WeChat  + Modo oscuro de la versión web de WeChat  @@ -2680,14 +2669,14 @@ Habilitar la ventana de pantalla completa de WeChat web,modo oscuro Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -2695,9 +2684,9 @@ Habilitar la ventana de pantalla completa de WeChat web,modo oscuro Modificado de

    - + - Salto de la versión móvil de Sina Weibo  + Salto de la versión móvil de Sina Weibo  @@ -2712,26 +2701,26 @@ Sina Weibo salta automáticamente a la versión móvil,Soporte Weibo、artícu Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / Modificado de - +

    Twitter (5)

    - + - Twitter/x Ocultar publicaciones retuiteadas  + Twitter/x Ocultar publicaciones retuiteadas  @@ -2752,14 +2741,14 @@ Sina Weibo salta automáticamente a la versión móvil,Soporte Weibo、artícu Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -2769,9 +2758,9 @@ Sina Weibo salta automáticamente a la versión móvil,Soporte Weibo、artícu Modificado de

    - + - Descarga de medios de Twitter (2025.12.02 solucionado)  + Descarga de medios de Twitter (2025.12.02 solucionado)  @@ -2792,14 +2781,14 @@ Sina Weibo salta automáticamente a la versión móvil,Soporte Weibo、artícu Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -2809,9 +2798,9 @@ Sina Weibo salta automáticamente a la versión móvil,Soporte Weibo、artícu Modificado de

    - + - Twitter (x) Descarga de lista de lista negra y bloqueada  + Twitter (x) Descarga de lista de lista negra y bloqueada  @@ -2826,14 +2815,14 @@ Se usa para descargar listas negras de Twitter (x) y listas bloqueadas, admite l Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -2841,9 +2830,9 @@ Se usa para descargar listas negras de Twitter (x) y listas bloqueadas, admite l Modificado de

    - + - Twitter muestra fecha y hora normales  + Twitter muestra fecha y hora normales  @@ -2865,22 +2854,22 @@ Se usa para descargar listas negras de Twitter (x) y listas bloqueadas, admite l Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar

    - + - Twitter(X)-Más  + Twitter(X)-Más  @@ -2901,14 +2890,14 @@ Se usa para descargar listas negras de Twitter (x) y listas bloqueadas, admite l Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -2917,12 +2906,12 @@ Se usa para descargar listas negras de Twitter (x) y listas bloqueadas, admite l Modificado de - +

    YouTube (5)

    - + - Asistente de YouTube  + Asistente de YouTube  @@ -2943,14 +2932,14 @@ Se usa para descargar listas negras de Twitter (x) y listas bloqueadas, admite l Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -2960,9 +2949,9 @@ Se usa para descargar listas negras de Twitter (x) y listas bloqueadas, admite l Modificado de

    - + - YouTube Watch atajos más tarde  + YouTube Watch atajos más tarde  @@ -2977,14 +2966,14 @@ Use atajos de teclado para agregar o eliminar el video actual de YouTube hacia o Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -2992,9 +2981,9 @@ Use atajos de teclado para agregar o eliminar el video actual de YouTube hacia o Modificado de

    - + - Mejores controles de volumen de YouTube  + Mejores controles de volumen de YouTube  @@ -3009,14 +2998,14 @@ Agregue los controles deslizantes al reproductor de video de YouTube para hacer Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -3024,9 +3013,9 @@ Agregue los controles deslizantes al reproductor de video de YouTube para hacer Modificado de

    - + - Grid de video dinámico de YouTube  + Grid de video dinámico de YouTube  @@ -3041,14 +3030,14 @@ Ajuste dinámicamente la cuadrícula de video de YouTube en función del ancho d Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -3058,9 +3047,9 @@ Ajuste dinámicamente la cuadrícula de video de YouTube en función del ancho d Modificado de

    - + - YouTube Pro: potenciador de audio  + YouTube Pro: potenciador de audio  @@ -3081,26 +3070,26 @@ Ajuste dinámicamente la cuadrícula de video de YouTube en función del ancho d Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / Modificado de - +

    TikTok (1)

    - + - Información del usuario de Tiktok  + Información del usuario de Tiktok  @@ -3115,26 +3104,26 @@ Tiktok muestra información más extendida sobre el perfil Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / Modificado de - +

    Bilibili (2)

    - + - Descargador de videos Bilibili  + Descargador de videos Bilibili  @@ -3149,14 +3138,14 @@ Descargar vídeos de Bilibili(No soporta dramas) Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / @@ -3164,9 +3153,9 @@ Descargar vídeos de Bilibili(No soporta dramas) Modificado de

    - + - Herramienta de bloqueo de salas en vivo Bilibili  + Herramienta de bloqueo de salas en vivo Bilibili  @@ -3181,21 +3170,21 @@ Herramienta de bloqueo de salas en vivo Bilibili,Lista de gestión de soporte Greasemonkey / - + - + archivo Léame / conversar / - + código fuente / Instalar / Modificado de - + @@ -3243,22 +3232,22 @@ Para usar cualquier script,Primero necesitas instalar el navegador. **Tampermo > [!TIP] > > - hijo del desierto :+1: -> - Copiado [hijo del desierto](https://github.com/maboloshi)depósito[github-chinese](https://github.com/maboloshi/github-chinese)código dentro
    +> - copiado [hijo del desierto](https://github.com/maboloshi)depósito[github-chinese](https://github.com/maboloshi/github-chinese)código dentro
    > - en este almacén`writer.py` `update-contributors.yml` Copiado usando[tributors_images.yml](https://github.com/maboloshi/github-chinese/blob/gh-pages/.github/workflows/update_contributors_images.yml)código dentro > - Este archivo Léame del repositorio se copia[github-chinese/README.md](https://github.com/maboloshi/github-chinese#:~:text=%E6%B5%8F%E8%A7%88%E5%99%A8%E4%B8%8EAdministrador%20de%20guiones)contenido `Cómo instalar/Usar guión?` > [!TIP] > -> - [#12](https://github.com/ChinaGodMan/UserScripts/issues/12) :trollface: Adam Lui Liu Zhan Peng :+1: -> - _Traducción automática de este repositorio y Action Un agradecimiento especial a Yankee.[Adam Lui Liu Zhan Peng](https://github.com/adamlui)Grandes ideas y código!_ :trollface: -> - _El estilo de naming de este almacén está inspirado en los Yankees.[Adam Lui Liu Zhan Peng](https://github.com/adamlui)Inspirar_ :trollface: -> - _El archivo Léame en este repositorio proviene de[Adam Lui Liu Zhan Peng](https://github.com/adamlui)estilo de autoinforme_ :trollface: -> - _El salto de redirección mutua dentro del guión proviene de[Adam Lui Liu Zhan Peng](https://github.com/adamlui)estilo de autoinforme_ :trollface: +> - [#12](https://github.com/ChinaGodMan/UserScripts/issues/12) :trollface: Adam Lui Liu Zhanpeng :+1: +> - _Traducción automática de este repositorio y Action Un agradecimiento especial a Yankee.[Adam Lui Liu Zhanpeng](https://github.com/adamlui)Grandes ideas y código!_ :trollface: +> - _El estilo de naming de este almacén está inspirado en los Yankees.[Adam Lui Liu Zhanpeng](https://github.com/adamlui)Inspirar_ :trollface: +> - _El archivo Léame en este repositorio proviene de[Adam Lui Liu Zhanpeng](https://github.com/adamlui)estilo de autoinforme_ :trollface: +> - _El salto de redirección mutua dentro del guión proviene de[Adam Lui Liu Zhanpeng](https://github.com/adamlui)estilo de autoinforme_ :trollface: > - _Todo en este almacén`README.md`Archivo copiado y usado de este repositorio Yankee`README.md`Diseño del documento,delimitador,código,Ideas_ :trollface: -> - _yanqui copiado[Adam Lui Liu Zhan Peng](https://github.com/adamlui) Action codigo interno_ [sync-autoclear-chatgpt-history-changes.yml](https://github.com/adamlui/chatgpt-apps/blob/main/.github/workflows/sync-autoclear-chatgpt-history-changes.yml) :trollface: -> - _Copiado yanqui[Adam Lui Liu Zhan Peng](https://github.com/adamlui)Action codigo interno_ [sync-autoclear-chatgpt-history-changes.yml](https://github.com/adamlui/chatgpt-apps/blob/main/.github/workflows/sync-autoclear-chatgpt-history-changes.yml) :trollface: -> - _yanqui copiado[Adam Lui Liu Zhan Peng](https://github.com/adamlui)_ [chatgpt-auto-continue/docs/README.md](https://github.com/adamlui/ai-apps/blob/main/chatgpt-auto-continue/docs/README.md)delimitador,Estilo de composición :trollface: -> - _Copiado yanqui[Adam Lui Liu Zhan Peng](https://github.com/adamlui)Python codigo interno_ [translate-en-messages.py](https://github.com/adamlui/python-utils/blob/main/translate-messages/translate-en-messages.py) :trollface: +> - _yanqui copiado[Adam Lui Liu Zhanpeng](https://github.com/adamlui) Action codigo interno_ [sync-autoclear-chatgpt-history-changes.yml](https://github.com/adamlui/chatgpt-apps/blob/main/.github/workflows/sync-autoclear-chatgpt-history-changes.yml) :trollface: +> - _copiado yanqui[Adam Lui Liu Zhanpeng](https://github.com/adamlui)Action codigo interno_ [sync-autoclear-chatgpt-history-changes.yml](https://github.com/adamlui/chatgpt-apps/blob/main/.github/workflows/sync-autoclear-chatgpt-history-changes.yml) :trollface: +> - _yanqui copiado[Adam Lui Liu Zhanpeng](https://github.com/adamlui)_ [chatgpt-auto-continue/docs/README.md](https://github.com/adamlui/ai-apps/blob/main/chatgpt-auto-continue/docs/README.md)delimitador,Estilo de composición :trollface: +> - _copiado yanqui[Adam Lui Liu Zhanpeng](https://github.com/adamlui)Python codigo interno_ [translate-en-messages.py](https://github.com/adamlui/python-utils/blob/main/translate-messages/translate-en-messages.py) :trollface:
    @@ -3271,6 +3260,7 @@ Para usar cualquier script,Primero necesitas instalar el navegador. **Tampermo 人民的勤务员 robots de la gente +Metric molanp Yoobohl fossabot @@ -3286,8 +3276,8 @@ Lista de contribuciones de: [contributors](https://github.com/jaywcjlove/githu ## 🏛️ Acuerdo de licencia de código abierto -Este proyecto utiliza MIT licencia Autorizar。 -MIT La licencia es un acuerdo de licencia de código abierto permisivo.,Para más detalles, consulte Texto completo de la licencia。 +Este proyecto utiliza MIT licencia Autorizar。 +MIT La licencia es un acuerdo de licencia de código abierto permisivo.,Para más detalles, consulte Texto completo de la licencia
    @@ -3297,7 +3287,7 @@ MIT La licencia es un acuerdo de licencia de código abierto permisivo.,Para m ## 🤝 Código de conducta -Para garantizar una amistad、Un entorno de desarrollo respetuoso e inclusivo,Hemos desarrollado el siguienteCódigo de conducta。Se solicita a cada colaborador que siga estas pautas.。 +Para garantizar una amistad、Un entorno de desarrollo respetuoso e inclusivo,Hemos desarrollado el siguienteCódigo de conducta。Se solicita a cada colaborador que siga estas pautas.。
    @@ -3310,7 +3300,7 @@ Para garantizar una amistad、Un entorno de desarrollo respetuoso e inclusivo, Si encuentras una vulnerabilidad,por favor abre uno[borrador de recomendaciones de seguridad](https://github.com/ChinaGodMan/UserScripts/security/advisories/new)。 Las solicitudes de extracción también son bienvenidas,pero por razones de seguridad,Por favor envíe un correo electrónico a y espera una respuesta antes de hacerlo público。 -Para más detalles, consulte política de seguridad +Para más detalles, consulte política de seguridad
    @@ -3320,7 +3310,7 @@ Para más detalles, consulte política de seguri ## 💖 Guía de contribución -Gracias por su interés en este proyecto.!Hemos desarrollado el siguienteGuía de contribución。Para ayudarle a contribuir con código o documentación sin problemas,Antes de enviar código o preguntas, por favor,Lee atentamente el contenido。 +Gracias por su interés en este proyecto.!Hemos desarrollado el siguienteGuía de contribución。Para ayudarle a contribuir con código o documentación sin problemas,Antes de enviar código o preguntas, por favor,Lee atentamente el contenido。
    diff --git a/docs/fr/README.md b/docs/fr/README.md index b33a7f8cb..84e215602 100644 --- a/docs/fr/README.md +++ b/docs/fr/README.md @@ -8,18 +8,18 @@ - China简体中文 | - China繁體中文 | - English | - 日本語 | - Tiếng Việt | - Italiano | - Русский | - Deutsch | - Español | - Portuguese | - Français | - 대한민국 + China简体中文 | + China繁體中文 | + English | + 日本語 | + Tiếng Việt | + Italiano | + Русский | + Deutsch | + Español | + Portuguese | + Français | + 대한민국

    @@ -63,31 +63,20 @@ [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/ChinaGodMan/UserScripts) -> [!WARNING] ->
    -> Ce référentiel est uniquement disponible dansGitHubhébergé sur,Pas iciGitCodeetXPlazahébergé sur。Les référentiels suivants sont tous des miroirs。
    -> :trollface: Si vous l’utilisez en Chine continentalegit cloneLa vitesse de téléchargement est trop lente,Vous pouvez également utiliser l’adresse suivante -> -> -> [https://www.xplaza.cn/ChinaGodMan](https://www.xplaza.cn/ChinaGodMan) (Compte miroir,non-identité) -> [https://www.xplaza.cn/ChinaGodMan/userscripts](https://www.xplaza.cn/ChinaGodMan/userscripts) -> [https://gitcode.com/gh_mirrors/userscripts1/UserScripts/](https://gitcode.com/gh_mirrors/userscripts1/UserScripts) -> -> ->
    + ## 🔖 TOC -[🌐 Navigateur et gestionnaire de scripts](#-Navigateur et gestionnaire de scripts) | -[❔️ Comment installer ou utiliser le script](#%EF%B8%8F-Comment installer ou utiliser le script) | -[🙏 Un merci spécial à l’open source](#-Un merci spécial à l’open source) | -[🛡️ politique de sécurité](#%EF%B8%8F-politique de sécurité) | -[🤝 code de conduite](#-code de conduite) | -[🏛️ Contrat de licence open source](#%EF%B8%8F-Contrat de licence open source) | +[🌐 Navigateur et gestionnaire de scripts](#-Navigateur-et-gestionnaire-de-scripts) | +[❔️ Comment installer ou utiliser le script](#%EF%B8%8F-Comment-installer-ou-utiliser-le-script) | +[🙏 Un merci spécial à l’open source](#-Un-merci-spécial-à-l’open-source) | +[🛡️ politique de sécurité](#%EF%B8%8F-politique-de-sécurité) | +[🤝 code de conduite](#-code-de-conduite) | +[🏛️ Contrat de licence open source](#%EF%B8%8F-Contrat-de-licence-open-source) | [🧠 Donateur](#-Donateur) | -[💖 Guide des contributions](#-Guide des contributions) | -[⭐ histoire des étoiles](#-histoire des étoiles) | -[📜 liste de scripts](#-liste de scripts) +[💖 Guide des contributions](#-Guide-des-contributions) | +[⭐ histoire des étoiles](#-histoire-des-étoiles) | +[📜 liste de scripts](#-liste-de-scripts) ## 📜 liste de scripts @@ -96,14 +85,14 @@ **Le nombre actuel de scripts publiés dans le référentiel:85,Le script comprend:** -
    script Web (10) +
    script Web (10) | GreasyFork (12) - | scénario pour adultes (11) - | Google Scénario (2) - | GitHub Scénario (20) - | Traduire le script (3) - | AI Scénario (9) - | site de blogs (5) + | scénario pour adultes (11) + | Google Scénario (2) + | GitHub Scénario (20) + | Traduire le script (3) + | AI Scénario (9) + | site de blogs (5) | Twitter (5) | YouTube (5) | TikTok (1) @@ -113,9 +102,9 @@

    script Web (10)

    - + - bouton de défilement  + bouton de défilement  @@ -136,22 +125,22 @@ Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer

    - + - Gestionnaire d’autorisation de version de clip d’écriture de page Web  + Gestionnaire d’autorisation de version de clip d’écriture de page Web  @@ -172,14 +161,14 @@ Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -187,9 +176,9 @@ Journal des modifications

    - + - Supprimer le soulignement du lien  + Supprimer le soulignement du lien  @@ -204,22 +193,22 @@ Supprimer les liens soulignés sur tous les sites,et gérer les nouveaux liens Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer

    - + - Mettre en surbrillance les mots clés Web  + Mettre en surbrillance les mots clés Web  @@ -234,22 +223,22 @@ Mots-clés personnalisés mettant en surbrillance sur les pages Web, y compris l Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer

    - + - Mettez en surbrillance des mots clés sur le Web  + Mettez en surbrillance des mots clés sur le Web  @@ -270,22 +259,22 @@ Mots-clés personnalisés mettant en surbrillance sur les pages Web, y compris l Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer

    - + - Épingler sur les boutons du haut et du bas  + Épingler sur les boutons du haut et du bas  @@ -306,14 +295,14 @@ Mots-clés personnalisés mettant en surbrillance sur les pages Web, y compris l Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -321,9 +310,9 @@ Mots-clés personnalisés mettant en surbrillance sur les pages Web, y compris l Journal des modifications

    - + - Aperçu dans une petite fenêtre  + Aperçu dans une petite fenêtre  @@ -344,14 +333,14 @@ Mots-clés personnalisés mettant en surbrillance sur les pages Web, y compris l Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -359,9 +348,9 @@ Mots-clés personnalisés mettant en surbrillance sur les pages Web, y compris l Journal des modifications

    - + - Embellissez les formulaires Web avec de superbes dégradés  + Embellissez les formulaires Web avec de superbes dégradés  @@ -382,14 +371,14 @@ Mots-clés personnalisés mettant en surbrillance sur les pages Web, y compris l Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -397,9 +386,9 @@ Mots-clés personnalisés mettant en surbrillance sur les pages Web, y compris l Journal des modifications

    - + - Texte pour lier  + Texte pour lier  @@ -414,14 +403,14 @@ Convertir les liens de texte en liens clickables Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -429,9 +418,9 @@ Convertir les liens de texte en liens clickables Modifié à partir de

    - + - Notes de coupe de cloud de Markdown  + Notes de coupe de cloud de Markdown  @@ -452,14 +441,14 @@ Convertir les liens de texte en liens clickables Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -468,12 +457,12 @@ Convertir les liens de texte en liens clickables Modifié à partir de - +

    GreasyFork (12)

    - + - Pages de script de fourche grasse pour amélioration de l’URL  + Pages de script de fourche grasse pour amélioration de l’URL  @@ -494,22 +483,22 @@ Convertir les liens de texte en liens clickables Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer

    - + - Greasyfork Artisan de la colle  + Greasyfork Artisan de la colle  @@ -530,14 +519,14 @@ Convertir les liens de texte en liens clickables Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -545,9 +534,9 @@ Convertir les liens de texte en liens clickables Journal des modifications

    - + - Script Finder Recherche de script GreasyFork  + Script Finder Recherche de script GreasyFork  @@ -568,14 +557,14 @@ Convertir les liens de texte en liens clickables Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -583,9 +572,9 @@ Convertir les liens de texte en liens clickables Journal des modifications

    - + - Greasyfork Script pour afficher les notes  + Greasyfork Script pour afficher les notes  @@ -606,22 +595,22 @@ Convertir les liens de texte en liens clickables Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer

    - + - GreasyFork: Amélioration de la barre de navigation  + GreasyFork: Amélioration de la barre de navigation  @@ -642,22 +631,22 @@ Convertir les liens de texte en liens clickables Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer

    - + - GreasyFork markdown  + GreasyFork markdown  @@ -678,14 +667,14 @@ Convertir les liens de texte en liens clickables Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -693,9 +682,9 @@ Convertir les liens de texte en liens clickables Journal des modifications

    - + - GreasyFork Search  + GreasyFork Search  @@ -710,22 +699,22 @@ Rechercher avec GoogleGreasyForketSleazyForkécriture supérieure Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer

    - + - GreasyFork Assistant de notifications  + GreasyFork Assistant de notifications  @@ -746,14 +735,14 @@ Rechercher avec GoogleGreasyForketSleazyForkécriture supérieure Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -761,9 +750,9 @@ Rechercher avec GoogleGreasyForketSleazyForkécriture supérieure Journal des modifications

    - + - GreaysFork AméliorerWebHookParamètres de synchronisation  + GreaysFork AméliorerWebHookParamètres de synchronisation  @@ -784,14 +773,14 @@ Rechercher avec GoogleGreasyForketSleazyForkécriture supérieure Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -799,9 +788,9 @@ Rechercher avec GoogleGreasyForketSleazyForkécriture supérieure Journal des modifications

    - + - GreasyFork Visualisation des données de script publié par l’utilisateur  + GreasyFork Visualisation des données de script publié par l’utilisateur  @@ -822,14 +811,14 @@ Rechercher avec GoogleGreasyForketSleazyForkécriture supérieure Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -837,9 +826,9 @@ Rechercher avec GoogleGreasyForketSleazyForkécriture supérieure Journal des modifications

    - + - Greasyfork Afficher temps d’inscription  + Greasyfork Afficher temps d’inscription  @@ -860,14 +849,14 @@ Rechercher avec GoogleGreasyForketSleazyForkécriture supérieure Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -877,9 +866,9 @@ Rechercher avec GoogleGreasyForketSleazyForkécriture supérieure Modifié à partir de

    - + - Greasyfork non mis à jour le script mis en surbrillance  + Greasyfork non mis à jour le script mis en surbrillance  @@ -900,14 +889,14 @@ Rechercher avec GoogleGreasyForketSleazyForkécriture supérieure Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -916,12 +905,12 @@ Rechercher avec GoogleGreasyForketSleazyForkécriture supérieure Modifié à partir de - +

    scénario pour adultes (11)

    - + - Vidéos de collection de sauvegarde de Missav Batch  + Vidéos de collection de sauvegarde de Missav Batch  @@ -942,14 +931,14 @@ Rechercher avec GoogleGreasyForketSleazyForkécriture supérieure Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -957,9 +946,9 @@ Rechercher avec GoogleGreasyForketSleazyForkécriture supérieure Journal des modifications

    - + - MissAV Connexion automatique  + MissAV Connexion automatique  @@ -974,14 +963,14 @@ Détection MissAV État,et connectez-vous automatiquement lorsque vous n’êtes Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -989,9 +978,9 @@ Détection MissAV État,et connectez-vous automatiquement lorsque vous n’êtes Journal des modifications

    - + - ThisAV Connexion automatique  + ThisAV Connexion automatique  @@ -1006,14 +995,14 @@ Détection ThisAV État,et connectez-vous automatiquement lorsque vous n’êtes Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -1021,9 +1010,9 @@ Détection ThisAV État,et connectez-vous automatiquement lorsque vous n’êtes Journal des modifications

    - + - JableTV Connexion automatique  + JableTV Connexion automatique  @@ -1038,14 +1027,14 @@ Détection JableTV État,et connectez-vous automatiquement lorsque vous n’ête Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -1053,9 +1042,9 @@ Détection JableTV État,et connectez-vous automatiquement lorsque vous n’ête Journal des modifications

    - + - Outil de téléchargement vidéo Missav  + Outil de téléchargement vidéo Missav  @@ -1076,14 +1065,14 @@ Détection JableTV État,et connectez-vous automatiquement lorsque vous n’ête Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -1091,9 +1080,9 @@ Détection JableTV État,et connectez-vous automatiquement lorsque vous n’ête Journal des modifications

    - + - xvideos push download  + xvideos push download  @@ -1114,14 +1103,14 @@ Détection JableTV État,et connectez-vous automatiquement lorsque vous n’ête Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -1129,9 +1118,9 @@ Détection JableTV État,et connectez-vous automatiquement lorsque vous n’ête Journal des modifications

    - + - Téléchargement vidéo pornhub en un clic  + Téléchargement vidéo pornhub en un clic  @@ -1152,14 +1141,14 @@ Détection JableTV État,et connectez-vous automatiquement lorsque vous n’ête Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -1167,9 +1156,9 @@ Détection JableTV État,et connectez-vous automatiquement lorsque vous n’ête Journal des modifications

    - + - Assistant de téléchargement en un clic vidéo xhamster  + Assistant de téléchargement en un clic vidéo xhamster  @@ -1190,14 +1179,14 @@ Détection JableTV État,et connectez-vous automatiquement lorsque vous n’ête Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -1205,9 +1194,9 @@ Détection JableTV État,et connectez-vous automatiquement lorsque vous n’ête Journal des modifications

    - + - XNXXVIDEOS VIDEO  + XNXXVIDEOS VIDEO  @@ -1228,14 +1217,14 @@ Détection JableTV État,et connectez-vous automatiquement lorsque vous n’ête Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -1243,9 +1232,9 @@ Détection JableTV État,et connectez-vous automatiquement lorsque vous n’ête Journal des modifications

    - + - Assistant amélioré de Missav  + Assistant amélioré de Missav  @@ -1266,14 +1255,14 @@ Détection JableTV État,et connectez-vous automatiquement lorsque vous n’ête Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -1281,9 +1270,9 @@ Détection JableTV État,et connectez-vous automatiquement lorsque vous n’ête Journal des modifications

    - + - Je viens d’avoir 18 ans  + Je viens d’avoir 18 ans  @@ -1298,14 +1287,14 @@ Depuis que je viens d’avoir 18 ans, je peux regarder du contenu pour adultes Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -1314,12 +1303,12 @@ Depuis que je viens d’avoir 18 ans, je peux regarder du contenu pour adultes Modifié à partir de - +

    Google Scénario (2)

    - + - Bloquer les sites de recherche Google  + Bloquer les sites de recherche Google  @@ -1334,22 +1323,22 @@ Rechercher un Google bloquant un site spécifié Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer

    - + - Google Assistant de recherche avancée  + Google Assistant de recherche avancée  @@ -1370,26 +1359,26 @@ Rechercher un Google bloquant un site spécifié Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / Journal des modifications - +

    GitHub Scénario (20)

    - + - 🤠 Taille d’affichage de l’entrepôt de l’assistant amélioré Github  + 🤠 Taille d’affichage de l’entrepôt de l’assistant amélioré Github  @@ -1410,14 +1399,14 @@ Rechercher un Google bloquant un site spécifié Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -1427,9 +1416,9 @@ Rechercher un Google bloquant un site spécifié Modifié à partir de

    - + - GitHub Trier par date  + GitHub Trier par date  @@ -1450,22 +1439,22 @@ Rechercher un Google bloquant un site spécifié Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer

    - + - GitHub téléchargeur de dossiers  + GitHub téléchargeur de dossiers  @@ -1486,14 +1475,14 @@ Rechercher un Google bloquant un site spécifié Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -1501,9 +1490,9 @@ Rechercher un Google bloquant un site spécifié Journal des modifications

    - + - Github Copier le fichier original URL avec des fichiers à télécharger  + Github Copier le fichier original URL avec des fichiers à télécharger  @@ -1524,14 +1513,14 @@ Rechercher un Google bloquant un site spécifié Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -1539,9 +1528,9 @@ Rechercher un Google bloquant un site spécifié Journal des modifications

    - + - GitHub Soumettre des informations, afficher la vue Web  + GitHub Soumettre des informations, afficher la vue Web  @@ -1562,22 +1551,22 @@ Rechercher un Google bloquant un site spécifié Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer

    - + - GitHub Embellisseur de liste de fichiers  + GitHub Embellisseur de liste de fichiers  @@ -1598,14 +1587,14 @@ Rechercher un Google bloquant un site spécifié Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -1613,9 +1602,9 @@ Rechercher un Google bloquant un site spécifié Journal des modifications

    - + - GitHub Confirmer automatiquement l’autorisation de l’appareil  + GitHub Confirmer automatiquement l’autorisation de l’appareil  @@ -1630,14 +1619,14 @@ existerGitHubLa page d’autorisation saisit automatiquement le code d’autoris Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -1645,9 +1634,9 @@ existerGitHubLa page d’autorisation saisit automatiquement le code d’autoris Journal des modifications

    - + - Github Liste des langages de code afficher tout  + Github Liste des langages de code afficher tout  @@ -1668,14 +1657,14 @@ existerGitHubLa page d’autorisation saisit automatiquement le code d’autoris Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -1683,9 +1672,9 @@ existerGitHubLa page d’autorisation saisit automatiquement le code d’autoris Journal des modifications

    - + - Assistant de saut rapide de l’entrepôt GitHub  + Assistant de saut rapide de l’entrepôt GitHub  @@ -1706,14 +1695,14 @@ existerGitHubLa page d’autorisation saisit automatiquement le code d’autoris Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -1721,9 +1710,9 @@ existerGitHubLa page d’autorisation saisit automatiquement le code d’autoris Journal des modifications

    - + - Ouvrir le lien jsdelivr sur github  + Ouvrir le lien jsdelivr sur github  @@ -1744,14 +1733,14 @@ existerGitHubLa page d’autorisation saisit automatiquement le code d’autoris Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -1759,9 +1748,9 @@ existerGitHubLa page d’autorisation saisit automatiquement le code d’autoris Journal des modifications

    - + - GitHub Gist Code Snippet Copy and Downloader  + GitHub Gist Code Snippet Copy and Downloader  @@ -1782,14 +1771,14 @@ existerGitHubLa page d’autorisation saisit automatiquement le code d’autoris Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -1799,9 +1788,9 @@ existerGitHubLa page d’autorisation saisit automatiquement le code d’autoris Modifié à partir de

    - + - Assistant de traduction de la clé de raccourci Github  + Assistant de traduction de la clé de raccourci Github  @@ -1822,14 +1811,14 @@ existerGitHubLa page d’autorisation saisit automatiquement le code d’autoris Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -1837,9 +1826,9 @@ existerGitHubLa page d’autorisation saisit automatiquement le code d’autoris Journal des modifications

    - + - Assistant de notes d’entrepôt Github Star  + Assistant de notes d’entrepôt Github Star  @@ -1860,14 +1849,14 @@ existerGitHubLa page d’autorisation saisit automatiquement le code d’autoris Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -1877,9 +1866,9 @@ existerGitHubLa page d’autorisation saisit automatiquement le code d’autoris Modifié à partir de

    - + - Github saute à Deepwiki  + Github saute à Deepwiki  @@ -1900,14 +1889,14 @@ existerGitHubLa page d’autorisation saisit automatiquement le code d’autoris Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -1917,9 +1906,9 @@ existerGitHubLa page d’autorisation saisit automatiquement le code d’autoris Modifié à partir de

    - + - Copilot de masquage GitHub  + Copilot de masquage GitHub  @@ -1940,14 +1929,14 @@ existerGitHubLa page d’autorisation saisit automatiquement le code d’autoris Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -1957,9 +1946,9 @@ existerGitHubLa page d’autorisation saisit automatiquement le code d’autoris Modifié à partir de

    - + - Finder de l’adresse e-mail GitHub  + Finder de l’adresse e-mail GitHub  @@ -1980,14 +1969,14 @@ existerGitHubLa page d’autorisation saisit automatiquement le code d’autoris Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -1995,9 +1984,9 @@ existerGitHubLa page d’autorisation saisit automatiquement le code d’autoris Modifié à partir de

    - + - GitHub affiche les tailles de fichiers et de dossiers  + GitHub affiche les tailles de fichiers et de dossiers  @@ -2019,14 +2008,14 @@ existerGitHubLa page d’autorisation saisit automatiquement le code d’autoris Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -2036,9 +2025,9 @@ existerGitHubLa page d’autorisation saisit automatiquement le code d’autoris Modifié à partir de

    - + - Co-auteur de Github  + Co-auteur de Github  @@ -2060,14 +2049,14 @@ existerGitHubLa page d’autorisation saisit automatiquement le code d’autoris Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -2075,9 +2064,9 @@ existerGitHubLa page d’autorisation saisit automatiquement le code d’autoris Modifié à partir de

    - + - État du filtre de notification GitHub  + État du filtre de notification GitHub  @@ -2092,14 +2081,14 @@ version de développement github-notification-inbox-toggle Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -2107,9 +2096,9 @@ version de développement github-notification-inbox-toggle Modifié à partir de

    - + - Bouton de commande de clonage de copie GitHub (fork)  + Bouton de commande de clonage de copie GitHub (fork)  @@ -2130,14 +2119,14 @@ version de développement github-notification-inbox-toggle Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -2146,12 +2135,12 @@ version de développement github-notification-inbox-toggle Modifié à partir de - +

    Traduire le script (3)

    - + - Terminateur en langue étrangère  + Terminateur en langue étrangère  @@ -2166,14 +2155,14 @@ Identifiez les caractères non chinois. Si la longueur est supérieure à 5 et q Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -2181,9 +2170,9 @@ Identifiez les caractères non chinois. Si la longueur est supérieure à 5 et q Journal des modifications

    - + - Traduction de page Web - Traduction automatique en chinois  + Traduction de page Web - Traduction automatique en chinois  @@ -2198,22 +2187,22 @@ Ajoutez une icône de traduction Google dans le coin inférieur droit de chaque Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer

    - + - Widget de traduction | Traduire n’importe quelle langue  + Widget de traduction | Traduire n’importe quelle langue  @@ -2234,14 +2223,14 @@ Ajoutez une icône de traduction Google dans le coin inférieur droit de chaque Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -2250,12 +2239,12 @@ Ajoutez une icône de traduction Google dans le coin inférieur droit de chaque Modifié à partir de - +

    AI Scénario (9)

    - + - ChatGPT Réduire le message personnel et la largeur maximale  + ChatGPT Réduire le message personnel et la largeur maximale  @@ -2276,14 +2265,14 @@ Ajoutez une icône de traduction Google dans le coin inférieur droit de chaque Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -2291,9 +2280,9 @@ Ajoutez une icône de traduction Google dans le coin inférieur droit de chaque Journal des modifications

    - + - ChatGPTTaille de la police du code réduite  + ChatGPTTaille de la police du code réduite  @@ -2308,22 +2297,22 @@ ChatGPT Rendre la police du code plus petite et envelopper automatiquement Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer

    - + - ChatGPT Limite du compteur de caractères (CCCL)  + ChatGPT Limite du compteur de caractères (CCCL)  @@ -2344,14 +2333,14 @@ ChatGPT Rendre la police du code plus petite et envelopper automatiquement Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -2359,9 +2348,9 @@ ChatGPT Rendre la police du code plus petite et envelopper automatiquement Journal des modifications

    - + - ChatGPT Boutons de copie du code de chat et d’exportation du code  + ChatGPT Boutons de copie du code de chat et d’exportation du code  @@ -2382,14 +2371,14 @@ ChatGPT Rendre la police du code plus petite et envelopper automatiquement Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -2397,9 +2386,9 @@ ChatGPT Rendre la police du code plus petite et envelopper automatiquement Journal des modifications

    - + - CODE CHATGPT DIVÉRÉ  + CODE CHATGPT DIVÉRÉ  @@ -2420,14 +2409,14 @@ ChatGPT Rendre la police du code plus petite et envelopper automatiquement Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -2435,9 +2424,9 @@ ChatGPT Rendre la police du code plus petite et envelopper automatiquement Journal des modifications

    - + - Outil de code chatppt  + Outil de code chatppt  @@ -2452,14 +2441,14 @@ Ajoutez des fonctionnalités aux blocs de code ChatGPT, y compris l’option pou Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -2467,9 +2456,9 @@ Ajoutez des fonctionnalités aux blocs de code ChatGPT, y compris l’option pou Modifié à partir de

    - + - Chatppt insérer un mot rapide  + Chatppt insérer un mot rapide  @@ -2484,14 +2473,14 @@ Insérez la commande dans la boîte d’entrée Chatgpt via la combinaison de cl Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -2499,9 +2488,9 @@ Insérez la commande dans la boîte d’entrée Chatgpt via la combinaison de cl Modifié à partir de

    - + - Chatppt enregistrer la conversation  + Chatppt enregistrer la conversation  @@ -2516,14 +2505,14 @@ Enregistrer la conversation en tant que fichier .txt Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -2533,9 +2522,9 @@ Enregistrer la conversation en tant que fichier .txt Modifié à partir de

    - + - Chatgpt Gérez facilement les chats  + Chatgpt Gérez facilement les chats  @@ -2550,26 +2539,26 @@ Chat de recherche, chat filtre, chat de suppression rapide / lot. Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / Modifié à partir de - +

    site de blogs (5)

    - + - Connexion CSDN sans restriction  + Connexion CSDN sans restriction  @@ -2584,14 +2573,14 @@ Accédez à votre putain de connexion CSDN et copier, vous pouvez copier sans vo Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -2599,9 +2588,9 @@ Accédez à votre putain de connexion CSDN et copier, vous pouvez copier sans vo Journal des modifications

    - + - Nettoyer les articles de blog  + Nettoyer les articles de blog  @@ -2616,14 +2605,14 @@ Supprimez les barres latérales ennuyeuses, les blocs de commentaires, les annon Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -2631,9 +2620,9 @@ Supprimez les barres latérales ennuyeuses, les blocs de commentaires, les annon Modifié à partir de

    - + - Thème sombre Zhihu  + Thème sombre Zhihu  @@ -2648,14 +2637,14 @@ Le style de thème sombre de Zhihu Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -2663,9 +2652,9 @@ Le style de thème sombre de Zhihu Modifié à partir de

    - + - Mode sombre de la version Web de WeChat  + Mode sombre de la version Web de WeChat  @@ -2680,14 +2669,14 @@ Activer la fenêtre plein écran Web WeChat,mode sombre Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -2695,9 +2684,9 @@ Activer la fenêtre plein écran Web WeChat,mode sombre Modifié à partir de

    - + - Saut de la version mobile de Sina Weibo  + Saut de la version mobile de Sina Weibo  @@ -2712,26 +2701,26 @@ Sina Weibo passe automatiquement à la version mobile,Soutenir Weibo、article Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / Modifié à partir de - +

    Twitter (5)

    - + - Twitter / x Hide Retweeted Posts  + Twitter / x Hide Retweeted Posts  @@ -2752,14 +2741,14 @@ Sina Weibo passe automatiquement à la version mobile,Soutenir Weibo、article Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -2769,9 +2758,9 @@ Sina Weibo passe automatiquement à la version mobile,Soutenir Weibo、article Modifié à partir de

    - + - Twitter Media Download (2025.12.02 Correction)  + Twitter Media Download (2025.12.02 Correction)  @@ -2792,14 +2781,14 @@ Sina Weibo passe automatiquement à la version mobile,Soutenir Weibo、article Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -2809,9 +2798,9 @@ Sina Weibo passe automatiquement à la version mobile,Soutenir Weibo、article Modifié à partir de

    - + - Twitter (x) Liste noire et liste de liste bloquée  + Twitter (x) Liste noire et liste de liste bloquée  @@ -2826,14 +2815,14 @@ Utilisé pour télécharger Twitter (x) listes noires et listes bloquées, prend Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -2841,9 +2830,9 @@ Utilisé pour télécharger Twitter (x) listes noires et listes bloquées, prend Modifié à partir de

    - + - Twitter affiche la date et l’heure normales  + Twitter affiche la date et l’heure normales  @@ -2865,22 +2854,22 @@ Utilisé pour télécharger Twitter (x) listes noires et listes bloquées, prend Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer

    - + - Twitter(X)-Plus  + Twitter(X)-Plus  @@ -2901,14 +2890,14 @@ Utilisé pour télécharger Twitter (x) listes noires et listes bloquées, prend Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -2917,12 +2906,12 @@ Utilisé pour télécharger Twitter (x) listes noires et listes bloquées, prend Modifié à partir de - +

    YouTube (5)

    - + - Assistant YouTube  + Assistant YouTube  @@ -2943,14 +2932,14 @@ Utilisé pour télécharger Twitter (x) listes noires et listes bloquées, prend Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -2960,9 +2949,9 @@ Utilisé pour télécharger Twitter (x) listes noires et listes bloquées, prend Modifié à partir de

    - + - YouTube regarde les raccourcis plus tard  + YouTube regarde les raccourcis plus tard  @@ -2977,14 +2966,14 @@ Utilisez des raccourcis clavier pour ajouter ou supprimer la vidéo YouTube actu Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -2992,9 +2981,9 @@ Utilisez des raccourcis clavier pour ajouter ou supprimer la vidéo YouTube actu Modifié à partir de

    - + - Meilleurs commandes de volume YouTube  + Meilleurs commandes de volume YouTube  @@ -3009,14 +2998,14 @@ Ajoutez des curseurs au lecteur vidéo YouTube pour rendre les changements de vo Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -3024,9 +3013,9 @@ Ajoutez des curseurs au lecteur vidéo YouTube pour rendre les changements de vo Modifié à partir de

    - + - Grille vidéo dynamique YouTube  + Grille vidéo dynamique YouTube  @@ -3041,14 +3030,14 @@ Ajustez dynamiquement la grille vidéo YouTube en fonction de la largeur de la f Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -3058,9 +3047,9 @@ Ajustez dynamiquement la grille vidéo YouTube en fonction de la largeur de la f Modifié à partir de

    - + - YouTube Pro : optimiseur audio  + YouTube Pro : optimiseur audio  @@ -3081,26 +3070,26 @@ Ajustez dynamiquement la grille vidéo YouTube en fonction de la largeur de la f Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / Modifié à partir de - +

    TikTok (1)

    - + - Informations utilisateur Tiktok  + Informations utilisateur Tiktok  @@ -3115,26 +3104,26 @@ Tiktok affiche plus d’informations étendues sur le profil Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / Modifié à partir de - +

    Bilibili (2)

    - + - Téléchargeur vidéo Bilibili  + Téléchargeur vidéo Bilibili  @@ -3149,14 +3138,14 @@ Télécharger les vidéos de Bilibili(Ne prend pas en charge les drames) Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / @@ -3164,9 +3153,9 @@ Télécharger les vidéos de Bilibili(Ne prend pas en charge les drames) Modifié à partir de

    - + - Outil de blocage de salle Bilibili Live  + Outil de blocage de salle Bilibili Live  @@ -3181,21 +3170,21 @@ Outil de blocage de salle Bilibili Live,Liste de gestion du support,Blocage Greasemonkey / - + - + fichier Lisez-moi / discuter / - + Code source / Installer / Modifié à partir de - + @@ -3271,6 +3260,7 @@ Pour utiliser n’importe quel script,Vous devez d’abord installer le naviga 人民的勤务员 les robots des gens +Metric molanp Yoobohl fossabot @@ -3286,8 +3276,8 @@ Liste des contributions par: [contributors](https://github.com/jaywcjlove/gith ## 🏛️ Contrat de licence open source -Ce projet utilise MIT licence Autoriser。 -MIT La licence est un accord de licence open source permissif,Pour plus de détails, veuillez vous référer à Texte intégral de la licence。 +Ce projet utilise MIT licence Autoriser。 +MIT La licence est un accord de licence open source permissif,Pour plus de détails, veuillez vous référer à Texte intégral de la licence
    @@ -3297,7 +3287,7 @@ MIT La licence est un accord de licence open source permissif,Pour plus de dé ## 🤝 code de conduite -Pour assurer une convivialité、Un environnement de développement respectueux et inclusif,Nous avons développé ce qui suitcode de conduite。Chaque contributeur est invité à suivre ces directives。 +Pour assurer une convivialité、Un environnement de développement respectueux et inclusif,Nous avons développé ce qui suitcode de conduite。Chaque contributeur est invité à suivre ces directives。
    @@ -3310,7 +3300,7 @@ Pour assurer une convivialité、Un environnement de développement respectueux Si vous trouvez une vulnérabilité,s’il te plaît, ouvre-en un[rédiger des recommandations de sécurité](https://github.com/ChinaGodMan/UserScripts/security/advisories/new)。 Les demandes de tirage sont également les bienvenues,mais pour des raisons de sécurité,Veuillez envoyer un email à et attends une réponse avant de la rendre publique。 -Pour plus de détails, veuillez vous référer à politique de sécurité +Pour plus de détails, veuillez vous référer à politique de sécurité
    @@ -3320,7 +3310,7 @@ Pour plus de détails, veuillez vous référer à Guide des contributions。Pour vous aider à contribuer du code ou de la documentation en douceur,Avant de soumettre du code ou des questions, veuillez,Lisez attentivement le contenu。 +Merci de votre intérêt pour ce projet!Nous avons développé ce qui suitGuide des contributions。Pour vous aider à contribuer du code ou de la documentation en douceur,Avant de soumettre du code ou des questions, veuillez,Lisez attentivement le contenu。
    diff --git a/docs/it/README.md b/docs/it/README.md index 8e088e39a..d782666f0 100644 --- a/docs/it/README.md +++ b/docs/it/README.md @@ -8,30 +8,30 @@ - China简体中文 | - China繁體中文 | - English | - 日本語 | - Tiếng Việt | - Italiano | - Русский | - Deutsch | - Español | - Portuguese | - Français | - 대한민국 + China简体中文 | + China繁體中文 | + English | + 日本語 | + Tiếng Việt | + Italiano | + Русский | + Deutsch | + Español | + Portuguese | + Français | + 대한민국

    ChinaGodMan -
    GreasyFork查看勤务员的脚本
    +
    GreasyForkVisualizza lo script per l’ordinato
    GreasyFork -Total Installs +Total Installs Daily update checks Total Daily Installs Scripts Count
    -Good Ratings -Ok Ratings +Good Ratings +Ok Ratings Bad Ratings CodeQuality Stars @@ -47,11 +47,11 @@
    - 脚本来自互联网广大网友,Ho appena apportato alcune modifiche.Grazie netizen
    - 如有侵权,Il contatto deve essere eliminato
    + La sceneggiatura proviene dal vasto numero di netizen su Internet,Ho appena apportato alcune modifiche.Grazie netizen
    + Se c’è qualche violazione,Il contatto deve essere eliminato
    - Raccomandato:
    -Support
    + 推荐使用:
    +Support
    Support
    Support
    💡 Tip: L’elenco sopra riportato di gestori di script e browser non è esaustivo
    @@ -63,31 +63,20 @@ [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/ChinaGodMan/UserScripts) -> [!WARNING] ->
    -> Questo repository è disponibile solo inGitHubospitato su,Non quiGitCodeEXPlazaospitato su。以下存储库均为镜像。
    -> :trollface: Se lo stai utilizzando nella Cina continentalegit cloneLa velocità di download è troppo lenta,Puoi anche utilizzare il seguente indirizzo -> -> -> [https://www.xplaza.cn/ChinaGodMan](https://www.xplaza.cn/ChinaGodMan) (Conto speculare,non identità) -> [https://www.xplaza.cn/ChinaGodMan/userscripts](https://www.xplaza.cn/ChinaGodMan/userscripts) -> [https://gitcode.com/gh_mirrors/userscripts1/UserScripts/](https://gitcode.com/gh_mirrors/userscripts1/UserScripts) -> -> ->
    + ## 🔖 TOC -[🌐 Browser e gestione degli script](#-Browser e gestione degli script) | -[❔️ Come installare o utilizzare lo script](#%EF%B8%8F-Come installare o utilizzare lo script) | -[🙏 Un ringraziamento speciale all’open source](#-Un ringraziamento speciale all’open source) | -[🛡️ politica di sicurezza](#%EF%B8%8F-politica di sicurezza) | -[🤝 codice di comportamento](#-codice di comportamento) | -[🏛️ Contratto di licenza open source](#%EF%B8%8F-Contratto di licenza open source) | +[🌐 Browser e gestione degli script](#-Browser-e-gestione-degli-script) | +[❔️ Come installare o utilizzare lo script](#%EF%B8%8F-Come-installare-o-utilizzare-lo-script) | +[🙏 Un ringraziamento speciale all’open source](#-Un-ringraziamento-speciale-all’open-source) | +[🛡️ politica di sicurezza](#%EF%B8%8F-politica-di-sicurezza) | +[🤝 codice di comportamento](#-codice-di-comportamento) | +[🏛️ Contratto di licenza open source](#%EF%B8%8F-Contratto-di-licenza-open-source) | [🧠 Collaboratore](#-Collaboratore) | -[💖 Guida al contributo](#-Guida al contributo) | -[⭐ storia delle stelle](#-storia delle stelle) | -[📜 elenco di script](#-elenco di script) +[💖 Guida al contributo](#-Guida-al-contributo) | +[⭐ storia delle stelle](#-storia-delle-stelle) | +[📜 elenco di script](#-elenco-di-script) ## 📜 elenco di script @@ -96,14 +85,14 @@ **Il numero corrente di script pubblicati nel repository:85,La sceneggiatura include:** -
    网页脚本 (10) +
    sceneggiatura web (10) | GreasyFork (12) - | copione per adulti (11) - | Google Copione (2) - | GitHub Copione (20) - | Traduci la sceneggiatura (3) - | AI Copione (9) - | sito blog (5) + | copione per adulti (11) + | Google Copione (2) + | GitHub Copione (20) + | Traduci la sceneggiatura (3) + | AI Copione (9) + | sito blog (5) | Twitter (5) | YouTube (5) | TikTok (1) @@ -113,9 +102,9 @@

    sceneggiatura web (10)

    - + - pulsante di scorrimento  + pulsante di scorrimento  @@ -136,22 +125,22 @@ Greasemonkey / - + - - 自述文件 / + + file leggimi / discutere / - + Codice sorgente / Installare

    - + - Gestore delle autorizzazioni della versione del clip di scrittura della pagina Web  + Gestore delle autorizzazioni della versione del clip di scrittura della pagina Web  @@ -172,24 +161,24 @@ Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / - 更新日志 + Modifica registro

    - + - Rimuovi la sottolineatura del collegamento  + Rimuovi la sottolineatura del collegamento  @@ -204,24 +193,24 @@ Rimuovi le sottolineature dei collegamenti su tutti i siti,e gestire i nuovi c Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare

    - + - Evidenzia le parole chiave Web  + Evidenzia le parole chiave Web  - + Tweet @@ -234,22 +223,22 @@ Evidenziazione delle parole chiave personalizzate su pagine Web incluso il caric Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare

    - + - Evidenzia le parole chiave sul Web  + Evidenzia le parole chiave sul Web  @@ -270,22 +259,22 @@ Evidenziazione delle parole chiave personalizzate su pagine Web incluso il caric Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare

    - + - Aggiungi ai pulsanti superiore e inferiore  + Aggiungi ai pulsanti superiore e inferiore  @@ -306,26 +295,26 @@ Evidenziazione delle parole chiave personalizzate su pagine Web incluso il caric Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / - 更新日志 + Modifica registro

    - + - Anteprima in una piccola finestra  + Anteprima in una piccola finestra  - + Tweet @@ -344,24 +333,24 @@ Evidenziazione delle parole chiave personalizzate su pagine Web incluso il caric Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / - 更新日志 + Modifica registro

    - + - Abbellisci i moduli web con splendidi gradienti  + Abbellisci i moduli web con splendidi gradienti  @@ -382,14 +371,14 @@ Evidenziazione delle parole chiave personalizzate su pagine Web incluso il caric Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -397,9 +386,9 @@ Evidenziazione delle parole chiave personalizzate su pagine Web incluso il caric Modifica registro

    - + - Testo da collegare  + Testo da collegare  @@ -414,24 +403,24 @@ Converti i collegamenti di testo in collegamenti cliccabili Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / - 安装 / + Installare / - 修改自 + Modificato da

    - + - Markdown Cloud Cut Notes  + Markdown Cloud Cut Notes  @@ -452,14 +441,14 @@ Converti i collegamenti di testo in collegamenti cliccabili Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -468,12 +457,12 @@ Converti i collegamenti di testo in collegamenti cliccabili Modificato da - +

    GreasyFork (12)

    - + - Pagine di script fork grasse per il miglioramento dell’URL  + Pagine di script fork grasse per il miglioramento dell’URL  @@ -494,24 +483,24 @@ Converti i collegamenti di testo in collegamenti cliccabili Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare

    - + - Greasyfork Artigiano della colla  + Greasyfork Artigiano della colla  - + Tweet @@ -530,24 +519,24 @@ Converti i collegamenti di testo in collegamenti cliccabili Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / - 更新日志 + Modifica registro

    - + - Script Finder Ricerca script GreasyFork  + Script Finder Ricerca script GreasyFork  @@ -568,14 +557,14 @@ Converti i collegamenti di testo in collegamenti cliccabili Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -583,9 +572,9 @@ Converti i collegamenti di testo in collegamenti cliccabili Modifica registro

    - + - Greasyfork Script per visualizzare le valutazioni  + Greasyfork Script per visualizzare le valutazioni  @@ -606,22 +595,22 @@ Converti i collegamenti di testo in collegamenti cliccabili Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / - 安装 + Installare

    - + - GreasyFork: Miglioramento della barra di navigazione  + GreasyFork: Miglioramento della barra di navigazione  @@ -642,22 +631,22 @@ Converti i collegamenti di testo in collegamenti cliccabili Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare

    - + - GreasyFork markdown  + GreasyFork markdown  @@ -678,14 +667,14 @@ Converti i collegamenti di testo in collegamenti cliccabili Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -693,9 +682,9 @@ Converti i collegamenti di testo in collegamenti cliccabili Modifica registro

    - + - GreasyFork Search  + GreasyFork Search  @@ -710,22 +699,22 @@ Cerca utilizzando GoogleGreasyForkESleazyForkscrittura superiore Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / - 安装 + Installare

    - + - GreasyFork Assistente alle notifiche  + GreasyFork Assistente alle notifiche  @@ -746,24 +735,24 @@ Cerca utilizzando GoogleGreasyForkESleazyForkscrittura superiore Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / - 更新日志 + Modifica registro

    - + - GreaysFork MigliorareWebHookSincronizza le impostazioni  + GreaysFork MigliorareWebHookSincronizza le impostazioni  @@ -784,14 +773,14 @@ Cerca utilizzando GoogleGreasyForkESleazyForkscrittura superiore Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -799,9 +788,9 @@ Cerca utilizzando GoogleGreasyForkESleazyForkscrittura superiore Modifica registro

    - + - GreasyFork Visualizzazione dei dati degli script pubblicati dall’utente  + GreasyFork Visualizzazione dei dati degli script pubblicati dall’utente  @@ -822,24 +811,24 @@ Cerca utilizzando GoogleGreasyForkESleazyForkscrittura superiore Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / - 安装 / + Installare / - 更新日志 + Modifica registro

    - + - Greasyfork Visualizza tempo di registrazione  + Greasyfork Visualizza tempo di registrazione  @@ -860,14 +849,14 @@ Cerca utilizzando GoogleGreasyForkESleazyForkscrittura superiore Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -877,9 +866,9 @@ Cerca utilizzando GoogleGreasyForkESleazyForkscrittura superiore Modificato da

    - + - Greasyfork non aggiornato lo script evidenziato  + Greasyfork non aggiornato lo script evidenziato  @@ -900,28 +889,28 @@ Cerca utilizzando GoogleGreasyForkESleazyForkscrittura superiore Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / Modifica registro / - 修改自 + Modificato da - +

    copione per adulti (11)

    - + - Video di raccolta di backup batch MISSAV  + Video di raccolta di backup batch MISSAV  @@ -942,14 +931,14 @@ Cerca utilizzando GoogleGreasyForkESleazyForkscrittura superiore Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -957,9 +946,9 @@ Cerca utilizzando GoogleGreasyForkESleazyForkscrittura superiore Modifica registro

    - + - MissAV Accesso automatico  + MissAV Accesso automatico  @@ -974,14 +963,14 @@ Rilevamento MissAV stato,e accedi automaticamente quando non sei loggato Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -989,11 +978,11 @@ Rilevamento MissAV stato,e accedi automaticamente quando non sei loggato Modifica registro

    - + - ThisAV Accesso automatico  + ThisAV Accesso automatico  - + Tweet @@ -1006,24 +995,24 @@ Rilevamento ThisAV stato,e accedi automaticamente quando non sei loggato Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / - 更新日志 + Modifica registro

    - + - JableTV Accesso automatico  + JableTV Accesso automatico  @@ -1038,14 +1027,14 @@ Rilevamento JableTV stato,e accedi automaticamente quando non sei loggato Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -1053,9 +1042,9 @@ Rilevamento JableTV stato,e accedi automaticamente quando non sei loggato Modifica registro

    - + - Strumento di download video MISSAV  + Strumento di download video MISSAV  @@ -1076,24 +1065,24 @@ Rilevamento JableTV stato,e accedi automaticamente quando non sei loggato Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / - 安装 / + Installare / - 更新日志 + Modifica registro

    - + - XVIDEOS PUSH Download  + XVIDEOS PUSH Download  @@ -1114,14 +1103,14 @@ Rilevamento JableTV stato,e accedi automaticamente quando non sei loggato Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -1129,9 +1118,9 @@ Rilevamento JableTV stato,e accedi automaticamente quando non sei loggato Modifica registro

    - + - Download video di Pornhub con un clic  + Download video di Pornhub con un clic  @@ -1152,14 +1141,14 @@ Rilevamento JableTV stato,e accedi automaticamente quando non sei loggato Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -1167,9 +1156,9 @@ Rilevamento JableTV stato,e accedi automaticamente quando non sei loggato Modifica registro

    - + - Xhamster Video Click Download Assistente  + Xhamster Video Click Download Assistente  @@ -1190,24 +1179,24 @@ Rilevamento JableTV stato,e accedi automaticamente quando non sei loggato Greasemonkey / - + - + file leggimi / - 讨论 / - + discutere / + Codice sorgente / Installare / - 更新日志 + Modifica registro

    - + - XNXXVIDEOS Video Download Assistant  + XNXXVIDEOS Video Download Assistant  @@ -1228,14 +1217,14 @@ Rilevamento JableTV stato,e accedi automaticamente quando non sei loggato Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -1243,9 +1232,9 @@ Rilevamento JableTV stato,e accedi automaticamente quando non sei loggato Modifica registro

    - + - MISSAV Assistente miglioramento  + MISSAV Assistente miglioramento  @@ -1266,14 +1255,14 @@ Rilevamento JableTV stato,e accedi automaticamente quando non sei loggato Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -1281,11 +1270,11 @@ Rilevamento JableTV stato,e accedi automaticamente quando non sei loggato Modifica registro

    - + - Ho appena compiuto 18 anni  + Ho appena compiuto 18 anni  - + Tweet @@ -1298,28 +1287,28 @@ Da quando ho appena compiuto 18 anni, posso guardare i contenuti per adulti Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / - 更新日志 / + Modifica registro / Modificato da - +

    Google Copione (2)

    - + - Blocca i siti di ricerca di Google  + Blocca i siti di ricerca di Google  @@ -1334,22 +1323,22 @@ Cerca un blocco di Google un sito specificato Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare

    - + - Google Assistente di ricerca avanzata  + Google Assistente di ricerca avanzata  @@ -1370,26 +1359,26 @@ Cerca un blocco di Google un sito specificato Greasemonkey / - + - + file leggimi / - 讨论 / - + discutere / + Codice sorgente / Installare / - 更新日志 + Modifica registro - +

    GitHub Copione (20)

    - + - 🤠 Github ha migliorato le dimensioni di visualizzazione del magazzino dell’assistente  + 🤠 Github ha migliorato le dimensioni di visualizzazione del magazzino dell’assistente  @@ -1410,14 +1399,14 @@ Cerca un blocco di Google un sito specificato Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -1427,9 +1416,9 @@ Cerca un blocco di Google un sito specificato Modificato da

    - + - GitHub Ordina per data  + GitHub Ordina per data  @@ -1450,22 +1439,22 @@ Cerca un blocco di Google un sito specificato Greasemonkey / - + - - 自述文件 / + + file leggimi / discutere / - + Codice sorgente / Installare

    - + - GitHub downloader di cartelle  + GitHub downloader di cartelle  @@ -1486,24 +1475,24 @@ Cerca un blocco di Google un sito specificato Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / - 更新日志 + Modifica registro

    - + - Github Copia il file originale URL con file scaricabili  + Github Copia il file originale URL con file scaricabili  @@ -1524,14 +1513,14 @@ Cerca un blocco di Google un sito specificato Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -1539,11 +1528,11 @@ Cerca un blocco di Google un sito specificato Modifica registro

    - + - GitHub Invia informazioni visualizzando la visualizzazione web  + GitHub Invia informazioni visualizzando la visualizzazione web  - + Tweet @@ -1562,22 +1551,22 @@ Cerca un blocco di Google un sito specificato Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare

    - + - GitHub Abbellitore dell’elenco dei file  + GitHub Abbellitore dell’elenco dei file  @@ -1598,24 +1587,24 @@ Cerca un blocco di Google un sito specificato Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / - 更新日志 + Modifica registro

    - + - GitHub Conferma automaticamente l’autorizzazione del dispositivo  + GitHub Conferma automaticamente l’autorizzazione del dispositivo  @@ -1630,24 +1619,24 @@ esistereGitHubLa pagina di autorizzazione inserisce automaticamente il codice di Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / - 更新日志 + Modifica registro

    - + - Github L’elenco delle lingue del codice mostra tutto  + Github L’elenco delle lingue del codice mostra tutto  @@ -1668,24 +1657,24 @@ esistereGitHubLa pagina di autorizzazione inserisce automaticamente il codice di Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / - 更新日志 + Modifica registro

    - + - Assistente di salto rapido del magazzino GitHub  + Assistente di salto rapido del magazzino GitHub  @@ -1706,14 +1695,14 @@ esistereGitHubLa pagina di autorizzazione inserisce automaticamente il codice di Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -1721,9 +1710,9 @@ esistereGitHubLa pagina di autorizzazione inserisce automaticamente il codice di Modifica registro

    - + - Apri il collegamento JSDelivr su GitHub  + Apri il collegamento JSDelivr su GitHub  @@ -1744,24 +1733,24 @@ esistereGitHubLa pagina di autorizzazione inserisce automaticamente il codice di Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / - 安装 / + Installare / Modifica registro

    - + - Copia di snippet di codice GIST GIST e downloader  + Copia di snippet di codice GIST GIST e downloader  @@ -1782,14 +1771,14 @@ esistereGitHubLa pagina di autorizzazione inserisce automaticamente il codice di Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -1799,9 +1788,9 @@ esistereGitHubLa pagina di autorizzazione inserisce automaticamente il codice di Modificato da

    - + - Assistente di traduzione chiave di scelta rapida GitHub  + Assistente di traduzione chiave di scelta rapida GitHub  @@ -1822,14 +1811,14 @@ esistereGitHubLa pagina di autorizzazione inserisce automaticamente il codice di Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -1837,11 +1826,11 @@ esistereGitHubLa pagina di autorizzazione inserisce automaticamente il codice di Modifica registro

    - + - GitHub Star Warehouse Note Assistente  + GitHub Star Warehouse Note Assistente  - + Tweet @@ -1860,26 +1849,26 @@ esistereGitHubLa pagina di autorizzazione inserisce automaticamente il codice di Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / - 更新日志 / + Modifica registro / Modificato da

    - + - Github salta a Deepwiki  + Github salta a Deepwiki  @@ -1900,14 +1889,14 @@ esistereGitHubLa pagina di autorizzazione inserisce automaticamente il codice di Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -1917,9 +1906,9 @@ esistereGitHubLa pagina di autorizzazione inserisce automaticamente il codice di Modificato da

    - + - Github nascondi il copilota  + Github nascondi il copilota  @@ -1940,26 +1929,26 @@ esistereGitHubLa pagina di autorizzazione inserisce automaticamente il codice di Greasemonkey / - + - + file leggimi / - 讨论 / - + discutere / + Codice sorgente / Installare / Modifica registro / - 修改自 + Modificato da

    - + - Finder dell’indirizzo e -mail di GitHub  + Finder dell’indirizzo e -mail di GitHub  @@ -1980,14 +1969,14 @@ esistereGitHubLa pagina di autorizzazione inserisce automaticamente il codice di Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -1995,9 +1984,9 @@ esistereGitHubLa pagina di autorizzazione inserisce automaticamente il codice di Modificato da

    - + - GitHub visualizza le dimensioni di file e cartelle  + GitHub visualizza le dimensioni di file e cartelle  @@ -2019,26 +2008,26 @@ esistereGitHubLa pagina di autorizzazione inserisce automaticamente il codice di Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / - 更新日志 / + Modifica registro / - 修改自 + Modificato da

    - + - Coautore di GitHub  + Coautore di GitHub  @@ -2060,14 +2049,14 @@ esistereGitHubLa pagina di autorizzazione inserisce automaticamente il codice di Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -2075,9 +2064,9 @@ esistereGitHubLa pagina di autorizzazione inserisce automaticamente il codice di Modificato da

    - + - Stato del filtro di notifica GitHub  + Stato del filtro di notifica GitHub  @@ -2092,14 +2081,14 @@ GitHub-Notification-Inbox-Toggle Development Version Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -2107,9 +2096,9 @@ GitHub-Notification-Inbox-Toggle Development Version Modificato da

    - + - Pulsante di comando copia clone GitHub (fork)  + Pulsante di comando copia clone GitHub (fork)  @@ -2130,28 +2119,28 @@ GitHub-Notification-Inbox-Toggle Development Version Greasemonkey / - + - + file leggimi / - 讨论 / - + discutere / + Codice sorgente / Installare / - 更新日志 / + Modifica registro / Modificato da - +

    Traduci la sceneggiatura (3)

    - + - Terminator in lingua straniera  + Terminator in lingua straniera  @@ -2166,14 +2155,14 @@ Identifica i personaggi non cinesi. Se la lunghezza è maggiore di 5 e il testo Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -2181,9 +2170,9 @@ Identifica i personaggi non cinesi. Se la lunghezza è maggiore di 5 e il testo Modifica registro

    - + - Traduzione della pagina web - traduzione automatica in cinese  + Traduzione della pagina web - traduzione automatica in cinese  @@ -2198,22 +2187,22 @@ Aggiungi un’icona di traduzione di Google all’angolo in basso a destra di ci Greasemonkey / - + - + file leggimi / - 讨论 / - + discutere / + Codice sorgente / Installare

    - + - Widget di traduzione |  + Widget di traduzione |  @@ -2234,28 +2223,28 @@ Aggiungi un’icona di traduzione di Google all’angolo in basso a destra di ci Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / - 更新日志 / + Modifica registro / Modificato da - +

    AI Copione (9)

    - + - ChatGPT Comprimi il messaggio personale e la larghezza massima  + ChatGPT Comprimi il messaggio personale e la larghezza massima  @@ -2276,24 +2265,24 @@ Aggiungi un’icona di traduzione di Google all’angolo in basso a destra di ci Greasemonkey / - + - + file leggimi / discutere / - - 源码 / + + Codice sorgente / Installare / - 更新日志 + Modifica registro

    - + - ChatGPTDimensione del carattere del codice ridotta  + ChatGPTDimensione del carattere del codice ridotta  @@ -2308,22 +2297,22 @@ ChatGPT Rimpicciolisci il carattere del codice e avvolgi automaticamente Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare

    - + - ChatGPT Limite del contatore di caratteri (CCCL)  + ChatGPT Limite del contatore di caratteri (CCCL)  @@ -2344,14 +2333,14 @@ ChatGPT Rimpicciolisci il carattere del codice e avvolgi automaticamente Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -2359,9 +2348,9 @@ ChatGPT Rimpicciolisci il carattere del codice e avvolgi automaticamente Modifica registro

    - + - ChatGPT Chatta copia il codice ed esporta i pulsanti del codice  + ChatGPT Chatta copia il codice ed esporta i pulsanti del codice  @@ -2382,14 +2371,14 @@ ChatGPT Rimpicciolisci il carattere del codice e avvolgi automaticamente Greasemonkey / - + - + file leggimi / - 讨论 / - + discutere / + Codice sorgente / Installare / @@ -2397,9 +2386,9 @@ ChatGPT Rimpicciolisci il carattere del codice e avvolgi automaticamente Modifica registro

    - + - Codice CHATGPT evidenziato  + Codice CHATGPT evidenziato  @@ -2420,14 +2409,14 @@ ChatGPT Rimpicciolisci il carattere del codice e avvolgi automaticamente Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -2435,9 +2424,9 @@ ChatGPT Rimpicciolisci il carattere del codice e avvolgi automaticamente Modifica registro

    - + - Strumento di codice CHATGPT  + Strumento di codice CHATGPT  @@ -2452,14 +2441,14 @@ Aggiungi funzionalità ai blocchi di codice CHATGPT, inclusa l’opzione per sal Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -2467,11 +2456,11 @@ Aggiungi funzionalità ai blocchi di codice CHATGPT, inclusa l’opzione per sal Modificato da

    - + - Chatgpt inserisci parola prompt  + Chatgpt inserisci parola prompt  - + Tweet @@ -2484,24 +2473,24 @@ Inserire il comando nella casella di input CHATGPT tramite la combinazione di ta Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / - 修改自 + Modificato da

    - + - CHATGPT Salva la conversazione  + CHATGPT Salva la conversazione  @@ -2516,14 +2505,14 @@ Salva la conversazione come file .txt Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -2533,9 +2522,9 @@ Salva la conversazione come file .txt Modificato da

    - + - Chatgpt gestisce facilmente le chat  + Chatgpt gestisce facilmente le chat  @@ -2550,26 +2539,26 @@ Cerca chat, chat filtrante, elimina veloce/batch. Greasemonkey / - + - + file leggimi / discutere / - - 源码 / + + Codice sorgente / Installare / - 修改自 + Modificato da - +

    sito blog (5)

    - + - Accesso CSDN senza restrizioni  + Accesso CSDN senza restrizioni  @@ -2584,14 +2573,14 @@ Vai al tuo fottuto accesso CSDN e copia, puoi copiare senza accedere Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -2599,9 +2588,9 @@ Vai al tuo fottuto accesso CSDN e copia, puoi copiare senza accedere Modifica registro

    - + - Post di blog puliti  + Post di blog puliti  @@ -2616,24 +2605,24 @@ Rimuovi fastidiose barre laterali, blocchi di commento, annunci e altro ancora. Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / - 修改自 + Modificato da

    - + - Tema scuro Zhihu  + Tema scuro Zhihu  @@ -2641,21 +2630,21 @@ Rimuovi fastidiose barre laterali, blocchi di commento, annunci e altro ancora.

    -知乎的深色主题风格 +Lo stile del tema oscuro di Zhihu
    Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -2663,9 +2652,9 @@ Rimuovi fastidiose barre laterali, blocchi di commento, annunci e altro ancora. Modificato da

    - + - Versione web di WeChat in modalità oscura  + Versione web di WeChat in modalità oscura  @@ -2680,24 +2669,24 @@ Abilita la finestra a schermo intero di WeChat web,modalità oscura Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / - 修改自 + Modificato da

    - + - Salto della versione mobile di Sina Weibo  + Salto della versione mobile di Sina Weibo  @@ -2705,35 +2694,35 @@ Abilita la finestra a schermo intero di WeChat web,modalità oscura

    -新浪微博自动跳转移动版,Supporta Weibo、articolo、video +Sina Weibo passa automaticamente alla versione mobile,Supporta Weibo、articolo、video
    Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / Modificato da
    - +

    Twitter (5)

    - + - Post di twitter/x nascondi retweet  + Post di twitter/x nascondi retweet  - + Tweet @@ -2752,26 +2741,26 @@ Abilita la finestra a schermo intero di WeChat web,modalità oscura Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / - 更新日志 / + Modifica registro / Modificato da

    - + - Download di Twitter Media (2025.12.02 FISSO)  + Download di Twitter Media (2025.12.02 FISSO)  @@ -2792,14 +2781,14 @@ Abilita la finestra a schermo intero di WeChat web,modalità oscura Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -2809,9 +2798,9 @@ Abilita la finestra a schermo intero di WeChat web,modalità oscura Modificato da

    - + - DOWNLIST BLACKIST TWITST (X) ELLIST BLOCCATO  + DOWNLIST BLACKIST TWITST (X) ELLIST BLOCCATO  @@ -2826,24 +2815,24 @@ Utilizzato per scaricare liste nere di Twitter (x) e elenchi bloccati, supportar Greasemonkey / - + - + file leggimi / - 讨论 / - + discutere / + Codice sorgente / Installare / - 修改自 + Modificato da

    - + - Twitter visualizza la data e l’ora normali  + Twitter visualizza la data e l’ora normali  @@ -2865,22 +2854,22 @@ Utilizzato per scaricare liste nere di Twitter (x) e elenchi bloccati, supportar Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare

    - + - Twitter(X)-Plus  + Twitter(X)-Plus  @@ -2901,14 +2890,14 @@ Utilizzato per scaricare liste nere di Twitter (x) e elenchi bloccati, supportar Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -2917,12 +2906,12 @@ Utilizzato per scaricare liste nere di Twitter (x) e elenchi bloccati, supportar Modificato da - +

    YouTube (5)

    - + - Assistente YouTube  + Assistente YouTube  @@ -2943,26 +2932,26 @@ Utilizzato per scaricare liste nere di Twitter (x) e elenchi bloccati, supportar Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / Modifica registro / - 修改自 + Modificato da

    - + - Scorri di orologi di YouTube più tardi  + Scorri di orologi di YouTube più tardi  @@ -2977,14 +2966,14 @@ Utilizzare le scorciatoie da tastiera per aggiungere o eliminare l’attuale vid Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -2992,9 +2981,9 @@ Utilizzare le scorciatoie da tastiera per aggiungere o eliminare l’attuale vid Modificato da

    - + - Migliori controlli del volume di YouTube  + Migliori controlli del volume di YouTube  @@ -3009,24 +2998,24 @@ Aggiungi cursori al lettore video di YouTube per rendere le modifiche al volume Greasemonkey / - + - - 自述文件 / + + file leggimi / discutere / - + Codice sorgente / Installare / - 修改自 + Modificato da

    - + - YouTube Dynamic Video Grid  + YouTube Dynamic Video Grid  @@ -3041,14 +3030,14 @@ Regola dinamicamente la griglia video di YouTube in base alla larghezza della fi Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / @@ -3058,9 +3047,9 @@ Regola dinamicamente la griglia video di YouTube in base alla larghezza della fi Modificato da

    - + - YouTube Pro: ottimizzatore audio  + YouTube Pro: ottimizzatore audio  @@ -3081,26 +3070,26 @@ Regola dinamicamente la griglia video di YouTube in base alla larghezza della fi Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / - 安装 / + Installare / - 修改自 + Modificato da - +

    TikTok (1)

    - + - Informazioni sull’utente di Tiktok  + Informazioni sull’utente di Tiktok  @@ -3115,26 +3104,26 @@ Tiktok visualizza ulteriori informazioni estese sul profilo Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / Modificato da - +

    Bilibili (2)

    - + - Downloader video bilibili  + Downloader video bilibili  @@ -3149,24 +3138,24 @@ Scarica i video di Bilibili(Non supporta i drammi) Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / - 修改自 + Modificato da

    - + - Strumento di blocco delle stanze live di Bilibili  + Strumento di blocco delle stanze live di Bilibili  @@ -3174,28 +3163,28 @@ Scarica i video di Bilibili(Non supporta i drammi)

    -Strumento di blocco delle stanze live di Bilibili,支持管理列表,Blocco batch,Esportare、Importare elenchi ecc.…… +Strumento di blocco delle stanze live di Bilibili,Elenco di gestione del supporto,批量屏蔽,导出、Importare elenchi ecc.……
    Greasemonkey / - + - + file leggimi / discutere / - + Codice sorgente / Installare / - 修改自 + Modificato da
    - + @@ -3204,13 +3193,13 @@ Strumento di blocco delle stanze live di Bilibili,支持管理列表,Blocco Per utilizzare qualsiasi script,Per prima cosa devi installare il browser **Tampermonkey Estensione Gestore script([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))。** -- Fare clic sul modulo **\[Installare\]** Visualizza direttamente l’interfaccia di installazione dello script manager。 +- 点击表格 **\[Installare\]** 直接弹出脚本管理器安装界面。 - Se Github La velocità di accesso è troppo lenta,Puoi scegliere di fare clic GreasyFork **\[Installare\]** Successivamente viene visualizzata la richiesta di estensione,Fare di nuovo clic **\[Installare\]** Questo è tutto。 -- [查看详细教程](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/README.md) +- [Visualizza il tutorial dettagliato](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/README.md) > [!IMPORTANT] > -> - _其他基于 **Chromium** Browser del kernel(Come il browser di copertina domestico)Generalmente può essere utilizzato Chrome Espandere。_ +> - _其他基于 **Chromium** Browser del kernel(如国内套皮浏览器)Generalmente può essere utilizzato Chrome Espandere。_ > - _Assicurati di usarlo **Tampermonkey Versione ufficiale** Espandere,其他的用户Copione管理器可能导致**Non funziona correttamente**脚本。_ > - _Se vuoi reinstallare lo script,Per favore, ricordatelo Tampermonkey esteso**回收站中彻底删除**脚本后再去重新安装脚本。_ @@ -3232,31 +3221,31 @@ Per utilizzare qualsiasi script,Per prima cosa devi installare il browser **Ta > [!TIP] > > - Hmjz100 :+1: -> - Tutto nel magazzino`README.md`Badge del file copiato[Hmjz100](https://github.com/hmjz100)magazzino[Online-disk-direct-link-download-assistant](https://github.com/hmjz100/Online-disk-direct-link-download-assistant)内的[README.md](https://github.com/hmjz100/Online-disk-direct-link-download-assistant/blob/main/README.md)Stile distintivo del documento +> - Tutto nel magazzino`README.md`Badge del file copiato[Hmjz100](https://github.com/hmjz100)magazzino[Online-disk-direct-link-download-assistant](https://github.com/hmjz100/Online-disk-direct-link-download-assistant)interno[README.md](https://github.com/hmjz100/Online-disk-direct-link-download-assistant/blob/main/README.md)Stile distintivo del documento > [!TIP] > > - FengFeng :+1: -> - 仓库Dentro所有`README.md`Copiata l’introduzione dell’intestazione del file e la tabella storica delle installazioni[FengFeng](https://github.com/BonjourFeng)magazzino[Github-Search-Purification](https://github.com/BonjourFeng/Github-Search-Purification)内[README.md](https://github.com/BonjourFeng/Github-Search-Purification/blob/main/README.md)Contenuto del file -> - Magazzini secondari di questo magazzino`UserScriptsHistory`Viene copiato e utilizzato anche il codice immagine della tabella della cronologia di installazione degli aggiornamenti automatici.[FengFeng](https://github.com/BonjourFeng)magazzino[Script-History](https://github.com/BonjourFeng/Script-History)codice all’interno[main.py](https://github.com/BonjourFeng/Script-History/blob/main/source/main.py) +> - 仓库Dentro所有`README.md`Copiata l’introduzione dell’intestazione del file e la tabella storica delle installazioni[FengFeng](https://github.com/BonjourFeng)magazzino[Github-Search-Purification](https://github.com/BonjourFeng/Github-Search-Purification)内[README.md](https://github.com/BonjourFeng/Github-Search-Purification/blob/main/README.md)文件内容 +> - 本仓库的子仓库`UserScriptsHistory`Viene copiato e utilizzato anche il codice immagine della tabella della cronologia di installazione degli aggiornamenti automatici.[FengFeng](https://github.com/BonjourFeng)magazzino[Script-History](https://github.com/BonjourFeng/Script-History)codice all’interno[main.py](https://github.com/BonjourFeng/Script-History/blob/main/source/main.py) > [!TIP] > > - figlio del deserto :+1: > - Copiato [figlio del deserto](https://github.com/maboloshi)magazzino[github-chinese](https://github.com/maboloshi/github-chinese)codice all’interno
    -> - 本仓库内`writer.py` `update-contributors.yml` 复制使用了[tributors_images.yml](https://github.com/maboloshi/github-chinese/blob/gh-pages/.github/workflows/update_contributors_images.yml)codice all’interno -> - Questo file Leggimi del repository viene copiato[github-chinese/README.md](https://github.com/maboloshi/github-chinese#:~:text=%E6%B5%8F%E8%A7%88%E5%99%A8%E4%B8%8EGestore%20degli%20script)contenuto `Come installare/Usa la sceneggiatura?` +> - In questo magazzino`writer.py` `update-contributors.yml` Copiato utilizzando[tributors_images.yml](https://github.com/maboloshi/github-chinese/blob/gh-pages/.github/workflows/update_contributors_images.yml)codice all’interno +> - 本仓库自述文件复制了[github-chinese/README.md](https://github.com/maboloshi/github-chinese#:~:text=%E6%B5%8F%E8%A7%88%E5%99%A8%E4%B8%8E脚本管理器)contenuto `Come installare/Usa la sceneggiatura?` > [!TIP] > > - [#12](https://github.com/ChinaGodMan/UserScripts/issues/12) :trollface: Adam Lui Liu Zhanpeng :+1: > - _Traduzione automatica di questo repository e Action Un ringraziamento speciale allo Yankee[Adam Lui Liu Zhanpeng](https://github.com/adamlui)Ottime idee e codice!_ :trollface: > - _Lo stile del nome di questo magazzino è ispirato agli Yankees[Adam Lui Liu Zhanpeng](https://github.com/adamlui)Ispirare_ :trollface: -> - _Il file readme in questo repository proviene da[Adam Lui 刘展鹏](https://github.com/adamlui)的自述风格_ :trollface: -> - _Da qui deriva il salto di reindirizzamento reciproco all’interno dello script[Adam Lui Liu Zhanpeng](https://github.com/adamlui)stile di autovalutazione_ :trollface: -> - _Tutto in questo magazzino`README.md`File copiato e utilizzato da questo repository Yankee`README.md`Impaginazione del documento,delimitatore,codice,Idee_ :trollface: +> - _Il file readme in questo repository proviene da[Adam Lui Liu Zhanpeng](https://github.com/adamlui)stile di autovalutazione_ :trollface: +> - _脚本内的相互导流跳转来自[Adam Lui Liu Zhanpeng](https://github.com/adamlui)stile di autovalutazione_ :trollface: +> - _本仓库内所有`README.md`File copiato e utilizzato da questo repository Yankee`README.md`Impaginazione del documento,delimitatore,codice,Idee_ :trollface: > - _yankee copiato[Adam Lui Liu Zhanpeng](https://github.com/adamlui) Action codice interno_ [sync-autoclear-chatgpt-history-changes.yml](https://github.com/adamlui/chatgpt-apps/blob/main/.github/workflows/sync-autoclear-chatgpt-history-changes.yml) :trollface: -> - _Copiato 美国佬[Adam Lui 刘展鹏](https://github.com/adamlui)Action codice interno_ [sync-autoclear-chatgpt-history-changes.yml](https://github.com/adamlui/chatgpt-apps/blob/main/.github/workflows/sync-autoclear-chatgpt-history-changes.yml) :trollface: +> - _Copiato yankee[Adam Lui Liu Zhanpeng](https://github.com/adamlui)Action codice interno_ [sync-autoclear-chatgpt-history-changes.yml](https://github.com/adamlui/chatgpt-apps/blob/main/.github/workflows/sync-autoclear-chatgpt-history-changes.yml) :trollface: > - _yankee copiato[Adam Lui Liu Zhanpeng](https://github.com/adamlui)_ [chatgpt-auto-continue/docs/README.md](https://github.com/adamlui/ai-apps/blob/main/chatgpt-auto-continue/docs/README.md)delimitatore,Stile di impaginazione :trollface: > - _Copiato yankee[Adam Lui Liu Zhanpeng](https://github.com/adamlui)Python codice interno_ [translate-en-messages.py](https://github.com/adamlui/python-utils/blob/main/translate-messages/translate-en-messages.py) :trollface: @@ -3271,12 +3260,13 @@ Per utilizzare qualsiasi script,Per prima cosa devi installare il browser **Ta 人民的勤务员 i robot delle persone +Metric molanp Yoobohl fossabot -贡献列表由: [contributors](https://github.com/jaywcjlove/github-action-contributors). 自动生成 Le melodie del fratellino +Elenco dei contributi di: [contributors](https://github.com/jaywcjlove/github-action-contributors). Generato automaticamente Le melodie del fratellino
    @@ -3286,8 +3276,8 @@ Per utilizzare qualsiasi script,Per prima cosa devi installare il browser **Ta ## 🏛️ Contratto di licenza open source -Questo progetto utilizza MIT licenza Autorizzare。 -MIT La licenza è un accordo di licenza open source permissivo,Per i dettagli, fare riferimento a Testo completo della licenza。 +本项目采用 MIT 许可证 Autorizzare。 +MIT La licenza è un accordo di licenza open source permissivo,Per i dettagli, fare riferimento a Testo completo della licenza
    @@ -3297,7 +3287,7 @@ MIT La licenza è un accordo di licenza open source permissivo,Per i dettagli, ## 🤝 codice di comportamento -Per garantire un’amichevole、Un ambiente di sviluppo rispettoso e inclusivo,Abbiamo sviluppato quanto seguecodice di comportamento。Ad ogni contributore è richiesto di seguire queste linee guida。 +Per garantire un’amichevole、Un ambiente di sviluppo rispettoso e inclusivo,Abbiamo sviluppato quanto seguecodice di comportamento。Ad ogni contributore è richiesto di seguire queste linee guida。
    @@ -3305,12 +3295,12 @@ Per garantire un’amichevole、Un ambiente di sviluppo rispettoso e inclusivo
    -## 🛡️ 安全政策 +## 🛡️ politica di sicurezza -Se trovi una vulnerabilità,请打开一个[progetti di raccomandazioni sulla sicurezza](https://github.com/ChinaGodMan/UserScripts/security/advisories/new)。 +Se trovi una vulnerabilità,per favore aprine uno[安全建议草案](https://github.com/ChinaGodMan/UserScripts/security/advisories/new)。 -Anche le richieste di pull sono benvenute,ma per ragioni di sicurezza,Si prega di inviare un’e-mail a e attendere una risposta prima di renderla pubblica。 -Per i dettagli, fare riferimento a politica di sicurezza +也欢迎拉取请求,ma per ragioni di sicurezza,Si prega di inviare un’e-mail a e attendere una risposta prima di renderla pubblica。 +Per i dettagli, fare riferimento a politica di sicurezza
    @@ -3320,7 +3310,7 @@ Per i dettagli, fare riferimento a politica di s ## 💖 Guida al contributo -Grazie per il tuo interesse per questo progetto!Abbiamo sviluppato quanto segueGuida al contributo。Per aiutarti a contribuire senza problemi al codice o alla documentazione,请在提交代码或问题前,Leggi attentamente il contenuto。 +Grazie per il tuo interesse per questo progetto!Abbiamo sviluppato quanto segueGuida al contributo。Per aiutarti a contribuire senza problemi al codice o alla documentazione,Prima di inviare codice o domande, per favore,Leggi attentamente il contenuto。
    @@ -3330,14 +3320,14 @@ Grazie per il tuo interesse per questo progetto!Abbiamo sviluppato quanto segu ## 🌐 Browser e gestione degli script -| Browser consigliato | Responsabile dell’installazione | Installa il navigatore | +| 推荐使用浏览器 | 安装管理器 | Installa il navigatore | | :---------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------: | ----------------------------------------------------------------------------- | -|
    Chrome 或 basato su Chromium Browser del kernel[![][chrome]][chrome_link] |
    ![.png][TM][Tampermonkey][Tampermonkey] ![.png][vm][Violentmonkey][Violentmonkey] ![.png][cat][ScriptCat][cat_link] |
    [![][chrome]][chrome_link] [![][edge]][edge_link] [![][QQ]][QQ_link] | +|
    Chrome O basato su Chromium Browser del kernel[![][chrome]][chrome_link] |
    ![.png][TM][Tampermonkey][Tampermonkey] ![.png][vm][Violentmonkey][Violentmonkey] ![.png][cat][ScriptCat][cat_link] |
    [![][chrome]][chrome_link] [![][edge]][edge_link] [![][QQ]][QQ_link] | |
    Safari Navigatore(macOS, iOS, iPadOS)[![][safari]][safari_link] |
    ![][Macaquer] [Macaque][Macaque] O ![][stayr] [Stay] |
    [![][safari]][safari_link] | |
    Firefox O basato su Gecko Browser del kernel[![][firefox]][firefox_link] |
    ![.png][TM][Tampermonkey][Tampermonkey] ![.png][vm][Violentmonkey][Violentmonkey] ![.png][cat][ScriptCat][cat_link] |
    [![][firefox]][firefox_link] | |
    Opera Navigatore[![][opera]][opera_link] |
    ![.png][TM][Tampermonkey][Tampermonkey] ![.png][vm][Violentmonkey][Violentmonkey] ![.png][cat][ScriptCat][cat_link] |
    [![][opera]][opera_link] | -|
    Via Navigatore(Android)[![][via]][via_link] |
    浏览器内自带 |
    [![][via]][via_link] | -|
    X 浏览器(Android) [![][x]][x_link] |
    Browser integrato |
    [![][x]][x_link] | +|
    Via Navigatore(Android)[![][via]][via_link] |
    Browser integrato |
    [![][via]][via_link] | +|
    X Navigatore(Android) [![][x]][x_link] |
    Browser integrato |
    [![][x]][x_link] | |
    KIWI Navigatore(Android)[![][kiwi]][kiwi_link] |
    ![.png][TM][Tampermonkey][Tampermonkey] ![.png][vm][Violentmonkey][Violentmonkey] ![.png][cat][ScriptCat][cat_link] |
    [![][kiwi]][kiwi_link] | |
    Browser dei lemuri(Android)[![][le]][le_link] |
    ![.png][TM][Tampermonkey][Tampermonkey] ![.png][vm][Violentmonkey][Violentmonkey] ![.png][cat][ScriptCat][cat_link] |
    [![][le]][le_link] | | | | | @@ -3364,10 +3354,10 @@ Grazie per il tuo interesse per questo progetto!Abbiamo sviluppato quanto segu [via_link]: https://viayoo.com/ "VIANavigatore" [x]: https://img.xwyue.com/i/2024/08/02/66ac91cb1638a.png [x_link]: https://www.xbext.com/ "XNavigatore" -[vm]: https://img.xwyue.com/i/2024/08/02/66ac94776b711.png "暴力猴" +[vm]: https://img.xwyue.com/i/2024/08/02/66ac94776b711.png "scimmia violenta" [cat]: https://img.xwyue.com/i/2024/08/02/66ac94776a4e6.png [cat_link]: https://docs.scriptcat.org/ "copione gatto" -[TM]: https://img.xwyue.com/i/2024/08/02/66ac94776a4f8.png "篡改猴" +[TM]: https://img.xwyue.com/i/2024/08/02/66ac94776a4f8.png "scimmia manomissione" [le]: https://img.xwyue.com/i/2024/08/02/66ac9deb3647d.png [le_link]: https://lemurbrowser.com/ "Browser dei lemuri" [kiwi]: https://img.xwyue.com/i/2024/08/02/66ac9deb33bc1.jpg @@ -3396,4 +3386,4 @@ Grazie per il tuo interesse per questo progetto!Abbiamo sviluppato quanto segu

    Footer

    -

    Contatta l’autore /torna all’inizio↑

    +

    Contatta l’autore /回到顶部↑

    diff --git a/docs/ja/README.md b/docs/ja/README.md index 3e2ac6fca..3d8a28ca6 100644 --- a/docs/ja/README.md +++ b/docs/ja/README.md @@ -8,18 +8,18 @@ - China简体中文 | - China繁體中文 | - English | - 日本語 | - Tiếng Việt | - Italiano | - Русский | - Deutsch | - Español | - Portuguese | - Français | - 대한민국 + China简体中文 | + China繁體中文 | + English | + 日本語 | + Tiếng Việt | + Italiano | + Русский | + Deutsch | + Español | + Portuguese | + Français | + 대한민국
    @@ -63,18 +63,7 @@ [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/ChinaGodMan/UserScripts) -> [!WARNING] ->
    -> このリポジトリは以下でのみ利用可能ですGitHubでホストされている,ここにはいませんGitCodeそしてXPlazaでホストされている。次のリポジトリはすべてミラーです。
    -> :trollface: 中国本土で使用している場合git cloneダウンロード速度が遅すぎる,以下のアドレスもご利用いただけます -> -> -> [https://www.xplaza.cn/ChinaGodMan](https://www.xplaza.cn/ChinaGodMan) (ミラーアカウント,非本人) -> [https://www.xplaza.cn/ChinaGodMan/userscripts](https://www.xplaza.cn/ChinaGodMan/userscripts) -> [https://gitcode.com/gh_mirrors/userscripts1/UserScripts/](https://gitcode.com/gh_mirrors/userscripts1/UserScripts) -> -> ->
    + ## 🔖 TOC @@ -99,10 +88,10 @@
    ウェブスクリプト (10) | GreasyFork (12) | 大人向けの脚本 (11) - | Google 脚本 (2) - | GitHub 脚本 (20) + | Google 脚本 (2) + | GitHub 脚本 (20) | スクリプトを翻訳する (3) - | AI 脚本 (9) + | AI 脚本 (9) | ブログサイト (5) | Twitter (5) | YouTube (5) @@ -113,9 +102,9 @@

    ウェブスクリプト (10)

    - + - スクロールボタン  + スクロールボタン  @@ -136,22 +125,22 @@ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール

    - + - Web ページ本き込みクリップ バージョン認証マネージャー  + Web ページ本き込みクリップ バージョン認証マネージャー  @@ -172,14 +161,14 @@ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -187,9 +176,9 @@ 変更ログ

    - + - リンクのオフラインを削除する  + リンクのオフラインを削除する  @@ -204,22 +193,22 @@ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール

    - + - Webキーワードを強調します  + Webキーワードを強調します  @@ -234,22 +223,22 @@ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール

    - + - Web優れたのキーワードを強調します  + Web優れたのキーワードを強調します  @@ -270,22 +259,22 @@ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール

    - + - 上下のボタンにピン保つめする  + 上下のボタンにピン保つめする  @@ -306,14 +295,14 @@ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -321,9 +310,9 @@ 変更ログ

    - + - 小さいさなウィンドウでプレビュー  + 小さいさなウィンドウでプレビュー  @@ -344,14 +333,14 @@ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -359,9 +348,9 @@ 変更ログ

    - + - ゴージャスなグラデーションで Web フォームを美しいしくする  + ゴージャスなグラデーションで Web フォームを美しいしくする  @@ -382,14 +371,14 @@ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -397,9 +386,9 @@ 変更ログ

    - + - リンクするテキスト  + リンクするテキスト  @@ -414,14 +403,14 @@ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -429,9 +418,9 @@ から変更されました

    - + - マークダウンクラウドカットノート  + マークダウンクラウドカットノート  @@ -452,14 +441,14 @@ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -471,9 +460,9 @@

    GreasyFork (12)

    - + - URL強化用の脂っこいフォークスクリプトページ  + URL強化用の脂っこいフォークスクリプトページ  @@ -494,22 +483,22 @@ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール

    - + - Greasyfork フレーマ  + Greasyfork フレーマ  @@ -530,14 +519,14 @@ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -545,9 +534,9 @@ 変更ログ

    - + - Script Finder GreasyFork スクリプトの検索  + Script Finder GreasyFork スクリプトの検索  @@ -568,14 +557,14 @@ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -583,9 +572,9 @@ 変更ログ

    - + - Greasyfork 評価を急行するスクリプト  + Greasyfork 評価を急行するスクリプト  @@ -606,22 +595,22 @@ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール

    - + - GreasyFork: ナビゲーションバーの強化する  + GreasyFork: ナビゲーションバーの強化する  @@ -642,22 +631,22 @@ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール

    - + - GreasyFork markdown  + GreasyFork markdown  @@ -678,14 +667,14 @@ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -693,9 +682,9 @@ 変更ログ

    - + - GreasyFork Search  + GreasyFork Search  @@ -710,22 +699,22 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール

    - + - GreasyFork 通知するアシスタント  + GreasyFork 通知するアシスタント  @@ -746,14 +735,14 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -761,9 +750,9 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ 変更ログ

    - + - GreaysFork 強化するするWebHook同期設定  + GreaysFork 強化するするWebHook同期設定  @@ -784,14 +773,14 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -799,9 +788,9 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ 変更ログ

    - + - GreasyFork ユーザーが公共したスクリプト データの視覚化  + GreasyFork ユーザーが公共したスクリプト データの視覚化  @@ -822,14 +811,14 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -837,9 +826,9 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ 変更ログ

    - + - Greasyfork 登録時間を急行  + Greasyfork 登録時間を急行  @@ -860,14 +849,14 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -877,9 +866,9 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ から変更されました

    - + - Greasyfork更新するされていないスクリプトが強調されました  + Greasyfork更新するされていないスクリプトが強調されました  @@ -900,14 +889,14 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -919,9 +908,9 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ

    大人向けの脚本 (11)

    - + - Missavバッチバックアップコレクションビデオ  + Missavバッチバックアップコレクションビデオ  @@ -942,14 +931,14 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -957,9 +946,9 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ 変更ログ

    - + - MissAV 自動ログイン  + MissAV 自動ログイン  @@ -974,14 +963,14 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -989,9 +978,9 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ 変更ログ

    - + - ThisAV 自動ログイン  + ThisAV 自動ログイン  @@ -1006,14 +995,14 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -1021,9 +1010,9 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ 変更ログ

    - + - JableTV 自動ログイン  + JableTV 自動ログイン  @@ -1038,14 +1027,14 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -1053,9 +1042,9 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ 変更ログ

    - + - Missavビデオダウンロードツール  + Missavビデオダウンロードツール  @@ -1076,14 +1065,14 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -1091,9 +1080,9 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ 変更ログ

    - + - xvideosプッシュダウンロード  + xvideosプッシュダウンロード  @@ -1114,14 +1103,14 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -1129,9 +1118,9 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ 変更ログ

    - + - ポルノハブビデオダウンロードワンクリックでダウンロードします  + ポルノハブビデオダウンロードワンクリックでダウンロードします  @@ -1152,14 +1141,14 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -1167,9 +1156,9 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ 変更ログ

    - + - xhamsterビデオワンクリックダウンロードアシスタント  + xhamsterビデオワンクリックダウンロードアシスタント  @@ -1190,14 +1179,14 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -1205,9 +1194,9 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ 変更ログ

    - + - xnxxvideosビデオワンクリックダウンロードアシスタント  + xnxxvideosビデオワンクリックダウンロードアシスタント  @@ -1228,14 +1217,14 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -1243,9 +1232,9 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ 変更ログ

    - + - Missav Enhanced Assistant  + Missav Enhanced Assistant  @@ -1266,14 +1255,14 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -1281,9 +1270,9 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ 変更ログ

    - + - ちょうど18歳になりました  + ちょうど18歳になりました  @@ -1298,14 +1287,14 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -1317,9 +1306,9 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ

    Google 脚本 (2)

    - + - Google検索サイトをブロックします  + Google検索サイトをブロックします  @@ -1334,22 +1323,22 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール

    - + - Google 高いな検索アシスタント  + Google 高いな検索アシスタント  @@ -1370,14 +1359,14 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -1387,9 +1376,9 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ

    GitHub 脚本 (20)

    - + - 🤠 Github の強化するされたアシスタント ウェアハウスの急行サイズ  + 🤠 Github の強化するされたアシスタント ウェアハウスの急行サイズ  @@ -1410,14 +1399,14 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -1427,9 +1416,9 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ から変更されました

    - + - GitHub 日付順にそしてべのためにえる  + GitHub 日付順にそしてべのためにえる  @@ -1450,22 +1439,22 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール

    - + - GitHub フォルダーダウンローダー  + GitHub フォルダーダウンローダー  @@ -1486,14 +1475,14 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -1501,9 +1490,9 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ 変更ログ

    - + - Github 元のファイルをコピーする URL ダウンロードファイル付き  + Github 元のファイルをコピーする URL ダウンロードファイル付き  @@ -1524,14 +1513,14 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -1539,9 +1528,9 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ 変更ログ

    - + - GitHub 知性の表現Webビューの送信  + GitHub 知性の表現Webビューの送信  @@ -1562,22 +1551,22 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール

    - + - GitHub ファイルリスト形成外科ツール  + GitHub ファイルリスト形成外科ツール  @@ -1598,14 +1587,14 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -1613,9 +1602,9 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ 変更ログ

    - + - GitHub デバイスの認証を自動に確認する  + GitHub デバイスの認証を自動に確認する  @@ -1630,14 +1619,14 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -1645,9 +1634,9 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ 変更ログ

    - + - Github コード言語のリストをすべて急行  + Github コード言語のリストをすべて急行  @@ -1668,14 +1657,14 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -1683,9 +1672,9 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ 変更ログ

    - + - GitHub ウェアハウスのクイック ジャンプ アシスタント  + GitHub ウェアハウスのクイック ジャンプ アシスタント  @@ -1706,14 +1695,14 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -1721,9 +1710,9 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ 変更ログ

    - + - GithubでJSDelivrリンクを開けるきます  + GithubでJSDelivrリンクを開けるきます  @@ -1744,14 +1733,14 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -1759,9 +1748,9 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ 変更ログ

    - + - GitHub Gistコードスニペットコピーとダウンローダー  + GitHub Gistコードスニペットコピーとダウンローダー  @@ -1782,14 +1771,14 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -1799,9 +1788,9 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ から変更されました

    - + - GitHubショートカットキー翻訳アシスタント  + GitHubショートカットキー翻訳アシスタント  @@ -1822,14 +1811,14 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -1837,9 +1826,9 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ 変更ログ

    - + - Github Star Warehouseノートアシスタント  + Github Star Warehouseノートアシスタント  @@ -1860,14 +1849,14 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -1877,9 +1866,9 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ から変更されました

    - + - GithubはDeepwikiにジャンプします  + GithubはDeepwikiにジャンプします  @@ -1900,14 +1889,14 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -1917,9 +1906,9 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ から変更されました

    - + - Github Hide Copilot  + Github Hide Copilot  @@ -1940,14 +1929,14 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -1957,9 +1946,9 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ から変更されました

    - + - GitHubのメールアドレスファインダー  + GitHubのメールアドレスファインダー  @@ -1980,14 +1969,14 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -1995,9 +1984,9 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ から変更されました

    - + - GitHubはファイルとフォルダーのサイズを急行します  + GitHubはファイルとフォルダーのサイズを急行します  @@ -2019,14 +2008,14 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -2036,9 +2025,9 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ から変更されました

    - + - Githubの共著者  + Githubの共著者  @@ -2060,14 +2049,14 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -2075,9 +2064,9 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ から変更されました

    - + - GitHub通知するフィルターステータス  + GitHub通知するフィルターステータス  @@ -2092,14 +2081,14 @@ github-notification-inbox-toggle開発バージョン Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -2107,9 +2096,9 @@ github-notification-inbox-toggle開発バージョン から変更されました

    - + - GitHub コピー クローン コマンド ボタン (フォーク)  + GitHub コピー クローン コマンド ボタン (フォーク)  @@ -2130,14 +2119,14 @@ github-notification-inbox-toggle開発バージョン Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -2149,9 +2138,9 @@ github-notification-inbox-toggle開発バージョン

    スクリプトを翻訳する (3)

    - + - 外国語ターミネーター  + 外国語ターミネーター  @@ -2166,14 +2155,14 @@ github-notification-inbox-toggle開発バージョン Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -2181,9 +2170,9 @@ github-notification-inbox-toggle開発バージョン 変更ログ

    - + - Webページ翻訳 - 中国語への自動翻訳  + Webページ翻訳 - 中国語への自動翻訳  @@ -2198,22 +2187,22 @@ Google翻訳アイコンを各中国語のWebページの右下隅に追加し Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール

    - + - 翻訳ウィジェット|  + 翻訳ウィジェット|  @@ -2234,14 +2223,14 @@ Google翻訳アイコンを各中国語のWebページの右下隅に追加し Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -2253,9 +2242,9 @@ Google翻訳アイコンを各中国語のWebページの右下隅に追加し

    AI 脚本 (9)

    - + - ChatGPT セルフメッセージと最大を折り畳みりたたむ  + ChatGPT セルフメッセージと最大を折り畳みりたたむ  @@ -2276,14 +2265,14 @@ Google翻訳アイコンを各中国語のWebページの右下隅に追加し Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -2291,9 +2280,9 @@ Google翻訳アイコンを各中国語のWebページの右下隅に追加し 変更ログ

    - + - ChatGPTコードのフォントサイズが小さいさくなりました  + ChatGPTコードのフォントサイズが小さいさくなりました  @@ -2308,22 +2297,22 @@ ChatGPT コードのフォントを小さいさくする そして自動に折 Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール

    - + - ChatGPT 文字数カウンターの制限 (CCCL)  + ChatGPT 文字数カウンターの制限 (CCCL)  @@ -2344,14 +2333,14 @@ ChatGPT コードのフォントを小さいさくする そして自動に折 Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -2359,9 +2348,9 @@ ChatGPT コードのフォントを小さいさくする そして自動に折 変更ログ

    - + - ChatGPT チャットのコードのコピー ボタンとコードのエクスポート ボタン  + ChatGPT チャットのコードのコピー ボタンとコードのエクスポート ボタン  @@ -2382,14 +2371,14 @@ ChatGPT コードのフォントを小さいさくする そして自動に折 Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -2397,9 +2386,9 @@ ChatGPT コードのフォントを小さいさくする そして自動に折 変更ログ

    - + - chatgptコードが強調されました  + chatgptコードが強調されました  @@ -2420,14 +2409,14 @@ ChatGPT コードのフォントを小さいさくする そして自動に折 Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -2435,9 +2424,9 @@ ChatGPT コードのフォントを小さいさくする そして自動に折 変更ログ

    - + - ChatGptコードツール  + ChatGptコードツール  @@ -2452,14 +2441,14 @@ ChatGPT コードのフォントを小さいさくする そして自動に折 Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -2467,9 +2456,9 @@ ChatGPT コードのフォントを小さいさくする そして自動に折 から変更されました

    - + - chatgptプロンプトワードを挿入します  + chatgptプロンプトワードを挿入します  @@ -2484,14 +2473,14 @@ ChatGPT コードのフォントを小さいさくする そして自動に折 Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -2499,9 +2488,9 @@ ChatGPT コードのフォントを小さいさくする そして自動に折 から変更されました

    - + - Chatgpt会話を保存します  + Chatgpt会話を保存します  @@ -2516,14 +2505,14 @@ ChatGPT コードのフォントを小さいさくする そして自動に折 Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -2533,9 +2522,9 @@ ChatGPT コードのフォントを小さいさくする そして自動に折 から変更されました

    - + - ChatGptはチャットを簡単に管理します  + ChatGptはチャットを簡単に管理します  @@ -2550,14 +2539,14 @@ ChatGPT コードのフォントを小さいさくする そして自動に折 Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -2567,9 +2556,9 @@ ChatGPT コードのフォントを小さいさくする そして自動に折

    ブログサイト (5)

    - + - 無制限のCSDNログイン  + 無制限のCSDNログイン  @@ -2584,14 +2573,14 @@ ChatGPT コードのフォントを小さいさくする そして自動に折 Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -2599,9 +2588,9 @@ ChatGPT コードのフォントを小さいさくする そして自動に折 変更ログ

    - + - クリーンブログ投稿  + クリーンブログ投稿  @@ -2616,14 +2605,14 @@ ChatGPT コードのフォントを小さいさくする そして自動に折 Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -2631,9 +2620,9 @@ ChatGPT コードのフォントを小さいさくする そして自動に折 から変更されました

    - + - Zhihuのダークテーマ  + Zhihuのダークテーマ  @@ -2648,14 +2637,14 @@ Zhihuのダークテーマスタイル Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -2663,9 +2652,9 @@ Zhihuのダークテーマスタイル から変更されました

    - + - WeChat Web版ダークモード  + WeChat Web版ダークモード  @@ -2680,14 +2669,14 @@ Web WeChat 全画面ウィンドウを有効にする,ダークモード Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -2695,9 +2684,9 @@ Web WeChat 全画面ウィンドウを有効にする,ダークモード から変更されました

    - + - 新浪微博モバイル版ジャンプ  + 新浪微博モバイル版ジャンプ  @@ -2712,14 +2701,14 @@ Web WeChat 全画面ウィンドウを有効にする,ダークモード Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -2729,9 +2718,9 @@ Web WeChat 全画面ウィンドウを有効にする,ダークモード

    Twitter (5)

    - + - Twitter/Xリツイートされた投稿を無表情にします  + Twitter/Xリツイートされた投稿を無表情にします  @@ -2752,14 +2741,14 @@ Web WeChat 全画面ウィンドウを有効にする,ダークモード Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -2769,9 +2758,9 @@ Web WeChat 全画面ウィンドウを有効にする,ダークモード から変更されました

    - + - Twitterメディアダウンロード(2025.12.02修正)  + Twitterメディアダウンロード(2025.12.02修正)  @@ -2792,14 +2781,14 @@ Web WeChat 全画面ウィンドウを有効にする,ダークモード Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -2809,9 +2798,9 @@ Web WeChat 全画面ウィンドウを有効にする,ダークモード から変更されました

    - + - Twitter(x)ブラックリストとブロックされたリストのダウンロード  + Twitter(x)ブラックリストとブロックされたリストのダウンロード  @@ -2826,14 +2815,14 @@ Twitter(x)ブラックリストとブロックリストをダウンロード Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -2841,9 +2830,9 @@ Twitter(x)ブラックリストとブロックリストをダウンロード から変更されました

    - + - Twitterには一般的にの日付と時間が急行されます  + Twitterには一般的にの日付と時間が急行されます  @@ -2865,22 +2854,22 @@ Twitter(x)ブラックリストとブロックリストをダウンロード Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール

    - + - Twitter(X)-Plus  + Twitter(X)-Plus  @@ -2901,14 +2890,14 @@ Twitter(x)ブラックリストとブロックリストをダウンロード Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -2920,9 +2909,9 @@ Twitter(x)ブラックリストとブロックリストをダウンロード

    YouTube (5)

    - + - YouTubeアシスタント  + YouTubeアシスタント  @@ -2943,14 +2932,14 @@ Twitter(x)ブラックリストとブロックリストをダウンロード Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -2960,9 +2949,9 @@ Twitter(x)ブラックリストとブロックリストをダウンロード から変更されました

    - + - YouTubeは戻るでショートカットを視聴します  + YouTubeは戻るでショートカットを視聴します  @@ -2977,14 +2966,14 @@ Twitter(x)ブラックリストとブロックリストをダウンロード Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -2992,9 +2981,9 @@ Twitter(x)ブラックリストとブロックリストをダウンロード から変更されました

    - + - より良いYouTubeボリュームコントロール  + より良いYouTubeボリュームコントロール  @@ -3009,14 +2998,14 @@ Twitter(x)ブラックリストとブロックリストをダウンロード Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -3024,9 +3013,9 @@ Twitter(x)ブラックリストとブロックリストをダウンロード から変更されました

    - + - YouTubeダイナミックビデオグリッド  + YouTubeダイナミックビデオグリッド  @@ -3041,14 +3030,14 @@ Twitter(x)ブラックリストとブロックリストをダウンロード Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -3058,9 +3047,9 @@ Twitter(x)ブラックリストとブロックリストをダウンロード から変更されました

    - + - YouTube Pro: オーディオ エンハンサー  + YouTube Pro: オーディオ エンハンサー  @@ -3081,14 +3070,14 @@ Twitter(x)ブラックリストとブロックリストをダウンロード Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -3098,9 +3087,9 @@ Twitter(x)ブラックリストとブロックリストをダウンロード

    TikTok (1)

    - + - Tiktokユーザー情報  + Tiktokユーザー情報  @@ -3115,14 +3104,14 @@ Tiktokは、プロファイルに関するより拡張された情報を急行 Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -3132,9 +3121,9 @@ Tiktokは、プロファイルに関するより拡張された情報を急行

    Bilibili (2)

    - + - Bilibiliビデオダウンローダー  + Bilibiliビデオダウンローダー  @@ -3149,14 +3138,14 @@ Bilibili動画をダウンロードする(ドラマには対応していませ Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -3164,9 +3153,9 @@ Bilibili動画をダウンロードする(ドラマには対応していませ から変更されました

    - + - Bilibiliライブルームブロックツール  + Bilibiliライブルームブロックツール  @@ -3181,14 +3170,14 @@ Bilibiliライブルームブロックツール,サポート管理リスト, Greasemonkey / - + - + Readmeファイル / 話し合う / - + ソースコード / インストール / @@ -3250,7 +3239,7 @@ Bilibiliライブルームブロックツール,サポート管理リスト, > [!TIP] > > - [#12](https://github.com/ChinaGodMan/UserScripts/issues/12) :trollface: Adam Lui 劉禅鵬 :+1: -> - _このリポジトリの自動翻訳と Action ヤンキーには本当に感謝しています[Adam Lui 劉禅鵬](https://github.com/adamlui)素晴らしいアイデアとコード!_ :trollface: +> - _このリポジトリの自動翻訳と Action ヤンキーには特別な感謝を[Adam Lui 劉禅鵬](https://github.com/adamlui)素晴らしいアイデアとコード!_ :trollface: > - _ヤンキースをイメージしたウェアハウスのネーミング[Adam Lui 劉禅鵬](https://github.com/adamlui)鼓舞する_ :trollface: > - _このリポジトリの Readme ファイルは次の場所にあります。[Adam Lui 劉禅鵬](https://github.com/adamlui)自己申告スタイル_ :trollface: > - _スクリプト内の相互リダイレクト ジャンプは次のものから来ています。[Adam Lui 劉禅鵬](https://github.com/adamlui)自己申告スタイル_ :trollface: @@ -3271,6 +3260,7 @@ Bilibiliライブルームブロックツール,サポート管理リスト, 人民的勤务员 人々のロボット +Metric molanp Yoobohl fossabot @@ -3286,8 +3276,8 @@ Bilibiliライブルームブロックツール,サポート管理リスト, ## 🏛️ オープンソースライセンス契約 -このプロジェクトでは、 MIT ライセンス 承認する。 -MIT ライセンスは寛容なオープンソースライセンス契約です,詳細については、を参照してください。 ライセンスの全文。 +このプロジェクトでは、 MIT ライセンス 承認する。 +MIT ライセンスは寛容なオープンソースライセンス契約です,詳細については、を参照してください。 ライセンスの全文
    @@ -3297,7 +3287,7 @@ MIT ライセンスは寛容なオープンソースライセンス契約です ## 🤝 行動規範 -友好的な関係を確保するために、敬意を持った包括的な開発環境,私たちは以下のものを開発しました行動規範。各寄稿者は次のガイドラインに従うことが求められます。 +友好的な関係を確保するために、敬意を持った包括的な開発環境,私たちは以下のものを開発しました行動規範。各寄稿者は次のガイドラインに従うことが求められます。
    @@ -3310,7 +3300,7 @@ MIT ライセンスは寛容なオープンソースライセンス契約です 脆弱性が見つかった場合,一つ開けてください[セキュリティに関する推奨事項の草案](https://github.com/ChinaGodMan/UserScripts/security/advisories/new)。 プルリクエストも歓迎です,ただしセキュリティ上の理由から,までメールを送信してください 公開する前に返信を待ちます。 -詳細については、を参照してください。 セキュリティポリシー +詳細については、を参照してください。 セキュリティポリシー
    @@ -3320,7 +3310,7 @@ MIT ライセンスは寛容なオープンソースライセンス契約です ## 💖 貢献ガイド -このプロジェクトにご興味をお持ちいただきありがとうございます!私たちは以下のものを開発しました貢献ガイド。コードやドキュメントをスムーズに投稿できるようにするため,コードや質問を送信する前に、,内容をよく読んでください。 +このプロジェクトにご興味をお持ちいただきありがとうございます!私たちは以下のものを開発しました貢献ガイド。コードやドキュメントをスムーズに投稿できるようにするため,コードや質問を送信する前に、,内容をよく読んでください。
    diff --git a/docs/ko/README.md b/docs/ko/README.md index 3503e4e47..667c8e569 100644 --- a/docs/ko/README.md +++ b/docs/ko/README.md @@ -8,18 +8,18 @@ - China简体中文 | - China繁體中文 | - English | - 日本語 | - Tiếng Việt | - Italiano | - Русский | - Deutsch | - Español | - Portuguese | - Français | - 대한민국 + China简体中文 | + China繁體中文 | + English | + 日本語 | + Tiếng Việt | + Italiano | + Русский | + Deutsch | + Español | + Portuguese | + Français | + 대한민국

    @@ -63,47 +63,36 @@ [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/ChinaGodMan/UserScripts) -> [!WARNING] ->
    -> 이 저장소는 다음에서만 사용할 수 있습니다.GitHub호스팅됨,여기가 아니야GitCode그리고XPlaza호스팅됨。다음 저장소는 모두 미러입니다.。
    -> :trollface: 중국 본토에서 사용하는 경우git clone다운로드 속도가 너무 느립니다.,다음 주소를 이용해도 됩니다 -> -> -> [https://www.xplaza.cn/ChinaGodMan](https://www.xplaza.cn/ChinaGodMan) (미러 계정,비 본인) -> [https://www.xplaza.cn/ChinaGodMan/userscripts](https://www.xplaza.cn/ChinaGodMan/userscripts) -> [https://gitcode.com/gh_mirrors/userscripts1/UserScripts/](https://gitcode.com/gh_mirrors/userscripts1/UserScripts) -> -> ->
    + ## 🔖 TOC -[🌐 브라우저 및 스크립트 관리자](#-브라우저 및 스크립트 관리자) | -[❔️ 스크립트 설치 또는 사용 방법](#%EF%B8%8F-스크립트 설치 또는 사용 방법) | -[🙏 오픈소스 덕분에 특별히 감사드립니다](#-오픈소스 덕분에 특별히 감사드립니다) | -[🛡️ 보안 정책](#%EF%B8%8F-보안 정책) | +[🌐 브라우저 및 스크립트 관리자](#-브라우저-및-스크립트-관리자) | +[❔️ 스크립트 설치 또는 사용 방법](#%EF%B8%8F-스크립트-설치-또는-사용-방법) | +[🙏 오픈소스 덕분에 특별히 감사드립니다](#-오픈소스-덕분에-특별히-감사드립니다) | +[🛡️ 보안 정책](#%EF%B8%8F-보안-정책) | [🤝 행동강령](#-행동강령) | -[🏛️ 오픈소스 라이선스 계약](#%EF%B8%8F-오픈소스 라이선스 계약) | +[🏛️ 오픈소스 라이선스 계약](#%EF%B8%8F-오픈소스-라이선스-계약) | [🧠 기부자](#-기부자) | -[💖 기여 가이드](#-기여 가이드) | -[⭐ 스타의 역사](#-스타의 역사) | -[📜 스크립트 목록](#-스크립트 목록) +[💖 기여 가이드](#-기여-가이드) | +[⭐ 스타의 역사](#-스타의-역사) | +[📜 스크립트 목록](#-스크립트-목록) ## 📜 스크립트 목록 -💡 **Tip:** _미리보기 스크린샷을 표시하려면,확장명 아래를 클릭하세요. ▸ 또는 설명。_ +💡 **Tip:** _미리보기 스크린샷을 표시하려면,확장자 이름 아래를 클릭하세요 ▸ 또는 설명。_ **현재 저장소에 게시된 스크립트 수:85,스크립트에는 다음이 포함됩니다.:** -
    웹 스크립트 (10) +
    웹 스크립트 (10) | GreasyFork (12) - | 성인 대본 (11) - | Google 각본 (2) - | GitHub 각본 (20) - | 스크립트 번역 (3) - | AI 각본 (9) - | 블로그 사이트 (5) + | 성인 대본 (11) + | Google 각본 (2) + | GitHub 각본 (20) + | 스크립트 번역 (3) + | AI 각본 (9) + | 블로그 사이트 (5) | Twitter (5) | YouTube (5) | TikTok (1) @@ -113,9 +102,9 @@

    웹 스크립트 (10)

    - + - 스크롤 버튼  + 스크롤 버튼  @@ -136,22 +125,22 @@ Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다

    - + - 웹 페이지 작성 클립 버전 권한 관리자  + 웹 페이지 작성 클립 버전 권한 관리자  @@ -172,14 +161,14 @@ Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -187,9 +176,9 @@ 변경 로그

    - + - 링크 밑줄 제거  + 링크 밑줄 제거  @@ -204,22 +193,22 @@ Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다

    - + - 웹 키워드를 강조 표시합니다  + 웹 키워드를 강조 표시합니다  @@ -234,22 +223,22 @@ Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다

    - + - 웹에서 키워드를 강조 표시합니다  + 웹에서 키워드를 강조 표시합니다  @@ -270,22 +259,22 @@ Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다

    - + - 상단 및 하단 버튼에 고정  + 상단 및 하단 버튼에 고정  @@ -306,14 +295,14 @@ Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -321,9 +310,9 @@ 변경 로그

    - + - 작은 창 미리보기  + 작은 창 미리보기  @@ -344,14 +333,14 @@ Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -359,9 +348,9 @@ 변경 로그

    - + - 화려한 그라데이션으로 웹 양식을 아름답게 꾸미세요  + 화려한 그라데이션으로 웹 양식을 아름답게 꾸미세요  @@ -382,14 +371,14 @@ Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -397,9 +386,9 @@ 변경 로그

    - + - 링크 할 텍스트  + 링크 할 텍스트  @@ -414,14 +403,14 @@ Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -429,9 +418,9 @@ 다음에서 수정됨

    - + - 마크 다운 클라우드 컷 메모  + 마크 다운 클라우드 컷 메모  @@ -452,14 +441,14 @@ Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -468,12 +457,12 @@ 다음에서 수정됨 - +

    GreasyFork (12)

    - + - URL 향상을위한 기름기가 많은 포크 스크립트 페이지  + URL 향상을위한 기름기가 많은 포크 스크립트 페이지  @@ -494,22 +483,22 @@ Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다

    - + - Greasyfork 프레이머  + Greasyfork 프레이머  @@ -530,14 +519,14 @@ Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -545,9 +534,9 @@ 변경 로그

    - + - Script Finder 그리스 원숭이 스크립트 조회  + Script Finder 그리스 원숭이 스크립트 조회  @@ -568,14 +557,14 @@ Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -583,9 +572,9 @@ 변경 로그

    - + - Greasyfork 평점을 표시하는 스크립트  + Greasyfork 평점을 표시하는 스크립트  @@ -606,22 +595,22 @@ Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다

    - + - GreasyFork: 탐색 표시줄 개선  + GreasyFork: 탐색 표시줄 개선  @@ -642,22 +631,22 @@ Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다

    - + - GreasyFork markdown  + GreasyFork markdown  @@ -678,14 +667,14 @@ Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -693,9 +682,9 @@ 변경 로그

    - + - GreasyFork Search  + GreasyFork Search  @@ -710,22 +699,22 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다

    - + - GreasyFork 알림 도우미  + GreasyFork 알림 도우미  @@ -746,14 +735,14 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -761,9 +750,9 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 변경 로그

    - + - GreaysFork 향상시키다WebHook동기화 설정  + GreaysFork 향상시키다WebHook동기화 설정  @@ -784,14 +773,14 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -799,9 +788,9 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 변경 로그

    - + - GreasyFork 사용자 게시 스크립트 데이터 시각화  + GreasyFork 사용자 게시 스크립트 데이터 시각화  @@ -822,14 +811,14 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -837,9 +826,9 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 변경 로그

    - + - Greasyfork등록 시간을 표시  + Greasyfork등록 시간을 표시  @@ -860,14 +849,14 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -877,9 +866,9 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 다음에서 수정됨

    - + - Greasyfork는 업데이트되지 않은 스크립트가 강조 표시되었습니다  + Greasyfork는 업데이트되지 않은 스크립트가 강조 표시되었습니다  @@ -900,14 +889,14 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -916,12 +905,12 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 다음에서 수정됨 - +

    성인 대본 (11)

    - + - Missav 배치 백업 컬렉션 비디오  + Missav 배치 백업 컬렉션 비디오  @@ -942,14 +931,14 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -957,9 +946,9 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 변경 로그

    - + - MissAV 자동 로그인  + MissAV 자동 로그인  @@ -974,14 +963,14 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -989,9 +978,9 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 변경 로그

    - + - ThisAV 자동 로그인  + ThisAV 자동 로그인  @@ -1006,14 +995,14 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -1021,9 +1010,9 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 변경 로그

    - + - JableTV 자동 로그인  + JableTV 자동 로그인  @@ -1038,14 +1027,14 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -1053,9 +1042,9 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 변경 로그

    - + - Missav 비디오 다운로드 도구  + Missav 비디오 다운로드 도구  @@ -1076,14 +1065,14 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -1091,9 +1080,9 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 변경 로그

    - + - xvideos 푸시 다운로드  + xvideos 푸시 다운로드  @@ -1114,14 +1103,14 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -1129,9 +1118,9 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 변경 로그

    - + - 한 번의 클릭으로 Pornhub 비디오 다운로드  + 한 번의 클릭으로 Pornhub 비디오 다운로드  @@ -1152,14 +1141,14 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -1167,9 +1156,9 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 변경 로그

    - + - Xhamster 비디오 원 클릭 다운로드 어시스턴트  + Xhamster 비디오 원 클릭 다운로드 어시스턴트  @@ -1190,14 +1179,14 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -1205,9 +1194,9 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 변경 로그

    - + - xnxxvideos 비디오 1 클릭 다운로드 어시스턴트  + xnxxvideos 비디오 1 클릭 다운로드 어시스턴트  @@ -1228,14 +1217,14 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -1243,9 +1232,9 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 변경 로그

    - + - Missav 강조 보조원  + Missav 강조 보조원  @@ -1266,14 +1255,14 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -1281,9 +1270,9 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 변경 로그

    - + - 방금 18 살이되었습니다  + 방금 18 살이되었습니다  @@ -1298,14 +1287,14 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -1314,12 +1303,12 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 다음에서 수정됨 - +

    Google 각본 (2)

    - + - Google 검색 사이트를 차단하십시오  + Google 검색 사이트를 차단하십시오  @@ -1334,22 +1323,22 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다

    - + - Google 고급 검색 도우미  + Google 고급 검색 도우미  @@ -1370,26 +1359,26 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / 변경 로그 - +

    GitHub 각본 (20)

    - + - 🤠 Github 향상된 보조 창고 디스플레이 크기  + 🤠 Github 향상된 보조 창고 디스플레이 크기  @@ -1410,14 +1399,14 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -1427,9 +1416,9 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 다음에서 수정됨

    - + - GitHub 날짜순으로 정렬  + GitHub 날짜순으로 정렬  @@ -1450,22 +1439,22 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다

    - + - GitHub 폴더 다운로더  + GitHub 폴더 다운로더  @@ -1486,14 +1475,14 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -1501,9 +1490,9 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 변경 로그

    - + - Github 원본 파일 복사 URL 다운로드 파일 포함  + Github 원본 파일 복사 URL 다운로드 파일 포함  @@ -1524,14 +1513,14 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -1539,9 +1528,9 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 변경 로그

    - + - GitHub 정보 표시 웹뷰 제출  + GitHub 정보 표시 웹뷰 제출  @@ -1562,22 +1551,22 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다

    - + - GitHub 파일 목록 미화자  + GitHub 파일 목록 미화자  @@ -1598,14 +1587,14 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -1613,9 +1602,9 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 변경 로그

    - + - GitHub 장치 승인 자동 확인  + GitHub 장치 승인 자동 확인  @@ -1630,14 +1619,14 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -1645,9 +1634,9 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 변경 로그

    - + - Github 코드 언어 목록 모두 표시  + Github 코드 언어 목록 모두 표시  @@ -1668,14 +1657,14 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -1683,9 +1672,9 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 변경 로그

    - + - GitHub 창고 빠른 점프 도우미  + GitHub 창고 빠른 점프 도우미  @@ -1706,14 +1695,14 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -1721,9 +1710,9 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 변경 로그

    - + - GitHub에서 JSDELIVR 링크를 엽니 다  + GitHub에서 JSDELIVR 링크를 엽니 다  @@ -1744,14 +1733,14 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -1759,9 +1748,9 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 변경 로그

    - + - github gist 코드 스 니펫 복사 및 다운로더  + github gist 코드 스 니펫 복사 및 다운로더  @@ -1782,14 +1771,14 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -1799,9 +1788,9 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 다음에서 수정됨

    - + - Github 바로 가기 키 번역 보조원  + Github 바로 가기 키 번역 보조원  @@ -1822,14 +1811,14 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -1837,9 +1826,9 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 변경 로그

    - + - Github Star Warehouse Notes Assistant  + Github Star Warehouse Notes Assistant  @@ -1860,14 +1849,14 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -1877,9 +1866,9 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 다음에서 수정됨

    - + - Github는 Deepwiki로 점프합니다  + Github는 Deepwiki로 점프합니다  @@ -1900,14 +1889,14 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -1917,9 +1906,9 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 다음에서 수정됨

    - + - github copilot을 숨 깁니다  + github copilot을 숨 깁니다  @@ -1940,14 +1929,14 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -1957,9 +1946,9 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 다음에서 수정됨

    - + - GitHub 이메일 주소 찾기  + GitHub 이메일 주소 찾기  @@ -1980,14 +1969,14 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -1995,9 +1984,9 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 다음에서 수정됨

    - + - Github는 파일 및 폴더 크기를 표시합니다  + Github는 파일 및 폴더 크기를 표시합니다  @@ -2019,14 +2008,14 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -2036,9 +2025,9 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 다음에서 수정됨

    - + - Github 공동 저자  + Github 공동 저자  @@ -2060,14 +2049,14 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -2075,9 +2064,9 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 다음에서 수정됨

    - + - Github 알림 필터 상태  + Github 알림 필터 상태  @@ -2092,14 +2081,14 @@ Github-Notification-onbox-Toggle 개발 버전 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -2107,9 +2096,9 @@ Github-Notification-onbox-Toggle 개발 버전 다음에서 수정됨

    - + - GitHub 복사 복제 명령 버튼(포크)  + GitHub 복사 복제 명령 버튼(포크)  @@ -2130,14 +2119,14 @@ Github-Notification-onbox-Toggle 개발 버전 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -2146,12 +2135,12 @@ Github-Notification-onbox-Toggle 개발 버전 다음에서 수정됨 - +

    스크립트 번역 (3)

    - + - 외국어 터미네이터  + 외국어 터미네이터  @@ -2166,14 +2155,14 @@ Github-Notification-onbox-Toggle 개발 버전 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -2181,9 +2170,9 @@ Github-Notification-onbox-Toggle 개발 버전 변경 로그

    - + - 웹 페이지 번역 - 중국어로 자동 번역  + 웹 페이지 번역 - 중국어로 자동 번역  @@ -2198,22 +2187,22 @@ Github-Notification-onbox-Toggle 개발 버전 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다

    - + - 번역 위젯 |. 모든 언어 번역  + 번역 위젯 |. 모든 언어 번역  @@ -2234,14 +2223,14 @@ Github-Notification-onbox-Toggle 개발 버전 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -2250,12 +2239,12 @@ Github-Notification-onbox-Toggle 개발 버전 다음에서 수정됨 - +

    AI 각본 (9)

    - + - ChatGPT 자체 메시지 및 최대 너비 축소  + ChatGPT 자체 메시지 및 최대 너비 축소  @@ -2276,14 +2265,14 @@ Github-Notification-onbox-Toggle 개발 버전 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -2291,9 +2280,9 @@ Github-Notification-onbox-Toggle 개발 버전 변경 로그

    - + - ChatGPT코드 글꼴 크기 감소  + ChatGPT코드 글꼴 크기 감소  @@ -2308,22 +2297,22 @@ ChatGPT 코드 글꼴을 더 작게 만들기 자동으로 포장 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다

    - + - ChatGPT 문자 카운터 제한 (CCCL)  + ChatGPT 문자 카운터 제한 (CCCL)  @@ -2344,14 +2333,14 @@ ChatGPT 코드 글꼴을 더 작게 만들기 자동으로 포장 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -2359,9 +2348,9 @@ ChatGPT 코드 글꼴을 더 작게 만들기 자동으로 포장 변경 로그

    - + - ChatGPT 채팅 코드 복사 및 코드 내보내기 버튼  + ChatGPT 채팅 코드 복사 및 코드 내보내기 버튼  @@ -2382,14 +2371,14 @@ ChatGPT 코드 글꼴을 더 작게 만들기 자동으로 포장 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -2397,9 +2386,9 @@ ChatGPT 코드 글꼴을 더 작게 만들기 자동으로 포장 변경 로그

    - + - chatgpt 코드가 강조되었습니다  + chatgpt 코드가 강조되었습니다  @@ -2420,14 +2409,14 @@ ChatGPT 코드 글꼴을 더 작게 만들기 자동으로 포장 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -2435,9 +2424,9 @@ ChatGPT 코드 글꼴을 더 작게 만들기 자동으로 포장 변경 로그

    - + - chatgpt 코드 도구  + chatgpt 코드 도구  @@ -2452,14 +2441,14 @@ ChatGPT 코드 글꼴을 더 작게 만들기 자동으로 포장 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -2467,9 +2456,9 @@ ChatGPT 코드 글꼴을 더 작게 만들기 자동으로 포장 다음에서 수정됨

    - + - chatgpt 삽입 프롬프트 단어  + chatgpt 삽입 프롬프트 단어  @@ -2484,14 +2473,14 @@ ChatGPT 코드 글꼴을 더 작게 만들기 자동으로 포장 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -2499,9 +2488,9 @@ ChatGPT 코드 글꼴을 더 작게 만들기 자동으로 포장 다음에서 수정됨

    - + - Chatgpt 대화를 저장하십시오  + Chatgpt 대화를 저장하십시오  @@ -2516,14 +2505,14 @@ ChatGPT 코드 글꼴을 더 작게 만들기 자동으로 포장 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -2533,9 +2522,9 @@ ChatGPT 코드 글꼴을 더 작게 만들기 자동으로 포장 다음에서 수정됨

    - + - Chatgpt는 채팅을 쉽게 관리합니다  + Chatgpt는 채팅을 쉽게 관리합니다  @@ -2550,26 +2539,26 @@ ChatGPT 코드 글꼴을 더 작게 만들기 자동으로 포장 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / 다음에서 수정됨 - +

    블로그 사이트 (5)

    - + - 제한되지 않은 CSDN 로그인  + 제한되지 않은 CSDN 로그인  @@ -2584,14 +2573,14 @@ ChatGPT 코드 글꼴을 더 작게 만들기 자동으로 포장 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -2599,9 +2588,9 @@ ChatGPT 코드 글꼴을 더 작게 만들기 자동으로 포장 변경 로그

    - + - 깨끗한 블로그 게시물  + 깨끗한 블로그 게시물  @@ -2616,14 +2605,14 @@ ChatGPT 코드 글꼴을 더 작게 만들기 자동으로 포장 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -2631,9 +2620,9 @@ ChatGPT 코드 글꼴을 더 작게 만들기 자동으로 포장 다음에서 수정됨

    - + - Zhihu 어두운 테마  + Zhihu 어두운 테마  @@ -2648,14 +2637,14 @@ Zhihu의 어두운 테마 스타일 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -2663,9 +2652,9 @@ Zhihu의 어두운 테마 스타일 다음에서 수정됨

    - + - WeChat 웹 버전 다크 모드  + WeChat 웹 버전 다크 모드  @@ -2680,14 +2669,14 @@ Zhihu의 어두운 테마 스타일 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -2695,9 +2684,9 @@ Zhihu의 어두운 테마 스타일 다음에서 수정됨

    - + - 시나 웨이보 모바일 버전 점프  + 시나 웨이보 모바일 버전 점프  @@ -2712,26 +2701,26 @@ Sina Weibo가 자동으로 모바일 버전으로 이동합니다.,웨이보 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / 다음에서 수정됨 - +

    Twitter (5)

    - + - Twitter/x는 리트 윗 된 게시물을 숨 깁니다  + Twitter/x는 리트 윗 된 게시물을 숨 깁니다  @@ -2752,14 +2741,14 @@ Sina Weibo가 자동으로 모바일 버전으로 이동합니다.,웨이보 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -2769,9 +2758,9 @@ Sina Weibo가 자동으로 모바일 버전으로 이동합니다.,웨이보 다음에서 수정됨

    - + - 트위터 미디어 다운로드 (2025.12.02 고정)  + 트위터 미디어 다운로드 (2025.12.02 고정)  @@ -2792,14 +2781,14 @@ Sina Weibo가 자동으로 모바일 버전으로 이동합니다.,웨이보 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -2809,9 +2798,9 @@ Sina Weibo가 자동으로 모바일 버전으로 이동합니다.,웨이보 다음에서 수정됨

    - + - 트위터 (x) 블랙리스트 및 차단 된 목록 다운로드  + 트위터 (x) 블랙리스트 및 차단 된 목록 다운로드  @@ -2826,14 +2815,14 @@ Twitter (X) 블랙리스트 및 차단 된 목록을 다운로드하고, 페이 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -2841,9 +2830,9 @@ Twitter (X) 블랙리스트 및 차단 된 목록을 다운로드하고, 페이 다음에서 수정됨

    - + - 트위터에는 일반 날짜와 시간이 표시됩니다  + 트위터에는 일반 날짜와 시간이 표시됩니다  @@ -2865,22 +2854,22 @@ Twitter (X) 블랙리스트 및 차단 된 목록을 다운로드하고, 페이 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다

    - + - 트위터(X)-플러스  + 트위터(X)-플러스  @@ -2901,14 +2890,14 @@ Twitter (X) 블랙리스트 및 차단 된 목록을 다운로드하고, 페이 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -2917,12 +2906,12 @@ Twitter (X) 블랙리스트 및 차단 된 목록을 다운로드하고, 페이 다음에서 수정됨 - +

    YouTube (5)

    - + - YouTube Assistant  + YouTube Assistant  @@ -2943,14 +2932,14 @@ Twitter (X) 블랙리스트 및 차단 된 목록을 다운로드하고, 페이 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -2960,9 +2949,9 @@ Twitter (X) 블랙리스트 및 차단 된 목록을 다운로드하고, 페이 다음에서 수정됨

    - + - YouTube는 나중에 바로 가기를 시청합니다  + YouTube는 나중에 바로 가기를 시청합니다  @@ -2977,14 +2966,14 @@ Twitter (X) 블랙리스트 및 차단 된 목록을 다운로드하고, 페이 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -2992,9 +2981,9 @@ Twitter (X) 블랙리스트 및 차단 된 목록을 다운로드하고, 페이 다음에서 수정됨

    - + - 더 나은 YouTube 볼륨 컨트롤  + 더 나은 YouTube 볼륨 컨트롤  @@ -3009,14 +2998,14 @@ YouTube 비디오 플레이어에 슬라이더를 추가하여 볼륨을 더 자 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -3024,9 +3013,9 @@ YouTube 비디오 플레이어에 슬라이더를 추가하여 볼륨을 더 자 다음에서 수정됨

    - + - YouTube 동적 비디오 그리드  + YouTube 동적 비디오 그리드  @@ -3041,14 +3030,14 @@ YouTube 비디오 플레이어에 슬라이더를 추가하여 볼륨을 더 자 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -3058,9 +3047,9 @@ YouTube 비디오 플레이어에 슬라이더를 추가하여 볼륨을 더 자 다음에서 수정됨

    - + - YouTube Pro: 오디오 향상기  + YouTube Pro: 오디오 향상기  @@ -3081,26 +3070,26 @@ YouTube 비디오 플레이어에 슬라이더를 추가하여 볼륨을 더 자 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / 다음에서 수정됨 - +

    TikTok (1)

    - + - Tiktok 사용자 정보  + Tiktok 사용자 정보  @@ -3115,26 +3104,26 @@ Tiktok은 프로필에 더 많은 확장 정보를 표시합니다 Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / 다음에서 수정됨 - +

    Bilibili (2)

    - + - Bilibili 비디오 다운로더  + Bilibili 비디오 다운로더  @@ -3149,14 +3138,14 @@ Bilibili 비디오 다운로드(드라마를 지원하지 않습니다) Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / @@ -3164,9 +3153,9 @@ Bilibili 비디오 다운로드(드라마를 지원하지 않습니다) 다음에서 수정됨

    - + - Bilibili 라이브 룸 차단 도구  + Bilibili 라이브 룸 차단 도구  @@ -3181,21 +3170,21 @@ Bilibili 라이브 룸 차단 도구,지원 관리 목록,일괄 차단, Greasemonkey / - + - + 읽어보기 파일 / 논의하다 / - + 소스 코드 / 설치하다 / 다음에서 수정됨 - + @@ -3210,7 +3199,7 @@ Bilibili 라이브 룸 차단 도구,지원 관리 목록,일괄 차단, > [!IMPORTANT] > -> - _기타 기반 **Chromium** 커널 브라우저(국내 커버 브라우저 등)일반적으로 사용할 수 있습니다 Chrome 확장하다。_ +> - _기타 기반 **Chromium** 커널 브라우저(국내 커버 브라우저와 같은)일반적으로 사용할 수 있습니다 Chrome 확장하다。_ > - _꼭 이용해주세요 **Tampermonkey 공식 버전** 확장하다,其他的用户각본管理器可能导致**제대로 작동하지 않음**脚本。_ > - _스크립트를 다시 설치하고 싶다면,꼭 기억해주세요 Tampermonkey 펼친**휴지통에서 완전히 삭제**스크립트가 끝나면 스크립트를 다시 설치하십시오.。_ @@ -3254,7 +3243,7 @@ Bilibili 라이브 룸 차단 도구,지원 관리 목록,일괄 차단, > - _이 창고의 이름 스타일은 양키스에서 영감을 받았습니다.[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: @@ -3271,6 +3260,7 @@ Bilibili 라이브 룸 차단 도구,지원 관리 목록,일괄 차단, 人民的勤务员 사람들의 로봇 +Metric molanp Yoobohl fossabot @@ -3286,8 +3276,8 @@ Bilibili 라이브 룸 차단 도구,지원 관리 목록,일괄 차단, ## 🏛️ 오픈소스 라이선스 계약 -이 프로젝트에서는 MIT 특허 승인하다。 -MIT 라이선스는 허용적인 오픈 소스 라이선스 계약입니다.,자세한 내용은 다음을 참조하세요. 라이센스 전문。 +이 프로젝트에서는 MIT 특허 승인하다。 +MIT 라이선스는 허용적인 오픈 소스 라이선스 계약입니다.,자세한 내용은 다음을 참조하세요. 라이센스 전문
    @@ -3297,7 +3287,7 @@ MIT 라이선스는 허용적인 오픈 소스 라이선스 계약입니다., ## 🤝 행동강령 -우호적인 관계를 보장하기 위해、존중하고 포용적인 개발 환경,우리는 다음을 개발했습니다행동강령。각 기여자는 다음 지침을 따라야 합니다.。 +우호적인 관계를 보장하기 위해、존중하고 포용적인 개발 환경,우리는 다음을 개발했습니다행동강령。각 기여자는 다음 지침을 따라야 합니다.。
    @@ -3307,10 +3297,10 @@ MIT 라이선스는 허용적인 오픈 소스 라이선스 계약입니다., ## 🛡️ 보안 정책 -취약점을 발견한 경우,하나 열어주세요[초안 보안 권장사항](https://github.com/ChinaGodMan/UserScripts/security/advisories/new)。 +취약점을 발견한 경우,하나 열어주세요[초안 보안 권장 사항](https://github.com/ChinaGodMan/UserScripts/security/advisories/new)。 Pull Request도 환영합니다,하지만 보안상의 이유로,다음 주소로 이메일을 보내주세요. 공개하기 전에 답변을 기다리세요.。 -자세한 내용은 다음을 참조하세요. 보안 정책 +자세한 내용은 다음을 참조하세요. 보안 정책
    @@ -3320,7 +3310,7 @@ Pull Request도 환영합니다,하지만 보안상의 이유로,다음 주 ## 💖 기여 가이드 -본 프로젝트에 관심을 가져주셔서 감사합니다!우리는 다음을 개발했습니다기여 가이드。코드나 문서를 원활하게 기여할 수 있도록 돕기 위해,코드나 질문을 제출하기 전에 먼저,내용을 잘 읽어보세요。 +본 프로젝트에 관심을 가져주셔서 감사합니다!우리는 다음을 개발했습니다기여 가이드。코드나 문서를 원활하게 기여할 수 있도록 돕기 위해,코드나 질문을 제출하기 전에 먼저,내용을 잘 읽어보세요。
    diff --git a/docs/pt/README.md b/docs/pt/README.md index 3a43b8b41..6cc382dce 100644 --- a/docs/pt/README.md +++ b/docs/pt/README.md @@ -8,18 +8,18 @@ - China简体中文 | - China繁體中文 | - English | - 日本語 | - Tiếng Việt | - Italiano | - Русский | - Deutsch | - Español | - Portuguese | - Français | - 대한민국 + China简体中文 | + China繁體中文 | + English | + 日本語 | + Tiếng Việt | + Italiano | + Русский | + Deutsch | + Español | + Portuguese | + Français | + 대한민국

    @@ -63,31 +63,20 @@ [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/ChinaGodMan/UserScripts) -> [!WARNING] ->
    -> Este repositório está disponível apenas emGitHubhospedado em,Aqui nãoGitCodeeXPlazahospedado em。Os seguintes repositórios são todos espelhos。
    -> :trollface: Se você estiver usando na China continentalgit cloneA velocidade de download é muito lenta,Você também pode usar o seguinte endereço -> -> -> [https://www.xplaza.cn/ChinaGodMan](https://www.xplaza.cn/ChinaGodMan) (Conta espelhada,não-identidade) -> [https://www.xplaza.cn/ChinaGodMan/userscripts](https://www.xplaza.cn/ChinaGodMan/userscripts) -> [https://gitcode.com/gh_mirrors/userscripts1/UserScripts/](https://gitcode.com/gh_mirrors/userscripts1/UserScripts) -> -> ->
    + ## 🔖 TOC -[🌐 Gerenciador de navegador e script](#-Gerenciador de navegador e script) | -[❔️ Como instalar ou usar o script](#%EF%B8%8F-Como instalar ou usar o script) | -[🙏 Agradecimentos especiais ao código aberto](#-Agradecimentos especiais ao código aberto) | -[🛡️ política de segurança](#%EF%B8%8F-política de segurança) | -[🤝 Código de Conduta](#-Código de Conduta) | -[🏛️ Contrato de licença de código aberto](#%EF%B8%8F-Contrato de licença de código aberto) | +[🌐 Gerenciador de navegador e script](#-Gerenciador-de-navegador-e-script) | +[❔️ Como instalar ou usar o script](#%EF%B8%8F-Como-instalar-ou-usar-o-script) | +[🙏 Agradecimentos especiais ao código aberto](#-Agradecimentos-especiais-ao-código-aberto) | +[🛡️ política de segurança](#%EF%B8%8F-política-de-segurança) | +[🤝 Código de Conduta](#-Código-de-Conduta) | +[🏛️ Contrato de licença de código aberto](#%EF%B8%8F-Contrato-de-licença-de-código-aberto) | [🧠 Contribuinte](#-Contribuinte) | -[💖 Guia de contribuição](#-Guia de contribuição) | -[⭐ história das estrelas](#-história das estrelas) | -[📜 lista de scripts](#-lista de scripts) +[💖 Guia de contribuição](#-Guia-de-contribuição) | +[⭐ história das estrelas](#-história-das-estrelas) | +[📜 lista de scripts](#-lista-de-scripts) ## 📜 lista de scripts @@ -96,13 +85,13 @@ **O número atual de scripts publicados no repositório:85,O roteiro inclui:** -
    script da web (10) +
    script da web (10) | GreasyFork (12) - | roteiro adulto (11) - | Google Roteiro (2) - | GitHub Roteiro (20) - | Traduzir script (3) - | AI Roteiro (9) + | roteiro adulto (11) + | Google Roteiro (2) + | GitHub Roteiro (20) + | Traduzir script (3) + | AI Roteiro (9) | blog (5) | Twitter (5) | YouTube (5) @@ -113,9 +102,9 @@

    script da web (10)

    - + - -BR botão de rolagem  + -BR botão de rolagem  @@ -136,22 +125,22 @@ Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar

    - + - -BR Gerenciador de autorização de versão de clipe de gravação de página da Web  + -BR Gerenciador de autorização de versão de clipe de gravação de página da Web  @@ -172,14 +161,14 @@ Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -187,9 +176,9 @@ Registro de alterações

    - + - -BR Remover sublinhado do link  + -BR Remover sublinhado do link  @@ -204,22 +193,22 @@ Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar

    - + - Destaque palavras -chave da web  + Destaque palavras -chave da web  @@ -234,22 +223,22 @@ Destaque de palavras -chave personalizadas em páginas da web, incluindo carrega Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar

    - + - Destaque palavras -chave na web  + Destaque palavras -chave na web  @@ -270,22 +259,22 @@ Destaque de palavras -chave personalizadas em páginas da web, incluindo carrega Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar

    - + - -BR Fixar nos botões superior e inferior  + -BR Fixar nos botões superior e inferior  @@ -306,14 +295,14 @@ Destaque de palavras -chave personalizadas em páginas da web, incluindo carrega Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -321,9 +310,9 @@ Destaque de palavras -chave personalizadas em páginas da web, incluindo carrega Registro de alterações

    - + - -BR Pré-visualização em janela pequena  + -BR Pré-visualização em janela pequena  @@ -344,14 +333,14 @@ Destaque de palavras -chave personalizadas em páginas da web, incluindo carrega Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -359,9 +348,9 @@ Destaque de palavras -chave personalizadas em páginas da web, incluindo carrega Registro de alterações

    - + - -BR Embeleze formulários da web com lindos gradientes  + -BR Embeleze formulários da web com lindos gradientes  @@ -382,14 +371,14 @@ Destaque de palavras -chave personalizadas em páginas da web, incluindo carrega Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -397,9 +386,9 @@ Destaque de palavras -chave personalizadas em páginas da web, incluindo carrega Registro de alterações

    - + - Texto para vincular  + Texto para vincular  @@ -414,14 +403,14 @@ Converter links de texto em links clicáveis Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -429,9 +418,9 @@ Converter links de texto em links clicáveis Modificado de

    - + - -BR Notas de corte na nuvem de marcação  + -BR Notas de corte na nuvem de marcação  @@ -452,14 +441,14 @@ Converter links de texto em links clicáveis Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -468,12 +457,12 @@ Converter links de texto em links clicáveis Modificado de - +

    GreasyFork (12)

    - + - Páginas de script de garfo gorduroso para aprimoramento de URL  + Páginas de script de garfo gorduroso para aprimoramento de URL  @@ -494,22 +483,22 @@ Converter links de texto em links clicáveis Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar

    - + - -BR Greasyfork Artesão de cola  + -BR Greasyfork Artesão de cola  @@ -530,14 +519,14 @@ Converter links de texto em links clicáveis Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -545,9 +534,9 @@ Converter links de texto em links clicáveis Registro de alterações

    - + - -BR Script Finder Pesquisa de script do GreasyFork  + -BR Script Finder Pesquisa de script do GreasyFork  @@ -568,14 +557,14 @@ Converter links de texto em links clicáveis Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -583,9 +572,9 @@ Converter links de texto em links clicáveis Registro de alterações

    - + - -BR Greasyfork Script para exibir avaliações  + -BR Greasyfork Script para exibir avaliações  @@ -606,22 +595,22 @@ Converter links de texto em links clicáveis Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar

    - + - -BR GreasyFork: Aprimoramento da barra de navegação  + -BR GreasyFork: Aprimoramento da barra de navegação  @@ -642,22 +631,22 @@ Converter links de texto em links clicáveis Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar

    - + - -BR GreasyFork markdown  + -BR GreasyFork markdown  @@ -678,14 +667,14 @@ Converter links de texto em links clicáveis Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -693,9 +682,9 @@ Converter links de texto em links clicáveis Registro de alterações

    - + - -BR GreasyFork Search  + -BR GreasyFork Search  @@ -710,22 +699,22 @@ Converter links de texto em links clicáveis Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar

    - + - -BR GreasyFork Assistente de Notificação  + -BR GreasyFork Assistente de Notificação  @@ -746,14 +735,14 @@ Converter links de texto em links clicáveis Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -761,9 +750,9 @@ Converter links de texto em links clicáveis Registro de alterações

    - + - -BR GreaysFork MelhorarWebHookSincronizar configurações  + -BR GreaysFork MelhorarWebHookSincronizar configurações  @@ -784,14 +773,14 @@ Converter links de texto em links clicáveis Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -799,9 +788,9 @@ Converter links de texto em links clicáveis Registro de alterações

    - + - -BR GreasyFork Visualização de dados de script publicado pelo usuário  + -BR GreasyFork Visualização de dados de script publicado pelo usuário  @@ -822,14 +811,14 @@ Converter links de texto em links clicáveis Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -837,9 +826,9 @@ Converter links de texto em links clicáveis Registro de alterações

    - + - -BR Greasyfork Exibir tempo de registro  + -BR Greasyfork Exibir tempo de registro  @@ -860,14 +849,14 @@ Converter links de texto em links clicáveis Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -877,9 +866,9 @@ Converter links de texto em links clicáveis Modificado de

    - + - Script Greasyfork não atualizado destacado  + Script Greasyfork não atualizado destacado  @@ -900,14 +889,14 @@ Converter links de texto em links clicáveis Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -916,12 +905,12 @@ Converter links de texto em links clicáveis Modificado de - +

    roteiro adulto (11)

    - + - Vídeos de coleção de backup de lote missav  + Vídeos de coleção de backup de lote missav  @@ -942,14 +931,14 @@ Converter links de texto em links clicáveis Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -957,9 +946,9 @@ Converter links de texto em links clicáveis Registro de alterações

    - + - -BR MissAV Login automático  + -BR MissAV Login automático  @@ -974,14 +963,14 @@ Converter links de texto em links clicáveis Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -989,9 +978,9 @@ Converter links de texto em links clicáveis Registro de alterações

    - + - -BR ThisAV Login automático  + -BR ThisAV Login automático  @@ -1006,14 +995,14 @@ Converter links de texto em links clicáveis Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -1021,9 +1010,9 @@ Converter links de texto em links clicáveis Registro de alterações

    - + - -BR JableTV Login automático  + -BR JableTV Login automático  @@ -1038,14 +1027,14 @@ Converter links de texto em links clicáveis Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -1053,9 +1042,9 @@ Converter links de texto em links clicáveis Registro de alterações

    - + - -BR Ferramenta de download de vídeo missav  + -BR Ferramenta de download de vídeo missav  @@ -1076,14 +1065,14 @@ Converter links de texto em links clicáveis Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -1091,9 +1080,9 @@ Converter links de texto em links clicáveis Registro de alterações

    - + - -BR XVIDEOS Push Download  + -BR XVIDEOS Push Download  @@ -1114,14 +1103,14 @@ Converter links de texto em links clicáveis Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -1129,9 +1118,9 @@ Converter links de texto em links clicáveis Registro de alterações

    - + - -BR Download de vídeo pornHub com um clique  + -BR Download de vídeo pornHub com um clique  @@ -1152,14 +1141,14 @@ Converter links de texto em links clicáveis Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -1167,9 +1156,9 @@ Converter links de texto em links clicáveis Registro de alterações

    - + - -BR Vídeo Xhamster One-Click Download Assistant  + -BR Vídeo Xhamster One-Click Download Assistant  @@ -1190,14 +1179,14 @@ Converter links de texto em links clicáveis Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -1205,9 +1194,9 @@ Converter links de texto em links clicáveis Registro de alterações

    - + - -BR XNXXXVIDEOS VÍDEO ONE-Click Download Assistant  + -BR XNXXXVIDEOS VÍDEO ONE-Click Download Assistant  @@ -1228,14 +1217,14 @@ Converter links de texto em links clicáveis Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -1243,9 +1232,9 @@ Converter links de texto em links clicáveis Registro de alterações

    - + - -BR Assistente Missav Enhanced  + -BR Assistente Missav Enhanced  @@ -1266,14 +1255,14 @@ Converter links de texto em links clicáveis Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -1281,9 +1270,9 @@ Converter links de texto em links clicáveis Registro de alterações

    - + - Acabei de completar 18 anos  + Acabei de completar 18 anos  @@ -1298,14 +1287,14 @@ Desde que acabei de completar 18 anos, posso assistir a um conteúdo adulto Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -1314,12 +1303,12 @@ Desde que acabei de completar 18 anos, posso assistir a um conteúdo adulto Modificado de - +

    Google Roteiro (2)

    - + - Bloquear sites de pesquisa do Google  + Bloquear sites de pesquisa do Google  @@ -1334,22 +1323,22 @@ Procure um Google bloqueando um site especificado Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar

    - + - -BR Google Assistente de pesquisa avançada  + -BR Google Assistente de pesquisa avançada  @@ -1370,26 +1359,26 @@ Procure um Google bloqueando um site especificado Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / Registro de alterações - +

    GitHub Roteiro (20)

    - + - -BR 🤠 Tamanho de exibição do armazém do assistente aprimorado do Github  + -BR 🤠 Tamanho de exibição do armazém do assistente aprimorado do Github  @@ -1410,14 +1399,14 @@ Procure um Google bloqueando um site especificado Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -1427,9 +1416,9 @@ Procure um Google bloqueando um site especificado Modificado de

    - + - -BR GitHub Classificar por data  + -BR GitHub Classificar por data  @@ -1450,22 +1439,22 @@ Procure um Google bloqueando um site especificado Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar

    - + - -BR GitHub downloader de pasta  + -BR GitHub downloader de pasta  @@ -1486,14 +1475,14 @@ Procure um Google bloqueando um site especificado Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -1501,9 +1490,9 @@ Procure um Google bloqueando um site especificado Registro de alterações

    - + - -BR Github Copiar arquivo original URL com download de arquivos  + -BR Github Copiar arquivo original URL com download de arquivos  @@ -1524,14 +1513,14 @@ Procure um Google bloqueando um site especificado Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -1539,9 +1528,9 @@ Procure um Google bloqueando um site especificado Registro de alterações

    - + - -BR GitHub Enviar informações exibir visualização da web  + -BR GitHub Enviar informações exibir visualização da web  @@ -1562,22 +1551,22 @@ Procure um Google bloqueando um site especificado Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar

    - + - -BR GitHub Embelezador de lista de arquivos  + -BR GitHub Embelezador de lista de arquivos  @@ -1598,14 +1587,14 @@ Procure um Google bloqueando um site especificado Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -1613,9 +1602,9 @@ Procure um Google bloqueando um site especificado Registro de alterações

    - + - -BR GitHub Confirmar automaticamente a autorização do dispositivo  + -BR GitHub Confirmar automaticamente a autorização do dispositivo  @@ -1630,14 +1619,14 @@ Procure um Google bloqueando um site especificado Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -1645,9 +1634,9 @@ Procure um Google bloqueando um site especificado Registro de alterações

    - + - -BR Github Lista de linguagens de código mostra todas  + -BR Github Lista de linguagens de código mostra todas  @@ -1668,14 +1657,14 @@ Procure um Google bloqueando um site especificado Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -1683,9 +1672,9 @@ Procure um Google bloqueando um site especificado Registro de alterações

    - + - -BR Assistente de salto rápido do GitHub Warehouse  + -BR Assistente de salto rápido do GitHub Warehouse  @@ -1706,14 +1695,14 @@ Procure um Google bloqueando um site especificado Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -1721,9 +1710,9 @@ Procure um Google bloqueando um site especificado Registro de alterações

    - + - -BR Abra o link JSDelivr no GitHub  + -BR Abra o link JSDelivr no GitHub  @@ -1744,14 +1733,14 @@ Procure um Google bloqueando um site especificado Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -1759,9 +1748,9 @@ Procure um Google bloqueando um site especificado Registro de alterações

    - + - -BR Cópia do snippet e downloader de código de código do Github  + -BR Cópia do snippet e downloader de código de código do Github  @@ -1782,14 +1771,14 @@ Procure um Google bloqueando um site especificado Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -1799,9 +1788,9 @@ Procure um Google bloqueando um site especificado Modificado de

    - + - -BR Assistente de Tradução de Chave de Atalho do Github  + -BR Assistente de Tradução de Chave de Atalho do Github  @@ -1822,14 +1811,14 @@ Procure um Google bloqueando um site especificado Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -1837,9 +1826,9 @@ Procure um Google bloqueando um site especificado Registro de alterações

    - + - Assistente de Notas de Armazém do Github Star  + Assistente de Notas de Armazém do Github Star  @@ -1860,14 +1849,14 @@ Procure um Google bloqueando um site especificado Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -1877,9 +1866,9 @@ Procure um Google bloqueando um site especificado Modificado de

    - + - Github saltar para Deepwiki  + Github saltar para Deepwiki  @@ -1900,14 +1889,14 @@ Procure um Google bloqueando um site especificado Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -1917,9 +1906,9 @@ Procure um Google bloqueando um site especificado Modificado de

    - + - Github ocultar copiloto  + Github ocultar copiloto  @@ -1940,14 +1929,14 @@ Procure um Google bloqueando um site especificado Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -1957,9 +1946,9 @@ Procure um Google bloqueando um site especificado Modificado de

    - + - Localizador de endereço de e -mail do github  + Localizador de endereço de e -mail do github  @@ -1980,14 +1969,14 @@ Procure um Google bloqueando um site especificado Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -1995,9 +1984,9 @@ Procure um Google bloqueando um site especificado Modificado de

    - + - Github exibe tamanhos de arquivo e pastas  + Github exibe tamanhos de arquivo e pastas  @@ -2019,14 +2008,14 @@ Procure um Google bloqueando um site especificado Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -2036,9 +2025,9 @@ Procure um Google bloqueando um site especificado Modificado de

    - + - Co-autor do Github  + Co-autor do Github  @@ -2060,14 +2049,14 @@ Procure um Google bloqueando um site especificado Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -2075,9 +2064,9 @@ Procure um Google bloqueando um site especificado Modificado de

    - + - Status do filtro de notificação do github  + Status do filtro de notificação do github  @@ -2092,14 +2081,14 @@ Versão de desenvolvimento do Github-Notification-Inbox-Toggle Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -2107,9 +2096,9 @@ Versão de desenvolvimento do Github-Notification-Inbox-Toggle Modificado de

    - + - Botão de comando copiar clone do GitHub (fork)  + Botão de comando copiar clone do GitHub (fork)  @@ -2130,14 +2119,14 @@ Versão de desenvolvimento do Github-Notification-Inbox-Toggle Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -2146,12 +2135,12 @@ Versão de desenvolvimento do Github-Notification-Inbox-Toggle Modificado de - +

    Traduzir script (3)

    - + - Terminador de língua estrangeira  + Terminador de língua estrangeira  @@ -2166,14 +2155,14 @@ Identifique caracteres não chineses. Se o comprimento for maior que 5 e o texto Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -2181,9 +2170,9 @@ Identifique caracteres não chineses. Se o comprimento for maior que 5 e o texto Registro de alterações

    - + - Tradução da página da web - tradução automática para chinês  + Tradução da página da web - tradução automática para chinês  @@ -2198,22 +2187,22 @@ Adicione um ícone de tradução do Google ao canto inferior direito de cada pá Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar

    - + - -BR Widget de tradução |  + -BR Widget de tradução |  @@ -2234,14 +2223,14 @@ Adicione um ícone de tradução do Google ao canto inferior direito de cada pá Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -2250,12 +2239,12 @@ Adicione um ícone de tradução do Google ao canto inferior direito de cada pá Modificado de - +

    AI Roteiro (9)

    - + - -BR ChatGPT Recolher mensagem própria e largura máxima  + -BR ChatGPT Recolher mensagem própria e largura máxima  @@ -2276,14 +2265,14 @@ Adicione um ícone de tradução do Google ao canto inferior direito de cada pá Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -2291,9 +2280,9 @@ Adicione um ícone de tradução do Google ao canto inferior direito de cada pá Registro de alterações

    - + - -BR ChatGPTTamanho da fonte do código reduzido  + -BR ChatGPTTamanho da fonte do código reduzido  @@ -2308,22 +2297,22 @@ Adicione um ícone de tradução do Google ao canto inferior direito de cada pá Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar

    - + - -BR ChatGPT Limite do contador de caracteres (CCCL)  + -BR ChatGPT Limite do contador de caracteres (CCCL)  @@ -2344,14 +2333,14 @@ Adicione um ícone de tradução do Google ao canto inferior direito de cada pá Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -2359,9 +2348,9 @@ Adicione um ícone de tradução do Google ao canto inferior direito de cada pá Registro de alterações

    - + - -BR ChatGPT Botões de copiar código de bate-papo e exportar código  + -BR ChatGPT Botões de copiar código de bate-papo e exportar código  @@ -2382,14 +2371,14 @@ Adicione um ícone de tradução do Google ao canto inferior direito de cada pá Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -2397,9 +2386,9 @@ Adicione um ícone de tradução do Google ao canto inferior direito de cada pá Registro de alterações

    - + - -BR Código ChatGPT destacado  + -BR Código ChatGPT destacado  @@ -2420,14 +2409,14 @@ Adicione um ícone de tradução do Google ao canto inferior direito de cada pá Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -2435,9 +2424,9 @@ Adicione um ícone de tradução do Google ao canto inferior direito de cada pá Registro de alterações

    - + - Ferramenta de código chatgpt  + Ferramenta de código chatgpt  @@ -2452,14 +2441,14 @@ Adicione a funcionalidade aos blocos de código ChatGPT, incluindo a opção de Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -2467,9 +2456,9 @@ Adicione a funcionalidade aos blocos de código ChatGPT, incluindo a opção de Modificado de

    - + - Chatgpt Insert Primeiro Palavra  + Chatgpt Insert Primeiro Palavra  @@ -2484,14 +2473,14 @@ Insira o comando na caixa de entrada ChatGPT via combinação de teclas Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -2499,9 +2488,9 @@ Insira o comando na caixa de entrada ChatGPT via combinação de teclas Modificado de

    - + - Chatgpt Save conversa  + Chatgpt Save conversa  @@ -2516,14 +2505,14 @@ Salve a conversa como um arquivo .txt Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -2533,9 +2522,9 @@ Salve a conversa como um arquivo .txt Modificado de

    - + - Chatgpt gerencia facilmente bate -papos  + Chatgpt gerencia facilmente bate -papos  @@ -2550,26 +2539,26 @@ Pesquise bate -papo, bate -papo de filtro, bate -papo de exclusão rápida/lote. Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / Modificado de - +

    blog (5)

    - + - Login CSDN irrestrito  + Login CSDN irrestrito  @@ -2584,14 +2573,14 @@ Vá para o seu porra de login e copiar CSDN, você pode copiar sem fazer login Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -2599,9 +2588,9 @@ Vá para o seu porra de login e copiar CSDN, você pode copiar sem fazer login Registro de alterações

    - + - Postagens limpas do blog  + Postagens limpas do blog  @@ -2616,14 +2605,14 @@ Remova barras laterais irritantes, blocos de comentários, anúncios e muito mai Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -2631,9 +2620,9 @@ Remova barras laterais irritantes, blocos de comentários, anúncios e muito mai Modificado de

    - + - Tema escuro Zhihu  + Tema escuro Zhihu  @@ -2648,14 +2637,14 @@ Estilo de tema sombrio de Zhihu Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -2663,9 +2652,9 @@ Estilo de tema sombrio de Zhihu Modificado de

    - + - Modo escuro da versão web do WeChat  + Modo escuro da versão web do WeChat  @@ -2680,14 +2669,14 @@ Habilitar janela de tela inteira do WeChat web,modo escuro Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -2695,9 +2684,9 @@ Habilitar janela de tela inteira do WeChat web,modo escuro Modificado de

    - + - Salto da versão móvel do Sina Weibo  + Salto da versão móvel do Sina Weibo  @@ -2712,26 +2701,26 @@ Sina Weibo salta automaticamente para a versão móvel,Suporte Weibo、artigo Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / Modificado de - +

    Twitter (5)

    - + - -BR Twitter/x Hide Postagens Retweetadas  + -BR Twitter/x Hide Postagens Retweetadas  @@ -2752,14 +2741,14 @@ Sina Weibo salta automaticamente para a versão móvel,Suporte Weibo、artigo Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -2769,9 +2758,9 @@ Sina Weibo salta automaticamente para a versão móvel,Suporte Weibo、artigo Modificado de

    - + - Download de mídia do Twitter (2025.12.02 corrigido)  + Download de mídia do Twitter (2025.12.02 corrigido)  @@ -2792,14 +2781,14 @@ Sina Weibo salta automaticamente para a versão móvel,Suporte Weibo、artigo Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -2809,9 +2798,9 @@ Sina Weibo salta automaticamente para a versão móvel,Suporte Weibo、artigo Modificado de

    - + - Twitter (x) Lista negra e download da lista bloqueada  + Twitter (x) Lista negra e download da lista bloqueada  @@ -2826,14 +2815,14 @@ Usado para baixar listas negras do Twitter (x) e listas bloqueadas, suportar a d Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -2841,9 +2830,9 @@ Usado para baixar listas negras do Twitter (x) e listas bloqueadas, suportar a d Modificado de

    - + - Twitter exibe data e hora normais  + Twitter exibe data e hora normais  @@ -2865,22 +2854,22 @@ Usado para baixar listas negras do Twitter (x) e listas bloqueadas, suportar a d Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar

    - + - Twitter(X)-Mais  + Twitter(X)-Mais  @@ -2901,14 +2890,14 @@ Usado para baixar listas negras do Twitter (x) e listas bloqueadas, suportar a d Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -2917,12 +2906,12 @@ Usado para baixar listas negras do Twitter (x) e listas bloqueadas, suportar a d Modificado de - +

    YouTube (5)

    - + - -BR Assistente do YouTube  + -BR Assistente do YouTube  @@ -2943,14 +2932,14 @@ Usado para baixar listas negras do Twitter (x) e listas bloqueadas, suportar a d Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -2960,9 +2949,9 @@ Usado para baixar listas negras do Twitter (x) e listas bloqueadas, suportar a d Modificado de

    - + - YouTube assistir atalhos mais tarde  + YouTube assistir atalhos mais tarde  @@ -2977,14 +2966,14 @@ Use atalhos de teclado para adicionar ou excluir o vídeo atual do YouTube para Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -2992,9 +2981,9 @@ Use atalhos de teclado para adicionar ou excluir o vídeo atual do YouTube para Modificado de

    - + - Melhores controles de volume do YouTube  + Melhores controles de volume do YouTube  @@ -3009,14 +2998,14 @@ Adicione os controles deslizantes ao reprodutor de vídeo do YouTube para tornar Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -3024,9 +3013,9 @@ Adicione os controles deslizantes ao reprodutor de vídeo do YouTube para tornar Modificado de

    - + - Grade de vídeo dinâmico do YouTube  + Grade de vídeo dinâmico do YouTube  @@ -3041,14 +3030,14 @@ Ajuste dinamicamente a grade de vídeo do YouTube com base na largura da janela Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -3058,9 +3047,9 @@ Ajuste dinamicamente a grade de vídeo do YouTube com base na largura da janela Modificado de

    - + - YouTube Pro: intensificador de áudio  + YouTube Pro: intensificador de áudio  @@ -3081,26 +3070,26 @@ Ajuste dinamicamente a grade de vídeo do YouTube com base na largura da janela Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / Modificado de - +

    TikTok (1)

    - + - Informações do usuário do Tiktok  + Informações do usuário do Tiktok  @@ -3115,26 +3104,26 @@ Tiktok exibe mais informações estendidas no perfil Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / Modificado de - +

    Bilibili (2)

    - + - Descarregador de vídeo Bilibili  + Descarregador de vídeo Bilibili  @@ -3149,14 +3138,14 @@ Baixe vídeos do Bilibili(Não suporta dramas) Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / @@ -3164,9 +3153,9 @@ Baixe vídeos do Bilibili(Não suporta dramas) Modificado de

    - + - Ferramenta de bloqueio de sala ao vivo Bilibili  + Ferramenta de bloqueio de sala ao vivo Bilibili  @@ -3181,21 +3170,21 @@ Ferramenta de bloqueio de sala ao vivo Bilibili,Lista de gerenciamento de supo Greasemonkey / - + - + arquivo leia-me / discutir / - + Código fonte / Instalar / Modificado de - + @@ -3271,6 +3260,7 @@ Para usar qualquer script,Primeiro você precisa instalar o navegador **Tamper 人民的勤务员 robôs de pessoas +Metric molanp Yoobohl fossabot @@ -3286,8 +3276,8 @@ Lista de contribuições por: [contributors](https://github.com/jaywcjlove/git ## 🏛️ Contrato de licença de código aberto -Este projeto usa MIT licença Autorizar。 -MIT A licença é um acordo de licenciamento de código aberto permissivo,Para obter detalhes, consulte Texto completo da licença。 +Este projeto usa MIT licença Autorizar。 +MIT A licença é um acordo de licenciamento de código aberto permissivo,Para obter detalhes, consulte Texto completo da licença
    @@ -3297,7 +3287,7 @@ MIT A licença é um acordo de licenciamento de código aberto permissivo,Para ## 🤝 Código de Conduta -Para garantir um amistoso、Um ambiente de desenvolvimento respeitoso e inclusivo,Desenvolvemos o seguinteCódigo de Conduta。Cada colaborador é solicitado a seguir estas diretrizes。 +Para garantir um amistoso、Um ambiente de desenvolvimento respeitoso e inclusivo,Desenvolvemos o seguinteCódigo de Conduta。Cada colaborador é solicitado a seguir estas diretrizes。
    @@ -3310,7 +3300,7 @@ Para garantir um amistoso、Um ambiente de desenvolvimento respeitoso e inclusiv Se você encontrar uma vulnerabilidade,por favor abra um[projecto de recomendações de segurança](https://github.com/ChinaGodMan/UserScripts/security/advisories/new)。 Solicitações pull também são bem-vindas,mas por razões de segurança,Por favor envie um e-mail para e aguarde uma resposta antes de torná-la pública。 -Para obter detalhes, consulte política de segurança +Para obter detalhes, consulte política de segurança
    @@ -3320,7 +3310,7 @@ Para obter detalhes, consulte política de segur ## 💖 Guia de contribuição -Obrigado pelo seu interesse neste projeto!Desenvolvemos o seguinteGuia de contribuição。Para ajudá-lo a contribuir com código ou documentação sem problemas,Antes de enviar código ou perguntas, por favor,Leia o conteúdo com atenção。 +Obrigado pelo seu interesse neste projeto!Desenvolvemos o seguinteGuia de contribuição。Para ajudá-lo a contribuir com código ou documentação sem problemas,Antes de enviar código ou perguntas, por favor,Leia o conteúdo com atenção。
    @@ -3366,7 +3356,7 @@ Obrigado pelo seu interesse neste projeto!Desenvolvemos o seguinte - China简体中文 | - China繁體中文 | - English | - 日本語 | - Tiếng Việt | - Italiano | - Русский | - Deutsch | - Español | - Portuguese | - Français | - 대한민국 + China简体中文 | + China繁體中文 | + English | + 日本語 | + Tiếng Việt | + Italiano | + Русский | + Deutsch | + Español | + Portuguese | + Français | + 대한민국

    ChinaGodMan
    GreasyForkПосмотреть скрипт для санитара
    GreasyFork -Total Installs -Daily update checks +Total Installs +Daily update checks Total Daily Installs Scripts Count
    Good Ratings @@ -47,7 +47,7 @@
    - Сценарий принадлежит огромному количеству пользователей сети Интернет.,Я только что внес некоторые изменения.Спасибо пользователям сети
    + 脚本来自互联网广大网友,本人仅是做了些许改动.Спасибо пользователям сети
    Если есть нарушения,Контакт необходимо удалить
    Рекомендуется:
    @@ -63,46 +63,35 @@ [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/ChinaGodMan/UserScripts) -> [!WARNING] ->
    -> Этот репозиторий доступен только вGitHubразмещен на,Не здесьGitCodeиXPlazaразмещен на。Все следующие репозитории являются зеркалами.。
    -> :trollface: Если вы используете его в материковом Китаеgit cloneСкорость загрузки слишком низкая,Вы также можете использовать следующий адрес -> -> -> [https://www.xplaza.cn/ChinaGodMan](https://www.xplaza.cn/ChinaGodMan) (Зеркальный аккаунт,нетождественность) -> [https://www.xplaza.cn/ChinaGodMan/userscripts](https://www.xplaza.cn/ChinaGodMan/userscripts) -> [https://gitcode.com/gh_mirrors/userscripts1/UserScripts/](https://gitcode.com/gh_mirrors/userscripts1/UserScripts) -> -> ->
    + ## 🔖 TOC -[🌐 Браузер и менеджер скриптов](#-Браузер и менеджер скриптов) | -[❔️ Как установить или использовать скрипт](#%EF%B8%8F-Как установить или использовать скрипт) | -[🙏 Особая благодарность открытому исходному коду](#-Особая благодарность открытому исходному коду) | -[🛡️ политика безопасности](#%EF%B8%8F-политика безопасности) | -[🤝 нормы поведения](#-нормы поведения) | -[🏛️ Лицензионное соглашение с открытым исходным кодом](#%EF%B8%8F-Лицензионное соглашение с открытым исходным кодом) | +[🌐 Браузер и менеджер скриптов](#-Браузер-и-менеджер-скриптов) | +[❔️ Как установить или использовать скрипт](#%EF%B8%8F-Как-установить-или-использовать-скрипт) | +[🙏 Особая благодарность открытому исходному коду](#-Особая-благодарность-открытому-исходному-коду) | +[🛡️ 安全政策](#%EF%B8%8F-安全政策) | +[🤝 нормы поведения](#-нормы-поведения) | +[🏛️ Лицензионное соглашение с открытым исходным кодом](#%EF%B8%8F-Лицензионное-соглашение-с-открытым-исходным-кодом) | [🧠 Автор](#-Автор) | -[💖 Руководство по вкладу](#-Руководство по вкладу) | -[⭐ звездная история](#-звездная история) | -[📜 список сценариев](#-список сценариев) +[💖 Руководство по вкладу](#-Руководство-по-вкладу) | +[⭐ звездная история](#-звездная-история) | +[📜 список сценариев](#-список-сценариев) ## 📜 список сценариев -💡 **Tip:** _Чтобы показать скриншот предварительного просмотра,Нажмите под названием расширения. ▸ или описать。_ +💡 **Tip:** _要显示预览截图,请点击扩展名称下方的 ▸ или описать。_ **Текущее количество опубликованных скриптов в репозитории:85,Скрипт включает в себя:**
    веб-скрипт (10) | GreasyFork (12) - | сценарий для взрослых (11) - | Google Скрипт (2) - | GitHub Скрипт (20) - | Перевести скрипт (3) - | AI Скрипт (9) + | сценарий для взрослых (11) + | Google Скрипт (2) + | GitHub Скрипт (20) + | Перевести скрипт (3) + | AI Скрипт (9) | блог-сайт (5) | Twitter (5) | YouTube (5) @@ -112,10 +101,10 @@ -

    веб-скрипт (10)

    - +

    网页脚本 (10)

    + - кнопка прокрутки  + кнопка прокрутки  @@ -136,22 +125,22 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить

    - + - Менеджер авторизации версий клипов для написания веб-страниц  + Менеджер авторизации версий клипов для написания веб-страниц  @@ -172,14 +161,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -187,9 +176,9 @@ Журнал изменений

    - + - Удалить подчеркивание ссылки  + Удалить подчеркивание ссылки  @@ -204,22 +193,22 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить

    - + - Выделите веб -ключевые слова  + Выделите веб -ключевые слова  @@ -234,22 +223,22 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить

    - + - Выделите ключевые слова в Интернете  + Выделите ключевые слова в Интернете  @@ -270,22 +259,22 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить

    - + - Закрепить на верхней и нижней кнопках  + Закрепить на верхней и нижней кнопках  @@ -306,14 +295,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -321,11 +310,11 @@ Журнал изменений

    - + - Предварительный просмотр в небольшом окне  + Предварительный просмотр в небольшом окне  - + Tweet @@ -344,14 +333,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -359,9 +348,9 @@ Журнал изменений

    - + - Украсьте веб-формы великолепными градиентами  + Украсьте веб-формы великолепными градиентами  @@ -382,14 +371,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -397,9 +386,9 @@ Журнал изменений

    - + - Текст на ссылку  + Текст на ссылку  @@ -414,24 +403,24 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / - Изменено из + 修改自

    - + - Примечания к облаку отметки  + Примечания к облаку отметки  @@ -452,14 +441,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -468,12 +457,12 @@ Изменено из - +

    GreasyFork (12)

    - + - Страницы сценариев Greasy Fork для улучшения URL  + Страницы сценариев Greasy Fork для улучшения URL  @@ -494,22 +483,22 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить

    - + - Greasyfork Мастер по клею  + Greasyfork Мастер по клею  @@ -530,14 +519,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -545,9 +534,9 @@ Журнал изменений

    - + - Script Finder Поиск сценария GreasyFork  + Script Finder Поиск сценария GreasyFork  @@ -568,14 +557,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -583,9 +572,9 @@ Журнал изменений

    - + - Greasyfork Скрипт для отображения рейтингов  + Greasyfork Скрипт для отображения рейтингов  @@ -606,22 +595,22 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить

    - + - GreasyFork: Улучшение панели навигации  + GreasyFork: Улучшение панели навигации  @@ -642,22 +631,22 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить

    - + - GreasyFork markdown  + GreasyFork markdown  @@ -678,14 +667,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -693,9 +682,9 @@ Журнал изменений

    - + - GreasyFork Search  + GreasyFork Search  @@ -710,22 +699,22 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить

    - + - GreasyFork Помощник по уведомлениям  + GreasyFork Помощник по уведомлениям  @@ -746,14 +735,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -761,9 +750,9 @@ Журнал изменений

    - + - GreaysFork УсиливатьWebHookСинхронизировать настройки  + GreaysFork УсиливатьWebHookСинхронизировать настройки  @@ -784,14 +773,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -799,9 +788,9 @@ Журнал изменений

    - + - GreasyFork Визуализация данных сценария, опубликованного пользователем.  + GreasyFork Визуализация данных сценария, опубликованного пользователем.  @@ -822,14 +811,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -837,9 +826,9 @@ Журнал изменений

    - + - Greasyfork Показать время регистрации  + Greasyfork Показать время регистрации  @@ -860,26 +849,26 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / Журнал изменений / - Изменено из + 修改自

    - + - Geasyfork не обновленный скрипт выделен  + Geasyfork не обновленный скрипт выделен  @@ -900,28 +889,28 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / Журнал изменений / - Изменено из + 修改自 - + -

    сценарий для взрослых (11)

    - +

    成人脚本 (11)

    + - Миссав пакетный резервный видео видео  + Миссав пакетный резервный видео видео  @@ -942,14 +931,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -957,9 +946,9 @@ Журнал изменений

    - + - MissAV Автоматический вход  + MissAV Автоматический вход  @@ -974,14 +963,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -989,9 +978,9 @@ Журнал изменений

    - + - ThisAV Автоматический вход  + ThisAV Автоматический вход  @@ -1006,14 +995,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -1021,9 +1010,9 @@ Журнал изменений

    - + - JableTV Автоматический вход  + JableTV Автоматический вход  @@ -1038,14 +1027,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -1053,9 +1042,9 @@ Журнал изменений

    - + - Инструмент загрузки видео Missav  + Инструмент загрузки видео Missav  @@ -1076,14 +1065,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -1091,9 +1080,9 @@ Журнал изменений

    - + - xvideos push скачать  + xvideos push скачать  @@ -1114,14 +1103,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -1129,9 +1118,9 @@ Журнал изменений

    - + - Скачать видео Pornhub с одним щелчком  + Скачать видео Pornhub с одним щелчком  @@ -1152,14 +1141,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -1167,9 +1156,9 @@ Журнал изменений

    - + - Xhamster Video One Click Download Assistant  + Xhamster Video One Click Download Assistant  @@ -1190,14 +1179,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -1205,9 +1194,9 @@ Журнал изменений

    - + - Xnxxvideos видео один клик скачать помощник  + Xnxxvideos видео один клик скачать помощник  @@ -1228,14 +1217,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -1243,9 +1232,9 @@ Журнал изменений

    - + - Missav Enhanced Assistant  + Missav Enhanced Assistant  @@ -1266,14 +1255,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -1281,9 +1270,9 @@ Журнал изменений

    - + - Только что исполнилось 18 лет  + Только что исполнилось 18 лет  @@ -1298,28 +1287,28 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / Журнал изменений / - Изменено из + 修改自 - +

    Google Скрипт (2)

    - + - Заблокировать сайты поиска Google  + Заблокировать сайты поиска Google  @@ -1334,22 +1323,22 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить

    - + - Google Расширенный помощник поиска  + Google Расширенный помощник поиска  @@ -1370,26 +1359,26 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / Журнал изменений - +

    GitHub Скрипт (20)

    - + - 🤠 Расширенный размер отображения склада помощника Github  + 🤠 Расширенный размер отображения склада помощника Github  @@ -1410,14 +1399,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -1427,9 +1416,9 @@ Изменено из

    - + - GitHub Сортировать по дате  + GitHub Сортировать по дате  @@ -1450,22 +1439,22 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить

    - + - GitHub загрузчик папок  + GitHub загрузчик папок  @@ -1486,14 +1475,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -1501,9 +1490,9 @@ Журнал изменений

    - + - Github Скопировать исходный файл URL с загрузкой файлов  + Github Скопировать исходный файл URL с загрузкой файлов  @@ -1524,14 +1513,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -1539,9 +1528,9 @@ Журнал изменений

    - + - GitHub Отправить информацию, отобразить веб-просмотр  + GitHub Отправить информацию, отобразить веб-просмотр  @@ -1562,22 +1551,22 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить

    - + - GitHub Средство украшения списка файлов  + GitHub Средство украшения списка файлов  @@ -1598,14 +1587,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -1613,9 +1602,9 @@ Журнал изменений

    - + - GitHub Автоматически подтверждать авторизацию устройства  + GitHub Автоматически подтверждать авторизацию устройства  @@ -1630,14 +1619,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -1645,9 +1634,9 @@ Журнал изменений

    - + - Github Список языков программирования показать все  + Github Список языков программирования показать все  @@ -1668,14 +1657,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -1683,9 +1672,9 @@ Журнал изменений

    - + - Помощник по быстрому переходу на склад GitHub  + Помощник по быстрому переходу на склад GitHub  @@ -1706,14 +1695,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -1721,9 +1710,9 @@ Журнал изменений

    - + - Откройте ссылку JSDelivr на GitHub  + Откройте ссылку JSDelivr на GitHub  @@ -1744,14 +1733,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -1759,9 +1748,9 @@ Журнал изменений

    - + - Github Gist Code Specy Copy and Downloader  + Github Gist Code Specy Copy and Downloader  @@ -1782,14 +1771,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -1799,9 +1788,9 @@ Изменено из

    - + - GitHub  + GitHub  @@ -1822,14 +1811,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -1837,9 +1826,9 @@ Журнал изменений

    - + - Звездный склад GitHub  + Звездный склад GitHub  @@ -1860,26 +1849,26 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / Журнал изменений / - Изменено из + 修改自

    - + - GitHub прыгнет в Дипвики  + GitHub прыгнет в Дипвики  @@ -1900,14 +1889,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -1917,9 +1906,9 @@ Изменено из

    - + - GitHub скрыть копилот  + GitHub скрыть копилот  @@ -1940,14 +1929,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -1957,9 +1946,9 @@ Изменено из

    - + - GitHub Emlect Finder  + GitHub Emlect Finder  @@ -1980,14 +1969,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -1995,9 +1984,9 @@ Изменено из

    - + - GitHub отображает размеры файлов и папок  + GitHub отображает размеры файлов и папок  @@ -2019,26 +2008,26 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / Журнал изменений / - Изменено из + 修改自

    - + - GitHub соавтор  + GitHub соавтор  @@ -2060,14 +2049,14 @@ Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -2075,9 +2064,9 @@ Изменено из

    - + - Статус фильтра GitHub  + Статус фильтра GitHub  @@ -2092,14 +2081,14 @@ github-notification-inbox-toggle версия разработки Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -2107,9 +2096,9 @@ github-notification-inbox-toggle версия разработки Изменено из

    - + - Командная кнопка копирования клона GitHub (вилка)  + Командная кнопка копирования клона GitHub (вилка)  @@ -2130,14 +2119,14 @@ github-notification-inbox-toggle версия разработки Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -2146,12 +2135,12 @@ github-notification-inbox-toggle версия разработки Изменено из - + -

    Перевести скрипт (3)

    - +

    翻译脚本 (3)

    + - Терминатор иностранного языка  + Терминатор иностранного языка  @@ -2166,14 +2155,14 @@ github-notification-inbox-toggle версия разработки Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -2181,11 +2170,11 @@ github-notification-inbox-toggle версия разработки Журнал изменений

    - + - Перевод веб -страницы - автоматический перевод на китайский  + Перевод веб -страницы - автоматический перевод на китайский  - + Tweet @@ -2198,22 +2187,22 @@ github-notification-inbox-toggle версия разработки Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить

    - + - Перевод виджет |  + Перевод виджет |  @@ -2234,14 +2223,14 @@ github-notification-inbox-toggle версия разработки Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -2250,12 +2239,12 @@ github-notification-inbox-toggle версия разработки Изменено из - +

    AI Скрипт (9)

    - + - ChatGPT Свернуть собственное сообщение и максимальную ширину  + ChatGPT Свернуть собственное сообщение и максимальную ширину  @@ -2276,14 +2265,14 @@ github-notification-inbox-toggle версия разработки Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -2291,9 +2280,9 @@ github-notification-inbox-toggle версия разработки Журнал изменений

    - + - ChatGPTРазмер шрифта кода уменьшен  + ChatGPTРазмер шрифта кода уменьшен  @@ -2308,22 +2297,22 @@ ChatGPT Уменьшить шрифт кода и автоматически о Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить

    - + - ChatGPT Ограничение счетчика символов (CCCL)  + ChatGPT Ограничение счетчика символов (CCCL)  @@ -2344,14 +2333,14 @@ ChatGPT Уменьшить шрифт кода и автоматически о Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -2359,9 +2348,9 @@ ChatGPT Уменьшить шрифт кода и автоматически о Журнал изменений

    - + - ChatGPT Кнопки копирования кода чата и экспорта кода  + ChatGPT Кнопки копирования кода чата и экспорта кода  @@ -2382,14 +2371,14 @@ ChatGPT Уменьшить шрифт кода и автоматически о Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -2397,9 +2386,9 @@ ChatGPT Уменьшить шрифт кода и автоматически о Журнал изменений

    - + - Код CHATGPT выделен  + Код CHATGPT выделен  @@ -2420,14 +2409,14 @@ ChatGPT Уменьшить шрифт кода и автоматически о Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -2435,9 +2424,9 @@ ChatGPT Уменьшить шрифт кода и автоматически о Журнал изменений

    - + - Инструмент CATGPT CODE  + Инструмент CATGPT CODE  @@ -2452,24 +2441,24 @@ ChatGPT Уменьшить шрифт кода и автоматически о Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / - Изменено из + 修改自

    - + - CHATGPT вставьте оперативное слово  + CHATGPT вставьте оперативное слово  @@ -2484,14 +2473,14 @@ ChatGPT Уменьшить шрифт кода и автоматически о Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -2499,9 +2488,9 @@ ChatGPT Уменьшить шрифт кода и автоматически о Изменено из

    - + - Chatgpt сохранить разговор  + Chatgpt сохранить разговор  @@ -2516,14 +2505,14 @@ ChatGPT Уменьшить шрифт кода и автоматически о Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -2533,9 +2522,9 @@ ChatGPT Уменьшить шрифт кода и автоматически о Изменено из

    - + - Chatgpt легко управлять чатами  + Chatgpt легко управлять чатами  @@ -2550,26 +2539,26 @@ ChatGPT Уменьшить шрифт кода и автоматически о Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / Изменено из - +

    блог-сайт (5)

    - + - Неограниченный логин CSDN  + Неограниченный логин CSDN  @@ -2584,14 +2573,14 @@ ChatGPT Уменьшить шрифт кода и автоматически о Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -2599,9 +2588,9 @@ ChatGPT Уменьшить шрифт кода и автоматически о Журнал изменений

    - + - Чистые сообщения в блоге  + Чистые сообщения в блоге  @@ -2616,14 +2605,14 @@ ChatGPT Уменьшить шрифт кода и автоматически о Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -2631,9 +2620,9 @@ ChatGPT Уменьшить шрифт кода и автоматически о Изменено из

    - + - Чжиху темная тема  + 知乎的深色主题  @@ -2641,21 +2630,21 @@ ChatGPT Уменьшить шрифт кода и автоматически о

    -Темный стиль Чжиху +知乎的深色主题风格
    Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -2663,9 +2652,9 @@ ChatGPT Уменьшить шрифт кода и автоматически о Изменено из

    - + - Темный режим веб-версии WeChat  + Темный режим веб-версии WeChat  @@ -2673,21 +2662,21 @@ ChatGPT Уменьшить шрифт кода и автоматически о

    -Включить полноэкранное окно веб-WeChat,темный режим +启用网页微信全屏窗口,深色模式
    Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -2695,9 +2684,9 @@ ChatGPT Уменьшить шрифт кода и автоматически о Изменено из

    - + - Переход на мобильную версию Sina Weibo  + Переход на мобильную версию Sina Weibo  @@ -2712,26 +2701,26 @@ Sina Weibo автоматически переходит на мобильную Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / Изменено из - +

    Twitter (5)

    - + - Twitter/x скрыть ретвитические сообщения  + Twitter/x скрыть ретвитические сообщения  @@ -2752,14 +2741,14 @@ Sina Weibo автоматически переходит на мобильную Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -2769,9 +2758,9 @@ Sina Weibo автоматически переходит на мобильную Изменено из

    - + - Скачать Twitter Media (2025.12.02 Исправлена)  + Скачать Twitter Media (2025.12.02 Исправлена)  @@ -2792,14 +2781,14 @@ Sina Weibo автоматически переходит на мобильную Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -2809,9 +2798,9 @@ Sina Weibo автоматически переходит на мобильную Изменено из

    - + - Twitter (x) BlackList и Blocked List скачать  + Twitter (x) BlackList и Blocked List скачать  @@ -2826,14 +2815,14 @@ Sina Weibo автоматически переходит на мобильную Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -2841,9 +2830,9 @@ Sina Weibo автоматически переходит на мобильную Изменено из

    - + - Твиттер отображает обычную дату и время  + Твиттер отображает обычную дату и время  @@ -2865,22 +2854,22 @@ Sina Weibo автоматически переходит на мобильную Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить

    - + - Твиттер(X)-Плюс  + Твиттер(X)-Плюс  @@ -2901,28 +2890,28 @@ Sina Weibo автоматически переходит на мобильную Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / Журнал изменений / - Изменено из + 修改自 - +

    YouTube (5)

    - + - YouTube Assistant  + YouTube Assistant  @@ -2943,14 +2932,14 @@ Sina Weibo автоматически переходит на мобильную Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -2960,9 +2949,9 @@ Sina Weibo автоматически переходит на мобильную Изменено из

    - + - Ярлыки часа на YouTube позже  + Ярлыки часа на YouTube позже  @@ -2977,14 +2966,14 @@ Sina Weibo автоматически переходит на мобильную Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -2992,9 +2981,9 @@ Sina Weibo автоматически переходит на мобильную Изменено из

    - + - Лучшие регуляторы громкости YouTube  + Лучшие регуляторы громкости YouTube  @@ -3009,14 +2998,14 @@ Sina Weibo автоматически переходит на мобильную Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -3024,9 +3013,9 @@ Sina Weibo автоматически переходит на мобильную Изменено из

    - + - Dynamic Video Grid YouTube  + Dynamic Video Grid YouTube  @@ -3041,14 +3030,14 @@ Sina Weibo автоматически переходит на мобильную Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -3058,9 +3047,9 @@ Sina Weibo автоматически переходит на мобильную Изменено из

    - + - YouTube Pro: усилитель звука  + YouTube Pro: усилитель звука  @@ -3081,26 +3070,26 @@ Sina Weibo автоматически переходит на мобильную Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / Изменено из - +

    TikTok (1)

    - + - Информация пользователя Tiktok  + Информация пользователя Tiktok  @@ -3115,26 +3104,26 @@ Tiktok отображает более расширенную информаци Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / Изменено из - +

    Bilibili (2)

    - + - Билибили видео-загрузчик  + 哔哩哔哩视频下载器  @@ -3142,21 +3131,21 @@ Tiktok отображает более расширенную информаци

    -Скачать видео Билибили(Не поддерживает драмы) +下载哔哩哔哩视频(Не поддерживает драмы)
    Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / @@ -3164,9 +3153,9 @@ Tiktok отображает более расширенную информаци Изменено из

    - + - Инструмент блокировки Bilibili Live Room  + Инструмент блокировки Bilibili Live Room  @@ -3181,38 +3170,38 @@ Tiktok отображает более расширенную информаци Greasemonkey / - + - + файл readme / обсуждать / - + Исходный код / Установить / Изменено из - + -## ❔️ Как установить или использовать скрипт? +## ❔️ 如何安装或使用脚本? Чтобы использовать любой скрипт,Сначала вам нужно установить браузер **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 **\[Установить\]** 后弹出扩展提示,Нажмите еще раз **\[Установить\]** Вот и все。 - [Посмотреть подробное руководство](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/README.md) > [!IMPORTANT] > > - _Другие на основе **Chromium** Ядро браузера(Например, внутренний браузер обложки)Обычно можно использовать Chrome Расширять。_ -> - _Пожалуйста, обязательно используйте **Tampermonkey Официальная версия** Расширять,其他的用户Скрипт管理器可能导致**Не работает должным образом**脚本。_ -> - _Если вы хотите переустановить скрипт,Пожалуйста, не забудьте Tampermonkey расширенный**Полностью удалить из корзины**После скрипта зайдите и переустановите скрипт.。_ +> - _Пожалуйста, обязательно используйте **Tampermonkey Официальная версия** Расширять,其他的用户Скрипт管理器可能导致**无法正常使用**脚本。_ +> - _如果要重装脚本,Пожалуйста, не забудьте Tampermonkey расширенный**Полностью удалить из корзины**После скрипта зайдите и переустановите скрипт.。_ > _**Нет автономной установки .crx Расширять?[Chrome、Edge Открыть скрытое повторно [Установка с помощью перетаскивания .crx Расширять] Функция!](https://zhuanlan.zhihu.com/p/276027099)**_ @@ -3227,12 +3216,12 @@ Tiktok отображает более расширенную информаци > [!TIP] > > - XIU2 :+1: -> - Этот файл readme репозитория скопирован[XIU2/UserScript//README.md](https://github.com/XIU2/UserScript/#:~:text=%E5%A6%82%E4%BD%95%E5%AE%89%E8%A3%85/%E4%BD%BF%E7%94%A8%E8%84%9A%E6%9C%AC%EF%BC%9F)содержание `Браузер и менеджер скриптов` +> - Этот файл readme репозитория скопирован[XIU2/UserScript//README.md](https://github.com/XIU2/UserScript/#:~:text=%E5%A6%82%E4%BD%95%E5%AE%89%E8%A3%85/%E4%BD%BF%E7%94%A8%E8%84%9A%E6%9C%AC%EF%BC%9F)содержание `浏览器与脚本管理器` > [!TIP] > > - Hmjz100 :+1: -> - Все на складе`README.md`Значок файла скопирован.[Hmjz100](https://github.com/hmjz100)склад[Online-disk-direct-link-download-assistant](https://github.com/hmjz100/Online-disk-direct-link-download-assistant)внутренний[README.md](https://github.com/hmjz100/Online-disk-direct-link-download-assistant/blob/main/README.md)Стиль значка документа +> - 仓库内所有`README.md`Значок файла скопирован.[Hmjz100](https://github.com/hmjz100)склад[Online-disk-direct-link-download-assistant](https://github.com/hmjz100/Online-disk-direct-link-download-assistant)внутренний[README.md](https://github.com/hmjz100/Online-disk-direct-link-download-assistant/blob/main/README.md)Стиль значка документа > [!TIP] > @@ -3243,19 +3232,19 @@ Tiktok отображает более расширенную информаци > [!TIP] > > - сын пустыни :+1: -> - Скопировано [сын пустыни](https://github.com/maboloshi)склад[github-chinese](https://github.com/maboloshi/github-chinese)код внутри
    +> - 复制了 [сын пустыни](https://github.com/maboloshi)的仓库[github-chinese](https://github.com/maboloshi/github-chinese)код внутри
    > - На этом складе`writer.py` `update-contributors.yml` Скопировано с помощью[tributors_images.yml](https://github.com/maboloshi/github-chinese/blob/gh-pages/.github/workflows/update_contributors_images.yml)код внутри > - Этот файл readme репозитория скопирован[github-chinese/README.md](https://github.com/maboloshi/github-chinese#:~:text=%E6%B5%8F%E8%A7%88%E5%99%A8%E4%B8%8E%D0%9C%D0%B5%D0%BD%D0%B5%D0%B4%D0%B6%D0%B5%D1%80%20%D1%81%D1%86%D0%B5%D0%BD%D0%B0%D1%80%D0%B8%D0%B5%D0%B2)содержание `Как установить/Использовать скрипт?` > [!TIP] > > - [#12](https://github.com/ChinaGodMan/UserScripts/issues/12) :trollface: Adam Lui Лю Чжаньпэн :+1: -> - _Автоматический перевод этого репозитория и Action Особая благодарность Янки[Adam Lui Лю Чжаньпэн](https://github.com/adamlui)Отличные идеи и код!_ :trollface: -> - _Стиль названия этого склада вдохновлен командой Yankees.[Adam Lui Лю Чжаньпэн](https://github.com/adamlui)Вдохновлять_ :trollface: +> - _Автоматический перевод этого репозитория и Action Особая благодарность Янки[Adam Lui Лю Чжаньпэн](https://github.com/adamlui)出色的想法与代码!_ :trollface: +> - _本仓库命名风格受美国佬[Adam Lui Лю Чжаньпэн](https://github.com/adamlui)Вдохновлять_ :trollface: > - _Файл readme в этом репозитории взят из[Adam Lui Лю Чжаньпэн](https://github.com/adamlui)стиль самоотчета_ :trollface: > - _Взаимный переход перенаправления внутри скрипта происходит из[Adam Lui Лю Чжаньпэн](https://github.com/adamlui)стиль самоотчета_ :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)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: > - _Скопировано янки[Adam Lui Лю Чжаньпэн](https://github.com/adamlui)Python внутренний код_ [translate-en-messages.py](https://github.com/adamlui/python-utils/blob/main/translate-messages/translate-en-messages.py) :trollface: @@ -3270,7 +3259,8 @@ Tiktok отображает более расширенную информаци 人民的勤务员 -люди-роботы +人民的机器人 +Metric molanp Yoobohl fossabot @@ -3286,8 +3276,8 @@ Tiktok отображает более расширенную информаци ## 🏛️ Лицензионное соглашение с открытым исходным кодом -В этом проекте используется MIT лицензия Авторизовать。 -MIT Лицензия представляет собой разрешительное лицензионное соглашение с открытым исходным кодом.,Подробную информацию см. Полный текст лицензии。 +В этом проекте используется MIT лицензия Авторизовать。 +MIT Лицензия представляет собой разрешительное лицензионное соглашение с открытым исходным кодом.,Подробную информацию см. Полный текст лицензии
    @@ -3297,7 +3287,7 @@ MIT Лицензия представляет собой разрешитель ## 🤝 нормы поведения -Чтобы обеспечить дружеское、Уважительная и инклюзивная среда развития,Мы разработали следующиенормы поведения。Каждому участнику предлагается следовать этим правилам.。 +为了确保一个友好、尊重和包容的开发环境,Мы разработали следующиенормы поведения。Каждому участнику предлагается следовать этим правилам.。
    @@ -3310,7 +3300,7 @@ MIT Лицензия представляет собой разрешитель Если вы нашли уязвимость,пожалуйста, откройте один[проект рекомендаций по безопасности](https://github.com/ChinaGodMan/UserScripts/security/advisories/new)。 Запросы на вытягивание также приветствуются,но из соображений безопасности,Пожалуйста, отправьте электронное письмо на и дождитесь ответа, прежде чем опубликовать его。 -Подробную информацию см. политика безопасности +Подробную информацию см. политика безопасности
    @@ -3320,7 +3310,7 @@ MIT Лицензия представляет собой разрешитель ## 💖 Руководство по вкладу -Спасибо за интерес к этому проекту!Мы разработали следующиеРуководство по вкладу。Чтобы помочь вам беспрепятственно вносить код или документацию,Прежде чем отправлять код или вопросы, пожалуйста,,Внимательно читайте содержимое。 +感谢您对本项目的兴趣!我们制定了以下Руководство по вкладу。Чтобы помочь вам беспрепятственно вносить код или документацию,Прежде чем отправлять код или вопросы, пожалуйста,,Внимательно читайте содержимое。
    @@ -3334,9 +3324,9 @@ MIT Лицензия представляет собой разрешитель | :---------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------: | ----------------------------------------------------------------------------- | |
    Chrome или на основе Chromium Ядро браузера[![][chrome]][chrome_link] |
    ![.png][TM][Tampermonkey][Tampermonkey] ![.png][vm][Violentmonkey][Violentmonkey] ![.png][cat][ScriptCat][cat_link] |
    [![][chrome]][chrome_link] [![][edge]][edge_link] [![][QQ]][QQ_link] | |
    Safari Браузер(macOS, iOS, iPadOS)[![][safari]][safari_link] |
    ![][Macaquer] [Macaque][Macaque] или ![][stayr] [Stay] |
    [![][safari]][safari_link] | -|
    Firefox или на основе Gecko Ядро браузера[![][firefox]][firefox_link] |
    ![.png][TM][Tampermonkey][Tampermonkey] ![.png][vm][Violentmonkey][Violentmonkey] ![.png][cat][ScriptCat][cat_link] |
    [![][firefox]][firefox_link] | +|
    Firefox или на основе Gecko 内核的浏览器[![][firefox]][firefox_link] |
    ![.png][TM][Tampermonkey][Tampermonkey] ![.png][vm][Violentmonkey][Violentmonkey] ![.png][cat][ScriptCat][cat_link] |
    [![][firefox]][firefox_link] | |
    Opera Браузер[![][opera]][opera_link] |
    ![.png][TM][Tampermonkey][Tampermonkey] ![.png][vm][Violentmonkey][Violentmonkey] ![.png][cat][ScriptCat][cat_link] |
    [![][opera]][opera_link] | -|
    Via Браузер(Android)[![][via]][via_link] |
    Встроенный браузер |
    [![][via]][via_link] | +|
    Via Браузер(Android)[![][via]][via_link] |
    浏览器内自带 |
    [![][via]][via_link] | |
    X Браузер(Android) [![][x]][x_link] |
    Встроенный браузер |
    [![][x]][x_link] | |
    KIWI Браузер(Android)[![][kiwi]][kiwi_link] |
    ![.png][TM][Tampermonkey][Tampermonkey] ![.png][vm][Violentmonkey][Violentmonkey] ![.png][cat][ScriptCat][cat_link] |
    [![][kiwi]][kiwi_link] | |
    Лемур Браузер(Android)[![][le]][le_link] |
    ![.png][TM][Tampermonkey][Tampermonkey] ![.png][vm][Violentmonkey][Violentmonkey] ![.png][cat][ScriptCat][cat_link] |
    [![][le]][le_link] | @@ -3366,8 +3356,8 @@ MIT Лицензия представляет собой разрешитель [x_link]: https://www.xbext.com/ "XБраузер" [vm]: https://img.xwyue.com/i/2024/08/02/66ac94776b711.png "жестокая обезьяна" [cat]: https://img.xwyue.com/i/2024/08/02/66ac94776a4e6.png -[cat_link]: https://docs.scriptcat.org/ "сценарий кот" -[TM]: https://img.xwyue.com/i/2024/08/02/66ac94776a4f8.png "обезьяна-тампер" +[cat_link]: https://docs.scriptcat.org/ "脚本猫" +[TM]: https://img.xwyue.com/i/2024/08/02/66ac94776a4f8.png "篡改猴" [le]: https://img.xwyue.com/i/2024/08/02/66ac9deb3647d.png [le_link]: https://lemurbrowser.com/ "Лемур Браузер" [kiwi]: https://img.xwyue.com/i/2024/08/02/66ac9deb33bc1.jpg diff --git a/docs/vi/README.md b/docs/vi/README.md index 8235ce4bc..5146f3dfe 100644 --- a/docs/vi/README.md +++ b/docs/vi/README.md @@ -8,18 +8,18 @@ - China简体中文 | - China繁體中文 | - English | - 日本語 | - Tiếng Việt | - Italiano | - Русский | - Deutsch | - Español | - Portuguese | - Français | - 대한민국 + China简体中文 | + China繁體中文 | + English | + 日本語 | + Tiếng Việt | + Italiano | + Русский | + Deutsch | + Español | + Portuguese | + Français | + 대한민국

    @@ -63,31 +63,20 @@ [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/ChinaGodMan/UserScripts) -> [!WARNING] ->
    -> Kho lưu trữ này chỉ có sẵn trongGitHubđược lưu trữ trên,Không phải ở đâyGitCodeXPlazađược lưu trữ trên。Các kho lưu trữ sau đây đều là gương。
    -> :trollface: Nếu bạn đang sử dụng nó ở Trung Quốc đại lụcgit cloneTốc độ tải xuống quá chậm,Bạn cũng có thể sử dụng địa chỉ sau -> -> -> [https://www.xplaza.cn/ChinaGodMan](https://www.xplaza.cn/ChinaGodMan) (Tài khoản nhân bản,không có danh tính) -> [https://www.xplaza.cn/ChinaGodMan/userscripts](https://www.xplaza.cn/ChinaGodMan/userscripts) -> [https://gitcode.com/gh_mirrors/userscripts1/UserScripts/](https://gitcode.com/gh_mirrors/userscripts1/UserScripts) -> -> ->
    + ## 🔖 TOC -[🌐 Trình quản lý trình duyệt và tập lệnh](#-Trình quản lý trình duyệt và tập lệnh) | -[❔️ Cách cài đặt hoặc sử dụng tập lệnh](#%EF%B8%8F-Cách cài đặt hoặc sử dụng tập lệnh) | -[🙏 Đặc biệt cảm ơn nguồn mở](#-Đặc biệt cảm ơn nguồn mở) | -[🛡️ chính sách bảo mật](#%EF%B8%8F-chính sách bảo mật) | -[🤝 quy tắc ứng xử](#-quy tắc ứng xử) | -[🏛️ Thỏa thuận cấp phép nguồn mở](#%EF%B8%8F-Thỏa thuận cấp phép nguồn mở) | -[🧠 Người đóng góp](#-Người đóng góp) | -[💖 Hướng dẫn đóng góp](#-Hướng dẫn đóng góp) | -[⭐ lịch sử ngôi sao](#-lịch sử ngôi sao) | -[📜 danh sách kịch bản](#-danh sách kịch bản) +[🌐 Trình quản lý trình duyệt và tập lệnh](#-Trình-quản-lý-trình-duyệt-và-tập-lệnh) | +[❔️ Cách cài đặt hoặc sử dụng tập lệnh](#%EF%B8%8F-Cách-cài-đặt-hoặc-sử-dụng-tập-lệnh) | +[🙏 Đặc biệt cảm ơn nguồn mở](#-Đặc-biệt-cảm-ơn-nguồn-mở) | +[🛡️ chính sách bảo mật](#%EF%B8%8F-chính-sách-bảo-mật) | +[🤝 quy tắc ứng xử](#-quy-tắc-ứng-xử) | +[🏛️ Thỏa thuận cấp phép nguồn mở](#%EF%B8%8F-Thỏa-thuận-cấp-phép-nguồn-mở) | +[🧠 Người đóng góp](#-Người-đóng-góp) | +[💖 Hướng dẫn đóng góp](#-Hướng-dẫn-đóng-góp) | +[⭐ lịch sử ngôi sao](#-lịch-sử-ngôi-sao) | +[📜 danh sách kịch bản](#-danh-sách-kịch-bản) ## 📜 danh sách kịch bản @@ -96,14 +85,14 @@ **Số lượng tập lệnh được xuất bản hiện tại trong kho:85,Kịch bản bao gồm:** -
    kịch bản web (10) +
    kịch bản web (10) | GreasyFork (12) - | kịch bản người lớn (11) - | Google Kịch bản (2) - | GitHub Kịch bản (20) - | Dịch tập lệnh (3) - | AI Kịch bản (9) - | trang blog (5) + | kịch bản người lớn (11) + | Google Kịch bản (2) + | GitHub Kịch bản (20) + | Dịch tập lệnh (3) + | AI Kịch bản (9) + | trang blog (5) | Twitter (5) | YouTube (5) | TikTok (1) @@ -113,9 +102,9 @@

    kịch bản web (10)

    - + - nút cuộn  + nút cuộn  @@ -136,22 +125,22 @@ Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt

    - + - Trình quản lý ủy quyền phiên bản clip viết trang web  + Trình quản lý ủy quyền phiên bản clip viết trang web  @@ -172,14 +161,14 @@ Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -187,9 +176,9 @@ Nhật ký thay đổi

    - + - Xóa gạch chân liên kết  + Xóa gạch chân liên kết  @@ -204,22 +193,22 @@ Xóa gạch chân liên kết trên tất cả các trang web,và xử lý cá Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt

    - + - Làm nổi bật các từ khóa web  + Làm nổi bật các từ khóa web  @@ -234,22 +223,22 @@ Từ khóa tùy chỉnh làm nổi bật trên các trang web bao gồm tải đ Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt

    - + - Đánh dấu các từ khóa trên web  + Đánh dấu các từ khóa trên web  @@ -270,22 +259,22 @@ Từ khóa tùy chỉnh làm nổi bật trên các trang web bao gồm tải đ Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt

    - + - Ghim vào nút trên và dưới  + Ghim vào nút trên và dưới  @@ -306,14 +295,14 @@ Từ khóa tùy chỉnh làm nổi bật trên các trang web bao gồm tải đ Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -321,9 +310,9 @@ Từ khóa tùy chỉnh làm nổi bật trên các trang web bao gồm tải đ Nhật ký thay đổi

    - + - Xem trước cửa sổ nhỏ  + Xem trước cửa sổ nhỏ  @@ -344,14 +333,14 @@ Từ khóa tùy chỉnh làm nổi bật trên các trang web bao gồm tải đ Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -359,9 +348,9 @@ Từ khóa tùy chỉnh làm nổi bật trên các trang web bao gồm tải đ Nhật ký thay đổi

    - + - Làm đẹp các biểu mẫu web với độ dốc tuyệt đẹp  + Làm đẹp các biểu mẫu web với độ dốc tuyệt đẹp  @@ -382,14 +371,14 @@ Từ khóa tùy chỉnh làm nổi bật trên các trang web bao gồm tải đ Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -397,9 +386,9 @@ Từ khóa tùy chỉnh làm nổi bật trên các trang web bao gồm tải đ Nhật ký thay đổi

    - + - Văn bản để liên kết  + Văn bản để liên kết  @@ -414,14 +403,14 @@ Chuyển đổi liên kết văn bản thành các liên kết có thể nhấp Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -429,9 +418,9 @@ Chuyển đổi liên kết văn bản thành các liên kết có thể nhấp Đã sửa đổi từ

    - + - Markdown Cloud Cut Ghi chú  + Markdown Cloud Cut Ghi chú  @@ -452,14 +441,14 @@ Chuyển đổi liên kết văn bản thành các liên kết có thể nhấp Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -468,12 +457,12 @@ Chuyển đổi liên kết văn bản thành các liên kết có thể nhấp Đã sửa đổi từ - +

    GreasyFork (12)

    - + - Trang kịch kịch bản FREASY FORK để tăng cường URL  + Trang kịch kịch bản FREASY FORK để tăng cường URL  @@ -494,22 +483,22 @@ Chuyển đổi liên kết văn bản thành các liên kết có thể nhấp Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt

    - + - Greasyfork Thợ làm keo  + Greasyfork Thợ làm keo  @@ -530,14 +519,14 @@ Chuyển đổi liên kết văn bản thành các liên kết có thể nhấp Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -545,9 +534,9 @@ Chuyển đổi liên kết văn bản thành các liên kết có thể nhấp Nhật ký thay đổi

    - + - Script Finder Tra cứu tập lệnh GreasyFork  + Script Finder Tra cứu tập lệnh GreasyFork  @@ -568,14 +557,14 @@ Chuyển đổi liên kết văn bản thành các liên kết có thể nhấp Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -583,9 +572,9 @@ Chuyển đổi liên kết văn bản thành các liên kết có thể nhấp Nhật ký thay đổi

    - + - Greasyfork Script hiển thị xếp hạng  + Greasyfork Script hiển thị xếp hạng  @@ -606,22 +595,22 @@ Chuyển đổi liên kết văn bản thành các liên kết có thể nhấp Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt

    - + - GreasyFork: Cải tiến thanh điều hướng  + GreasyFork: Cải tiến thanh điều hướng  @@ -642,22 +631,22 @@ Chuyển đổi liên kết văn bản thành các liên kết có thể nhấp Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt

    - + - GreasyFork markdown  + GreasyFork markdown  @@ -678,14 +667,14 @@ Chuyển đổi liên kết văn bản thành các liên kết có thể nhấp Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -693,9 +682,9 @@ Chuyển đổi liên kết văn bản thành các liên kết có thể nhấp Nhật ký thay đổi

    - + - GreasyFork Search  + GreasyFork Search  @@ -710,22 +699,22 @@ Tìm kiếm bằng GoogleGreasyForkVàSleazyForkchữ viết trên Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt

    - + - GreasyFork Trợ lý thông báo  + GreasyFork Trợ lý thông báo  @@ -746,14 +735,14 @@ Tìm kiếm bằng GoogleGreasyForkVàSleazyForkchữ viết trên Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -761,9 +750,9 @@ Tìm kiếm bằng GoogleGreasyForkVàSleazyForkchữ viết trên Nhật ký thay đổi

    - + - GreaysFork Nâng caoWebHookĐồng bộ hóa cài đặt  + GreaysFork Nâng caoWebHookĐồng bộ hóa cài đặt  @@ -784,14 +773,14 @@ Tìm kiếm bằng GoogleGreasyForkVàSleazyForkchữ viết trên Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -799,9 +788,9 @@ Tìm kiếm bằng GoogleGreasyForkVàSleazyForkchữ viết trên Nhật ký thay đổi

    - + - GreasyFork Trực quan hóa dữ liệu tập lệnh do người dùng xuất bản  + GreasyFork Trực quan hóa dữ liệu tập lệnh do người dùng xuất bản  @@ -822,14 +811,14 @@ Tìm kiếm bằng GoogleGreasyForkVàSleazyForkchữ viết trên Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -837,9 +826,9 @@ Tìm kiếm bằng GoogleGreasyForkVàSleazyForkchữ viết trên Nhật ký thay đổi

    - + - Greasyfork Hiển thị thời gian đăng ký  + Greasyfork Hiển thị thời gian đăng ký  @@ -860,14 +849,14 @@ Tìm kiếm bằng GoogleGreasyForkVàSleazyForkchữ viết trên Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -877,9 +866,9 @@ Tìm kiếm bằng GoogleGreasyForkVàSleazyForkchữ viết trên Đã sửa đổi từ

    - + - GREASYFORK không được cập nhật tập lệnh được tô sáng  + GREASYFORK không được cập nhật tập lệnh được tô sáng  @@ -900,14 +889,14 @@ Tìm kiếm bằng GoogleGreasyForkVàSleazyForkchữ viết trên Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -916,12 +905,12 @@ Tìm kiếm bằng GoogleGreasyForkVàSleazyForkchữ viết trên Đã sửa đổi từ - +

    kịch bản người lớn (11)

    - + - Video bộ sưu tập sao lưu missav  + Video bộ sưu tập sao lưu missav  @@ -942,14 +931,14 @@ Tìm kiếm bằng GoogleGreasyForkVàSleazyForkchữ viết trên Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -957,9 +946,9 @@ Tìm kiếm bằng GoogleGreasyForkVàSleazyForkchữ viết trên Nhật ký thay đổi

    - + - MissAV Đăng nhập tự động  + MissAV Đăng nhập tự động  @@ -974,14 +963,14 @@ Phát hiện MissAV tình trạng,và tự động đăng nhập khi chưa đăn Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -989,9 +978,9 @@ Phát hiện MissAV tình trạng,và tự động đăng nhập khi chưa đăn Nhật ký thay đổi

    - + - ThisAV Đăng nhập tự động  + ThisAV Đăng nhập tự động  @@ -1006,14 +995,14 @@ Phát hiện ThisAV tình trạng,và tự động đăng nhập khi chưa đăn Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -1021,9 +1010,9 @@ Phát hiện ThisAV tình trạng,và tự động đăng nhập khi chưa đăn Nhật ký thay đổi

    - + - JableTV Đăng nhập tự động  + JableTV Đăng nhập tự động  @@ -1038,14 +1027,14 @@ Phát hiện JableTV tình trạng,và tự động đăng nhập khi chưa đă Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -1053,9 +1042,9 @@ Phát hiện JableTV tình trạng,và tự động đăng nhập khi chưa đă Nhật ký thay đổi

    - + - Công cụ tải xuống video missav  + Công cụ tải xuống video missav  @@ -1076,14 +1065,14 @@ Phát hiện JableTV tình trạng,và tự động đăng nhập khi chưa đă Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -1091,9 +1080,9 @@ Phát hiện JableTV tình trạng,và tự động đăng nhập khi chưa đă Nhật ký thay đổi

    - + - XVIDEOS Đẩy tải xuống  + XVIDEOS Đẩy tải xuống  @@ -1114,14 +1103,14 @@ Phát hiện JableTV tình trạng,và tự động đăng nhập khi chưa đă Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -1129,9 +1118,9 @@ Phát hiện JableTV tình trạng,và tự động đăng nhập khi chưa đă Nhật ký thay đổi

    - + - Tải xuống video pornhub chỉ bằng một cú nhấp chuột  + Tải xuống video pornhub chỉ bằng một cú nhấp chuột  @@ -1152,14 +1141,14 @@ Phát hiện JableTV tình trạng,và tự động đăng nhập khi chưa đă Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -1167,9 +1156,9 @@ Phát hiện JableTV tình trạng,và tự động đăng nhập khi chưa đă Nhật ký thay đổi

    - + - Xamster Video một cú nhấp chuột Trợ lý tải xuống  + Xamster Video một cú nhấp chuột Trợ lý tải xuống  @@ -1190,14 +1179,14 @@ Phát hiện JableTV tình trạng,và tự động đăng nhập khi chưa đă Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -1205,9 +1194,9 @@ Phát hiện JableTV tình trạng,và tự động đăng nhập khi chưa đă Nhật ký thay đổi

    - + - Trợ lý tải xuống video xnxxvideos  + Trợ lý tải xuống video xnxxvideos  @@ -1228,14 +1217,14 @@ Phát hiện JableTV tình trạng,và tự động đăng nhập khi chưa đă Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -1243,9 +1232,9 @@ Phát hiện JableTV tình trạng,và tự động đăng nhập khi chưa đă Nhật ký thay đổi

    - + - Trợ lý nâng cao Missav  + Trợ lý nâng cao Missav  @@ -1266,14 +1255,14 @@ Phát hiện JableTV tình trạng,và tự động đăng nhập khi chưa đă Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -1281,9 +1270,9 @@ Phát hiện JableTV tình trạng,và tự động đăng nhập khi chưa đă Nhật ký thay đổi

    - + - Vừa mới 18 tuổi  + Vừa mới 18 tuổi  @@ -1298,14 +1287,14 @@ Vì tôi mới tròn 18 tuổi, tôi có thể xem nội dung người lớn Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -1314,12 +1303,12 @@ Vì tôi mới tròn 18 tuổi, tôi có thể xem nội dung người lớn Đã sửa đổi từ - +

    Google Kịch bản (2)

    - + - Chặn các trang web tìm kiếm google  + Chặn các trang web tìm kiếm google  @@ -1334,22 +1323,22 @@ Tìm kiếm một Google chặn một trang web được chỉ định Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt

    - + - Google Trợ lý tìm kiếm nâng cao  + Google Trợ lý tìm kiếm nâng cao  @@ -1370,26 +1359,26 @@ Tìm kiếm một Google chặn một trang web được chỉ định Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / Nhật ký thay đổi - +

    GitHub Kịch bản (20)

    - + - 🤠 Kích thước hiển thị kho trợ lý nâng cao của Github  + 🤠 Kích thước hiển thị kho trợ lý nâng cao của Github  @@ -1410,14 +1399,14 @@ Tìm kiếm một Google chặn một trang web được chỉ định Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -1427,9 +1416,9 @@ Tìm kiếm một Google chặn một trang web được chỉ định Đã sửa đổi từ

    - + - GitHub Sắp xếp theo ngày  + GitHub Sắp xếp theo ngày  @@ -1450,22 +1439,22 @@ Tìm kiếm một Google chặn một trang web được chỉ định Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt

    - + - GitHub trình tải xuống thư mục  + GitHub trình tải xuống thư mục  @@ -1486,14 +1475,14 @@ Tìm kiếm một Google chặn một trang web được chỉ định Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -1501,9 +1490,9 @@ Tìm kiếm một Google chặn một trang web được chỉ định Nhật ký thay đổi

    - + - Github Sao chép tập tin gốc URL với các tập tin tải về  + Github Sao chép tập tin gốc URL với các tập tin tải về  @@ -1524,14 +1513,14 @@ Tìm kiếm một Google chặn một trang web được chỉ định Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -1539,9 +1528,9 @@ Tìm kiếm một Google chặn một trang web được chỉ định Nhật ký thay đổi

    - + - GitHub Gửi thông tin hiển thị xem web  + GitHub Gửi thông tin hiển thị xem web  @@ -1562,22 +1551,22 @@ Tìm kiếm một Google chặn một trang web được chỉ định Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt

    - + - GitHub Trình làm đẹp danh sách tập tin  + GitHub Trình làm đẹp danh sách tập tin  @@ -1598,14 +1587,14 @@ Tìm kiếm một Google chặn một trang web được chỉ định Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -1613,9 +1602,9 @@ Tìm kiếm một Google chặn một trang web được chỉ định Nhật ký thay đổi

    - + - GitHub Tự động xác nhận ủy quyền thiết bị  + GitHub Tự động xác nhận ủy quyền thiết bị  @@ -1630,14 +1619,14 @@ hiện hữuGitHubTrang ủy quyền tự động nhập mã ủy quyền và t Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -1645,9 +1634,9 @@ hiện hữuGitHubTrang ủy quyền tự động nhập mã ủy quyền và t Nhật ký thay đổi

    - + - Github Danh sách ngôn ngữ mã hiển thị tất cả  + Github Danh sách ngôn ngữ mã hiển thị tất cả  @@ -1668,14 +1657,14 @@ hiện hữuGitHubTrang ủy quyền tự động nhập mã ủy quyền và t Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -1683,9 +1672,9 @@ hiện hữuGitHubTrang ủy quyền tự động nhập mã ủy quyền và t Nhật ký thay đổi

    - + - Trợ lý nhảy nhanh kho GitHub  + Trợ lý nhảy nhanh kho GitHub  @@ -1706,14 +1695,14 @@ hiện hữuGitHubTrang ủy quyền tự động nhập mã ủy quyền và t Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -1721,9 +1710,9 @@ hiện hữuGitHubTrang ủy quyền tự động nhập mã ủy quyền và t Nhật ký thay đổi

    - + - Mở liên kết JSDELIVR trên GitHub  + Mở liên kết JSDELIVR trên GitHub  @@ -1744,14 +1733,14 @@ hiện hữuGitHubTrang ủy quyền tự động nhập mã ủy quyền và t Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -1759,9 +1748,9 @@ hiện hữuGitHubTrang ủy quyền tự động nhập mã ủy quyền và t Nhật ký thay đổi

    - + - Github Gist Code Snippet Sao chép và tải xuống  + Github Gist Code Snippet Sao chép và tải xuống  @@ -1782,14 +1771,14 @@ hiện hữuGitHubTrang ủy quyền tự động nhập mã ủy quyền và t Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -1799,9 +1788,9 @@ hiện hữuGitHubTrang ủy quyền tự động nhập mã ủy quyền và t Đã sửa đổi từ

    - + - Trợ lý bản dịch phím tắt GitHub  + Trợ lý bản dịch phím tắt GitHub  @@ -1822,14 +1811,14 @@ hiện hữuGitHubTrang ủy quyền tự động nhập mã ủy quyền và t Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -1837,9 +1826,9 @@ hiện hữuGitHubTrang ủy quyền tự động nhập mã ủy quyền và t Nhật ký thay đổi

    - + - Github Star Warehouse Ghi chú Trợ lý  + Github Star Warehouse Ghi chú Trợ lý  @@ -1860,14 +1849,14 @@ hiện hữuGitHubTrang ủy quyền tự động nhập mã ủy quyền và t Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -1877,9 +1866,9 @@ hiện hữuGitHubTrang ủy quyền tự động nhập mã ủy quyền và t Đã sửa đổi từ

    - + - GitHub nhảy đến Deepwiki  + GitHub nhảy đến Deepwiki  @@ -1900,14 +1889,14 @@ hiện hữuGitHubTrang ủy quyền tự động nhập mã ủy quyền và t Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -1917,9 +1906,9 @@ hiện hữuGitHubTrang ủy quyền tự động nhập mã ủy quyền và t Đã sửa đổi từ

    - + - GitHub ẩn Copilot  + GitHub ẩn Copilot  @@ -1940,14 +1929,14 @@ hiện hữuGitHubTrang ủy quyền tự động nhập mã ủy quyền và t Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -1957,9 +1946,9 @@ hiện hữuGitHubTrang ủy quyền tự động nhập mã ủy quyền và t Đã sửa đổi từ

    - + - Công cụ tìm địa chỉ email GitHub  + Công cụ tìm địa chỉ email GitHub  @@ -1980,14 +1969,14 @@ hiện hữuGitHubTrang ủy quyền tự động nhập mã ủy quyền và t Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -1995,9 +1984,9 @@ hiện hữuGitHubTrang ủy quyền tự động nhập mã ủy quyền và t Đã sửa đổi từ

    - + - Github hiển thị kích thước tệp và thư mục  + Github hiển thị kích thước tệp và thư mục  @@ -2019,14 +2008,14 @@ hiện hữuGitHubTrang ủy quyền tự động nhập mã ủy quyền và t Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -2036,9 +2025,9 @@ hiện hữuGitHubTrang ủy quyền tự động nhập mã ủy quyền và t Đã sửa đổi từ

    - + - Đồng tác giả GitHub  + Đồng tác giả GitHub  @@ -2060,14 +2049,14 @@ hiện hữuGitHubTrang ủy quyền tự động nhập mã ủy quyền và t Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -2075,9 +2064,9 @@ hiện hữuGitHubTrang ủy quyền tự động nhập mã ủy quyền và t Đã sửa đổi từ

    - + - Trạng thái bộ lọc thông báo GitHub  + Trạng thái bộ lọc thông báo GitHub  @@ -2092,14 +2081,14 @@ Phiên bản phát triển github-notification-inbox-toggle Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -2107,9 +2096,9 @@ Phiên bản phát triển github-notification-inbox-toggle Đã sửa đổi từ

    - + - Nút lệnh sao chép GitHub (ngã ba)  + Nút lệnh sao chép GitHub (ngã ba)  @@ -2130,14 +2119,14 @@ Phiên bản phát triển github-notification-inbox-toggle Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -2146,12 +2135,12 @@ Phiên bản phát triển github-notification-inbox-toggle Đã sửa đổi từ - +

    Dịch tập lệnh (3)

    - + - Terminator ngoại ngữ  + Terminator ngoại ngữ  @@ -2166,14 +2155,14 @@ Xác định các ký tự không phải người Trung Quốc. Nếu độ dài Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -2181,9 +2170,9 @@ Xác định các ký tự không phải người Trung Quốc. Nếu độ dài Nhật ký thay đổi

    - + - Bản dịch trang web - Bản dịch tự động sang tiếng Trung  + Bản dịch trang web - Bản dịch tự động sang tiếng Trung  @@ -2198,22 +2187,22 @@ Thêm biểu tượng Google Dịch vào góc dưới bên phải của mỗi tr Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt

    - + - Tiện ích dịch |  + Tiện ích dịch |  @@ -2234,14 +2223,14 @@ Thêm biểu tượng Google Dịch vào góc dưới bên phải của mỗi tr Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -2250,12 +2239,12 @@ Thêm biểu tượng Google Dịch vào góc dưới bên phải của mỗi tr Đã sửa đổi từ - +

    AI Kịch bản (9)

    - + - ChatGPT Thu gọn tin nhắn tự và chiều rộng tối đa  + ChatGPT Thu gọn tin nhắn tự và chiều rộng tối đa  @@ -2276,14 +2265,14 @@ Thêm biểu tượng Google Dịch vào góc dưới bên phải của mỗi tr Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -2291,9 +2280,9 @@ Thêm biểu tượng Google Dịch vào góc dưới bên phải của mỗi tr Nhật ký thay đổi

    - + - ChatGPTKích thước phông chữ mã giảm  + ChatGPTKích thước phông chữ mã giảm  @@ -2308,22 +2297,22 @@ ChatGPT Làm cho phông chữ mã nhỏ hơn và tự động bọc Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt

    - + - ChatGPT Giới hạn bộ đếm ký tự (CCCL)  + ChatGPT Giới hạn bộ đếm ký tự (CCCL)  @@ -2344,14 +2333,14 @@ ChatGPT Làm cho phông chữ mã nhỏ hơn và tự động bọc Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -2359,9 +2348,9 @@ ChatGPT Làm cho phông chữ mã nhỏ hơn và tự động bọc Nhật ký thay đổi

    - + - ChatGPT Nút trò chuyện sao chép mã và xuất mã  + ChatGPT Nút trò chuyện sao chép mã và xuất mã  @@ -2382,14 +2371,14 @@ ChatGPT Làm cho phông chữ mã nhỏ hơn và tự động bọc Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -2397,9 +2386,9 @@ ChatGPT Làm cho phông chữ mã nhỏ hơn và tự động bọc Nhật ký thay đổi

    - + - Mã chatgpt được tô sáng  + Mã chatgpt được tô sáng  @@ -2420,14 +2409,14 @@ ChatGPT Làm cho phông chữ mã nhỏ hơn và tự động bọc Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -2435,9 +2424,9 @@ ChatGPT Làm cho phông chữ mã nhỏ hơn và tự động bọc Nhật ký thay đổi

    - + - Công cụ mã Chatgpt  + Công cụ mã Chatgpt  @@ -2452,14 +2441,14 @@ Thêm chức năng vào các khối mã Chatgpt, bao gồm tùy chọn để lư Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -2467,9 +2456,9 @@ Thêm chức năng vào các khối mã Chatgpt, bao gồm tùy chọn để lư Đã sửa đổi từ

    - + - Chật chèn chèn từ nhắc nhở  + Chật chèn chèn từ nhắc nhở  @@ -2484,14 +2473,14 @@ Chèn lệnh vào hộp đầu vào chatgpt thông qua kết hợp khóa Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -2499,9 +2488,9 @@ Chèn lệnh vào hộp đầu vào chatgpt thông qua kết hợp khóa Đã sửa đổi từ

    - + - Chatgpt Lưu trò chuyện  + Chatgpt Lưu trò chuyện  @@ -2516,14 +2505,14 @@ Lưu cuộc trò chuyện dưới dạng tệp .txt Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -2533,9 +2522,9 @@ Lưu cuộc trò chuyện dưới dạng tệp .txt Đã sửa đổi từ

    - + - Chatgpt dễ dàng quản lý các cuộc trò chuyện  + Chatgpt dễ dàng quản lý các cuộc trò chuyện  @@ -2550,26 +2539,26 @@ Chat tìm kiếm, trò chuyện lọc, trò chuyện xóa nhanh/hàng loạt. Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / Đã sửa đổi từ - +

    trang blog (5)

    - + - Đăng nhập CSDN không giới hạn  + Đăng nhập CSDN không giới hạn  @@ -2584,14 +2573,14 @@ Truy cập đăng nhập và sao chép CSDN chết tiệt của bạn, bạn có Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -2599,9 +2588,9 @@ Truy cập đăng nhập và sao chép CSDN chết tiệt của bạn, bạn có Nhật ký thay đổi

    - + - Làm sạch bài viết trên blog  + Làm sạch bài viết trên blog  @@ -2616,14 +2605,14 @@ Hủy bỏ thanh bên khó chịu, khối bình luận, quảng cáo, và nhiề Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -2631,9 +2620,9 @@ Hủy bỏ thanh bên khó chịu, khối bình luận, quảng cáo, và nhiề Đã sửa đổi từ

    - + - Chủ đề tối của Zhihu  + Chủ đề tối của Zhihu  @@ -2648,14 +2637,14 @@ Phong cách chủ đề đen tối của Zhihu Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -2663,9 +2652,9 @@ Phong cách chủ đề đen tối của Zhihu Đã sửa đổi từ

    - + - Phiên bản web WeChat chế độ tối  + Phiên bản web WeChat chế độ tối  @@ -2680,14 +2669,14 @@ Bật cửa sổ toàn màn hình web WeChat,chế độ tối Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -2695,9 +2684,9 @@ Bật cửa sổ toàn màn hình web WeChat,chế độ tối Đã sửa đổi từ

    - + - Phiên bản di động Sina Weibo nhảy  + Phiên bản di động Sina Weibo nhảy  @@ -2712,26 +2701,26 @@ Sina Weibo tự động chuyển sang phiên bản di động,Hỗ trợ weibo Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / Đã sửa đổi từ - +

    Twitter (5)

    - + - Twitter/x ẩn các bài viết chuyển tiếp  + Twitter/x ẩn các bài viết chuyển tiếp  @@ -2752,14 +2741,14 @@ Sina Weibo tự động chuyển sang phiên bản di động,Hỗ trợ weibo Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -2769,9 +2758,9 @@ Sina Weibo tự động chuyển sang phiên bản di động,Hỗ trợ weibo Đã sửa đổi từ

    - + - Tải xuống phương tiện truyền thông Twitter (2025.04,28 đã sửa)  + Tải xuống phương tiện truyền thông Twitter (2025.04,28 đã sửa)  @@ -2792,14 +2781,14 @@ Sina Weibo tự động chuyển sang phiên bản di động,Hỗ trợ weibo Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -2809,9 +2798,9 @@ Sina Weibo tự động chuyển sang phiên bản di động,Hỗ trợ weibo Đã sửa đổi từ

    - + - Tải xuống danh sách đen và danh sách đen và danh sách bị chặn  + Tải xuống danh sách đen và danh sách đen và danh sách bị chặn  @@ -2826,14 +2815,14 @@ Sina Weibo tự động chuyển sang phiên bản di động,Hỗ trợ weibo Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -2841,9 +2830,9 @@ Sina Weibo tự động chuyển sang phiên bản di động,Hỗ trợ weibo Đã sửa đổi từ

    - + - Twitter hiển thị ngày và giờ bình thường  + Twitter hiển thị ngày và giờ bình thường  @@ -2865,22 +2854,22 @@ Sina Weibo tự động chuyển sang phiên bản di động,Hỗ trợ weibo Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt

    - + - Twitter(X)-Plus  + Twitter(X)-Plus  @@ -2901,14 +2890,14 @@ Sina Weibo tự động chuyển sang phiên bản di động,Hỗ trợ weibo Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -2917,12 +2906,12 @@ Sina Weibo tự động chuyển sang phiên bản di động,Hỗ trợ weibo Đã sửa đổi từ - +

    YouTube (5)

    - + - Trợ lý YouTube  + Trợ lý YouTube  @@ -2943,14 +2932,14 @@ Sina Weibo tự động chuyển sang phiên bản di động,Hỗ trợ weibo Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -2960,9 +2949,9 @@ Sina Weibo tự động chuyển sang phiên bản di động,Hỗ trợ weibo Đã sửa đổi từ

    - + - Các phím tắt theo dõi YouTube sau  + Các phím tắt theo dõi YouTube sau  @@ -2977,14 +2966,14 @@ Sử dụng các phím tắt để thêm hoặc xóa video YouTube hiện tại Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -2992,9 +2981,9 @@ Sử dụng các phím tắt để thêm hoặc xóa video YouTube hiện tại Đã sửa đổi từ

    - + - Điều khiển âm lượng YouTube tốt hơn  + Điều khiển âm lượng YouTube tốt hơn  @@ -3009,14 +2998,14 @@ Thêm thanh trượt vào trình phát video YouTube để làm cho thay đổi Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -3024,9 +3013,9 @@ Thêm thanh trượt vào trình phát video YouTube để làm cho thay đổi Đã sửa đổi từ

    - + - YouTube Dynamic Video Grid  + YouTube Dynamic Video Grid  @@ -3041,14 +3030,14 @@ Thêm thanh trượt vào trình phát video YouTube để làm cho thay đổi Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -3058,9 +3047,9 @@ Thêm thanh trượt vào trình phát video YouTube để làm cho thay đổi Đã sửa đổi từ

    - + - YouTube Pro: Trình cải tiến âm thanh  + YouTube Pro: Trình cải tiến âm thanh  @@ -3081,26 +3070,26 @@ Thêm thanh trượt vào trình phát video YouTube để làm cho thay đổi Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / Đã sửa đổi từ - +

    TikTok (1)

    - + - Thông tin người dùng Tiktok  + Thông tin người dùng Tiktok  @@ -3115,26 +3104,26 @@ Tiktok hiển thị nhiều thông tin mở rộng hơn về hồ sơ Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / Đã sửa đổi từ - +

    Bilibili (2)

    - + - Trình tải xuống video Bilibili  + Trình tải xuống video Bilibili  @@ -3149,14 +3138,14 @@ Tải xuống video Bilibili(Không hỗ trợ phim truyền hình) Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / @@ -3164,9 +3153,9 @@ Tải xuống video Bilibili(Không hỗ trợ phim truyền hình) Đã sửa đổi từ

    - + - Công cụ chặn phòng trực tiếp Bilibili  + Công cụ chặn phòng trực tiếp Bilibili  @@ -3181,21 +3170,21 @@ Công cụ chặn phòng trực tiếp Bilibili,Danh sách quản lý hỗ tr Greasemonkey / - + - + tập tin readme / bàn luận / - + Mã nguồn / Cài đặt / Đã sửa đổi từ - + @@ -3250,7 +3239,7 @@ Công cụ chặn phòng trực tiếp Bilibili,Danh sách quản lý hỗ tr > [!TIP] > > - [#12](https://github.com/ChinaGodMan/UserScripts/issues/12) :trollface: Adam Lui Lưu Triển Bằng :+1: -> - _Dịch tự động kho lưu trữ này và Action Cảm ơn đặc biệt đến Yankee[Adam Lui Lưu Triển Bằng](https://github.com/adamlui)Ý tưởng và mã tuyệt vời!_ :trollface: +> - _Dịch tự động kho lưu trữ này và Action Đặc biệt cảm ơn Yankee[Adam Lui Lưu Triển Bằng](https://github.com/adamlui)Ý tưởng và mã tuyệt vời!_ :trollface: > - _Phong cách đặt tên của nhà kho này được lấy cảm hứng từ đội Yankees[Adam Lui Lưu Triển Bằng](https://github.com/adamlui)Truyền cảm hứng_ :trollface: > - _Tệp readme trong kho lưu trữ này đến từ[Adam Lui Lưu Triển Bằng](https://github.com/adamlui)phong cách tự báo cáo_ :trollface: > - _Bước nhảy chuyển hướng lẫn nhau trong tập lệnh xuất phát từ[Adam Lui Lưu Triển Bằng](https://github.com/adamlui)phong cách tự báo cáo_ :trollface: @@ -3271,6 +3260,7 @@ Công cụ chặn phòng trực tiếp Bilibili,Danh sách quản lý hỗ tr 人民的勤务员 robot của con người +Metric molanp Yoobohl fossabot @@ -3286,8 +3276,8 @@ Danh sách đóng góp theo: [contributors](https://github.com/jaywcjlove/gith ## 🏛️ Thỏa thuận cấp phép nguồn mở -Dự án này sử dụng MIT giấy phép Ủy quyền。 -MIT Giấy phép là một thỏa thuận cấp phép nguồn mở dễ dàng,Để biết chi tiết, vui lòng tham khảo Toàn văn giấy phép。 +Dự án này sử dụng MIT giấy phép Ủy quyền。 +MIT Giấy phép là một thỏa thuận cấp phép nguồn mở dễ dàng,Để biết chi tiết, vui lòng tham khảo Toàn văn giấy phép
    @@ -3297,7 +3287,7 @@ MIT Giấy phép là một thỏa thuận cấp phép nguồn mở dễ dàng, ## 🤝 quy tắc ứng xử -Để đảm bảo sự thân thiện、Một môi trường phát triển tôn trọng và hòa nhập,Chúng tôi đã phát triển như sauquy tắc ứng xử。Mỗi cộng tác viên được yêu cầu tuân theo các nguyên tắc này。 +Để đảm bảo sự thân thiện、Một môi trường phát triển tôn trọng và hòa nhập,Chúng tôi đã phát triển những điều sau đâyquy tắc ứng xử。Mỗi cộng tác viên được yêu cầu tuân theo các nguyên tắc này。
    @@ -3310,7 +3300,7 @@ MIT Giấy phép là một thỏa thuận cấp phép nguồn mở dễ dàng, Nếu bạn tìm thấy một lỗ hổng,hãy mở một cái[dự thảo khuyến nghị bảo mật](https://github.com/ChinaGodMan/UserScripts/security/advisories/new)。 Yêu cầu kéo cũng được chào đón,nhưng vì lý do bảo mật,Vui lòng gửi email đến và chờ phản hồi trước khi công khai。 -Để biết chi tiết, vui lòng tham khảo chính sách bảo mật +Để biết chi tiết, vui lòng tham khảo chính sách bảo mật
    @@ -3320,7 +3310,7 @@ Yêu cầu kéo cũng được chào đón,nhưng vì lý do bảo mật,Vui ## 💖 Hướng dẫn đóng góp -Cảm ơn bạn đã quan tâm đến dự án này!Chúng tôi đã phát triển như sauHướng dẫn đóng góp。Để giúp bạn đóng góp mã hoặc tài liệu một cách suôn sẻ,Trước khi gửi mã hoặc câu hỏi, vui lòng,Đọc kỹ nội dung。 +Cảm ơn bạn đã quan tâm đến dự án này!Chúng tôi đã phát triển những điều sau đâyHướng dẫn đóng góp。Để giúp bạn đóng góp mã hoặc tài liệu một cách suôn sẻ,Trước khi gửi mã hoặc câu hỏi, vui lòng,Đọc kỹ nội dung。
    diff --git a/docs/zh-TW/README.md b/docs/zh-TW/README.md index 71be420c4..572331d95 100644 --- a/docs/zh-TW/README.md +++ b/docs/zh-TW/README.md @@ -8,18 +8,18 @@ - China简体中文 | - China繁體中文 | - English | - 日本語 | - Tiếng Việt | - Italiano | - Русский | - Deutsch | - Español | - Portuguese | - Français | - 대한민국 + China简体中文 | + China繁體中文 | + English | + 日本語 | + Tiếng Việt | + Italiano | + Русский | + Deutsch | + Español | + Portuguese | + Français | + 대한민국

    @@ -48,9 +48,9 @@
    劇本來自網路廣大網友,本人僅是做了些許改動.感謝網友
    - 如有侵權,联系必删
    + 如有侵權,聯繫必刪
    - 推荐使用:
    + 推薦使用:
    Support
    Support
    Support
    @@ -63,18 +63,7 @@ [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/ChinaGodMan/UserScripts) -> [!WARNING] ->
    -> 本存儲庫僅在GitHub上託管,未在GitCodeXPlaza上託管。以下存儲庫均為鏡像。
    -> :trollface: 如果你在中國大陸地區使用git clone下載速度太慢,你也可以是使用以下地址進行 -> -> -> [https://www.xplaza.cn/ChinaGodMan](https://www.xplaza.cn/ChinaGodMan) (镜像账号,非本人) -> [https://www.xplaza.cn/ChinaGodMan/userscripts](https://www.xplaza.cn/ChinaGodMan/userscripts) -> [https://gitcode.com/gh_mirrors/userscripts1/UserScripts/](https://gitcode.com/gh_mirrors/userscripts1/UserScripts) -> -> ->
    + ## 🔖 TOC @@ -99,10 +88,10 @@
    網頁腳本 (10) | GreasyFork (12) | 成人腳本 (11) - | Google 腳本 (2) - | GitHub 腳本 (20) + | Google 腳本 (2) + | GitHub 腳本 (20) | 翻譯腳本 (3) - | AI 腳本 (9) + | AI 腳本 (9) | 部落格網站 (5) | Twitter (5) | YouTube (5) @@ -113,9 +102,9 @@

    網頁腳本 (10)

    - + - 上下滾動按鈕  + 上下滾動按鈕  @@ -136,22 +125,22 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝

    - + - 網頁寫入剪輯版授權管理員  + 網頁寫入剪輯版授權管理員  @@ -172,14 +161,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -187,9 +176,9 @@ 更新日誌

    - + - 移除連結下劃線  + 移除連結下劃線  @@ -204,22 +193,22 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝

    - + - 網頁關鍵詞高亮顯示  + 網頁關鍵詞高亮顯示  @@ -234,22 +223,22 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝

    - + - 網頁高亮關鍵字  + 網頁高亮關鍵字  @@ -270,22 +259,22 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝

    - + - 置頂和置底按鈕  + 置頂和置底按鈕  @@ -306,14 +295,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -321,9 +310,9 @@ 更新日誌

    - + - 小窗預覽  + 小窗預覽  @@ -344,14 +333,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -359,9 +348,9 @@ 更新日誌

    - + - 絢麗漸層美化網頁表格  + 絢麗漸層美化網頁表格  @@ -382,14 +371,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -397,9 +386,9 @@ 更新日誌

    - + - 文本轉鏈接  + 文本轉鏈接  @@ -414,14 +403,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -429,9 +418,9 @@ 修改自

    - + - MarkDown 雲剪筆記  + MarkDown 雲剪筆記  @@ -452,14 +441,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -471,9 +460,9 @@

    GreasyFork (12)

    - + - Greasy fork腳本頁面適用於網址增強  + Greasy fork腳本頁面適用於網址增強  @@ -494,22 +483,22 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝

    - + - Greasyfork 膠水工匠  + Greasyfork 膠水工匠  @@ -530,14 +519,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -545,9 +534,9 @@ 更新日誌

    - + - Script Finder 油猴腳本查找  + Script Finder 油猴腳本查找  @@ -568,14 +557,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -583,9 +572,9 @@ 更新日誌

    - + - Greasyfork 腳本顯示評分  + Greasyfork 腳本顯示評分  @@ -606,22 +595,22 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝

    - + - GreasyFork: 導覽列增強  + GreasyFork: 導覽列增強  @@ -642,22 +631,22 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝

    - + - GreasyFork markdown  + GreasyFork markdown  @@ -678,14 +667,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -693,9 +682,9 @@ 更新日誌

    - + - GreasyFork Search  + GreasyFork Search  @@ -710,22 +699,22 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝

    - + - GreasyFork 通知助手  + GreasyFork 通知助手  @@ -746,14 +735,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -761,9 +750,9 @@ 更新日誌

    - + - GreaysFork 增強WebHook同步設定  + GreaysFork 增強WebHook同步設定  @@ -784,14 +773,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -799,9 +788,9 @@ 更新日誌

    - + - GreasyFork 用戶發布的腳本資料視覺化  + GreasyFork 用戶發布的腳本資料視覺化  @@ -822,14 +811,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -837,9 +826,9 @@ 更新日誌

    - + - 顯示Greasyfork用戶註冊時間,識別惡意評論  + 顯示Greasyfork用戶註冊時間,識別惡意評論  @@ -860,14 +849,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -877,9 +866,9 @@ 修改自

    - + - Greasyfork 未更新腳本高亮  + Greasyfork 未更新腳本高亮  @@ -900,14 +889,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -919,9 +908,9 @@

    成人腳本 (11)

    - + - MissAv批量備份收藏視頻  + MissAv批量備份收藏視頻  @@ -942,14 +931,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -957,9 +946,9 @@ 更新日誌

    - + - MissAV 自動登入  + MissAV 自動登入  @@ -974,14 +963,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -989,9 +978,9 @@ 更新日誌

    - + - ThisAV 自動登入  + ThisAV 自動登入  @@ -1006,14 +995,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -1021,9 +1010,9 @@ 更新日誌

    - + - JableTV 自動登入  + JableTV 自動登入  @@ -1038,14 +1027,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -1053,9 +1042,9 @@ 更新日誌

    - + - MissAV視頻下載工具  + MissAV視頻下載工具  @@ -1076,14 +1065,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -1091,9 +1080,9 @@ 更新日誌

    - + - xvideos推送下載  + xvideos推送下載  @@ -1114,14 +1103,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -1129,9 +1118,9 @@ 更新日誌

    - + - Pornhub 視頻一鍵下載  + Pornhub 視頻一鍵下載  @@ -1152,14 +1141,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -1167,9 +1156,9 @@ 更新日誌

    - + - xhamster 視頻一鍵下載助手  + xhamster 視頻一鍵下載助手  @@ -1190,14 +1179,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -1205,9 +1194,9 @@ 更新日誌

    - + - XnxxVideos 視頻一鍵下載助手  + XnxxVideos 視頻一鍵下載助手  @@ -1228,14 +1217,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -1243,9 +1232,9 @@ 更新日誌

    - + - MissAV 增強小助手  + MissAV 增強小助手  @@ -1266,14 +1255,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -1281,9 +1270,9 @@ 更新日誌

    - + - 剛滿 18 歲  + 剛滿 18 歲  @@ -1298,14 +1287,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -1317,9 +1306,9 @@

    Google 腳本 (2)

    - + - 屏蔽谷歌搜索站點  + 屏蔽谷歌搜索站點  @@ -1334,22 +1323,22 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝

    - + - Google 高級搜尋助手  + Google 高級搜尋助手  @@ -1370,14 +1359,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -1387,9 +1376,9 @@

    GitHub 腳本 (20)

    - + - 🤠 Github 增強小助手 倉庫顯示大小  + 🤠 Github 增強小助手 倉庫顯示大小  @@ -1410,14 +1399,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -1427,9 +1416,9 @@ 修改自

    - + - GitHub 按日期排序  + GitHub 按日期排序  @@ -1450,22 +1439,22 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝

    - + - GitHub 資料夾下載器  + GitHub 資料夾下載器  @@ -1486,14 +1475,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -1501,9 +1490,9 @@ 更新日誌

    - + - Github 複製原始文件 URL 與下載文件  + Github 複製原始文件 URL 與下載文件  @@ -1524,14 +1513,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -1539,9 +1528,9 @@ 更新日誌

    - + - GitHub 提交資料顯示網頁視圖  + GitHub 提交資料顯示網頁視圖  @@ -1562,22 +1551,22 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝

    - + - GitHub 文件列表美化器  + GitHub 文件列表美化器  @@ -1598,14 +1587,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -1613,9 +1602,9 @@ 更新日誌

    - + - GitHub 自動確認設備授權  + GitHub 自動確認設備授權  @@ -1630,14 +1619,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -1645,9 +1634,9 @@ 更新日誌

    - + - Github 代碼語言列表顯示全部  + Github 代碼語言列表顯示全部  @@ -1668,14 +1657,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -1683,9 +1672,9 @@ 更新日誌

    - + - GitHub 倉庫快速跳轉助手  + GitHub 倉庫快速跳轉助手  @@ -1706,14 +1695,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -1721,9 +1710,9 @@ 更新日誌

    - + - 在Github上打開jsDelivr鏈接  + 在Github上打開jsDelivr鏈接  @@ -1744,14 +1733,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -1759,9 +1748,9 @@ 更新日誌

    - + - GitHub Gist 代碼片段複製與下載器  + GitHub Gist 代碼片段複製與下載器  @@ -1782,14 +1771,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -1799,9 +1788,9 @@ 修改自

    - + - GitHub 快捷鍵翻譯助手  + GitHub 快捷鍵翻譯助手  @@ -1822,14 +1811,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -1837,9 +1826,9 @@ 更新日誌

    - + - GitHub 星標倉庫備註助手  + GitHub 星標倉庫備註助手  @@ -1860,14 +1849,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -1877,9 +1866,9 @@ 修改自

    - + - GitHub 跳轉到 DeepWiKi  + GitHub 跳轉到 DeepWiKi  @@ -1900,14 +1889,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -1917,9 +1906,9 @@ 修改自

    - + - GitHub 隱藏 Copilot  + GitHub 隱藏 Copilot  @@ -1940,14 +1929,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -1957,9 +1946,9 @@ 修改自

    - + - GitHub 郵箱地址查找器  + GitHub 郵箱地址查找器  @@ -1980,14 +1969,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -1995,9 +1984,9 @@ 修改自

    - + - GitHub 顯示文件和文件夾大小  + GitHub 顯示文件和文件夾大小  @@ -2019,14 +2008,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -2036,9 +2025,9 @@ 修改自

    - + - GitHub 共同協作者  + GitHub 共同協作者  @@ -2060,14 +2049,14 @@ Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -2075,9 +2064,9 @@ 修改自

    - + - GitHub 通知篩選狀態  + GitHub 通知篩選狀態  @@ -2092,14 +2081,14 @@ github-notification-inbox-toggle 開發版本 Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -2107,9 +2096,9 @@ github-notification-inbox-toggle 開發版本 修改自

    - + - GitHub 複製複製指令按鈕(fork)  + GitHub 複製複製指令按鈕(fork)  @@ -2130,14 +2119,14 @@ github-notification-inbox-toggle 開發版本 Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -2149,9 +2138,9 @@ github-notification-inbox-toggle 開發版本

    翻譯腳本 (3)

    - + - 外語終結者  + 外語終結者  @@ -2166,14 +2155,14 @@ github-notification-inbox-toggle 開發版本 Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -2181,9 +2170,9 @@ github-notification-inbox-toggle 開發版本 更新日誌

    - + - 網頁翻譯——自動翻譯為中文  + 網頁翻譯——自動翻譯為中文  @@ -2198,22 +2187,22 @@ github-notification-inbox-toggle 開發版本 Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝

    - + - 翻譯小工具 | 翻譯任何語言  + 翻譯小工具 | 翻譯任何語言  @@ -2234,14 +2223,14 @@ github-notification-inbox-toggle 開發版本 Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -2253,9 +2242,9 @@ github-notification-inbox-toggle 開發版本

    AI 腳本 (9)

    - + - ChatGPT 折疊自己訊息和最大寬度  + ChatGPT 折疊自己訊息和最大寬度  @@ -2276,14 +2265,14 @@ github-notification-inbox-toggle 開發版本 Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -2291,9 +2280,9 @@ github-notification-inbox-toggle 開發版本 更新日誌

    - + - ChatGPT程式碼字體縮小  + ChatGPT程式碼字體縮小  @@ -2308,22 +2297,22 @@ ChatGPT 讓程式碼字體變小 並且自動折行 Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝

    - + - ChatGPT 字元計數器限制 (CCCL)  + ChatGPT 字元計數器限制 (CCCL)  @@ -2344,14 +2333,14 @@ ChatGPT 讓程式碼字體變小 並且自動折行 Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -2359,9 +2348,9 @@ ChatGPT 讓程式碼字體變小 並且自動折行 更新日誌

    - + - ChatGPT 聊天複製程式碼和匯出程式碼按鈕  + ChatGPT 聊天複製程式碼和匯出程式碼按鈕  @@ -2382,14 +2371,14 @@ ChatGPT 讓程式碼字體變小 並且自動折行 Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -2397,9 +2386,9 @@ ChatGPT 讓程式碼字體變小 並且自動折行 更新日誌

    - + - ChatGPT 代碼高亮  + ChatGPT 代碼高亮  @@ -2420,14 +2409,14 @@ ChatGPT 讓程式碼字體變小 並且自動折行 Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -2435,9 +2424,9 @@ ChatGPT 讓程式碼字體變小 並且自動折行 更新日誌

    - + - ChatGPT代碼工具  + ChatGPT代碼工具  @@ -2452,14 +2441,14 @@ ChatGPT 讓程式碼字體變小 並且自動折行 Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -2467,9 +2456,9 @@ ChatGPT 讓程式碼字體變小 並且自動折行 修改自

    - + - ChatGPT 插入提示詞  + ChatGPT 插入提示詞  @@ -2484,14 +2473,14 @@ ChatGPT 讓程式碼字體變小 並且自動折行 Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -2499,9 +2488,9 @@ ChatGPT 讓程式碼字體變小 並且自動折行 修改自

    - + - ChatGPT 保存對話  + ChatGPT 保存對話  @@ -2516,14 +2505,14 @@ ChatGPT 讓程式碼字體變小 並且自動折行 Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -2533,9 +2522,9 @@ ChatGPT 讓程式碼字體變小 並且自動折行 修改自

    - + - ChatGPT 輕鬆管理聊天  + ChatGPT 輕鬆管理聊天  @@ -2550,14 +2539,14 @@ ChatGPT 讓程式碼字體變小 並且自動折行 Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -2567,9 +2556,9 @@ ChatGPT 讓程式碼字體變小 並且自動折行

    部落格網站 (5)

    - + - 解除CSDN登錄複製  + 解除CSDN登錄複製  @@ -2584,14 +2573,14 @@ ChatGPT 讓程式碼字體變小 並且自動折行 Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -2599,9 +2588,9 @@ ChatGPT 讓程式碼字體變小 並且自動折行 更新日誌

    - + - 乾淨的博客文章  + 乾淨的博客文章  @@ -2616,14 +2605,14 @@ ChatGPT 讓程式碼字體變小 並且自動折行 Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -2631,9 +2620,9 @@ ChatGPT 讓程式碼字體變小 並且自動折行 修改自

    - + - 知乎的深色主題  + 知乎的深色主題  @@ -2648,14 +2637,14 @@ ChatGPT 讓程式碼字體變小 並且自動折行 Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -2663,9 +2652,9 @@ ChatGPT 讓程式碼字體變小 並且自動折行 修改自

    - + - 微信網頁版深色模式  + 微信網頁版深色模式  @@ -2680,14 +2669,14 @@ ChatGPT 讓程式碼字體變小 並且自動折行 Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -2695,9 +2684,9 @@ ChatGPT 讓程式碼字體變小 並且自動折行 修改自

    - + - 新浪微博行動版跳轉  + 新浪微博行動版跳轉  @@ -2712,14 +2701,14 @@ ChatGPT 讓程式碼字體變小 並且自動折行 Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -2729,9 +2718,9 @@ ChatGPT 讓程式碼字體變小 並且自動折行

    Twitter (5)

    - + - Twitter/X 隱藏轉發的帖子  + Twitter/X 隱藏轉發的帖子  @@ -2752,14 +2741,14 @@ ChatGPT 讓程式碼字體變小 並且自動折行 Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -2769,9 +2758,9 @@ ChatGPT 讓程式碼字體變小 並且自動折行 修改自

    - + - Twitter 媒體下載 (2025.12.02 修復)  + Twitter 媒體下載 (2025.12.02 修復)  @@ -2792,14 +2781,14 @@ ChatGPT 讓程式碼字體變小 並且自動折行 Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -2809,9 +2798,9 @@ ChatGPT 讓程式碼字體變小 並且自動折行 修改自

    - + - Twitter(X)黑名單和屏蔽列表下載  + Twitter(X)黑名單和屏蔽列表下載  @@ -2826,14 +2815,14 @@ ChatGPT 讓程式碼字體變小 並且自動折行 Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -2841,9 +2830,9 @@ ChatGPT 讓程式碼字體變小 並且自動折行 修改自

    - + - Twitter 顯示正常的日期和時間  + Twitter 顯示正常的日期和時間  @@ -2865,22 +2854,22 @@ ChatGPT 讓程式碼字體變小 並且自動折行 Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝

    - + - Twitter(X)-Plus  + Twitter(X)-Plus  @@ -2901,14 +2890,14 @@ ChatGPT 讓程式碼字體變小 並且自動折行 Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -2920,9 +2909,9 @@ ChatGPT 讓程式碼字體變小 並且自動折行

    YouTube (5)

    - + - YouTube 小助手  + YouTube 小助手  @@ -2943,14 +2932,14 @@ ChatGPT 讓程式碼字體變小 並且自動折行 Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -2960,9 +2949,9 @@ ChatGPT 讓程式碼字體變小 並且自動折行 修改自

    - + - YouTube 稍後觀看快捷鍵  + YouTube 稍後觀看快捷鍵  @@ -2977,14 +2966,14 @@ ChatGPT 讓程式碼字體變小 並且自動折行 Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -2992,9 +2981,9 @@ ChatGPT 讓程式碼字體變小 並且自動折行 修改自

    - + - 更好的 YouTube 音量控制  + 更好的 YouTube 音量控制  @@ -3009,14 +2998,14 @@ ChatGPT 讓程式碼字體變小 並且自動折行 Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -3024,9 +3013,9 @@ ChatGPT 讓程式碼字體變小 並且自動折行 修改自

    - + - YouTube 動態視頻網格  + YouTube 動態視頻網格  @@ -3041,14 +3030,14 @@ ChatGPT 讓程式碼字體變小 並且自動折行 Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -3058,9 +3047,9 @@ ChatGPT 讓程式碼字體變小 並且自動折行 修改自

    - + - YouTube Pro: 音頻增強器  + YouTube Pro: 音頻增強器  @@ -3081,14 +3070,14 @@ ChatGPT 讓程式碼字體變小 並且自動折行 Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -3098,9 +3087,9 @@ ChatGPT 讓程式碼字體變小 並且自動折行

    TikTok (1)

    - + - TikTok 用戶信息  + TikTok 用戶信息  @@ -3115,14 +3104,14 @@ TikTok 在個人資料上顯示更多擴展信息 Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -3132,9 +3121,9 @@ TikTok 在個人資料上顯示更多擴展信息

    Bilibili (2)

    - + - 嗶哩嗶哩影片下載器  + 嗶哩嗶哩影片下載器  @@ -3149,14 +3138,14 @@ TikTok 在個人資料上顯示更多擴展信息 Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -3164,9 +3153,9 @@ TikTok 在個人資料上顯示更多擴展信息 修改自

    - + - 嗶哩嗶哩直播間屏蔽工具  + 嗶哩嗶哩直播間屏蔽工具  @@ -3181,14 +3170,14 @@ TikTok 在個人資料上顯示更多擴展信息 Greasemonkey / - + - + 自述文件 / 討論 / - + 原始碼 / 安裝 / @@ -3211,7 +3200,7 @@ TikTok 在個人資料上顯示更多擴展信息 > [!IMPORTANT] > > - _其他基於 **Chromium** 內核的瀏覽器(如國內套皮瀏覽器)一般都可以使用 Chrome 擴充。_ -> - _请确保使用 **Tampermonkey 正式版** 擴充,其他的用户腳本管理器可能导致**無法正常使用**脚本。_ +> - _請確保使用 **Tampermonkey 正式版** 擴充,其他的用户腳本管理器可能导致**無法正常使用**脚本。_ > - _如果要重裝腳本,請記得在 Tampermonkey 擴充的**回收站中徹底刪除**腳本後再去重新安裝腳本。_ > _**不會離線安裝 .crx 擴充?[Chrome、Edge 重新開啟隱藏的 [拖入安裝 .crx 擴充] 功能!](https://zhuanlan.zhihu.com/p/276027099)**_ @@ -3232,12 +3221,12 @@ TikTok 在個人資料上顯示更多擴展信息 > [!TIP] > > - Hmjz100 :+1: -> - 倉庫內所有`README.md`文件徽章複製了[Hmjz100](https://github.com/hmjz100)的倉庫[Online-disk-direct-link-download-assistant](https://github.com/hmjz100/Online-disk-direct-link-download-assistant)内的[README.md](https://github.com/hmjz100/Online-disk-direct-link-download-assistant/blob/main/README.md)文件的徽章風格 +> - 倉庫內所有`README.md`文件徽章複製了[Hmjz100](https://github.com/hmjz100)的倉庫[Online-disk-direct-link-download-assistant](https://github.com/hmjz100/Online-disk-direct-link-download-assistant)內部的[README.md](https://github.com/hmjz100/Online-disk-direct-link-download-assistant/blob/main/README.md)文件的徽章風格 > [!TIP] > > - FengFeng :+1: -> - 倉庫內所有`README.md`文件頭部簡介與歷史安裝表格複製了[FengFeng](https://github.com/BonjourFeng)的倉庫[Github-Search-Purification](https://github.com/BonjourFeng/Github-Search-Purification)内[README.md](https://github.com/BonjourFeng/Github-Search-Purification/blob/main/README.md)文件內容 +> - 仓库內所有`README.md`文件頭部簡介與歷史安裝表格複製了[FengFeng](https://github.com/BonjourFeng)的倉庫[Github-Search-Purification](https://github.com/BonjourFeng/Github-Search-Purification)内[README.md](https://github.com/BonjourFeng/Github-Search-Purification/blob/main/README.md)文件內容 > - 本倉庫的子倉庫`UserScriptsHistory`自動更新安裝歷史表格圖片程式碼也複製使用了[FengFeng](https://github.com/BonjourFeng)的倉庫[Script-History](https://github.com/BonjourFeng/Script-History)內的程式碼[main.py](https://github.com/BonjourFeng/Script-History/blob/main/source/main.py) > [!TIP] @@ -3250,14 +3239,14 @@ TikTok 在個人資料上顯示更多擴展信息 > [!TIP] > > - [#12](https://github.com/ChinaGodMan/UserScripts/issues/12) :trollface: Adam Lui 劉展鵬 :+1: -> - _本仓库的自动翻译与 Action 功能特别感谢美国佬[Adam Lui 劉展鵬](https://github.com/adamlui)出色的想法與代碼!_ :trollface: +> - _本倉庫的自動翻譯與 Action 功能特別感謝美國佬[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`文件複製並使用了這個美國佬的倉庫`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: +> - _複製了 美國佬[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: > - _複製了 美國佬[Adam Lui 劉展鵬](https://github.com/adamlui)Python 內程式碼_ [translate-en-messages.py](https://github.com/adamlui/python-utils/blob/main/translate-messages/translate-en-messages.py) :trollface:
    @@ -3271,6 +3260,7 @@ TikTok 在個人資料上顯示更多擴展信息 人民的勤务员 人民的機器人 +Metric molanp Yoobohl fossabot @@ -3286,8 +3276,8 @@ TikTok 在個人資料上顯示更多擴展信息 ## 🏛️ 開源授權協議 -本項目採用 MIT 許可證 授權。 -MIT 許可證是一種寬鬆的開源許可協議,詳細內容請參閱 許可證全文。 +本項目採用 MIT 許可證 授權。 +MIT 許可證是一種寬鬆的開源許可協議,詳細內容請參閱 許可證全文
    @@ -3297,7 +3287,7 @@ MIT 許可證是一種寬鬆的開源許可協議,詳細內容請參閱 行為準則。请每位贡献者遵循这些指导原则。 +為了確保一個友好、尊重與包容的開發環境,我們制定了以下行為準則。請每位貢獻者遵循這些指導原則。
    @@ -3307,10 +3297,10 @@ MIT 許可證是一種寬鬆的開源許可協議,詳細內容請參閱 並在公開前等待回复。 -詳細內容請參閱 安全政策 +詳細內容請參閱 安全政策
    @@ -3320,7 +3310,7 @@ MIT 許可證是一種寬鬆的開源許可協議,詳細內容請參閱 貢獻指南。為了幫助您順利貢獻程式碼或文檔,請在提交程式碼或問題前,仔细阅读内容。 +感謝您對本計畫的興趣!我們制定了以下貢獻指南。為了幫助您順利貢獻程式碼或文檔,請在提交程式碼或問題前,仔細閱讀內容。
    @@ -3330,7 +3320,7 @@ MIT 許可證是一種寬鬆的開源許可協議,詳細內容請參閱 Chrome 或 基於 Chromium 內核的瀏覽器[![][chrome]][chrome_link] |
    ![.png][TM][Tampermonkey][Tampermonkey] ![.png][vm][Violentmonkey][Violentmonkey] ![.png][cat][ScriptCat][cat_link] |
    [![][chrome]][chrome_link] [![][edge]][edge_link] [![][QQ]][QQ_link] | |
    Safari 瀏覽器(macOS, iOS, iPadOS)[![][safari]][safari_link] |
    ![][Macaquer] [Macaque][Macaque] 或 ![][stayr] [Stay] |
    [![][safari]][safari_link] | From d1dc58d7c7cff06e13fdaa6bee5757bc44a32845 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=BA=E6=B0=91=E7=9A=84=E5=8B=A4=E5=8A=A1=E5=91=98?= Date: Fri, 10 Apr 2026 05:32:28 +0800 Subject: [PATCH 070/104] =?UTF-8?q?fix(TOC):=20=E6=96=87=E6=A1=A3=E6=97=A0?= =?UTF-8?q?=E5=8F=98=E6=8D=A2=EF=BC=8C=E4=B8=8D=E6=89=A7=E8=A1=8C=E5=90=8E?= =?UTF-8?q?=E7=BB=AD=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/fix_toc.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/utils/fix_toc.py b/utils/fix_toc.py index acfdfaee8..6bb219b02 100644 --- a/utils/fix_toc.py +++ b/utils/fix_toc.py @@ -1,7 +1,8 @@ import re +import sys from content_snippet import get_file_description -from helper import is_file_modified, read_json +from helper import is_file_modified, is_file_updated_more_than, read_json from writer import process_file start_tag = "" @@ -19,6 +20,10 @@ return_link_template = '' readme_toc_template = "({})" +if is_file_updated_more_than("docs/README.md", 15): + print("[SKIP] README.md 没有新提交,跳过处理TOC。") + sys.exit(0) + docs = read_json("utils/docs/translate_readme.json") From 615294322a3c414a95bb7b277fb2ff075a11b258 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=BA=E6=B0=91=E7=9A=84=E5=8B=A4=E5=8A=A1=E5=91=98?= Date: Fri, 10 Apr 2026 11:07:54 +0800 Subject: [PATCH 071/104] =?UTF-8?q?docs:=20=E6=B7=BB=E5=8A=A0=E7=BC=BA?= =?UTF-8?q?=E5=A4=B1=E7=9A=84=E8=8B=B1=E6=96=87=E6=A8=A1=E6=9D=BF=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/3_discussion_en.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/3_discussion_en.md diff --git a/.github/ISSUE_TEMPLATE/3_discussion_en.md b/.github/ISSUE_TEMPLATE/3_discussion_en.md new file mode 100644 index 000000000..76e021d40 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/3_discussion_en.md @@ -0,0 +1,7 @@ +--- +name: 💬 Ask a Question or Start a Discussion +about: For general discussions or questions. +labels: under discussion +--- + + \ No newline at end of file From a3029bf5010034d1e46c0ad680b6625d0948fa8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 02:43:58 +0800 Subject: [PATCH 072/104] chore(deps): bump actions/github-script from 8 to 9 (#278) --- .github/workflows/issue-branch&assign.yml | 4 ++-- .github/workflows/pr-assign-to-chinagodman.yml | 2 +- .github/workflows/pr-merge-dependabot.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/issue-branch&assign.yml b/.github/workflows/issue-branch&assign.yml index 5206ff4ec..23ea39e67 100644 --- a/.github/workflows/issue-branch&assign.yml +++ b/.github/workflows/issue-branch&assign.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Create branch - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: github-token: ${{ secrets.QWY_SYNC_BOT_TOKEN }} script: | @@ -40,7 +40,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 自动分配问题到人民的勤务员 - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: github-token: ${{ secrets.QWY_SYNC_BOT_TOKEN }} script: | diff --git a/.github/workflows/pr-assign-to-chinagodman.yml b/.github/workflows/pr-assign-to-chinagodman.yml index 7d16e67e6..7ea3039b0 100644 --- a/.github/workflows/pr-assign-to-chinagodman.yml +++ b/.github/workflows/pr-assign-to-chinagodman.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 自动分配审查和受理至人民的勤务员 - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: github-token: ${{ secrets.QWY_SYNC_BOT_TOKEN }} script: | diff --git a/.github/workflows/pr-merge-dependabot.yml b/.github/workflows/pr-merge-dependabot.yml index 640148266..233734892 100644 --- a/.github/workflows/pr-merge-dependabot.yml +++ b/.github/workflows/pr-merge-dependabot.yml @@ -11,7 +11,7 @@ jobs: if: github.actor == 'dependabot[bot]' steps: - name: Check and merge ⛙ - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: github-token: ${{ secrets.QWY_SYNC_BOT_TOKEN }} script: | From da7038c9b5b3a760ccbe1f6ff4848cd7ee30147c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 02:44:05 +0800 Subject: [PATCH 073/104] chore(deps-dev): bump prettier from 3.8.1 to 3.8.2 (#279) --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 18f9f575d..b2acd6c0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "eslint-plugin-yml": "^3.3.1", "husky": "^9.1.7", "lint-staged": "^16.4.0", - "prettier": "^3.8.1" + "prettier": "^3.8.2" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -3965,9 +3965,9 @@ } }, "node_modules/prettier": { - "version": "3.8.1", - "resolved": "https://registry.npmmirror.com/prettier/-/prettier-3.8.1.tgz", - "integrity": "sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==", + "version": "3.8.2", + "resolved": "https://registry.npmmirror.com/prettier/-/prettier-3.8.2.tgz", + "integrity": "sha512-8c3mgTe0ASwWAJK+78dpviD+A8EqhndQPUBpNUIPt6+xWlIigCwfN01lWr9MAede4uqXGTEKeQWTvzb3vjia0Q==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index e58324221..071df8885 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "eslint-plugin-yml": "^3.3.1", "husky": "^9.1.7", "lint-staged": "^16.4.0", - "prettier": "^3.8.1" + "prettier": "^3.8.2" }, "scripts": { "prepare": "husky", From 9b1447310b876221e6d2183f472927792b76b09a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=BA=E6=B0=91=E7=9A=84=E5=8B=A4=E5=8A=A1=E5=91=98?= Date: Mon, 13 Apr 2026 08:43:12 +0800 Subject: [PATCH 074/104] =?UTF-8?q?chore(email):=20`toniaiwanowskiskr47@gm?= =?UTF-8?q?ail.com`=20=E6=94=B9=E4=B8=BA`china.qinwuyuan@gmail.com`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/lib/totp-generator.js | 2 +- assets/lib/video-list.js | 2 +- clipboard-manager/README.md | 2 +- clipboard-manager/README_en.md | 2 +- clipboard-manager/README_ko.md | 2 +- clipboard-manager/README_vi.md | 2 +- clipboard-manager/README_zh-TW.md | 2 +- github-repository-navigator/github-repository-navigator.user.js | 2 +- remove-link-underlines/README.md | 2 +- remove-link-underlines/README_en.md | 2 +- remove-link-underlines/README_ko.md | 2 +- remove-link-underlines/README_vi.md | 2 +- remove-link-underlines/README_zh-TW.md | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/assets/lib/totp-generator.js b/assets/lib/totp-generator.js index 531989453..bca6f719a 100644 --- a/assets/lib/totp-generator.js +++ b/assets/lib/totp-generator.js @@ -3,7 +3,7 @@ // @namespace https://github.com/ChinaGodMan/UserScripts // @version 2024/10/07 // @description https://greasyfork.org/zh-CN/scripts/502291 脚本使用 -// @author 人民的勤务员 +// @author 人民的勤务员 // @license MIT // @supportURL https://github.com/ChinaGodMan/UserScripts/issues // @homepageURL https://github.com/ChinaGodMan/UserScripts diff --git a/assets/lib/video-list.js b/assets/lib/video-list.js index c63d6dcc0..c174e8f6c 100644 --- a/assets/lib/video-list.js +++ b/assets/lib/video-list.js @@ -284,7 +284,7 @@ function generateJsonIndexContent(finalData) {

    备份数量:

    备份时间:

    备份地址: 访问

    -

    联系作者: 人民的勤务员

    +

    联系作者: 人民的勤务员

    diff --git a/clipboard-manager/README.md b/clipboard-manager/README.md index a6789d6ac..928832863 100644 --- a/clipboard-manager/README.md +++ b/clipboard-manager/README.md @@ -89,7 +89,7 @@ ## 作者 - **姓名**:人民的勤务员 -- **邮箱**:toniaiwanowskiskr47@gmail.com +- **邮箱**:china.qinwuyuan@gmail.com - **GitHub**:[ChinaGodMan/UserScripts](https://github.com/ChinaGodMan/UserScripts) ## 许可证 diff --git a/clipboard-manager/README_en.md b/clipboard-manager/README_en.md index b7824b9bc..5b7d46820 100644 --- a/clipboard-manager/README_en.md +++ b/clipboard-manager/README_en.md @@ -89,7 +89,7 @@ When the script takes effect,A semi-transparent dot will be displayed in the l ## author - **Name**:人民的勤务员 -- **Mail**:toniaiwanowskiskr47@gmail.com +- **Mail**:china.qinwuyuan@gmail.com - **GitHub**:[ChinaGodMan/UserScripts](https://github.com/ChinaGodMan/UserScripts) ## license diff --git a/clipboard-manager/README_ko.md b/clipboard-manager/README_ko.md index 0aff67f9e..cf41c647d 100644 --- a/clipboard-manager/README_ko.md +++ b/clipboard-manager/README_ko.md @@ -89,7 +89,7 @@ ## 작가 - **이름**:人民的勤务员 -- **우편**:toniaiwanowskiskr47@gmail.com +- **우편**:china.qinwuyuan@gmail.com - **GitHub**:[ChinaGodMan/UserScripts](https://github.com/ChinaGodMan/UserScripts) ## 특허 diff --git a/clipboard-manager/README_vi.md b/clipboard-manager/README_vi.md index 78aa1bd21..b185ff9a1 100644 --- a/clipboard-manager/README_vi.md +++ b/clipboard-manager/README_vi.md @@ -89,7 +89,7 @@ Khi tập lệnh có hiệu lực,Các chấm nhỏ mờ sẽ được hiển ## tác giả - **Tên**:人民的勤务员 -- **Thư**:toniaiwanowskiskr47@gmail.com +- **Thư**:china.qinwuyuan@gmail.com - **GitHub**:[ChinaGodMan/UserScripts](https://github.com/ChinaGodMan/UserScripts) ## giấy phép diff --git a/clipboard-manager/README_zh-TW.md b/clipboard-manager/README_zh-TW.md index 09f9761df..a949fa4a1 100644 --- a/clipboard-manager/README_zh-TW.md +++ b/clipboard-manager/README_zh-TW.md @@ -89,7 +89,7 @@ ## 作者 - **姓名**:人民的勤务员 -- **郵箱**:toniaiwanowskiskr47@gmail.com +- **郵箱**:china.qinwuyuan@gmail.com - **GitHub**:[ChinaGodMan/UserScripts](https://github.com/ChinaGodMan/UserScripts) ## 許可證 diff --git a/github-repository-navigator/github-repository-navigator.user.js b/github-repository-navigator/github-repository-navigator.user.js index f6ded8ef3..01620fc97 100644 --- a/github-repository-navigator/github-repository-navigator.user.js +++ b/github-repository-navigator/github-repository-navigator.user.js @@ -121,7 +121,7 @@ // @description:fr-CA 🤠 Assistant de saut rapide d’entrepôt GitHub, spécialement conçu pour aider les utilisateurs à accéder rapidement à leurs propres entrepôts sur GitHub. Il génère un bouton en haut de la barre de navigation. // @namespace https://github.com/ChinaGodMan/UserScripts // @version 2024.12.18.1956 -// @author mshll & 人民的勤务员 +// @author mshll & 人民的勤务员 // @match https://github.com/* // @grant none // @run-at document-start diff --git a/remove-link-underlines/README.md b/remove-link-underlines/README.md index 194beb416..f8c83d5d9 100644 --- a/remove-link-underlines/README.md +++ b/remove-link-underlines/README.md @@ -164,7 +164,7 @@ Este script de usuario elimina los subrayados de todos los enlaces en cualquier ## Author 人民的勤务员 (Servant of the People) & ChatGPT -[toniaiwanowskiskr47@gmail.com](mailto:toniaiwanowskiskr47@gmail.com) +[china.qinwuyuan@gmail.com](mailto:china.qinwuyuan@gmail.com) diff --git a/remove-link-underlines/README_en.md b/remove-link-underlines/README_en.md index 857374813..40ce8e6ba 100644 --- a/remove-link-underlines/README_en.md +++ b/remove-link-underlines/README_en.md @@ -164,7 +164,7 @@ Este script de usuario elimina los subrayados de todos los enlaces en cualquier ## Author 人民的勤务员 (Servant of the People) & ChatGPT -[toniaiwanowskiskr47@gmail.com](mailto:toniaiwanowskiskr47@gmail.com) +[china.qinwuyuan@gmail.com](mailto:china.qinwuyuan@gmail.com) diff --git a/remove-link-underlines/README_ko.md b/remove-link-underlines/README_ko.md index 93e5473f4..f70c9bcd7 100644 --- a/remove-link-underlines/README_ko.md +++ b/remove-link-underlines/README_ko.md @@ -164,7 +164,7 @@ Este script de usuario elimina los subrayados de todos los enlaces en cualquier ## Author 人民的勤务员 (Servant of the People) & ChatGPT -[toniaiwanowskiskr47@gmail.com](mailto:toniaiwanowskiskr47@gmail.com) +[china.qinwuyuan@gmail.com](mailto:china.qinwuyuan@gmail.com) diff --git a/remove-link-underlines/README_vi.md b/remove-link-underlines/README_vi.md index f89f34ea3..6ab576875 100644 --- a/remove-link-underlines/README_vi.md +++ b/remove-link-underlines/README_vi.md @@ -164,7 +164,7 @@ Este script de usuario elimina los subrayados de todos los enlaces en cualquier ## Author 人民的勤务员 (Servant of the People) & ChatGPT -[toniaiwanowskiskr47@gmail.com](mailto:toniaiwanowskiskr47@gmail.com) +[china.qinwuyuan@gmail.com](mailto:china.qinwuyuan@gmail.com) diff --git a/remove-link-underlines/README_zh-TW.md b/remove-link-underlines/README_zh-TW.md index 37a1fa0eb..50063121d 100644 --- a/remove-link-underlines/README_zh-TW.md +++ b/remove-link-underlines/README_zh-TW.md @@ -164,7 +164,7 @@ Este script de usuario elimina los subrayados de todos los enlaces en cualquier ## Author 人民的勤务员 (Servant of the People) & ChatGPT -[toniaiwanowskiskr47@gmail.com](mailto:toniaiwanowskiskr47@gmail.com) +[china.qinwuyuan@gmail.com](mailto:china.qinwuyuan@gmail.com) From dcfe3dbdc7e4ffe21893267b313e82d0a4a6586c Mon Sep 17 00:00:00 2001 From: ChinaGodBot Date: Mon, 13 Apr 2026 09:04:15 +0800 Subject: [PATCH 075/104] =?UTF-8?q?docs(sync):=20=F0=9F=A4=96=20=E5=90=8C?= =?UTF-8?q?=E6=AD=A5=20[`README=5F[lang].md`]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- clipboard-manager/README_en.md | 2 +- clipboard-manager/README_ko.md | 2 +- clipboard-manager/README_vi.md | 2 +- clipboard-manager/README_zh-TW.md | 6 +++--- remove-link-underlines/README_zh-TW.md | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/clipboard-manager/README_en.md b/clipboard-manager/README_en.md index 5b7d46820..b0095adad 100644 --- a/clipboard-manager/README_en.md +++ b/clipboard-manager/README_en.md @@ -66,7 +66,7 @@ Fork

    Update records

    🛠️ Web page writing clip version authorization manager Update log

    📅 2024-09-28 08:21- Ver 1.2.3.1

    repair: •Copy function pc Not for red and from window.navigator.clipboard.writeText ,Need to copy manually to the clip.@90 -repair: •Logical error ↠ 按下快捷键复制后只有指示器for red Reset when,为 green No reset@161

    +repair: •Logical error ↠ After pressing the shortcut key to copy, there is only an indicatorfor red Reset when,for green No reset@161


    📅 2024-09-27 11:55- Ver 1.2.3.0

    New: •monitorclipboard.writeTextevent

    diff --git a/clipboard-manager/README_ko.md b/clipboard-manager/README_ko.md index cf41c647d..8c7293009 100644 --- a/clipboard-manager/README_ko.md +++ b/clipboard-manager/README_ko.md @@ -66,7 +66,7 @@ Fork

    레코드 업데이트

    🛠️ 웹 페이지 작성 클립 버전 승인 관리자 로그 업데이트

    📅 2024-09-28 08:21- Ver 1.2.3.1

    수리하다: •복사 기능 pc 그렇지 않다 red 그리고 window.navigator.clipboard.writeText ,클립에 수동으로 복사해야합니다.@90 -수리하다: •논리적 오류 ↠ 按下快捷键复制后只有指示器~을 위한 red 언제 재설정하십시오,为 green 재설정 없음@161

    +수리하다: •논리적 오류 ↠ 복사 단축키를 누르면 표시만 나옵니다~을 위한 red 언제 재설정하십시오,~을 위한 green 재설정 없음@161


    📅 2024-09-27 11:55- Ver 1.2.3.0

    새로운: •감시 장치clipboard.writeText이벤트

    diff --git a/clipboard-manager/README_vi.md b/clipboard-manager/README_vi.md index b185ff9a1..9ad3a0832 100644 --- a/clipboard-manager/README_vi.md +++ b/clipboard-manager/README_vi.md @@ -66,7 +66,7 @@ Fork

    Cập nhật hồ sơ

    🛠️ Trang web viết clip phiên bản người quản lý ủy quyền Cập nhật nhật ký

    📅 2024-09-28 08:21- Ver 1.2.3.1

    Sửa chữa: •Chức năng sao chép pc Không dành cho red và từ window.navigator.clipboard.writeText ,Cần sao chép thủ công vào clip.@90 -Sửa chữa: •Lỗi logic ↠ 按下快捷键复制后只有指示器vì red Đặt lại khi nào,为 green Không đặt lại@161

    +Sửa chữa: •Lỗi logic ↠ Sau khi nhấn phím tắt để sao chép thì chỉ có đèn báovì red Đặt lại khi nào,vì green Không đặt lại@161


    📅 2024-09-27 11:55- Ver 1.2.3.0

    Mới: •màn hìnhclipboard.writeTextsự kiện

    diff --git a/clipboard-manager/README_zh-TW.md b/clipboard-manager/README_zh-TW.md index a949fa4a1..3224072e8 100644 --- a/clipboard-manager/README_zh-TW.md +++ b/clipboard-manager/README_zh-TW.md @@ -66,7 +66,7 @@ Fork

    更新記錄

    🛠️ 網頁寫入剪輯版授權管理器 更新日誌

    📅 2024-09-28 08:21- Ver 1.2.3.1

    修復: •複製函數 pc 不為 red 時且來源於為 window.navigator.clipboard.writeText ,需要手動複製到剪輯版.@90 -修復: •邏輯錯誤 ↠ 按下快捷键复制后只有指示器為 red 時候重置,为 green 不重置@161

    +修復: •邏輯錯誤 ↠ 按下快捷键复制后只有指示器為 red 時候重置,為 green 不重置@161


    📅 2024-09-27 11:55- Ver 1.2.3.0

    新增: •監聽clipboard.writeText事件

    @@ -185,7 +185,7 @@ > - [**GitHub 倉庫快速跳轉助手**](https://greasyfork.org/scripts/515205): 🤠 GitHub 倉庫快速跳轉助手,專為幫助用戶快速存取自己在 GitHub 上的倉庫而設計 。它在導覽列頂部產生一個按鈕,點擊展開自己的所有倉庫,輕鬆跳到自己的 GitHub 倉庫頁面,而無需使用 GitHub 的二級選單 > - [**在Github上打開jsDelivr鏈接**](https://greasyfork.org/scripts/527870): 打開jsDelivr上的GitHub鏈接,用於快速下載文件 > - [**GitHub Gist 代碼片段複製與下載器**](https://greasyfork.org/scripts/529534): 向 Gist 文件添加複制按鈕,以便輕鬆複製代碼。 | 向 Gist 文件添加下載按鈕,以便輕鬆下載代碼。 -> - [**GitHub 快捷鍵翻譯助手**](https://greasyfork.org/scripts/530312): 監聽鍵盤快捷鍵 Ctrl + Q,實現對文本進行翻譯並將翻譯結果替換到原文本框中的功能 支持Issue和pull request 頁面. +> - [**GitHub 快捷鍵翻譯助手**](https://greasyfork.org/scripts/530312): 監聽鍵盤快捷鍵 Ctrl + Q,實現對文本進行翻譯並將翻譯結果替換到原文本框中的功能 支援Issue和pull request 頁面. > - [**GitHub 星標倉庫備註助手**](https://greasyfork.org/scripts/533511): 曾經 Star 過的倉庫是不是忘記了它們的用途? 這是一個可以給你收藏過的倉庫添加備註的的腳本,並且你備註的信息可以上傳下載到 GitHub Gist > - [**GitHub 跳轉到 DeepWiKi**](https://greasyfork.org/scripts/536279): GitHub 存儲庫跳轉到 DeepWiKi,支持電腦桌面端和移動端 > - [**GitHub 隱藏 Copilot**](https://greasyfork.org/scripts/536423): 在 GitHub 上隱藏愚蠢的 Copilot @@ -256,7 +256,7 @@ > ### 🔍你可能在找社交媒體腳本 > > - [**Twitter/X 隱藏轉發的帖子**](https://greasyfork.org/scripts/529450): 自動隱藏轉發轉發內容,並且在首次加載時隱藏轉發內容,移除煩人的廣告 -> - [**Twitter 媒體下載 (2025.04.28 修復)**](https://greasyfork.org/scripts/529453): 一鍵下載視頻/圖片,支持批量下載時自動打包為一個ZIP文件下載.支持新版API接口 +> - [**Twitter 媒體下載 (2025.04.28 修復)**](https://greasyfork.org/scripts/529453): 一鍵下載視頻/圖片,支持批量下載時自動打包為一個ZIP文件下載.支援新版API介面 > - [**YouTube 小助手**](https://greasyfork.org/scripts/529845): YouTube 1.視頻循環播放 2.截圖下載 3.主題進度條 diff --git a/remove-link-underlines/README_zh-TW.md b/remove-link-underlines/README_zh-TW.md index 50063121d..3961b361d 100644 --- a/remove-link-underlines/README_zh-TW.md +++ b/remove-link-underlines/README_zh-TW.md @@ -234,7 +234,7 @@ Este script de usuario elimina los subrayados de todos los enlaces en cualquier > - [**GitHub 倉庫快速跳轉助手**](https://greasyfork.org/scripts/515205): 🤠 GitHub 倉庫快速跳轉助手,專為幫助用戶快速存取自己在 GitHub 上的倉庫而設計 。它在導覽列頂部產生一個按鈕,點擊展開自己的所有倉庫,輕鬆跳到自己的 GitHub 倉庫頁面,而無需使用 GitHub 的二級選單 > - [**在Github上打開jsDelivr鏈接**](https://greasyfork.org/scripts/527870): 打開jsDelivr上的GitHub鏈接,用於快速下載文件 > - [**GitHub Gist 代碼片段複製與下載器**](https://greasyfork.org/scripts/529534): 向 Gist 文件添加複制按鈕,以便輕鬆複製代碼。 | 向 Gist 文件添加下載按鈕,以便輕鬆下載代碼。 -> - [**GitHub 快捷鍵翻譯助手**](https://greasyfork.org/scripts/530312): 監聽鍵盤快捷鍵 Ctrl + Q,實現對文本進行翻譯並將翻譯結果替換到原文本框中的功能 支持Issue和pull request 頁面. +> - [**GitHub 快捷鍵翻譯助手**](https://greasyfork.org/scripts/530312): 監聽鍵盤快捷鍵 Ctrl + Q,實現對文本進行翻譯並將翻譯結果替換到原文本框中的功能 支援Issue和pull request 頁面. > - [**GitHub 星標倉庫備註助手**](https://greasyfork.org/scripts/533511): 曾經 Star 過的倉庫是不是忘記了它們的用途? 這是一個可以給你收藏過的倉庫添加備註的的腳本,並且你備註的信息可以上傳下載到 GitHub Gist > - [**GitHub 跳轉到 DeepWiKi**](https://greasyfork.org/scripts/536279): GitHub 存儲庫跳轉到 DeepWiKi,支持電腦桌面端和移動端 > - [**GitHub 隱藏 Copilot**](https://greasyfork.org/scripts/536423): 在 GitHub 上隱藏愚蠢的 Copilot @@ -305,7 +305,7 @@ Este script de usuario elimina los subrayados de todos los enlaces en cualquier > ### 🔍你可能在找社交媒體腳本 > > - [**Twitter/X 隱藏轉發的帖子**](https://greasyfork.org/scripts/529450): 自動隱藏轉發轉發內容,並且在首次加載時隱藏轉發內容,移除煩人的廣告 -> - [**Twitter 媒體下載 (2025.04.28 修復)**](https://greasyfork.org/scripts/529453): 一鍵下載視頻/圖片,支持批量下載時自動打包為一個ZIP文件下載.支持新版API接口 +> - [**Twitter 媒體下載 (2025.04.28 修復)**](https://greasyfork.org/scripts/529453): 一鍵下載視頻/圖片,支持批量下載時自動打包為一個ZIP文件下載.支援新版API介面 > - [**YouTube 小助手**](https://greasyfork.org/scripts/529845): YouTube 1.視頻循環播放 2.截圖下載 3.主題進度條 From 437aa768e2c95c53e5f70420157f83171d146e59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 02:45:13 +0800 Subject: [PATCH 076/104] chore(deps-dev): bump prettier from 3.8.2 to 3.8.3 (#280) --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b2acd6c0b..e233354a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "eslint-plugin-yml": "^3.3.1", "husky": "^9.1.7", "lint-staged": "^16.4.0", - "prettier": "^3.8.2" + "prettier": "^3.8.3" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -3965,9 +3965,9 @@ } }, "node_modules/prettier": { - "version": "3.8.2", - "resolved": "https://registry.npmmirror.com/prettier/-/prettier-3.8.2.tgz", - "integrity": "sha512-8c3mgTe0ASwWAJK+78dpviD+A8EqhndQPUBpNUIPt6+xWlIigCwfN01lWr9MAede4uqXGTEKeQWTvzb3vjia0Q==", + "version": "3.8.3", + "resolved": "https://registry.npmmirror.com/prettier/-/prettier-3.8.3.tgz", + "integrity": "sha512-7igPTM53cGHMW8xWuVTydi2KO233VFiTNyF5hLJqpilHfmn8C8gPf+PS7dUT64YcXFbiMGZxS9pCSxL/Dxm/Jw==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 071df8885..c49399af6 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "eslint-plugin-yml": "^3.3.1", "husky": "^9.1.7", "lint-staged": "^16.4.0", - "prettier": "^3.8.2" + "prettier": "^3.8.3" }, "scripts": { "prepare": "husky", From ce991bc9e40379dd8afe2bb0b4d0ba60418e06aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 06:33:58 +0800 Subject: [PATCH 077/104] chore(deps-dev): bump cz-git from 1.12.0 to 1.13.0 (#282) --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e233354a2..dd1b48a7d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@eslint/json": "^1.2.0", "@eslint/markdown": "^8.0.1", "@stylistic/eslint-plugin": "^5.10.0", - "cz-git": "^1.12.0", + "cz-git": "^1.13.0", "czg": "^1.12.0", "eslint": "^9.39.2", "eslint-plugin-import": "^2.32.0", @@ -924,9 +924,9 @@ } }, "node_modules/cz-git": { - "version": "1.12.0", - "resolved": "https://registry.npmmirror.com/cz-git/-/cz-git-1.12.0.tgz", - "integrity": "sha512-LaZ+8whPPUOo6Y0Zy4nIbf6JOleV3ejp41sT6N4RPKiKKA+ICWf4ueeIlxIO8b6JtdlDxRzHH/EcRji07nDxcg==", + "version": "1.13.0", + "resolved": "https://registry.npmmirror.com/cz-git/-/cz-git-1.13.0.tgz", + "integrity": "sha512-oTxNSypCvhfHJF7KmnO8lSDup4lYa/s6bbF1700vyONepDIMTcMMXQweSxE/7ANIm7hcv1ckz4HLitZNM02fCw==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index c49399af6..33102845f 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@eslint/json": "^1.2.0", "@eslint/markdown": "^8.0.1", "@stylistic/eslint-plugin": "^5.10.0", - "cz-git": "^1.12.0", + "cz-git": "^1.13.0", "czg": "^1.12.0", "eslint": "^9.39.2", "eslint-plugin-import": "^2.32.0", From 1c6eca436d783f70a462ba536d90168ceeb7446c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 06:35:29 +0800 Subject: [PATCH 078/104] chore(deps-dev): bump czg from 1.12.0 to 1.13.0 (#283) --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index dd1b48a7d..63cda7aa3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@eslint/markdown": "^8.0.1", "@stylistic/eslint-plugin": "^5.10.0", "cz-git": "^1.13.0", - "czg": "^1.12.0", + "czg": "^1.13.0", "eslint": "^9.39.2", "eslint-plugin-import": "^2.32.0", "eslint-plugin-regexp": "^3.1.0", @@ -934,9 +934,9 @@ } }, "node_modules/czg": { - "version": "1.12.0", - "resolved": "https://registry.npmmirror.com/czg/-/czg-1.12.0.tgz", - "integrity": "sha512-LGltcoZ5m7vhe3WNw16QXqd5WurnHegx9V15MwZJtFAU2AVCYLCqDbwxPUgZOnAcdzzooq33ONcU148HOQsjdA==", + "version": "1.13.0", + "resolved": "https://registry.npmmirror.com/czg/-/czg-1.13.0.tgz", + "integrity": "sha512-Y2f2gBpnCa3wJbBGic0mfNJt9zGbWKtrBlJFMclDNUyipvCgn0As2WPHaAtBkBSMlZgzORHRfwAP96C5lrCIYA==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 33102845f..9dd359919 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@eslint/markdown": "^8.0.1", "@stylistic/eslint-plugin": "^5.10.0", "cz-git": "^1.13.0", - "czg": "^1.12.0", + "czg": "^1.13.0", "eslint": "^9.39.2", "eslint-plugin-import": "^2.32.0", "eslint-plugin-regexp": "^3.1.0", From 1df3bb184a6ca677dd8cc7b9b4659dc6588251ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 02:45:10 +0800 Subject: [PATCH 079/104] chore(deps-dev): bump eslint-plugin-yml from 3.3.1 to 3.3.2 (#284) --- package-lock.json | 25 ++++++++++++------------- package.json | 2 +- 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 63cda7aa3..3d5e196cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "eslint-plugin-import": "^2.32.0", "eslint-plugin-regexp": "^3.1.0", "eslint-plugin-userscripts": "^0.5.6", - "eslint-plugin-yml": "^3.3.1", + "eslint-plugin-yml": "^3.3.2", "husky": "^9.1.7", "lint-staged": "^16.4.0", "prettier": "^3.8.3" @@ -1524,16 +1524,15 @@ } }, "node_modules/eslint-plugin-yml": { - "version": "3.3.1", - "resolved": "https://registry.npmmirror.com/eslint-plugin-yml/-/eslint-plugin-yml-3.3.1.tgz", - "integrity": "sha512-isntsZchaTqDMNNkD+CakrgA/pdUoJ45USWBKpuqfAW1MCuw731xX/vrXfoJFZU3tTFr24nCbDYmDfT2+g4QtQ==", + "version": "3.3.2", + "resolved": "https://registry.npmmirror.com/eslint-plugin-yml/-/eslint-plugin-yml-3.3.2.tgz", + "integrity": "sha512-XjmOB/fLBwYHqevnpclPL938V+9ExX7xw1hPaM3IPePGyMFRV1giS16RjSTNhIyCv/Oh0G0PEdmmZPATJ02YCw==", "dev": true, "license": "MIT", "dependencies": { "@eslint/core": "^1.0.1", - "@eslint/plugin-kit": "^0.6.0", + "@eslint/plugin-kit": "^0.7.0", "@ota-meshi/ast-token-store": "^0.3.0", - "debug": "^4.3.2", "diff-sequences": "^29.0.0", "escape-string-regexp": "5.0.0", "natural-compare": "^1.4.0", @@ -1550,9 +1549,9 @@ } }, "node_modules/eslint-plugin-yml/node_modules/@eslint/core": { - "version": "1.1.0", - "resolved": "https://registry.npmmirror.com/@eslint/core/-/core-1.1.0.tgz", - "integrity": "sha512-/nr9K9wkr3P1EzFTdFdMoLuo1PmIxjmwvPozwoSodjNBdefGujXQUF93u1DDZpEaTuDvMsIQddsd35BwtrW9Xw==", + "version": "1.2.1", + "resolved": "https://registry.npmmirror.com/@eslint/core/-/core-1.2.1.tgz", + "integrity": "sha512-MwcE1P+AZ4C6DWlpin/OmOA54mmIZ/+xZuJiQd4SyB29oAJjN30UW9wkKNptW2ctp4cEsvhlLY/CsQ1uoHDloQ==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -1563,13 +1562,13 @@ } }, "node_modules/eslint-plugin-yml/node_modules/@eslint/plugin-kit": { - "version": "0.6.0", - "resolved": "https://registry.npmmirror.com/@eslint/plugin-kit/-/plugin-kit-0.6.0.tgz", - "integrity": "sha512-bIZEUzOI1jkhviX2cp5vNyXQc6olzb2ohewQubuYlMXZ2Q/XjBO0x0XhGPvc9fjSIiUN0vw+0hq53BJ4eQSJKQ==", + "version": "0.7.1", + "resolved": "https://registry.npmmirror.com/@eslint/plugin-kit/-/plugin-kit-0.7.1.tgz", + "integrity": "sha512-rZAP3aVgB9ds9KOeUSL+zZ21hPmo8dh6fnIFwRQj5EAZl9gzR7wxYbYXYysAM8CTqGmUGyp2S4kUdV17MnGuWQ==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@eslint/core": "^1.1.0", + "@eslint/core": "^1.2.1", "levn": "^0.4.1" }, "engines": { diff --git a/package.json b/package.json index 9dd359919..24ac9a897 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "eslint-plugin-import": "^2.32.0", "eslint-plugin-regexp": "^3.1.0", "eslint-plugin-userscripts": "^0.5.6", - "eslint-plugin-yml": "^3.3.1", + "eslint-plugin-yml": "^3.3.2", "husky": "^9.1.7", "lint-staged": "^16.4.0", "prettier": "^3.8.3" From 754b7d3a3abcd79dde102e098d157613d5dd3242 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 02:45:07 +0800 Subject: [PATCH 080/104] chore(deps-dev): bump lint-staged from 16.4.0 to 17.0.2 (#285) --- package-lock.json | 227 ++++++++++++++++++++++++++-------------------- package.json | 2 +- 2 files changed, 130 insertions(+), 99 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3d5e196cc..b21c34d93 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "eslint-plugin-userscripts": "^0.5.6", "eslint-plugin-yml": "^3.3.2", "husky": "^9.1.7", - "lint-staged": "^16.4.0", + "lint-staged": "^17.0.2", "prettier": "^3.8.3" } }, @@ -518,9 +518,9 @@ } }, "node_modules/ansi-escapes": { - "version": "7.1.1", - "resolved": "https://registry.npmmirror.com/ansi-escapes/-/ansi-escapes-7.1.1.tgz", - "integrity": "sha512-Zhl0ErHcSRUaVfGUeUdDuLgpkEo8KIFjB4Y9uAc46ScOpdDiU1Dbyplh7qWJeJ/ZHpbyMSM26+X3BySgnIz40Q==", + "version": "7.3.0", + "resolved": "https://registry.npmmirror.com/ansi-escapes/-/ansi-escapes-7.3.0.tgz", + "integrity": "sha512-BvU8nYgGQBxcmMuEeUEmNTvrMVjJNSH7RgW24vXexN4Ven6qCvy4TntnvlnwnMLTVlcRQQdbRY8NKnaIoeWDNg==", "dev": true, "license": "MIT", "dependencies": { @@ -839,14 +839,14 @@ } }, "node_modules/cli-truncate": { - "version": "5.1.0", - "resolved": "https://registry.npmmirror.com/cli-truncate/-/cli-truncate-5.1.0.tgz", - "integrity": "sha512-7JDGG+4Zp0CsknDCedl0DYdaeOhc46QNpXi3NLQblkZpXXgA6LncLDUUyvrjSvZeF3VRQa+KiMGomazQrC1V8g==", + "version": "5.2.0", + "resolved": "https://registry.npmmirror.com/cli-truncate/-/cli-truncate-5.2.0.tgz", + "integrity": "sha512-xRwvIOMGrfOAnM1JYtqQImuaNtDEv9v6oIYAs4LIHwTiKee8uwvIi363igssOC0O5U04i4AlENs79LQLu9tEMw==", "dev": true, "license": "MIT", "dependencies": { - "slice-ansi": "^7.1.0", - "string-width": "^8.0.0" + "slice-ansi": "^8.0.0", + "string-width": "^8.2.0" }, "engines": { "node": ">=20" @@ -875,23 +875,6 @@ "dev": true, "license": "MIT" }, - "node_modules/colorette": { - "version": "2.0.20", - "resolved": "https://registry.npmmirror.com/colorette/-/colorette-2.0.20.tgz", - "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==", - "dev": true, - "license": "MIT" - }, - "node_modules/commander": { - "version": "14.0.3", - "resolved": "https://registry.npmmirror.com/commander/-/commander-14.0.3.tgz", - "integrity": "sha512-H+y0Jo/T1RZ9qPP4Eh1pkcQcLRglraJaSLoyOtHxu6AapkjWVCy2Sit1QQ4x3Dng8qDlSsZEet7g5Pq06MvTgw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=20" - } - }, "node_modules/comment-parser": { "version": "1.4.1", "resolved": "https://registry.npmmirror.com/comment-parser/-/comment-parser-1.4.1.tgz", @@ -1706,9 +1689,9 @@ } }, "node_modules/eventemitter3": { - "version": "5.0.1", - "resolved": "https://registry.npmmirror.com/eventemitter3/-/eventemitter3-5.0.1.tgz", - "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==", + "version": "5.0.4", + "resolved": "https://registry.npmmirror.com/eventemitter3/-/eventemitter3-5.0.4.tgz", + "integrity": "sha512-mlsTRyGaPBjPedk6Bvw+aqbsXDtoAyAzm5MO7JgU+yVRyMQ5O8bD4Kcci7BS85f93veegeCPkL8R4GLClnjLFw==", "dev": true, "license": "MIT" }, @@ -1860,9 +1843,9 @@ } }, "node_modules/get-east-asian-width": { - "version": "1.4.0", - "resolved": "https://registry.npmmirror.com/get-east-asian-width/-/get-east-asian-width-1.4.0.tgz", - "integrity": "sha512-QZjmEOC+IT1uk6Rx0sX22V6uHWVwbdbxf1faPqJ1QhLdGgsRGCZoyaQBm/piRdJy/D2um6hM1UP7ZEeQ4EkP+Q==", + "version": "1.5.0", + "resolved": "https://registry.npmmirror.com/get-east-asian-width/-/get-east-asian-width-1.5.0.tgz", + "integrity": "sha512-CQ+bEO+Tva/qlmw24dCejulK5pMzVnUOFOijVogd3KQs07HnRIgp8TGipvCCRT06xeYEbpbgwaCxglFyiuIcmA==", "dev": true, "license": "MIT", "engines": { @@ -2659,45 +2642,45 @@ } }, "node_modules/lint-staged": { - "version": "16.4.0", - "resolved": "https://registry.npmmirror.com/lint-staged/-/lint-staged-16.4.0.tgz", - "integrity": "sha512-lBWt8hujh/Cjysw5GYVmZpFHXDCgZzhrOm8vbcUdobADZNOK/bRshr2kM3DfgrrtR1DQhfupW9gnIXOfiFi+bw==", + "version": "17.0.2", + "resolved": "https://registry.npmmirror.com/lint-staged/-/lint-staged-17.0.2.tgz", + "integrity": "sha512-Rbr6rdmbCn1fIDHBZpn0madg0hEkdlh+QwajnL3Qq0ZUq/icAJfLGj9BVBajAXi7657ZzKQ7kobGP9S5XOHYRw==", "dev": true, "license": "MIT", "dependencies": { - "commander": "^14.0.3", - "listr2": "^9.0.5", - "picomatch": "^4.0.3", + "listr2": "^10.2.1", + "picomatch": "^4.0.4", "string-argv": "^0.3.2", - "tinyexec": "^1.0.4", - "yaml": "^2.8.2" + "tinyexec": "^1.1.2" }, "bin": { "lint-staged": "bin/lint-staged.js" }, "engines": { - "node": ">=20.17" + "node": ">=22.22.1" }, "funding": { "url": "https://opencollective.com/lint-staged" + }, + "optionalDependencies": { + "yaml": "^2.8.4" } }, "node_modules/listr2": { - "version": "9.0.5", - "resolved": "https://registry.npmmirror.com/listr2/-/listr2-9.0.5.tgz", - "integrity": "sha512-ME4Fb83LgEgwNw96RKNvKV4VTLuXfoKudAmm2lP8Kk87KaMK0/Xrx/aAkMWmT8mDb+3MlFDspfbCs7adjRxA2g==", + "version": "10.2.1", + "resolved": "https://registry.npmmirror.com/listr2/-/listr2-10.2.1.tgz", + "integrity": "sha512-7I5knELsJKTUjXG+A6BkKAiGkW1i25fNa/xlUl9hFtk15WbE9jndA89xu5FzQKrY5llajE1hfZZFMILXkDHk/Q==", "dev": true, "license": "MIT", "dependencies": { - "cli-truncate": "^5.0.0", - "colorette": "^2.0.20", - "eventemitter3": "^5.0.1", + "cli-truncate": "^5.2.0", + "eventemitter3": "^5.0.4", "log-update": "^6.1.0", "rfdc": "^1.4.1", - "wrap-ansi": "^9.0.0" + "wrap-ansi": "^10.0.0" }, "engines": { - "node": ">=20.0.0" + "node": ">=22.13.0" } }, "node_modules/locate-path": { @@ -2742,6 +2725,72 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/log-update/node_modules/ansi-styles": { + "version": "6.2.3", + "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-6.2.3.tgz", + "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/log-update/node_modules/slice-ansi": { + "version": "7.1.2", + "resolved": "https://registry.npmmirror.com/slice-ansi/-/slice-ansi-7.1.2.tgz", + "integrity": "sha512-iOBWFgUX7caIZiuutICxVgX1SdxwAVFFKwt1EvMYYec/NWO5meOJ6K5uQxhrYBdQJne4KxiqZc+KptFOWFSI9w==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^6.2.1", + "is-fullwidth-code-point": "^5.0.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/chalk/slice-ansi?sponsor=1" + } + }, + "node_modules/log-update/node_modules/string-width": { + "version": "7.2.0", + "resolved": "https://registry.npmmirror.com/string-width/-/string-width-7.2.0.tgz", + "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "emoji-regex": "^10.3.0", + "get-east-asian-width": "^1.0.0", + "strip-ansi": "^7.1.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/log-update/node_modules/wrap-ansi": { + "version": "9.0.2", + "resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-9.0.2.tgz", + "integrity": "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^6.2.1", + "string-width": "^7.0.0", + "strip-ansi": "^7.1.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, "node_modules/longest-streak": { "version": "3.1.0", "resolved": "https://registry.npmmirror.com/longest-streak/-/longest-streak-3.1.0.tgz", @@ -3932,9 +3981,9 @@ "license": "MIT" }, "node_modules/picomatch": { - "version": "4.0.3", - "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.3.tgz", - "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", + "version": "4.0.4", + "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.4.tgz", + "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==", "dev": true, "license": "MIT", "engines": { @@ -4357,17 +4406,17 @@ } }, "node_modules/slice-ansi": { - "version": "7.1.2", - "resolved": "https://registry.npmmirror.com/slice-ansi/-/slice-ansi-7.1.2.tgz", - "integrity": "sha512-iOBWFgUX7caIZiuutICxVgX1SdxwAVFFKwt1EvMYYec/NWO5meOJ6K5uQxhrYBdQJne4KxiqZc+KptFOWFSI9w==", + "version": "8.0.0", + "resolved": "https://registry.npmmirror.com/slice-ansi/-/slice-ansi-8.0.0.tgz", + "integrity": "sha512-stxByr12oeeOyY2BlviTNQlYV5xOj47GirPr4yA1hE9JCtxfQN0+tVbkxwCtYDQWhEKWFHsEK48ORg5jrouCAg==", "dev": true, "license": "MIT", "dependencies": { - "ansi-styles": "^6.2.1", - "is-fullwidth-code-point": "^5.0.0" + "ansi-styles": "^6.2.3", + "is-fullwidth-code-point": "^5.1.0" }, "engines": { - "node": ">=18" + "node": ">=20" }, "funding": { "url": "https://github.com/chalk/slice-ansi?sponsor=1" @@ -4411,14 +4460,14 @@ } }, "node_modules/string-width": { - "version": "8.1.0", - "resolved": "https://registry.npmmirror.com/string-width/-/string-width-8.1.0.tgz", - "integrity": "sha512-Kxl3KJGb/gxkaUMOjRsQ8IrXiGW75O4E3RPjFIINOVH8AMl2SQ/yWdTzWwF3FevIX9LcMAjJW+GRwAlAbTSXdg==", + "version": "8.2.1", + "resolved": "https://registry.npmmirror.com/string-width/-/string-width-8.2.1.tgz", + "integrity": "sha512-IIaP0g3iy9Cyy18w3M9YcaDudujEAVHKt3a3QJg1+sr/oX96TbaGUubG0hJyCjCBThFH+tFpcIyoUHUn1ogaLA==", "dev": true, "license": "MIT", "dependencies": { - "get-east-asian-width": "^1.3.0", - "strip-ansi": "^7.1.0" + "get-east-asian-width": "^1.5.0", + "strip-ansi": "^7.1.2" }, "engines": { "node": ">=20" @@ -4487,13 +4536,13 @@ } }, "node_modules/strip-ansi": { - "version": "7.1.2", - "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-7.1.2.tgz", - "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==", + "version": "7.2.0", + "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-7.2.0.tgz", + "integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==", "dev": true, "license": "MIT", "dependencies": { - "ansi-regex": "^6.0.1" + "ansi-regex": "^6.2.2" }, "engines": { "node": ">=12" @@ -4552,9 +4601,9 @@ } }, "node_modules/tinyexec": { - "version": "1.0.4", - "resolved": "https://registry.npmmirror.com/tinyexec/-/tinyexec-1.0.4.tgz", - "integrity": "sha512-u9r3uZC0bdpGOXtlxUIdwf9pkmvhqJdrVCH9fapQtgy/OeTTMZ1nqH7agtvEfmGui6e1XxjcdrlxvxJvc3sMqw==", + "version": "1.1.2", + "resolved": "https://registry.npmmirror.com/tinyexec/-/tinyexec-1.1.2.tgz", + "integrity": "sha512-dAqSqE/RabpBKI8+h26GfLq6Vb3JVXs30XYQjdMjaj/c2tS8IYYMbIzP599KtRj7c57/wYApb3QjgRgXmrCukA==", "dev": true, "license": "MIT", "engines": { @@ -4873,18 +4922,18 @@ } }, "node_modules/wrap-ansi": { - "version": "9.0.2", - "resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-9.0.2.tgz", - "integrity": "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==", + "version": "10.0.0", + "resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-10.0.0.tgz", + "integrity": "sha512-SGcvg80f0wUy2/fXES19feHMz8E0JoXv2uNgHOu4Dgi2OrCy1lqwFYEJz1BLbDI0exjPMe/ZdzZ/YpGECBG/aQ==", "dev": true, "license": "MIT", "dependencies": { - "ansi-styles": "^6.2.1", - "string-width": "^7.0.0", - "strip-ansi": "^7.1.0" + "ansi-styles": "^6.2.3", + "string-width": "^8.2.0", + "strip-ansi": "^7.1.2" }, "engines": { - "node": ">=18" + "node": ">=20" }, "funding": { "url": "https://github.com/chalk/wrap-ansi?sponsor=1" @@ -4903,28 +4952,10 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/wrap-ansi/node_modules/string-width": { - "version": "7.2.0", - "resolved": "https://registry.npmmirror.com/string-width/-/string-width-7.2.0.tgz", - "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "emoji-regex": "^10.3.0", - "get-east-asian-width": "^1.0.0", - "strip-ansi": "^7.1.0" - }, - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/yaml": { - "version": "2.8.2", - "resolved": "https://registry.npmmirror.com/yaml/-/yaml-2.8.2.tgz", - "integrity": "sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A==", + "version": "2.8.4", + "resolved": "https://registry.npmmirror.com/yaml/-/yaml-2.8.4.tgz", + "integrity": "sha512-ml/JPOj9fOQK8RNnWojA67GbZ0ApXAUlN2UQclwv2eVgTgn7O9gg9o7paZWKMp4g0H3nTLtS9LVzhkpOFIKzog==", "dev": true, "license": "ISC", "bin": { diff --git a/package.json b/package.json index 24ac9a897..b7790be93 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "eslint-plugin-userscripts": "^0.5.6", "eslint-plugin-yml": "^3.3.2", "husky": "^9.1.7", - "lint-staged": "^16.4.0", + "lint-staged": "^17.0.2", "prettier": "^3.8.3" }, "scripts": { From f13f56c61f4d9fdb7d5a9ceb7d319ec44fa467e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 02:44:51 +0800 Subject: [PATCH 081/104] chore(deps-dev): bump lint-staged from 17.0.2 to 17.0.3 (#287) --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b21c34d93..d1bb23c39 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "eslint-plugin-userscripts": "^0.5.6", "eslint-plugin-yml": "^3.3.2", "husky": "^9.1.7", - "lint-staged": "^17.0.2", + "lint-staged": "^17.0.3", "prettier": "^3.8.3" } }, @@ -2642,9 +2642,9 @@ } }, "node_modules/lint-staged": { - "version": "17.0.2", - "resolved": "https://registry.npmmirror.com/lint-staged/-/lint-staged-17.0.2.tgz", - "integrity": "sha512-Rbr6rdmbCn1fIDHBZpn0madg0hEkdlh+QwajnL3Qq0ZUq/icAJfLGj9BVBajAXi7657ZzKQ7kobGP9S5XOHYRw==", + "version": "17.0.3", + "resolved": "https://registry.npmmirror.com/lint-staged/-/lint-staged-17.0.3.tgz", + "integrity": "sha512-wnvMRhzC3GNpjixxleiG+pAW09dHTUgBCjMS7XouAg5E7wKUc8YdfogpF7zIgvXKDbH+452O6+XpnKm6V67rPw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index b7790be93..042bae9f1 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "eslint-plugin-userscripts": "^0.5.6", "eslint-plugin-yml": "^3.3.2", "husky": "^9.1.7", - "lint-staged": "^17.0.2", + "lint-staged": "^17.0.3", "prettier": "^3.8.3" }, "scripts": { From 6a3c5408a8ea65f1689e1f23973a307eed1dd8cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 09:41:45 +0800 Subject: [PATCH 082/104] chore(deps): bump actions/dependency-review-action from 4 to 5 (#288) --- .github/workflows/pr-dependency-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-dependency-review.yml b/.github/workflows/pr-dependency-review.yml index ae5ae5989..02467c39a 100644 --- a/.github/workflows/pr-dependency-review.yml +++ b/.github/workflows/pr-dependency-review.yml @@ -11,4 +11,4 @@ jobs: - name: 'Checkout Repository' uses: actions/checkout@v6 - name: 'Dependency Review' - uses: actions/dependency-review-action@v4 + uses: actions/dependency-review-action@v5 From 8a9a3a7db4114d88820adb70ed522321bf8cd6c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 09:42:12 +0800 Subject: [PATCH 083/104] chore(deps-dev): bump lint-staged from 17.0.3 to 17.0.4 (#289) --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d1bb23c39..e5b7ead65 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "eslint-plugin-userscripts": "^0.5.6", "eslint-plugin-yml": "^3.3.2", "husky": "^9.1.7", - "lint-staged": "^17.0.3", + "lint-staged": "^17.0.4", "prettier": "^3.8.3" } }, @@ -2642,9 +2642,9 @@ } }, "node_modules/lint-staged": { - "version": "17.0.3", - "resolved": "https://registry.npmmirror.com/lint-staged/-/lint-staged-17.0.3.tgz", - "integrity": "sha512-wnvMRhzC3GNpjixxleiG+pAW09dHTUgBCjMS7XouAg5E7wKUc8YdfogpF7zIgvXKDbH+452O6+XpnKm6V67rPw==", + "version": "17.0.4", + "resolved": "https://registry.npmmirror.com/lint-staged/-/lint-staged-17.0.4.tgz", + "integrity": "sha512-+rU9lSUyVOZ/hDUmRLVGzyS2v73cDdQjX+XQz1AaOdIE4RysLq0HoPW2HrrgeNCLklkhi904VBU1bmgWLHVnkA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 042bae9f1..38ec5ced7 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "eslint-plugin-userscripts": "^0.5.6", "eslint-plugin-yml": "^3.3.2", "husky": "^9.1.7", - "lint-staged": "^17.0.3", + "lint-staged": "^17.0.4", "prettier": "^3.8.3" }, "scripts": { From 33000feb9205251092a19b2ea682abeb11a1f599 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 09:42:14 +0800 Subject: [PATCH 084/104] chore(deps-dev): bump czg from 1.13.0 to 1.13.1 (#290) --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e5b7ead65..23a8eb5bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@eslint/markdown": "^8.0.1", "@stylistic/eslint-plugin": "^5.10.0", "cz-git": "^1.13.0", - "czg": "^1.13.0", + "czg": "^1.13.1", "eslint": "^9.39.2", "eslint-plugin-import": "^2.32.0", "eslint-plugin-regexp": "^3.1.0", @@ -917,9 +917,9 @@ } }, "node_modules/czg": { - "version": "1.13.0", - "resolved": "https://registry.npmmirror.com/czg/-/czg-1.13.0.tgz", - "integrity": "sha512-Y2f2gBpnCa3wJbBGic0mfNJt9zGbWKtrBlJFMclDNUyipvCgn0As2WPHaAtBkBSMlZgzORHRfwAP96C5lrCIYA==", + "version": "1.13.1", + "resolved": "https://registry.npmmirror.com/czg/-/czg-1.13.1.tgz", + "integrity": "sha512-mCfY4bCAMAdaFSlrQwtUTChzFAv59kD/y2leX5+C7X9inu0mt/VkHT7gkbzwcToh26oJaOaYPA9lcXUX92/6cw==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 38ec5ced7..4fde2d706 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@eslint/markdown": "^8.0.1", "@stylistic/eslint-plugin": "^5.10.0", "cz-git": "^1.13.0", - "czg": "^1.13.0", + "czg": "^1.13.1", "eslint": "^9.39.2", "eslint-plugin-import": "^2.32.0", "eslint-plugin-regexp": "^3.1.0", From 11eb0c92e7359bd176ba2fb43c8cc07a842f22ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 09:43:26 +0800 Subject: [PATCH 085/104] chore(deps-dev): bump cz-git from 1.13.0 to 1.13.1 (#291) --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 23a8eb5bc..1145d24e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@eslint/json": "^1.2.0", "@eslint/markdown": "^8.0.1", "@stylistic/eslint-plugin": "^5.10.0", - "cz-git": "^1.13.0", + "cz-git": "^1.13.1", "czg": "^1.13.1", "eslint": "^9.39.2", "eslint-plugin-import": "^2.32.0", @@ -907,9 +907,9 @@ } }, "node_modules/cz-git": { - "version": "1.13.0", - "resolved": "https://registry.npmmirror.com/cz-git/-/cz-git-1.13.0.tgz", - "integrity": "sha512-oTxNSypCvhfHJF7KmnO8lSDup4lYa/s6bbF1700vyONepDIMTcMMXQweSxE/7ANIm7hcv1ckz4HLitZNM02fCw==", + "version": "1.13.1", + "resolved": "https://registry.npmmirror.com/cz-git/-/cz-git-1.13.1.tgz", + "integrity": "sha512-xeMA5ci+gkBY6uKmqc6nzhG/Q4pmK1DKbVVUgByOTBgregoiYE0f3otEF0ADelyEWH4vNsO1W2o7QZYEe7Nwlw==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 4fde2d706..8e8aed465 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@eslint/json": "^1.2.0", "@eslint/markdown": "^8.0.1", "@stylistic/eslint-plugin": "^5.10.0", - "cz-git": "^1.13.0", + "cz-git": "^1.13.1", "czg": "^1.13.1", "eslint": "^9.39.2", "eslint-plugin-import": "^2.32.0", From 5a5afa8cd3a5fddbe79adc131644b60627b9080c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 11:59:07 +0800 Subject: [PATCH 086/104] chore(deps-dev): bump lint-staged from 17.0.4 to 17.0.5 (#293) --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1145d24e8..926ccf9de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "eslint-plugin-userscripts": "^0.5.6", "eslint-plugin-yml": "^3.3.2", "husky": "^9.1.7", - "lint-staged": "^17.0.4", + "lint-staged": "^17.0.5", "prettier": "^3.8.3" } }, @@ -2642,9 +2642,9 @@ } }, "node_modules/lint-staged": { - "version": "17.0.4", - "resolved": "https://registry.npmmirror.com/lint-staged/-/lint-staged-17.0.4.tgz", - "integrity": "sha512-+rU9lSUyVOZ/hDUmRLVGzyS2v73cDdQjX+XQz1AaOdIE4RysLq0HoPW2HrrgeNCLklkhi904VBU1bmgWLHVnkA==", + "version": "17.0.5", + "resolved": "https://registry.npmmirror.com/lint-staged/-/lint-staged-17.0.5.tgz", + "integrity": "sha512-d12yC+/e8RhBjZtaxZn71FyrgU/P5e+uAPifhCLwdosQZP/zamSdKRWDC30ocVIbzDKiFG1McHc/LUgB92GIPw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 8e8aed465..70b1f00bc 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "eslint-plugin-userscripts": "^0.5.6", "eslint-plugin-yml": "^3.3.2", "husky": "^9.1.7", - "lint-staged": "^17.0.4", + "lint-staged": "^17.0.5", "prettier": "^3.8.3" }, "scripts": { From 87049fd61a709bff08338c05dfe6a665475a7384 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 10:35:33 +0800 Subject: [PATCH 087/104] chore(deps): bump agrc/create-reminder-action from 1.1.24 to 1.1.25 (#295) --- .github/workflows/issue-reminders.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue-reminders.yml b/.github/workflows/issue-reminders.yml index 60c62c3ed..b92c3c19b 100644 --- a/.github/workflows/issue-reminders.yml +++ b/.github/workflows/issue-reminders.yml @@ -16,4 +16,4 @@ jobs: steps: - name: check for reminder - uses: agrc/create-reminder-action@64196866d8d89ce172328d200d15afb8533b7992 # v1.1.24 + uses: agrc/create-reminder-action@8798362d131d74a70435283581f566c4986328dd # v1.1.25 From a4c923439c2752b6e57eb33ac248cb9e9691bec0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 06:31:40 +0800 Subject: [PATCH 088/104] chore(deps-dev): bump @eslint/markdown from 8.0.1 to 8.0.2 (#296) --- package-lock.json | 26 +++++++++++++------------- package.json | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 926ccf9de..8312ab6fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "license": "MIT", "devDependencies": { "@eslint/json": "^1.2.0", - "@eslint/markdown": "^8.0.1", + "@eslint/markdown": "^8.0.2", "@stylistic/eslint-plugin": "^5.10.0", "cz-git": "^1.13.1", "czg": "^1.13.1", @@ -191,17 +191,17 @@ } }, "node_modules/@eslint/markdown": { - "version": "8.0.1", - "resolved": "https://registry.npmmirror.com/@eslint/markdown/-/markdown-8.0.1.tgz", - "integrity": "sha512-WWKmld/EyNdEB8GMq7JMPX1SDWgyJAM1uhtCi5ySrqYQM4HQjmg11EX/q3ZpnpRXHfdccFtli3NBvvGaYjWyQw==", + "version": "8.0.2", + "resolved": "https://registry.npmmirror.com/@eslint/markdown/-/markdown-8.0.2.tgz", + "integrity": "sha512-W+/0qHp0WbvFEljUvvECNpSWrUHpBWIWwp7F3QqEwQKmaRCmfEWvk6VfUia9pTQ0th6HyBGBsPfg/kG3/aQxLA==", "dev": true, "license": "MIT", "workspaces": [ "examples/*" ], "dependencies": { - "@eslint/core": "^1.1.1", - "@eslint/plugin-kit": "^0.6.1", + "@eslint/core": "^1.2.1", + "@eslint/plugin-kit": "^0.7.1", "github-slugger": "^2.0.0", "mdast-util-from-markdown": "^2.0.2", "mdast-util-frontmatter": "^2.0.1", @@ -217,9 +217,9 @@ } }, "node_modules/@eslint/markdown/node_modules/@eslint/core": { - "version": "1.1.1", - "resolved": "https://registry.npmmirror.com/@eslint/core/-/core-1.1.1.tgz", - "integrity": "sha512-QUPblTtE51/7/Zhfv8BDwO0qkkzQL7P/aWWbqcf4xWLEYn1oKjdO0gglQBB4GAsu7u6wjijbCmzsUTy6mnk6oQ==", + "version": "1.2.1", + "resolved": "https://registry.npmmirror.com/@eslint/core/-/core-1.2.1.tgz", + "integrity": "sha512-MwcE1P+AZ4C6DWlpin/OmOA54mmIZ/+xZuJiQd4SyB29oAJjN30UW9wkKNptW2ctp4cEsvhlLY/CsQ1uoHDloQ==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -230,13 +230,13 @@ } }, "node_modules/@eslint/markdown/node_modules/@eslint/plugin-kit": { - "version": "0.6.1", - "resolved": "https://registry.npmmirror.com/@eslint/plugin-kit/-/plugin-kit-0.6.1.tgz", - "integrity": "sha512-iH1B076HoAshH1mLpHMgwdGeTs0CYwL0SPMkGuSebZrwBp16v415e9NZXg2jtrqPVQjf6IANe2Vtlr5KswtcZQ==", + "version": "0.7.1", + "resolved": "https://registry.npmmirror.com/@eslint/plugin-kit/-/plugin-kit-0.7.1.tgz", + "integrity": "sha512-rZAP3aVgB9ds9KOeUSL+zZ21hPmo8dh6fnIFwRQj5EAZl9gzR7wxYbYXYysAM8CTqGmUGyp2S4kUdV17MnGuWQ==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@eslint/core": "^1.1.1", + "@eslint/core": "^1.2.1", "levn": "^0.4.1" }, "engines": { diff --git a/package.json b/package.json index 70b1f00bc..cf33a5073 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ ], "devDependencies": { "@eslint/json": "^1.2.0", - "@eslint/markdown": "^8.0.1", + "@eslint/markdown": "^8.0.2", "@stylistic/eslint-plugin": "^5.10.0", "cz-git": "^1.13.1", "czg": "^1.13.1", From edd2f4fa5c216db1738f93c60ad5d3645a142136 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 05:43:27 +0800 Subject: [PATCH 089/104] chore(deps-dev): bump @eslint/json from 1.2.0 to 2.0.0 (#298) --- package-lock.json | 26 +++++++++++++------------- package.json | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8312ab6fb..f5b0fe437 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ ], "license": "MIT", "devDependencies": { - "@eslint/json": "^1.2.0", + "@eslint/json": "^2.0.0", "@eslint/markdown": "^8.0.2", "@stylistic/eslint-plugin": "^5.10.0", "cz-git": "^1.13.1", @@ -148,14 +148,14 @@ } }, "node_modules/@eslint/json": { - "version": "1.2.0", - "resolved": "https://registry.npmmirror.com/@eslint/json/-/json-1.2.0.tgz", - "integrity": "sha512-CEFEyNgvzu8zn5QwVYDg3FaG+ZKUeUsNYitFpMYJAqoAlnw68EQgNbUfheSmexZr4n0wZPrAkPLuvsLaXO6wRw==", + "version": "2.0.0", + "resolved": "https://registry.npmmirror.com/@eslint/json/-/json-2.0.0.tgz", + "integrity": "sha512-P32ZJMIopNWQd1SFhd0tgjfA/hgzUuVSqHmMi2273QaLWHWimXq6V+qL4DNKnjGzO/aNECtYW+rEJ/pWB6uP+w==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@eslint/core": "^1.1.1", - "@eslint/plugin-kit": "^0.6.1", + "@eslint/core": "^1.2.1", + "@eslint/plugin-kit": "^0.7.1", "@humanwhocodes/momoa": "^3.3.10", "natural-compare": "^1.4.0" }, @@ -164,9 +164,9 @@ } }, "node_modules/@eslint/json/node_modules/@eslint/core": { - "version": "1.1.1", - "resolved": "https://registry.npmmirror.com/@eslint/core/-/core-1.1.1.tgz", - "integrity": "sha512-QUPblTtE51/7/Zhfv8BDwO0qkkzQL7P/aWWbqcf4xWLEYn1oKjdO0gglQBB4GAsu7u6wjijbCmzsUTy6mnk6oQ==", + "version": "1.2.1", + "resolved": "https://registry.npmmirror.com/@eslint/core/-/core-1.2.1.tgz", + "integrity": "sha512-MwcE1P+AZ4C6DWlpin/OmOA54mmIZ/+xZuJiQd4SyB29oAJjN30UW9wkKNptW2ctp4cEsvhlLY/CsQ1uoHDloQ==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -177,13 +177,13 @@ } }, "node_modules/@eslint/json/node_modules/@eslint/plugin-kit": { - "version": "0.6.1", - "resolved": "https://registry.npmmirror.com/@eslint/plugin-kit/-/plugin-kit-0.6.1.tgz", - "integrity": "sha512-iH1B076HoAshH1mLpHMgwdGeTs0CYwL0SPMkGuSebZrwBp16v415e9NZXg2jtrqPVQjf6IANe2Vtlr5KswtcZQ==", + "version": "0.7.2", + "resolved": "https://registry.npmmirror.com/@eslint/plugin-kit/-/plugin-kit-0.7.2.tgz", + "integrity": "sha512-+CNAzxglkrpNf/kKywqQfk74QjtceuOE7Qm+AF8miRvPF/wmmK5+OJOgVh3AVTT3RP2mH3+FOaxlE5v72owk0A==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@eslint/core": "^1.1.1", + "@eslint/core": "^1.2.1", "levn": "^0.4.1" }, "engines": { diff --git a/package.json b/package.json index cf33a5073..6250cc970 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ } ], "devDependencies": { - "@eslint/json": "^1.2.0", + "@eslint/json": "^2.0.0", "@eslint/markdown": "^8.0.2", "@stylistic/eslint-plugin": "^5.10.0", "cz-git": "^1.13.1", From b810f4dc976cc3184193c884531a3d2a3e24bd8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 05:43:35 +0800 Subject: [PATCH 090/104] chore(deps-dev): bump eslint-plugin-yml from 3.3.2 to 3.4.0 (#299) --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f5b0fe437..620223039 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "eslint-plugin-import": "^2.32.0", "eslint-plugin-regexp": "^3.1.0", "eslint-plugin-userscripts": "^0.5.6", - "eslint-plugin-yml": "^3.3.2", + "eslint-plugin-yml": "^3.4.0", "husky": "^9.1.7", "lint-staged": "^17.0.5", "prettier": "^3.8.3" @@ -1507,9 +1507,9 @@ } }, "node_modules/eslint-plugin-yml": { - "version": "3.3.2", - "resolved": "https://registry.npmmirror.com/eslint-plugin-yml/-/eslint-plugin-yml-3.3.2.tgz", - "integrity": "sha512-XjmOB/fLBwYHqevnpclPL938V+9ExX7xw1hPaM3IPePGyMFRV1giS16RjSTNhIyCv/Oh0G0PEdmmZPATJ02YCw==", + "version": "3.4.0", + "resolved": "https://registry.npmmirror.com/eslint-plugin-yml/-/eslint-plugin-yml-3.4.0.tgz", + "integrity": "sha512-j6U3ESrAkidkvNb3HFN2UMxke46GNp6bsJokabXCICcgomSy3YU4oED9cjzkZ58nYxWD5qnWV1b/2YlqyWMOxA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 6250cc970..ca00434db 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "eslint-plugin-import": "^2.32.0", "eslint-plugin-regexp": "^3.1.0", "eslint-plugin-userscripts": "^0.5.6", - "eslint-plugin-yml": "^3.3.2", + "eslint-plugin-yml": "^3.4.0", "husky": "^9.1.7", "lint-staged": "^17.0.5", "prettier": "^3.8.3" From ea5ffa099d0c24a233d16a60e908d9e4273e0cc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 11:42:33 +0800 Subject: [PATCH 091/104] chore(deps-dev): bump lint-staged from 17.0.5 to 17.0.7 (#300) --- package-lock.json | 24 ++++++++++++------------ package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 620223039..76e0f5d8f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "eslint-plugin-userscripts": "^0.5.6", "eslint-plugin-yml": "^3.4.0", "husky": "^9.1.7", - "lint-staged": "^17.0.5", + "lint-staged": "^17.0.7", "prettier": "^3.8.3" } }, @@ -2642,16 +2642,16 @@ } }, "node_modules/lint-staged": { - "version": "17.0.5", - "resolved": "https://registry.npmmirror.com/lint-staged/-/lint-staged-17.0.5.tgz", - "integrity": "sha512-d12yC+/e8RhBjZtaxZn71FyrgU/P5e+uAPifhCLwdosQZP/zamSdKRWDC30ocVIbzDKiFG1McHc/LUgB92GIPw==", + "version": "17.0.7", + "resolved": "https://registry.npmmirror.com/lint-staged/-/lint-staged-17.0.7.tgz", + "integrity": "sha512-JrSobt+tW3rH8IOMi8tDZd3foorM5yPEkLD/V2NxobgHrFfHWGee4MOLVuZeScgxftEwbHrPHIFA/ZL+nUJeuA==", "dev": true, "license": "MIT", "dependencies": { "listr2": "^10.2.1", "picomatch": "^4.0.4", "string-argv": "^0.3.2", - "tinyexec": "^1.1.2" + "tinyexec": "^1.2.4" }, "bin": { "lint-staged": "bin/lint-staged.js" @@ -2663,7 +2663,7 @@ "url": "https://opencollective.com/lint-staged" }, "optionalDependencies": { - "yaml": "^2.8.4" + "yaml": "^2.9.0" } }, "node_modules/listr2": { @@ -4601,9 +4601,9 @@ } }, "node_modules/tinyexec": { - "version": "1.1.2", - "resolved": "https://registry.npmmirror.com/tinyexec/-/tinyexec-1.1.2.tgz", - "integrity": "sha512-dAqSqE/RabpBKI8+h26GfLq6Vb3JVXs30XYQjdMjaj/c2tS8IYYMbIzP599KtRj7c57/wYApb3QjgRgXmrCukA==", + "version": "1.2.4", + "resolved": "https://registry.npmmirror.com/tinyexec/-/tinyexec-1.2.4.tgz", + "integrity": "sha512-SHf/r48b7vOrjve9PxJo3MN5v5yuyjHvdUcrQffT3WXMUfnGmHDVbC4k3sHJaJTgZCwpUplIaAo5ANtMyp3YHg==", "dev": true, "license": "MIT", "engines": { @@ -4953,9 +4953,9 @@ } }, "node_modules/yaml": { - "version": "2.8.4", - "resolved": "https://registry.npmmirror.com/yaml/-/yaml-2.8.4.tgz", - "integrity": "sha512-ml/JPOj9fOQK8RNnWojA67GbZ0ApXAUlN2UQclwv2eVgTgn7O9gg9o7paZWKMp4g0H3nTLtS9LVzhkpOFIKzog==", + "version": "2.9.0", + "resolved": "https://registry.npmmirror.com/yaml/-/yaml-2.9.0.tgz", + "integrity": "sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==", "dev": true, "license": "ISC", "bin": { diff --git a/package.json b/package.json index ca00434db..0fc1223d1 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "eslint-plugin-userscripts": "^0.5.6", "eslint-plugin-yml": "^3.4.0", "husky": "^9.1.7", - "lint-staged": "^17.0.5", + "lint-staged": "^17.0.7", "prettier": "^3.8.3" }, "scripts": { From 457a4afb1e28fd2c0728c1b2fd9b077e4d1960a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=BA=E6=B0=91=E7=9A=84=E5=8B=A4=E5=8A=A1=E5=91=98?= Date: Sat, 6 Jun 2026 03:53:00 +0800 Subject: [PATCH 092/104] =?UTF-8?q?ci(link):=20=E4=BB=8E=20https://github.?= =?UTF-8?q?com/adamlui/ai-web-extensions/blob/main/.github/workflows/valid?= =?UTF-8?q?ate-links-on-push-pr.yml=20=E5=A4=8D=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../workflows/validate-links-on-push-pr.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/validate-links-on-push-pr.yml diff --git a/.github/workflows/validate-links-on-push-pr.yml b/.github/workflows/validate-links-on-push-pr.yml new file mode 100644 index 000000000..8f7c9bfe2 --- /dev/null +++ b/.github/workflows/validate-links-on-push-pr.yml @@ -0,0 +1,19 @@ +name: Validate links on push + PR + +on: + push: + pull_request: + workflow_dispatch: + +permissions: + contents: read + +jobs: + linkinator: + runs-on: ubuntu-24.04 + steps: + - uses: actions/checkout@v6.0.3 + - uses: JustinBeckwith/linkinator-action@v2.4.2 + with: + paths: '**/*.md' + statusCodes: '{ "408": "skip", "429": "skip", "503": "skip" }' From 9692c81a022dc75eb40b1e121e638be12a042d31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=BA=E6=B0=91=E7=9A=84=E5=8B=A4=E5=8A=A1=E5=91=98?= Date: Sat, 6 Jun 2026 16:29:34 +0800 Subject: [PATCH 093/104] =?UTF-8?q?docs(=E5=88=86=E9=9A=94=E6=9D=A1):=20?= =?UTF-8?q?=E6=9B=B4=E6=94=B9=E5=A4=B1=E6=95=88=E7=9A=84=E5=88=86=E9=9A=94?= =?UTF-8?q?=E6=9D=A1=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../workflows/validate-links-on-push-pr.yml | 6 +- bilibili-liveroom-filter/README.md | 10 ++-- bilibili-video-downloader/README.md | 10 ++-- chatgpt-code-hightlight/README.md | 28 +++++----- chatgpt-code-hightlight/README_en.md | 28 +++++----- chatgpt-code-hightlight/README_ko.md | 28 +++++----- chatgpt-code-hightlight/README_vi.md | 28 +++++----- chatgpt-code-hightlight/README_zh-TW.md | 28 +++++----- chatgpt-code-styling/README.md | 28 +++++----- chatgpt-code-styling/README_en.md | 28 +++++----- chatgpt-code-styling/README_ko.md | 28 +++++----- chatgpt-code-styling/README_vi.md | 28 +++++----- chatgpt-code-styling/README_zh-TW.md | 28 +++++----- chatgpt-code-tools/README.md | 10 ++-- chatgpt-code-tools/README_en.md | 10 ++-- chatgpt-code-tools/README_ko.md | 10 ++-- chatgpt-code-tools/README_vi.md | 10 ++-- chatgpt-code-tools/README_zh-TW.md | 10 ++-- chatgpt-copy-code-button/README.md | 28 +++++----- chatgpt-copy-code-button/README_en.md | 28 +++++----- chatgpt-copy-code-button/README_ko.md | 28 +++++----- chatgpt-copy-code-button/README_vi.md | 28 +++++----- chatgpt-copy-code-button/README_zh-TW.md | 28 +++++----- chatgpt-counter/README.md | 34 +++++------ chatgpt-counter/README_en.md | 28 +++++----- chatgpt-counter/README_ko.md | 34 +++++------ chatgpt-counter/README_vi.md | 34 +++++------ chatgpt-counter/README_zh-TW.md | 34 +++++------ chatgpt-easy-management/README.md | 10 ++-- chatgpt-easy-management/README_en.md | 10 ++-- chatgpt-easy-management/README_ko.md | 10 ++-- chatgpt-easy-management/README_vi.md | 10 ++-- chatgpt-easy-management/README_zh-TW.md | 10 ++-- chatgpt-insert-text/README.md | 10 ++-- chatgpt-insert-text/README_en.md | 10 ++-- chatgpt-insert-text/README_ko.md | 10 ++-- chatgpt-insert-text/README_vi.md | 10 ++-- chatgpt-insert-text/README_zh-TW.md | 10 ++-- chatgpt-plus/README.md | 40 ++++++------- chatgpt-plus/README_en.md | 40 ++++++------- chatgpt-plus/README_ko.md | 40 ++++++------- chatgpt-plus/README_vi.md | 44 +++++++-------- chatgpt-plus/README_zh-TW.md | 40 ++++++------- chatgpt-save-conversation/README.md | 10 ++-- chatgpt-save-conversation/README_en.md | 10 ++-- chatgpt-save-conversation/README_ko.md | 10 ++-- chatgpt-save-conversation/README_vi.md | 10 ++-- chatgpt-save-conversation/README_zh-TW.md | 10 ++-- clean-blog-articles/README.md | 10 ++-- clean-blog-articles/README_en.md | 10 ++-- clean-blog-articles/README_ko.md | 10 ++-- clean-blog-articles/README_vi.md | 10 ++-- clean-blog-articles/README_zh-TW.md | 10 ++-- clipboard-manager/README.md | 28 +++++----- clipboard-manager/README_en.md | 28 +++++----- clipboard-manager/README_ko.md | 28 +++++----- clipboard-manager/README_vi.md | 28 +++++----- clipboard-manager/README_zh-TW.md | 28 +++++----- cnm.r18/README.md | 10 ++-- cnm.r18/README_en.md | 10 ++-- cnm.r18/README_ko.md | 10 ++-- cnm.r18/README_vi.md | 10 ++-- cnm.r18/README_zh-TW.md | 10 ++-- colorful-table/README.md | 32 +++++------ colorful-table/README_en.md | 32 +++++------ colorful-table/README_ko.md | 32 +++++------ colorful-table/README_vi.md | 32 +++++------ colorful-table/README_zh-TW.md | 32 +++++------ csdn-blocker/README.md | 28 +++++----- csdn-blocker/README_en.md | 28 +++++----- csdn-blocker/README_ko.md | 28 +++++----- csdn-blocker/README_vi.md | 28 +++++----- csdn-blocker/README_zh-TW.md | 28 +++++----- docs/README.md | 32 +++++------ docs/de/README.md | 32 +++++------ docs/en/README.md | 32 +++++------ docs/es/README.md | 32 +++++------ docs/fr/README.md | 32 +++++------ docs/it/README.md | 32 +++++------ docs/ja/README.md | 32 +++++------ docs/ko/README.md | 32 +++++------ docs/pt/README.md | 32 +++++------ docs/ru/README.md | 32 +++++------ docs/vi/README.md | 32 +++++------ docs/zh-TW/README.md | 32 +++++------ github-clone-button/README.md | 10 ++-- github-clone-button/README_en.md | 10 ++-- github-clone-button/README_ko.md | 10 ++-- github-clone-button/README_vi.md | 10 ++-- github-clone-button/README_zh-TW.md | 10 ++-- github-co-authors/README.md | 10 ++-- github-co-authors/README_en.md | 10 ++-- github-co-authors/README_ko.md | 10 ++-- github-co-authors/README_vi.md | 10 ++-- github-co-authors/README_zh-TW.md | 10 ++-- github-comment-translate/README.md | 28 +++++----- github-comment-translate/README_en.md | 28 +++++----- github-comment-translate/README_ko.md | 28 +++++----- github-comment-translate/README_vi.md | 28 +++++----- github-comment-translate/README_zh-TW.md | 28 +++++----- github-commit-viewer/README.md | 40 ++++++------- github-commit-viewer/README_en.md | 40 ++++++------- github-commit-viewer/README_ko.md | 40 ++++++------- github-commit-viewer/README_vi.md | 40 ++++++------- github-commit-viewer/README_zh-TW.md | 40 ++++++------- github-device-authorization/README.md | 44 +++++++-------- github-device-authorization/README_en.md | 40 ++++++------- github-device-authorization/README_ko.md | 44 +++++++-------- github-device-authorization/README_vi.md | 44 +++++++-------- github-device-authorization/README_zh-TW.md | 44 +++++++-------- github-email-finder/README.md | 10 ++-- github-email-finder/README_en.md | 10 ++-- github-email-finder/README_ko.md | 10 ++-- github-email-finder/README_vi.md | 10 ++-- github-email-finder/README_zh-TW.md | 10 ++-- github-file-list-beautifier-plus/README.md | 48 ++++++++-------- github-file-list-beautifier-plus/README_en.md | 48 ++++++++-------- github-file-list-beautifier-plus/README_ko.md | 48 ++++++++-------- github-file-list-beautifier-plus/README_vi.md | 48 ++++++++-------- .../README_zh-TW.md | 48 ++++++++-------- github-file-size-viewer/README.md | 10 ++-- github-file-size-viewer/README_en.md | 10 ++-- github-file-size-viewer/README_ko.md | 10 ++-- github-file-size-viewer/README_vi.md | 10 ++-- github-file-size-viewer/README_zh-TW.md | 10 ++-- github-folder-downloader/README.md | 38 ++++++------- github-folder-downloader/README_en.md | 38 ++++++------- github-folder-downloader/README_ko.md | 38 ++++++------- github-folder-downloader/README_vi.md | 38 ++++++------- github-folder-downloader/README_zh-TW.md | 38 ++++++------- github-gist-copier/README.md | 28 +++++----- github-gist-copier/README_en.md | 28 +++++----- github-gist-copier/README_ko.md | 28 +++++----- github-gist-copier/README_vi.md | 28 +++++----- github-gist-copier/README_zh-TW.md | 28 +++++----- github-jsdelivr-link/README.md | 28 +++++----- github-jsdelivr-link/README_en.md | 28 +++++----- github-jsdelivr-link/README_ko.md | 28 +++++----- github-jsdelivr-link/README_vi.md | 28 +++++----- github-jsdelivr-link/README_zh-TW.md | 28 +++++----- github-linguist-expand/README.md | 28 +++++----- github-linguist-expand/README_en.md | 28 +++++----- github-linguist-expand/README_ko.md | 28 +++++----- github-linguist-expand/README_vi.md | 28 +++++----- github-linguist-expand/README_zh-TW.md | 28 +++++----- github-no-copilot/README.md | 28 +++++----- github-no-copilot/README_en.md | 28 +++++----- github-no-copilot/README_ko.md | 28 +++++----- github-no-copilot/README_vi.md | 28 +++++----- github-no-copilot/README_zh-TW.md | 28 +++++----- github-notification-inbox-toggle/README.md | 10 ++-- github-notification-inbox-toggle/README_en.md | 10 ++-- github-notification-inbox-toggle/README_ko.md | 10 ++-- github-notification-inbox-toggle/README_vi.md | 10 ++-- .../README_zh-TW.md | 10 ++-- github-raw-file-plus/README.md | 42 +++++++------- github-raw-file-plus/README_en.md | 44 +++++++-------- github-raw-file-plus/README_ko.md | 42 +++++++------- github-raw-file-plus/README_vi.md | 42 +++++++------- github-raw-file-plus/README_zh-TW.md | 42 +++++++------- github-repo-size-view/README.md | 48 ++++++++-------- github-repo-size-view/README_en.md | 48 ++++++++-------- github-repo-size-view/README_ko.md | 48 ++++++++-------- github-repo-size-view/README_vi.md | 48 ++++++++-------- github-repo-size-view/README_zh-TW.md | 48 ++++++++-------- github-repository-navigator/README.md | 26 ++++----- github-repository-navigator/README_en.md | 26 ++++----- github-repository-navigator/README_ko.md | 26 ++++----- github-repository-navigator/README_vi.md | 26 ++++----- github-repository-navigator/README_zh-TW.md | 26 ++++----- github-sort-by-date/README.md | 36 ++++++------ github-sort-by-date/README_en.md | 36 ++++++------ github-sort-by-date/README_ko.md | 40 ++++++------- github-sort-by-date/README_vi.md | 40 ++++++------- github-sort-by-date/README_zh-TW.md | 36 ++++++------ github-starred-repo-note/README.md | 28 +++++----- github-starred-repo-note/README_en.md | 28 +++++----- github-starred-repo-note/README_ko.md | 28 +++++----- github-starred-repo-note/README_vi.md | 28 +++++----- github-starred-repo-note/README_zh-TW.md | 28 +++++----- github-to-deepwiki/README.md | 28 +++++----- github-to-deepwiki/README_en.md | 28 +++++----- github-to-deepwiki/README_ko.md | 28 +++++----- github-to-deepwiki/README_vi.md | 28 +++++----- github-to-deepwiki/README_zh-TW.md | 28 +++++----- google-advanced-search/README.md | 32 +++++------ google-advanced-search/README_en.md | 36 ++++++------ google-advanced-search/README_ko.md | 32 +++++------ google-advanced-search/README_vi.md | 32 +++++------ google-advanced-search/README_zh-TW.md | 32 +++++------ google-block-search-sites/README.md | 28 +++++----- google-block-search-sites/README_en.md | 28 +++++----- google-block-search-sites/README_ko.md | 28 +++++----- google-block-search-sites/README_vi.md | 28 +++++----- google-block-search-sites/README_zh-TW.md | 28 +++++----- greasyfork-discussion-watcher/README.md | 36 ++++++------ greasyfork-discussion-watcher/README_en.md | 36 ++++++------ greasyfork-discussion-watcher/README_ko.md | 36 ++++++------ greasyfork-discussion-watcher/README_vi.md | 36 ++++++------ greasyfork-discussion-watcher/README_zh-TW.md | 36 ++++++------ greasyfork-link/README.md | 40 ++++++------- greasyfork-link/README_en.md | 40 ++++++------- greasyfork-link/README_ko.md | 40 ++++++------- greasyfork-link/README_vi.md | 40 ++++++------- greasyfork-link/README_zh-TW.md | 40 ++++++------- greasyfork-markdown-toolbar/README.md | 28 +++++----- greasyfork-markdown-toolbar/README_en.md | 28 +++++----- greasyfork-markdown-toolbar/README_ko.md | 28 +++++----- greasyfork-markdown-toolbar/README_vi.md | 28 +++++----- greasyfork-markdown-toolbar/README_zh-TW.md | 28 +++++----- greasyfork-ranks/README.md | 32 +++++------ greasyfork-ranks/README_en.md | 32 +++++------ greasyfork-ranks/README_ko.md | 32 +++++------ greasyfork-ranks/README_vi.md | 32 +++++------ greasyfork-ranks/README_zh-TW.md | 32 +++++------ greasyfork-search/README.md | 40 ++++++------- greasyfork-search/README_en.md | 40 ++++++------- greasyfork-search/README_ko.md | 40 ++++++------- greasyfork-search/README_vi.md | 40 ++++++------- greasyfork-search/README_zh-TW.md | 40 ++++++------- greasyfork-unupdated-script/README.md | 10 ++-- greasyfork-unupdated-script/README_en.md | 10 ++-- greasyfork-unupdated-script/README_ko.md | 10 ++-- greasyfork-unupdated-script/README_vi.md | 10 ++-- greasyfork-unupdated-script/README_zh-TW.md | 10 ++-- .../README.md | 36 ++++++------ .../README_en.md | 38 ++++++------- .../README_ko.md | 38 ++++++------- .../README_vi.md | 36 ++++++------ .../README_zh-TW.md | 38 ++++++------- greasyfork-user-registration-time/README.md | 28 +++++----- .../README_en.md | 28 +++++----- .../README_ko.md | 28 +++++----- .../README_vi.md | 28 +++++----- .../README_zh-TW.md | 28 +++++----- .../README.md | 38 ++++++------- .../README_en.md | 38 ++++++------- .../README_ko.md | 38 ++++++------- .../README_vi.md | 38 ++++++------- .../README_zh-TW.md | 38 ++++++------- greasyfork-utility-toolkit/README.md | 48 ++++++++-------- greasyfork-utility-toolkit/README_en.md | 52 ++++++++--------- greasyfork-utility-toolkit/README_ko.md | 52 ++++++++--------- greasyfork-utility-toolkit/README_vi.md | 48 ++++++++-------- greasyfork-utility-toolkit/README_zh-TW.md | 54 +++++++++--------- greasyfork-webhook-sync-enhanced/README.md | 40 ++++++------- greasyfork-webhook-sync-enhanced/README_en.md | 40 ++++++------- greasyfork-webhook-sync-enhanced/README_ko.md | 40 ++++++------- greasyfork-webhook-sync-enhanced/README_vi.md | 40 ++++++------- .../README_zh-TW.md | 40 ++++++------- highlight-keywords-mini/README.md | 28 +++++----- highlight-keywords-mini/README_en.md | 28 +++++----- highlight-keywords-mini/README_ko.md | 28 +++++----- highlight-keywords-mini/README_vi.md | 28 +++++----- highlight-keywords-mini/README_zh-TW.md | 28 +++++----- highlight-keywords/README.md | 42 +++++++------- highlight-keywords/README_en.md | 42 +++++++------- highlight-keywords/README_ko.md | 42 +++++++------- highlight-keywords/README_vi.md | 42 +++++++------- highlight-keywords/README_zh-TW.md | 42 +++++++------- jable-auto-login-helper/README.md | 34 +++++------ jable-auto-login-helper/README_en.md | 34 +++++------ jable-auto-login-helper/README_ko.md | 34 +++++------ jable-auto-login-helper/README_vi.md | 34 +++++------ jable-auto-login-helper/README_zh-TW.md | 34 +++++------ missav-auto-login-helper/README.md | 34 +++++------ missav-auto-login-helper/README_en.md | 34 +++++------ missav-auto-login-helper/README_ko.md | 34 +++++------ missav-auto-login-helper/README_vi.md | 34 +++++------ missav-auto-login-helper/README_zh-TW.md | 34 +++++------ missav-enhancer/README.md | 28 +++++----- missav-enhancer/README_en.md | 28 +++++----- missav-enhancer/README_ko.md | 28 +++++----- missav-enhancer/README_vi.md | 28 +++++----- missav-enhancer/README_zh-TW.md | 28 +++++----- missav-explorer/README.md | 42 +++++++------- missav-explorer/README_en.md | 42 +++++++------- missav-explorer/README_ko.md | 42 +++++++------- missav-explorer/README_vi.md | 42 +++++++------- missav-explorer/README_zh-TW.md | 42 +++++++------- missav-m3u8-finder/README.md | 28 +++++----- missav-m3u8-finder/README_en.md | 28 +++++----- missav-m3u8-finder/README_ko.md | 28 +++++----- missav-m3u8-finder/README_vi.md | 28 +++++----- missav-m3u8-finder/README_zh-TW.md | 28 +++++----- no-zh-terminator/README.md | 40 ++++++------- no-zh-terminator/README_en.md | 40 ++++++------- no-zh-terminator/README_ko.md | 40 ++++++------- no-zh-terminator/README_vi.md | 40 ++++++------- no-zh-terminator/README_zh-TW.md | 40 ++++++------- popup-window/README.md | 44 +++++++-------- popup-window/README_en.md | 42 +++++++------- popup-window/README_ko.md | 44 +++++++-------- popup-window/README_vi.md | 44 +++++++-------- popup-window/README_zh-TW.md | 44 +++++++-------- pornhub-download/README.md | 28 +++++----- pornhub-download/README_en.md | 28 +++++----- pornhub-download/README_ko.md | 28 +++++----- pornhub-download/README_vi.md | 28 +++++----- pornhub-download/README_zh-TW.md | 28 +++++----- remove-link-underlines/README.md | 56 +++++++++---------- remove-link-underlines/README_en.md | 56 +++++++++---------- remove-link-underlines/README_ko.md | 56 +++++++++---------- remove-link-underlines/README_vi.md | 56 +++++++++---------- remove-link-underlines/README_zh-TW.md | 56 +++++++++---------- script-finder-plus/README.md | 38 ++++++------- script-finder-plus/README_en.md | 42 +++++++------- script-finder-plus/README_ko.md | 38 ++++++------- script-finder-plus/README_vi.md | 38 ++++++------- script-finder-plus/README_zh-TW.md | 38 ++++++------- scroll-button/README.md | 28 +++++----- scroll-button/README_en.md | 28 +++++----- scroll-button/README_ko.md | 28 +++++----- scroll-button/README_vi.md | 28 +++++----- scroll-button/README_zh-TW.md | 28 +++++----- scroll-to-top-button/README.md | 30 +++++----- scroll-to-top-button/README_en.md | 30 +++++----- scroll-to-top-button/README_ko.md | 30 +++++----- scroll-to-top-button/README_vi.md | 30 +++++----- scroll-to-top-button/README_zh-TW.md | 30 +++++----- smart-translator-tool/README.md | 28 +++++----- smart-translator-tool/README_en.md | 28 +++++----- smart-translator-tool/README_ko.md | 28 +++++----- smart-translator-tool/README_vi.md | 28 +++++----- smart-translator-tool/README_zh-TW.md | 28 +++++----- text-to-link/README.md | 10 ++-- text-to-link/README_en.md | 10 ++-- text-to-link/README_ko.md | 10 ++-- text-to-link/README_vi.md | 10 ++-- text-to-link/README_zh-TW.md | 10 ++-- thisav-auto-login-helper/README.md | 34 +++++------ thisav-auto-login-helper/README_en.md | 34 +++++------ thisav-auto-login-helper/README_ko.md | 34 +++++------ thisav-auto-login-helper/README_vi.md | 34 +++++------ thisav-auto-login-helper/README_zh-TW.md | 34 +++++------ tiktok-user-info/README.md | 10 ++-- tiktok-user-info/README_en.md | 10 ++-- tiktok-user-info/README_ko.md | 10 ++-- tiktok-user-info/README_vi.md | 10 ++-- tiktok-user-info/README_zh-TW.md | 10 ++-- translate-only-chinese/README.md | 28 +++++----- translate-only-chinese/README_en.md | 28 +++++----- translate-only-chinese/README_ko.md | 28 +++++----- translate-only-chinese/README_vi.md | 28 +++++----- translate-only-chinese/README_zh-TW.md | 28 +++++----- twitter(X)-plus/README.md | 10 ++-- twitter(X)-plus/README_en.md | 10 ++-- twitter(X)-plus/README_ko.md | 10 ++-- twitter(X)-plus/README_vi.md | 10 ++-- twitter(X)-plus/README_zh-TW.md | 10 ++-- twitter-download-blocklist/README.md | 10 ++-- twitter-download-blocklist/README_en.md | 10 ++-- twitter-download-blocklist/README_ko.md | 10 ++-- twitter-download-blocklist/README_vi.md | 10 ++-- twitter-download-blocklist/README_zh-TW.md | 10 ++-- twitter-hide-reposts/README.md | 28 +++++----- twitter-hide-reposts/README_en.md | 28 +++++----- twitter-hide-reposts/README_ko.md | 28 +++++----- twitter-hide-reposts/README_vi.md | 28 +++++----- twitter-hide-reposts/README_zh-TW.md | 28 +++++----- twitter-media-downloader/README.md | 28 +++++----- twitter-media-downloader/README_en.md | 28 +++++----- twitter-media-downloader/README_ko.md | 28 +++++----- twitter-media-downloader/README_vi.md | 28 +++++----- twitter-media-downloader/README_zh-TW.md | 28 +++++----- twitter-show-date-normally/README.md | 10 ++-- twitter-show-date-normally/README_en.md | 10 ++-- twitter-show-date-normally/README_ko.md | 10 ++-- twitter-show-date-normally/README_vi.md | 10 ++-- twitter-show-date-normally/README_zh-TW.md | 10 ++-- utils/docs/settings.json | 2 +- web-clipper/README.md | 28 +++++----- web-clipper/README_en.md | 28 +++++----- web-clipper/README_ko.md | 28 +++++----- web-clipper/README_vi.md | 28 +++++----- web-clipper/README_zh-TW.md | 28 +++++----- wechat-black/README.md | 10 ++-- weibo-mobile-redirect/README.md | 10 ++-- xhamster-downloader/README.md | 28 +++++----- xhamster-downloader/README_en.md | 28 +++++----- xhamster-downloader/README_ko.md | 28 +++++----- xhamster-downloader/README_vi.md | 28 +++++----- xhamster-downloader/README_zh-TW.md | 28 +++++----- xnxx-downloader/README.md | 28 +++++----- xnxx-downloader/README_en.md | 28 +++++----- xnxx-downloader/README_ko.md | 28 +++++----- xnxx-downloader/README_vi.md | 28 +++++----- xnxx-downloader/README_zh-TW.md | 28 +++++----- xvideos-enhance/README.md | 28 +++++----- xvideos-enhance/README_en.md | 28 +++++----- xvideos-enhance/README_ko.md | 28 +++++----- xvideos-enhance/README_vi.md | 28 +++++----- xvideos-enhance/README_zh-TW.md | 28 +++++----- youtube-better-volume-control/README.md | 10 ++-- youtube-better-volume-control/README_en.md | 10 ++-- youtube-better-volume-control/README_ko.md | 10 ++-- youtube-better-volume-control/README_vi.md | 10 ++-- youtube-better-volume-control/README_zh-TW.md | 10 ++-- youtube-dynamic-grid/README.md | 10 ++-- youtube-dynamic-grid/README_en.md | 10 ++-- youtube-dynamic-grid/README_ko.md | 10 ++-- youtube-dynamic-grid/README_vi.md | 10 ++-- youtube-dynamic-grid/README_zh-TW.md | 10 ++-- youtube-helper/README.md | 28 +++++----- youtube-helper/README_en.md | 28 +++++----- youtube-helper/README_ko.md | 28 +++++----- youtube-helper/README_vi.md | 28 +++++----- youtube-helper/README_zh-TW.md | 28 +++++----- youtube-pro-audio-ambient/README.md | 10 ++-- youtube-pro-audio-ambient/README_en.md | 10 ++-- youtube-pro-audio-ambient/README_ko.md | 10 ++-- youtube-pro-audio-ambient/README_vi.md | 10 ++-- youtube-pro-audio-ambient/README_zh-TW.md | 10 ++-- youtube-watch-later-shortcut/README.md | 10 ++-- youtube-watch-later-shortcut/README_en.md | 10 ++-- youtube-watch-later-shortcut/README_ko.md | 10 ++-- youtube-watch-later-shortcut/README_vi.md | 10 ++-- youtube-watch-later-shortcut/README_zh-TW.md | 10 ++-- zhihu-black/README.md | 10 ++-- 419 files changed, 5701 insertions(+), 5701 deletions(-) diff --git a/.github/workflows/validate-links-on-push-pr.yml b/.github/workflows/validate-links-on-push-pr.yml index 8f7c9bfe2..2f7cdb972 100644 --- a/.github/workflows/validate-links-on-push-pr.yml +++ b/.github/workflows/validate-links-on-push-pr.yml @@ -1,8 +1,8 @@ name: Validate links on push + PR on: - push: - pull_request: + #push: + #pull_request: workflow_dispatch: permissions: @@ -15,5 +15,5 @@ jobs: - uses: actions/checkout@v6.0.3 - uses: JustinBeckwith/linkinator-action@v2.4.2 with: - paths: '**/*.md' + paths: "**/*.md" statusCodes: '{ "408": "skip", "429": "skip", "503": "skip" }' diff --git a/bilibili-liveroom-filter/README.md b/bilibili-liveroom-filter/README.md index e01ba1b7a..ff4aac8a5 100644 --- a/bilibili-liveroom-filter/README.md +++ b/bilibili-liveroom-filter/README.md @@ -38,7 +38,7 @@ Gmail

    - +
    推荐使用:
    Support
    @@ -47,7 +47,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -109,7 +109,7 @@ - + ## 使用帮助 @@ -123,14 +123,14 @@ **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - +
    diff --git a/bilibili-video-downloader/README.md b/bilibili-video-downloader/README.md index 7f75d1e3d..488e8efbc 100644 --- a/bilibili-video-downloader/README.md +++ b/bilibili-video-downloader/README.md @@ -38,7 +38,7 @@ Gmail
    - +
    推荐使用:
    Support
    @@ -47,7 +47,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -161,7 +161,7 @@ - + ## 使用帮助 @@ -175,14 +175,14 @@ **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - +
    diff --git a/chatgpt-code-hightlight/README.md b/chatgpt-code-hightlight/README.md index a4b516965..76b5800ce 100644 --- a/chatgpt-code-hightlight/README.md +++ b/chatgpt-code-hightlight/README.md @@ -40,7 +40,7 @@ Gmail
    - +
    推荐使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -98,7 +98,7 @@ 3. 查看代码高亮效果 - + > ### 🔍你可能在找ChatGPT相关脚本 > @@ -110,7 +110,7 @@ - + ## 使用帮助 @@ -124,13 +124,13 @@ **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相关脚本 > @@ -142,7 +142,7 @@ - + > ### 🔍你可能在找网页相关脚本 > @@ -159,7 +159,7 @@ - + > ### 🔍你可能在找GitHub相关脚本 > @@ -181,7 +181,7 @@ - + > ### 🔍你可能在找Google相关脚本 > @@ -190,7 +190,7 @@ - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -208,7 +208,7 @@ - + > ### 🔍你可能在找成人脚本 > @@ -225,7 +225,7 @@ - + > ### 🔍你可能在找自动翻译 > @@ -235,7 +235,7 @@ - + > ### 🔍你可能在找社交媒体脚本 > @@ -246,7 +246,7 @@ - +
    diff --git a/chatgpt-code-hightlight/README_en.md b/chatgpt-code-hightlight/README_en.md index 845afa6ca..6f50e86cb 100644 --- a/chatgpt-code-hightlight/README_en.md +++ b/chatgpt-code-hightlight/README_en.md @@ -40,7 +40,7 @@ Gmail
    - +
    Recommended use:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -98,7 +98,7 @@ support [Highlight.js](https://highlightjs.org/) All 192 One language,and Chat 3. View code highlighting effect - + > ### 🔍You may be looking forChatGPTRelated scripts > @@ -110,7 +110,7 @@ support [Highlight.js](https://highlightjs.org/) All 192 One language,and Chat - + ## Help @@ -124,13 +124,13 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - + > ### 🔍You may be looking forChatGPTRelated scripts > @@ -142,7 +142,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for web-related scripts > @@ -159,7 +159,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -181,7 +181,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGoogleRelated scripts > @@ -190,7 +190,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -208,7 +208,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for adult scripts > @@ -225,7 +225,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for automatic translation > @@ -235,7 +235,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for social media scripts > @@ -246,7 +246,7 @@ Recommended browser and script manager: - +
    diff --git a/chatgpt-code-hightlight/README_ko.md b/chatgpt-code-hightlight/README_ko.md index f9a336c68..40940cc64 100644 --- a/chatgpt-code-hightlight/README_ko.md +++ b/chatgpt-code-hightlight/README_ko.md @@ -40,7 +40,7 @@ Gmail
    - +
    권장 사용:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -98,7 +98,7 @@ 3. 코드 강조 표시 효과를 봅니다 - + > ### 🔍당신은 찾고있을 수 있습니다ChatGPT관련 스크립트 > @@ -110,7 +110,7 @@ - + ## 돕다 @@ -124,13 +124,13 @@ **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - + > ### 🔍당신은 찾고있을 수 있습니다ChatGPT관련 스크립트 > @@ -142,7 +142,7 @@ - + > ### 🔍웹 관련 스크립트를 찾고있을 수 있습니다 > @@ -159,7 +159,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -181,7 +181,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다Google관련 스크립트 > @@ -190,7 +190,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -208,7 +208,7 @@ - + > ### 🔍성인 스크립트를 찾고있을 수 있습니다 > @@ -225,7 +225,7 @@ - + > ### 🔍자동 번역을 찾고있을 수 있습니다 > @@ -235,7 +235,7 @@ - + > ### 🔍소셜 미디어 스크립트를 찾고있을 수 있습니다 > @@ -246,7 +246,7 @@ - +
    diff --git a/chatgpt-code-hightlight/README_vi.md b/chatgpt-code-hightlight/README_vi.md index ccfa7bb81..a6c99fd94 100644 --- a/chatgpt-code-hightlight/README_vi.md +++ b/chatgpt-code-hightlight/README_vi.md @@ -40,7 +40,7 @@ Gmail
    - +
    Sử dụng được đề xuất:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -98,7 +98,7 @@ vì ChatGPT Thêm tô sáng cho tất cả các mã ngôn ngữ được viết 3. Xem hiệu ứng làm nổi bật mã - + > ### 🔍Bạn có thể đang tìm kiếmChatGPTTập lệnh liên quan > @@ -110,7 +110,7 @@ vì ChatGPT Thêm tô sáng cho tất cả các mã ngôn ngữ được viết - + ## Giúp đỡ @@ -124,13 +124,13 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - + > ### 🔍Bạn có thể đang tìm kiếmChatGPTTập lệnh liên quan > @@ -142,7 +142,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web > @@ -159,7 +159,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -181,7 +181,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGoogleTập lệnh liên quan > @@ -190,7 +190,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -208,7 +208,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm kịch bản người lớn > @@ -225,7 +225,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm bản dịch tự động > @@ -235,7 +235,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các kịch bản truyền thông xã hội > @@ -246,7 +246,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - +
    diff --git a/chatgpt-code-hightlight/README_zh-TW.md b/chatgpt-code-hightlight/README_zh-TW.md index df362fc53..1fecec8de 100644 --- a/chatgpt-code-hightlight/README_zh-TW.md +++ b/chatgpt-code-hightlight/README_zh-TW.md @@ -40,7 +40,7 @@ Gmail
    - +
    推薦使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -98,7 +98,7 @@ 3. 查看代碼高亮效果 - + > ### 🔍你可能在找ChatGPT相關腳本 > @@ -110,7 +110,7 @@ - + ## 使用幫助 @@ -124,13 +124,13 @@ **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相關腳本 > @@ -142,7 +142,7 @@ - + > ### 🔍你可能在找網頁相關腳本 > @@ -159,7 +159,7 @@ - + > ### 🔍你可能在找GitHub相關腳本 > @@ -181,7 +181,7 @@ - + > ### 🔍你可能在找Google相關腳本 > @@ -190,7 +190,7 @@ - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -208,7 +208,7 @@ - + > ### 🔍你可能在找成人腳本 > @@ -225,7 +225,7 @@ - + > ### 🔍你可能在找自動翻譯 > @@ -235,7 +235,7 @@ - + > ### 🔍你可能在找社交媒體腳本 > @@ -246,7 +246,7 @@ - +
    diff --git a/chatgpt-code-styling/README.md b/chatgpt-code-styling/README.md index c16e9ca47..4ffbe77ea 100644 --- a/chatgpt-code-styling/README.md +++ b/chatgpt-code-styling/README.md @@ -40,7 +40,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -72,7 +72,7 @@ 让 ChatGPT 输出的代码框字体变小 - + > ### 🔍你可能在找ChatGPT相关脚本 > @@ -84,7 +84,7 @@ - + ## 使用帮助 @@ -98,14 +98,14 @@ **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相关脚本 > @@ -118,7 +118,7 @@ - + > ### 🔍你可能在找网页相关脚本 > @@ -136,7 +136,7 @@ - + > ### 🔍你可能在找GitHub相关脚本 > @@ -159,7 +159,7 @@ - + > ### 🔍你可能在找Google相关脚本 > @@ -169,7 +169,7 @@ - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -188,7 +188,7 @@ - + > ### 🔍你可能在找成人脚本 > @@ -206,7 +206,7 @@ - + > ### 🔍你可能在找自动翻译 > @@ -217,7 +217,7 @@ - + > ### 🔍你可能在找社交媒体脚本 > @@ -228,7 +228,7 @@ - +
    diff --git a/chatgpt-code-styling/README_en.md b/chatgpt-code-styling/README_en.md index a3a6f64cf..e2f0f7d9a 100644 --- a/chatgpt-code-styling/README_en.md +++ b/chatgpt-code-styling/README_en.md @@ -40,7 +40,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -72,7 +72,7 @@ let ChatGPT The output code box font becomes smaller - + > ### 🔍You may be looking forChatGPTRelated scripts > @@ -84,7 +84,7 @@ let ChatGPT The output code box font becomes smaller - + ## Help @@ -98,14 +98,14 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - + > ### 🔍You may be looking forChatGPTRelated scripts > @@ -118,7 +118,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for web-related scripts > @@ -136,7 +136,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -159,7 +159,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGoogleRelated scripts > @@ -169,7 +169,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -188,7 +188,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for adult scripts > @@ -206,7 +206,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for automatic translation > @@ -217,7 +217,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for social media scripts > @@ -228,7 +228,7 @@ Recommended browser and script manager: - +
    diff --git a/chatgpt-code-styling/README_ko.md b/chatgpt-code-styling/README_ko.md index 494bf3bc1..58c8fb199 100644 --- a/chatgpt-code-styling/README_ko.md +++ b/chatgpt-code-styling/README_ko.md @@ -40,7 +40,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -72,7 +72,7 @@ 허락하다 ChatGPT 출력 코드 박스 글꼴이 작아집니다 - + > ### 🔍당신은 찾고있을 수 있습니다ChatGPT관련 스크립트 > @@ -84,7 +84,7 @@ - + ## 돕다 @@ -98,14 +98,14 @@ **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - + > ### 🔍당신은 찾고있을 수 있습니다ChatGPT관련 스크립트 > @@ -118,7 +118,7 @@ - + > ### 🔍웹 관련 스크립트를 찾고있을 수 있습니다 > @@ -136,7 +136,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -159,7 +159,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다Google관련 스크립트 > @@ -169,7 +169,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -188,7 +188,7 @@ - + > ### 🔍성인 스크립트를 찾고있을 수 있습니다 > @@ -206,7 +206,7 @@ - + > ### 🔍자동 번역을 찾고있을 수 있습니다 > @@ -217,7 +217,7 @@ - + > ### 🔍소셜 미디어 스크립트를 찾고있을 수 있습니다 > @@ -228,7 +228,7 @@ - +
    diff --git a/chatgpt-code-styling/README_vi.md b/chatgpt-code-styling/README_vi.md index ebc433635..8b4070715 100644 --- a/chatgpt-code-styling/README_vi.md +++ b/chatgpt-code-styling/README_vi.md @@ -40,7 +40,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -72,7 +72,7 @@ cho phép ChatGPT Phông chữ hộp mã đầu ra trở nên nhỏ hơn - + > ### 🔍Bạn có thể đang tìm kiếmChatGPTTập lệnh liên quan > @@ -84,7 +84,7 @@ cho phép ChatGPT Phông chữ hộp mã đầu ra trở nên nhỏ hơn - + ## Giúp đỡ @@ -98,14 +98,14 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - + > ### 🔍Bạn có thể đang tìm kiếmChatGPTTập lệnh liên quan > @@ -118,7 +118,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web > @@ -136,7 +136,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -159,7 +159,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGoogleTập lệnh liên quan > @@ -169,7 +169,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -188,7 +188,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm kịch bản người lớn > @@ -206,7 +206,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm bản dịch tự động > @@ -217,7 +217,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các kịch bản truyền thông xã hội > @@ -228,7 +228,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - +
    diff --git a/chatgpt-code-styling/README_zh-TW.md b/chatgpt-code-styling/README_zh-TW.md index c8a2cd22a..89c3eeef4 100644 --- a/chatgpt-code-styling/README_zh-TW.md +++ b/chatgpt-code-styling/README_zh-TW.md @@ -40,7 +40,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -72,7 +72,7 @@ 讓 ChatGPT 輸出的代碼框字體變小 - + > ### 🔍你可能在找ChatGPT相關腳本 > @@ -84,7 +84,7 @@ - + ## 使用幫助 @@ -98,14 +98,14 @@ **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相關腳本 > @@ -118,7 +118,7 @@ - + > ### 🔍你可能在找網頁相關腳本 > @@ -136,7 +136,7 @@ - + > ### 🔍你可能在找GitHub相關腳本 > @@ -159,7 +159,7 @@ - + > ### 🔍你可能在找Google相關腳本 > @@ -169,7 +169,7 @@ - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -188,7 +188,7 @@ - + > ### 🔍你可能在找成人腳本 > @@ -206,7 +206,7 @@ - + > ### 🔍你可能在找自動翻譯 > @@ -217,7 +217,7 @@ - + > ### 🔍你可能在找社交媒體腳本 > @@ -228,7 +228,7 @@ - +
    diff --git a/chatgpt-code-tools/README.md b/chatgpt-code-tools/README.md index fcedd8b26..0b9f8bafc 100644 --- a/chatgpt-code-tools/README.md +++ b/chatgpt-code-tools/README.md @@ -42,7 +42,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -126,7 +126,7 @@ - + ## 使用帮助 @@ -140,14 +140,14 @@ **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - +
    diff --git a/chatgpt-code-tools/README_en.md b/chatgpt-code-tools/README_en.md index e9504e4a7..585f70f17 100644 --- a/chatgpt-code-tools/README_en.md +++ b/chatgpt-code-tools/README_en.md @@ -42,7 +42,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -126,7 +126,7 @@ Code block addition“Save the code”and“Copy the code”Button,To quickly - + ## Help @@ -140,14 +140,14 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - +
    diff --git a/chatgpt-code-tools/README_ko.md b/chatgpt-code-tools/README_ko.md index 6974ea8c6..08b73b48e 100644 --- a/chatgpt-code-tools/README_ko.md +++ b/chatgpt-code-tools/README_ko.md @@ -42,7 +42,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -126,7 +126,7 @@ - + ## 돕다 @@ -140,14 +140,14 @@ **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - +
    diff --git a/chatgpt-code-tools/README_vi.md b/chatgpt-code-tools/README_vi.md index 203e328e8..5507d2e04 100644 --- a/chatgpt-code-tools/README_vi.md +++ b/chatgpt-code-tools/README_vi.md @@ -42,7 +42,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -126,7 +126,7 @@ Bổ sung khối mã“Lưu mã”Và“Sao chép mã”Cái nút,Để nhanh - + ## Giúp đỡ @@ -140,14 +140,14 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - +
    diff --git a/chatgpt-code-tools/README_zh-TW.md b/chatgpt-code-tools/README_zh-TW.md index 1aa883e32..ab3359bee 100644 --- a/chatgpt-code-tools/README_zh-TW.md +++ b/chatgpt-code-tools/README_zh-TW.md @@ -42,7 +42,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -126,7 +126,7 @@ - + ## 使用幫助 @@ -140,14 +140,14 @@ **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - +
    diff --git a/chatgpt-copy-code-button/README.md b/chatgpt-copy-code-button/README.md index a624689be..871f0c489 100644 --- a/chatgpt-copy-code-button/README.md +++ b/chatgpt-copy-code-button/README.md @@ -40,7 +40,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -130,7 +130,7 @@ ![Snipaste_2024-09-22_07-32-11.png](https://s2.loli.net/2024/09/22/VexqWUEA6GYPQjN.png) - + > ### 🔍你可能在找ChatGPT相关脚本 > @@ -143,7 +143,7 @@ - + ## 使用帮助 @@ -157,14 +157,14 @@ **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相关脚本 > @@ -177,7 +177,7 @@ - + > ### 🔍你可能在找网页相关脚本 > @@ -195,7 +195,7 @@ - + > ### 🔍你可能在找GitHub相关脚本 > @@ -218,7 +218,7 @@ - + > ### 🔍你可能在找Google相关脚本 > @@ -228,7 +228,7 @@ - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -247,7 +247,7 @@ - + > ### 🔍你可能在找成人脚本 > @@ -265,7 +265,7 @@ - + > ### 🔍你可能在找自动翻译 > @@ -276,7 +276,7 @@ - + > ### 🔍你可能在找社交媒体脚本 > @@ -287,7 +287,7 @@ - +
    diff --git a/chatgpt-copy-code-button/README_en.md b/chatgpt-copy-code-button/README_en.md index e2ff3ae77..0210ed71d 100644 --- a/chatgpt-copy-code-button/README_en.md +++ b/chatgpt-copy-code-button/README_en.md @@ -40,7 +40,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -130,7 +130,7 @@ The user script is [chatgpt.com](https://chatgpt.com) and [share.nezhagpt.cloud] ![Snipaste_2024-09-22_07-32-11.png](https://s2.loli.net/2024/09/22/VexqWUEA6GYPQjN.png) - + > ### 🔍You may be looking forChatGPTRelated scripts > @@ -143,7 +143,7 @@ The user script is [chatgpt.com](https://chatgpt.com) and [share.nezhagpt.cloud] - + ## Help @@ -157,14 +157,14 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - + > ### 🔍You may be looking forChatGPTRelated scripts > @@ -177,7 +177,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for web-related scripts > @@ -195,7 +195,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -218,7 +218,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGoogleRelated scripts > @@ -228,7 +228,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -247,7 +247,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for adult scripts > @@ -265,7 +265,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for automatic translation > @@ -276,7 +276,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for social media scripts > @@ -287,7 +287,7 @@ Recommended browser and script manager: - +
    diff --git a/chatgpt-copy-code-button/README_ko.md b/chatgpt-copy-code-button/README_ko.md index 4cc36f8eb..0f3230268 100644 --- a/chatgpt-copy-code-button/README_ko.md +++ b/chatgpt-copy-code-button/README_ko.md @@ -40,7 +40,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -130,7 +130,7 @@ ![Snipaste_2024-09-22_07-32-11.png](https://s2.loli.net/2024/09/22/VexqWUEA6GYPQjN.png) - + > ### 🔍당신은 찾고있을 수 있습니다ChatGPT관련 스크립트 > @@ -143,7 +143,7 @@ - + ## 돕다 @@ -157,14 +157,14 @@ **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - + > ### 🔍당신은 찾고있을 수 있습니다ChatGPT관련 스크립트 > @@ -177,7 +177,7 @@ - + > ### 🔍웹 관련 스크립트를 찾고있을 수 있습니다 > @@ -195,7 +195,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -218,7 +218,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다Google관련 스크립트 > @@ -228,7 +228,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -247,7 +247,7 @@ - + > ### 🔍성인 스크립트를 찾고있을 수 있습니다 > @@ -265,7 +265,7 @@ - + > ### 🔍자동 번역을 찾고있을 수 있습니다 > @@ -276,7 +276,7 @@ - + > ### 🔍소셜 미디어 스크립트를 찾고있을 수 있습니다 > @@ -287,7 +287,7 @@ - +
    diff --git a/chatgpt-copy-code-button/README_vi.md b/chatgpt-copy-code-button/README_vi.md index 63a788ffb..e886f1b64 100644 --- a/chatgpt-copy-code-button/README_vi.md +++ b/chatgpt-copy-code-button/README_vi.md @@ -40,7 +40,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -130,7 +130,7 @@ Tập lệnh người dùng là [chatgpt.com](https://chatgpt.com) Và [share.ne ![Snipaste_2024-09-22_07-32-11.png](https://s2.loli.net/2024/09/22/VexqWUEA6GYPQjN.png) - + > ### 🔍Bạn có thể đang tìm kiếmChatGPTTập lệnh liên quan > @@ -143,7 +143,7 @@ Tập lệnh người dùng là [chatgpt.com](https://chatgpt.com) Và [share.ne - + ## Giúp đỡ @@ -157,14 +157,14 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - + > ### 🔍Bạn có thể đang tìm kiếmChatGPTTập lệnh liên quan > @@ -177,7 +177,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web > @@ -195,7 +195,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -218,7 +218,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGoogleTập lệnh liên quan > @@ -228,7 +228,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -247,7 +247,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm kịch bản người lớn > @@ -265,7 +265,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm bản dịch tự động > @@ -276,7 +276,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các kịch bản truyền thông xã hội > @@ -287,7 +287,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - +
    diff --git a/chatgpt-copy-code-button/README_zh-TW.md b/chatgpt-copy-code-button/README_zh-TW.md index 06aacb77c..58cc704b8 100644 --- a/chatgpt-copy-code-button/README_zh-TW.md +++ b/chatgpt-copy-code-button/README_zh-TW.md @@ -40,7 +40,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -130,7 +130,7 @@ ![Snipaste_2024-09-22_07-32-11.png](https://s2.loli.net/2024/09/22/VexqWUEA6GYPQjN.png) - + > ### 🔍你可能在找ChatGPT相關腳本 > @@ -143,7 +143,7 @@ - + ## 使用幫助 @@ -157,14 +157,14 @@ **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相關腳本 > @@ -177,7 +177,7 @@ - + > ### 🔍你可能在找網頁相關腳本 > @@ -195,7 +195,7 @@ - + > ### 🔍你可能在找GitHub相關腳本 > @@ -218,7 +218,7 @@ - + > ### 🔍你可能在找Google相關腳本 > @@ -228,7 +228,7 @@ - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -247,7 +247,7 @@ - + > ### 🔍你可能在找成人腳本 > @@ -265,7 +265,7 @@ - + > ### 🔍你可能在找自動翻譯 > @@ -276,7 +276,7 @@ - + > ### 🔍你可能在找社交媒體腳本 > @@ -287,7 +287,7 @@ - +
    diff --git a/chatgpt-counter/README.md b/chatgpt-counter/README.md index 0451d2347..7d9d5cc8b 100644 --- a/chatgpt-counter/README.md +++ b/chatgpt-counter/README.md @@ -40,7 +40,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -74,13 +74,13 @@ ![Snipaste_2024-09-01_10-05-11.png](https://s2.loli.net/2024/09/01/uJZIDbie6fdmOQH.png) - + ## 描述 ChatGPT Character Counter Limit (CCCL) 是一个用户脚本,旨在为 ChatGPT 的输入框添加一个字符计数器,限制为 32732 个字符。这个脚本可以帮助用户在输入时实时查看已输入字符的数量,并在超出限制时给出视觉提示。. - + ## 功能 @@ -90,7 +90,7 @@ ChatGPT Character Counter Limit (CCCL) 是一个用户脚本,旨在为 ChatGPT - 当字符数接近限制时,计数器文本颜色变为绿色,显示警告。 - + > ### 🔍你可能在找ChatGPT相关脚本 > @@ -102,14 +102,14 @@ ChatGPT Character Counter Limit (CCCL) 是一个用户脚本,旨在为 ChatGPT - + ## Thanks 修改自用户 [Emree.el](https://greasyfork.org/zh-CN/users/1297357)的脚本 [ChatGPT Character Counter Limit (CCCL)](https://greasyfork.org/scripts/505802) - + ## 使用帮助 @@ -123,14 +123,14 @@ ChatGPT Character Counter Limit (CCCL) 是一个用户脚本,旨在为 ChatGPT **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相关脚本 > @@ -143,7 +143,7 @@ ChatGPT Character Counter Limit (CCCL) 是一个用户脚本,旨在为 ChatGPT - + > ### 🔍你可能在找网页相关脚本 > @@ -161,7 +161,7 @@ ChatGPT Character Counter Limit (CCCL) 是一个用户脚本,旨在为 ChatGPT - + > ### 🔍你可能在找GitHub相关脚本 > @@ -184,7 +184,7 @@ ChatGPT Character Counter Limit (CCCL) 是一个用户脚本,旨在为 ChatGPT - + > ### 🔍你可能在找Google相关脚本 > @@ -194,7 +194,7 @@ ChatGPT Character Counter Limit (CCCL) 是一个用户脚本,旨在为 ChatGPT - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -213,7 +213,7 @@ ChatGPT Character Counter Limit (CCCL) 是一个用户脚本,旨在为 ChatGPT - + > ### 🔍你可能在找成人脚本 > @@ -231,7 +231,7 @@ ChatGPT Character Counter Limit (CCCL) 是一个用户脚本,旨在为 ChatGPT - + > ### 🔍你可能在找自动翻译 > @@ -242,7 +242,7 @@ ChatGPT Character Counter Limit (CCCL) 是一个用户脚本,旨在为 ChatGPT - + > ### 🔍你可能在找社交媒体脚本 > @@ -253,7 +253,7 @@ ChatGPT Character Counter Limit (CCCL) 是一个用户脚本,旨在为 ChatGPT - +
    diff --git a/chatgpt-counter/README_en.md b/chatgpt-counter/README_en.md index e3dfe617a..f0dd73f10 100644 --- a/chatgpt-counter/README_en.md +++ b/chatgpt-counter/README_en.md @@ -40,7 +40,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -74,7 +74,7 @@ - + > ### 🔍You may be looking forChatGPTRelated scripts > @@ -86,7 +86,7 @@ - + ## Help @@ -100,13 +100,13 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - + > ### 🔍You may be looking for web-related scripts > @@ -124,7 +124,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forChatGPTRelated scripts > @@ -137,7 +137,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -160,7 +160,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGoogleRelated scripts > @@ -170,7 +170,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -189,7 +189,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for adult scripts > @@ -207,7 +207,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for automatic translation > @@ -218,7 +218,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for social media scripts > @@ -229,7 +229,7 @@ Recommended browser and script manager: - +
    diff --git a/chatgpt-counter/README_ko.md b/chatgpt-counter/README_ko.md index 1cbf2b694..f8c5222f5 100644 --- a/chatgpt-counter/README_ko.md +++ b/chatgpt-counter/README_ko.md @@ -40,7 +40,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -74,13 +74,13 @@ ![Snipaste_2024-09-01_10-05-11.png](https://s2.loli.net/2024/09/01/uJZIDbie6fdmOQH.png) - + ## 설명하다 ChatGPT Character Counter Limit (CCCL) 사용자 스크립트입니다,목표 ChatGPT 입력 상자를 추가하십시오캐릭터계수기,제한 32732 캐릭터。이 스크립트는 사용자가 입력 할 때 실시간으로 입력 한 문자 수를 볼 수 있도록 도와줍니다.,제한이 초과 될 때 시각적 프롬프트를 제공합니다。. - + ## 기능 @@ -90,7 +90,7 @@ ChatGPT Character Counter Limit (CCCL) 사용자 스크립트입니다,목표 - 문자 수가 한계에 가까운 경우,카운터 텍스트 색상은 녹색으로 변경됩니다,경고를 보여주십시오。 - + > ### 🔍당신은 찾고있을 수 있습니다ChatGPT관련 스크립트 > @@ -102,14 +102,14 @@ ChatGPT Character Counter Limit (CCCL) 사용자 스크립트입니다,목표 - + ## Thanks 사용자로부터 수정 [Emree.el](https://greasyfork.org/zh-CN/users/1297357)스크립트 [ChatGPT Character Counter Limit (CCCL)](https://greasyfork.org/scripts/505802) - + ## 돕다 @@ -123,14 +123,14 @@ ChatGPT Character Counter Limit (CCCL) 사용자 스크립트입니다,목표 **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - + > ### 🔍당신은 찾고있을 수 있습니다ChatGPT관련 스크립트 > @@ -143,7 +143,7 @@ ChatGPT Character Counter Limit (CCCL) 사용자 스크립트입니다,목표 - + > ### 🔍웹 관련 스크립트를 찾고있을 수 있습니다 > @@ -161,7 +161,7 @@ ChatGPT Character Counter Limit (CCCL) 사용자 스크립트입니다,목표 - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -184,7 +184,7 @@ ChatGPT Character Counter Limit (CCCL) 사용자 스크립트입니다,목표 - + > ### 🔍당신은 찾고있을 수 있습니다Google관련 스크립트 > @@ -194,7 +194,7 @@ ChatGPT Character Counter Limit (CCCL) 사용자 스크립트입니다,목표 - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -213,7 +213,7 @@ ChatGPT Character Counter Limit (CCCL) 사용자 스크립트입니다,목표 - + > ### 🔍성인 스크립트를 찾고있을 수 있습니다 > @@ -231,7 +231,7 @@ ChatGPT Character Counter Limit (CCCL) 사용자 스크립트입니다,목표 - + > ### 🔍자동 번역을 찾고있을 수 있습니다 > @@ -242,7 +242,7 @@ ChatGPT Character Counter Limit (CCCL) 사용자 스크립트입니다,목표 - + > ### 🔍소셜 미디어 스크립트를 찾고있을 수 있습니다 > @@ -253,7 +253,7 @@ ChatGPT Character Counter Limit (CCCL) 사용자 스크립트입니다,목표 - +
    diff --git a/chatgpt-counter/README_vi.md b/chatgpt-counter/README_vi.md index 2e0c6b229..ce257b38b 100644 --- a/chatgpt-counter/README_vi.md +++ b/chatgpt-counter/README_vi.md @@ -40,7 +40,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -74,13 +74,13 @@ ![Snipaste_2024-09-01_10-05-11.png](https://s2.loli.net/2024/09/01/uJZIDbie6fdmOQH.png) - + ## mô tả ChatGPT Character Counter Limit (CCCL) Đó là một tập lệnh người dùng,Nhằm mục đích ChatGPT Thêm một hộp đầu vào vàoKý tựquầy tính tiền,Giới hạn 32732 Ký tự。Tập lệnh này giúp người dùng xem số lượng ký tự được nhập vào thời gian thực khi nhập,Và đưa ra lời nhắc trực quan khi vượt quá giới hạn。. - + ## Chức năng @@ -90,7 +90,7 @@ ChatGPT Character Counter Limit (CCCL) Đó là một tập lệnh người dùn - Khi số lượng ký tự gần với giới hạn,Màu văn bản truy cập thay đổi thành màu xanh lá cây,Hiển thị cảnh báo。 - + > ### 🔍Bạn có thể đang tìm kiếmChatGPTTập lệnh liên quan > @@ -102,14 +102,14 @@ ChatGPT Character Counter Limit (CCCL) Đó là một tập lệnh người dùn - + ## Thanks Sửa đổi từ người dùng [Emree.el](https://greasyfork.org/zh-CN/users/1297357)Kịch bản [ChatGPT Character Counter Limit (CCCL)](https://greasyfork.org/scripts/505802) - + ## Giúp đỡ @@ -123,14 +123,14 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - + > ### 🔍Bạn có thể đang tìm kiếmChatGPTTập lệnh liên quan > @@ -143,7 +143,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web > @@ -161,7 +161,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -184,7 +184,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGoogleTập lệnh liên quan > @@ -194,7 +194,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -213,7 +213,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm kịch bản người lớn > @@ -231,7 +231,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm bản dịch tự động > @@ -242,7 +242,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các kịch bản truyền thông xã hội > @@ -253,7 +253,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - +
    diff --git a/chatgpt-counter/README_zh-TW.md b/chatgpt-counter/README_zh-TW.md index 83a1a1bb1..1e7994f90 100644 --- a/chatgpt-counter/README_zh-TW.md +++ b/chatgpt-counter/README_zh-TW.md @@ -40,7 +40,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -74,13 +74,13 @@ ![Snipaste_2024-09-01_10-05-11.png](https://s2.loli.net/2024/09/01/uJZIDbie6fdmOQH.png) - + ## 描述 ChatGPT Character Counter Limit (CCCL) 是一個用戶腳本,旨在為 ChatGPT 的输入框添加一個字符计数器,限制為 32732 個字符。這個腳本可以幫助用戶在輸入時實時查看已輸入字符的數量,並在超出限制時給出視覺提示。. - + ## 功能 @@ -90,7 +90,7 @@ ChatGPT Character Counter Limit (CCCL) 是一個用戶腳本,旨在為 ChatGPT - 當字符數接近限制時,計數器文本顏色變為綠色,顯示警告。 - + > ### 🔍你可能在找ChatGPT相關腳本 > @@ -102,14 +102,14 @@ ChatGPT Character Counter Limit (CCCL) 是一個用戶腳本,旨在為 ChatGPT - + ## Thanks 修改自用戶 [Emree.el](https://greasyfork.org/zh-CN/users/1297357)的腳本 [ChatGPT Character Counter Limit (CCCL)](https://greasyfork.org/scripts/505802) - + ## 使用幫助 @@ -123,14 +123,14 @@ ChatGPT Character Counter Limit (CCCL) 是一個用戶腳本,旨在為 ChatGPT **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相關腳本 > @@ -143,7 +143,7 @@ ChatGPT Character Counter Limit (CCCL) 是一個用戶腳本,旨在為 ChatGPT - + > ### 🔍你可能在找網頁相關腳本 > @@ -161,7 +161,7 @@ ChatGPT Character Counter Limit (CCCL) 是一個用戶腳本,旨在為 ChatGPT - + > ### 🔍你可能在找GitHub相關腳本 > @@ -184,7 +184,7 @@ ChatGPT Character Counter Limit (CCCL) 是一個用戶腳本,旨在為 ChatGPT - + > ### 🔍你可能在找Google相關腳本 > @@ -194,7 +194,7 @@ ChatGPT Character Counter Limit (CCCL) 是一個用戶腳本,旨在為 ChatGPT - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -213,7 +213,7 @@ ChatGPT Character Counter Limit (CCCL) 是一個用戶腳本,旨在為 ChatGPT - + > ### 🔍你可能在找成人腳本 > @@ -231,7 +231,7 @@ ChatGPT Character Counter Limit (CCCL) 是一個用戶腳本,旨在為 ChatGPT - + > ### 🔍你可能在找自動翻譯 > @@ -242,7 +242,7 @@ ChatGPT Character Counter Limit (CCCL) 是一個用戶腳本,旨在為 ChatGPT - + > ### 🔍你可能在找社交媒體腳本 > @@ -253,7 +253,7 @@ ChatGPT Character Counter Limit (CCCL) 是一個用戶腳本,旨在為 ChatGPT - +
    diff --git a/chatgpt-easy-management/README.md b/chatgpt-easy-management/README.md index 7bdcd66c3..1214137f4 100644 --- a/chatgpt-easy-management/README.md +++ b/chatgpt-easy-management/README.md @@ -42,7 +42,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -96,7 +96,7 @@ ChatGPT 批量删除会话功能。管理会话数据,以及在网页中提供 - + ## 使用帮助 @@ -110,14 +110,14 @@ ChatGPT 批量删除会话功能。管理会话数据,以及在网页中提供 **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - +
    diff --git a/chatgpt-easy-management/README_en.md b/chatgpt-easy-management/README_en.md index 61e362d58..c8daf391c 100644 --- a/chatgpt-easy-management/README_en.md +++ b/chatgpt-easy-management/README_en.md @@ -42,7 +42,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -96,7 +96,7 @@ ChatGPT Batch delete session function。Manage session data,and provide delete - + ## Help @@ -110,14 +110,14 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - +
    diff --git a/chatgpt-easy-management/README_ko.md b/chatgpt-easy-management/README_ko.md index d19871de6..07b3059a6 100644 --- a/chatgpt-easy-management/README_ko.md +++ b/chatgpt-easy-management/README_ko.md @@ -42,7 +42,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -96,7 +96,7 @@ ChatGPT 배치 삭제 세션 기능。세션 데이터를 관리합니다,웹 - + ## 돕다 @@ -110,14 +110,14 @@ ChatGPT 배치 삭제 세션 기능。세션 데이터를 관리합니다,웹 **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - +
    diff --git a/chatgpt-easy-management/README_vi.md b/chatgpt-easy-management/README_vi.md index 968a25410..bbf148195 100644 --- a/chatgpt-easy-management/README_vi.md +++ b/chatgpt-easy-management/README_vi.md @@ -42,7 +42,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -96,7 +96,7 @@ ChatGPT Chức năng phiên xóa hàng loạt。Quản lý dữ liệu phiên, - + ## Giúp đỡ @@ -110,14 +110,14 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - +
    diff --git a/chatgpt-easy-management/README_zh-TW.md b/chatgpt-easy-management/README_zh-TW.md index 8ecb2ed6a..f3ec165e1 100644 --- a/chatgpt-easy-management/README_zh-TW.md +++ b/chatgpt-easy-management/README_zh-TW.md @@ -42,7 +42,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -96,7 +96,7 @@ ChatGPT 批量刪除會話功能。管理會話數據,以及在網頁中提供 - + ## 使用幫助 @@ -110,14 +110,14 @@ ChatGPT 批量刪除會話功能。管理會話數據,以及在網頁中提供 **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - +
    diff --git a/chatgpt-insert-text/README.md b/chatgpt-insert-text/README.md index e5613f280..db5fc57d7 100644 --- a/chatgpt-insert-text/README.md +++ b/chatgpt-insert-text/README.md @@ -42,7 +42,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -113,7 +113,7 @@ ChatGPT 输入框、文本区域或可编辑内容区域,通过预设的快捷 - + ## 使用帮助 @@ -127,14 +127,14 @@ ChatGPT 输入框、文本区域或可编辑内容区域,通过预设的快捷 **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - +
    diff --git a/chatgpt-insert-text/README_en.md b/chatgpt-insert-text/README_en.md index 3a0077fb8..f27ff3450 100644 --- a/chatgpt-insert-text/README_en.md +++ b/chatgpt-insert-text/README_en.md @@ -42,7 +42,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -113,7 +113,7 @@ ChatGPT Input box、Text area or editable content area,Quickly insert specific - + ## Help @@ -127,14 +127,14 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - +
    diff --git a/chatgpt-insert-text/README_ko.md b/chatgpt-insert-text/README_ko.md index d419181c6..327067fea 100644 --- a/chatgpt-insert-text/README_ko.md +++ b/chatgpt-insert-text/README_ko.md @@ -42,7 +42,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -113,7 +113,7 @@ ChatGPT 입력 상자、텍스트 영역 또는 편집 가능한 콘텐츠 영 - + ## 돕다 @@ -127,14 +127,14 @@ ChatGPT 입력 상자、텍스트 영역 또는 편집 가능한 콘텐츠 영 **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - +
    diff --git a/chatgpt-insert-text/README_vi.md b/chatgpt-insert-text/README_vi.md index a8682ad8f..11897d4a2 100644 --- a/chatgpt-insert-text/README_vi.md +++ b/chatgpt-insert-text/README_vi.md @@ -42,7 +42,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -113,7 +113,7 @@ ChatGPT Hộp đầu vào、Khu vực văn bản hoặc khu vực nội dung có - + ## Giúp đỡ @@ -127,14 +127,14 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - +
    diff --git a/chatgpt-insert-text/README_zh-TW.md b/chatgpt-insert-text/README_zh-TW.md index 4ddeb6c0d..6eb82a776 100644 --- a/chatgpt-insert-text/README_zh-TW.md +++ b/chatgpt-insert-text/README_zh-TW.md @@ -42,7 +42,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -113,7 +113,7 @@ ChatGPT 輸入框、文本區域或可編輯內容區域,通過預設的快捷 - + ## 使用幫助 @@ -127,14 +127,14 @@ ChatGPT 輸入框、文本區域或可編輯內容區域,通過預設的快捷 **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - +
    diff --git a/chatgpt-plus/README.md b/chatgpt-plus/README.md index cfcbea654..8365269b2 100644 --- a/chatgpt-plus/README.md +++ b/chatgpt-plus/README.md @@ -40,7 +40,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -80,24 +80,24 @@ ![1.png](https://s2.loli.net/2024/08/24/BEyFS87bgMjJX1R.png) - + # ChatGPT Chat Fold Script & MAXWidth - + ## 简介 `ChatGPT Chat Fold Script & MAXWidth` 是一个用于在 ChatGPT 中折叠较长的“你”发送的消息并设置最大宽度的脚本。这可以帮助你更好地管理长消息,并改善界面布局。 - + ## 功能 - **折叠长消息**:自动折叠由你发送的长消息,节省屏幕空间。 - **设置最大宽度**:允许你设置聊天窗口的最大宽度,使得长消息不会超出指定范围。 - + ## 使用方法 @@ -105,14 +105,14 @@ - 你可以点击消息旁边的 “折叠” 按钮来手动折叠或展开消息。 - 在设置中调整聊天窗口的最大宽度。 - + ## 更新日志 - **v0.1**:初始版本,添加折叠功能和最大宽度设置。 - + > ### 🔍你可能在找ChatGPT相关脚本 > @@ -124,14 +124,14 @@ - + ## 贡献 如果你有任何建议或发现了问题,请通过 GitHub 或者GreasyFork 提交问题。 - + ## 使用帮助 @@ -145,14 +145,14 @@ **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相关脚本 > @@ -165,7 +165,7 @@ - + > ### 🔍你可能在找网页相关脚本 > @@ -183,7 +183,7 @@ - + > ### 🔍你可能在找GitHub相关脚本 > @@ -206,7 +206,7 @@ - + > ### 🔍你可能在找Google相关脚本 > @@ -216,7 +216,7 @@ - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -235,7 +235,7 @@ - + > ### 🔍你可能在找成人脚本 > @@ -253,7 +253,7 @@ - + > ### 🔍你可能在找自动翻译 > @@ -264,7 +264,7 @@ - + > ### 🔍你可能在找社交媒体脚本 > @@ -275,7 +275,7 @@ - +
    diff --git a/chatgpt-plus/README_en.md b/chatgpt-plus/README_en.md index 75402f3e9..1c7f8b2b1 100644 --- a/chatgpt-plus/README_en.md +++ b/chatgpt-plus/README_en.md @@ -40,7 +40,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -78,24 +78,24 @@ - + # ChatGPT Chat Fold Script & MAXWidth - + ## Introduction `ChatGPT Chat Fold Script & MAXWidth` is one used in ChatGPT The middle fold is longer“you”Script that sends the message and sets the maximum width。thisCanbyhelphelpyouEvengoodlandTubereasonlongremovebreath,and improve the interface layout。 - + ## Function - **Collapse long messages**:Automatically collapse long messages sent by you,Save screen space。 - **Set maximum width**:Allows you to set the maximum width of the chat window,Keep long messages from exceeding the specified range。 - + ## How to use @@ -103,13 +103,13 @@ - You can click next to the message “fold” according tobuttonComehandmovefoldorexhibitionopenremovebreath。 - Adjust the maximum width of the chat window in settings。 - + ## Change log - **v0.1**:initial version,Add folding functionality and max-width settings。 - + ## contribute @@ -118,7 +118,7 @@ If you have any suggestions or find a problem,Please pass GitHub orGreasyFork ![1.png](https://s2.loli.net/2024/08/24/BEyFS87bgMjJX1R.png) - + > ### 🔍You may be looking forChatGPTRelated scripts > @@ -130,7 +130,7 @@ If you have any suggestions or find a problem,Please pass GitHub orGreasyFork - + ## Help @@ -144,14 +144,14 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - + > ### 🔍You may be looking forChatGPTRelated scripts > @@ -164,7 +164,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for web-related scripts > @@ -182,7 +182,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -205,7 +205,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGoogleRelated scripts > @@ -215,7 +215,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -234,7 +234,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for adult scripts > @@ -252,7 +252,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for automatic translation > @@ -263,7 +263,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for social media scripts > @@ -274,7 +274,7 @@ Recommended browser and script manager: - +
    diff --git a/chatgpt-plus/README_ko.md b/chatgpt-plus/README_ko.md index 3769b458d..4cb8f47df 100644 --- a/chatgpt-plus/README_ko.md +++ b/chatgpt-plus/README_ko.md @@ -40,7 +40,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -80,24 +80,24 @@ ![1.png](https://s2.loli.net/2024/08/24/BEyFS87bgMjJX1R.png) - + # ChatGPT Chat Fold Script & MAXWidth - + ## 소개 `ChatGPT Chat Fold Script & MAXWidth` 사용 중입니다 ChatGPT 중간 정도 더 길다“너”메시지를 보내고 최대 너비 스크립트를 설정하십시오。이것은 긴 메시지를 더 잘 관리하는 데 도움이 될 수 있습니다,인터페이스 레이아웃을 향상시킵니다。 - + ## 기능 - **긴 메시지를 접 사람**:당신이 보낸 긴 메시지를 자동으로 무너 뜨립니다,화면 공간을 저장하십시오。 - **최대 너비를 설정합니다**:채팅 창의 최대 너비를 설정할 수 있습니다.,긴 메시지가 지정된 범위를 초과하지 않습니다。 - + ## 사용 방법 @@ -105,14 +105,14 @@ - 메시지 옆을 클릭 할 수 있습니다 “겹” 메시지가 수동으로 붕괴되거나 확장되는 버튼。 - 설정에서 채팅 창의 최대 너비 조정。 - + ## 로그 업데이트 - **v0.1**:초기 버전,접이식 기능과 최대 너비 설정을 추가하십시오。 - + > ### 🔍당신은 찾고있을 수 있습니다ChatGPT관련 스크립트 > @@ -124,14 +124,14 @@ - + ## 기여하다 제안이 있거나 문제가있는 경우,제발 통과하십시오 GitHub 또는GreasyFork 질문을 제출하십시오。 - + ## 돕다 @@ -145,14 +145,14 @@ **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - + > ### 🔍당신은 찾고있을 수 있습니다ChatGPT관련 스크립트 > @@ -165,7 +165,7 @@ - + > ### 🔍웹 관련 스크립트를 찾고있을 수 있습니다 > @@ -183,7 +183,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -206,7 +206,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다Google관련 스크립트 > @@ -216,7 +216,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -235,7 +235,7 @@ - + > ### 🔍성인 스크립트를 찾고있을 수 있습니다 > @@ -253,7 +253,7 @@ - + > ### 🔍자동 번역을 찾고있을 수 있습니다 > @@ -264,7 +264,7 @@ - + > ### 🔍소셜 미디어 스크립트를 찾고있을 수 있습니다 > @@ -275,7 +275,7 @@ - +
    diff --git a/chatgpt-plus/README_vi.md b/chatgpt-plus/README_vi.md index 16d71784d..e59f4ee06 100644 --- a/chatgpt-plus/README_vi.md +++ b/chatgpt-plus/README_vi.md @@ -40,7 +40,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -78,24 +78,24 @@ - + # ChatGPT Chat Fold Script & MAXWidth - + ## Giới thiệu `ChatGPT Chat Fold Script & MAXWidth` là một cái được sử dụng trong ChatGPT Nếp gấp ở giữa dài hơn“Bạn”Tập lệnh gửi tin nhắn và đặt độ rộng tối đa。cái nàyCó thểquagiúp đỡgiúp đỡBạnThậm chíTốtđấtỐnglý dodàidi dờihơi thở,và cải thiện bố cục giao diện。 - + ## Chức năng - **Thu gọn tin nhắn dài**: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。 - **Đặt chiều rộng tối đa**: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ách sử dụng @@ -103,13 +103,13 @@ - Bạn có thể bấm vào bên cạnh tin nhắn “nếp gấp” theocái nútĐếntaydi chuyểnnếp gấphoặctriển lãmmởdi dờihơi thở。 - Điều chỉnh độ rộng tối đa của cửa sổ trò chuyện trong cài đặt。 - + ## Nhật ký thay đổi - **v0.1**:phiên bản đầu tiên,Thêm chức năng gấp và cài đặt chiều rộng tối đa。 - + ## đóng góp @@ -117,16 +117,16 @@ Nếu bạn có bất kỳ đề xuất hoặc tìm thấy một vấn đề,X ![1.png](https://s2.loli.net/2024/08/24/BEyFS87bgMjJX1R.png) - + ## làmsử dụnggiúp đỡgiúp đỡ - + ## Giúp đỡ - + > ### 🔍Bạn có thể đang tìm kiếmChatGPTTập lệnh liên quan > @@ -138,7 +138,7 @@ Nếu bạn có bất kỳ đề xuất hoặc tìm thấy một vấn đề,X - + ## Giúp đỡ @@ -152,14 +152,14 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - + > ### 🔍Bạn có thể đang tìm kiếmChatGPTTập lệnh liên quan > @@ -172,7 +172,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web > @@ -190,7 +190,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -213,7 +213,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGoogleTập lệnh liên quan > @@ -223,7 +223,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -242,7 +242,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm kịch bản người lớn > @@ -260,7 +260,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm bản dịch tự động > @@ -271,7 +271,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các kịch bản truyền thông xã hội > @@ -282,7 +282,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - +
    diff --git a/chatgpt-plus/README_zh-TW.md b/chatgpt-plus/README_zh-TW.md index 2b3cd0afb..fcc05387b 100644 --- a/chatgpt-plus/README_zh-TW.md +++ b/chatgpt-plus/README_zh-TW.md @@ -40,7 +40,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -78,24 +78,24 @@ - + # ChatGPT Chat Fold Script & MAXWidth - + ## 簡介 `ChatGPT Chat Fold Script & MAXWidth` 是一個用於在 ChatGPT 中折疊較長的“你”發送的訊息並設定最大寬度的腳本。這可以幫助你更好地管理長訊息,並改善介面佈局。 - + ## 功能 - **折疊長訊息**:自動折疊由你發送的長訊息,節省螢幕空間。 - **設定最大寬度**:允許你設定聊天視窗的最大寬度,使得長訊息不會超出指定範圍。 - + ## 使用方法 @@ -103,13 +103,13 @@ - 你可以點擊訊息旁邊的 “折疊” 按钮来手动折疊或展开消息。 - 在設定中調整聊天視窗的最大寬度。 - + ## 更新日誌 - **v0.1**:初始版本,添加折疊功能和最大寬度設置。 - + ## 貢獻 @@ -118,7 +118,7 @@ ![1.png](https://s2.loli.net/2024/08/24/BEyFS87bgMjJX1R.png) - + > ### 🔍你可能在找ChatGPT相關腳本 > @@ -130,7 +130,7 @@ - + ## 使用幫助 @@ -144,14 +144,14 @@ **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相關腳本 > @@ -164,7 +164,7 @@ - + > ### 🔍你可能在找網頁相關腳本 > @@ -182,7 +182,7 @@ - + > ### 🔍你可能在找GitHub相關腳本 > @@ -205,7 +205,7 @@ - + > ### 🔍你可能在找Google相關腳本 > @@ -215,7 +215,7 @@ - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -234,7 +234,7 @@ - + > ### 🔍你可能在找成人腳本 > @@ -252,7 +252,7 @@ - + > ### 🔍你可能在找自動翻譯 > @@ -263,7 +263,7 @@ - + > ### 🔍你可能在找社交媒體腳本 > @@ -274,7 +274,7 @@ - +
    diff --git a/chatgpt-save-conversation/README.md b/chatgpt-save-conversation/README.md index e58d31f1d..e67aefe98 100644 --- a/chatgpt-save-conversation/README.md +++ b/chatgpt-save-conversation/README.md @@ -42,7 +42,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -148,7 +148,7 @@ - + ## 使用帮助 @@ -162,14 +162,14 @@ **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - +
    diff --git a/chatgpt-save-conversation/README_en.md b/chatgpt-save-conversation/README_en.md index 2fc2c735f..e2765dd8f 100644 --- a/chatgpt-save-conversation/README_en.md +++ b/chatgpt-save-conversation/README_en.md @@ -42,7 +42,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -148,7 +148,7 @@ This script is suitable for users who need to quickly save web chat history。 - + ## Help @@ -162,14 +162,14 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - +
    diff --git a/chatgpt-save-conversation/README_ko.md b/chatgpt-save-conversation/README_ko.md index 74fd34652..d54125d8b 100644 --- a/chatgpt-save-conversation/README_ko.md +++ b/chatgpt-save-conversation/README_ko.md @@ -42,7 +42,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -148,7 +148,7 @@ - + ## 돕다 @@ -162,14 +162,14 @@ **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - +
    diff --git a/chatgpt-save-conversation/README_vi.md b/chatgpt-save-conversation/README_vi.md index cc75fda80..1bc7543e3 100644 --- a/chatgpt-save-conversation/README_vi.md +++ b/chatgpt-save-conversation/README_vi.md @@ -42,7 +42,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -148,7 +148,7 @@ Kịch bản này phù hợp cho người dùng cần nhanh chóng lưu lịch s - + ## Giúp đỡ @@ -162,14 +162,14 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - +
    diff --git a/chatgpt-save-conversation/README_zh-TW.md b/chatgpt-save-conversation/README_zh-TW.md index 3bb1f5d51..f4320bf77 100644 --- a/chatgpt-save-conversation/README_zh-TW.md +++ b/chatgpt-save-conversation/README_zh-TW.md @@ -42,7 +42,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -148,7 +148,7 @@ - + ## 使用幫助 @@ -162,14 +162,14 @@ **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - +
    diff --git a/clean-blog-articles/README.md b/clean-blog-articles/README.md index dce023487..a687baf09 100644 --- a/clean-blog-articles/README.md +++ b/clean-blog-articles/README.md @@ -42,7 +42,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -105,7 +105,7 @@ - + ## 使用帮助 @@ -119,14 +119,14 @@ **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - +
    diff --git a/clean-blog-articles/README_en.md b/clean-blog-articles/README_en.md index 550b71e5e..0f088d994 100644 --- a/clean-blog-articles/README_en.md +++ b/clean-blog-articles/README_en.md @@ -42,7 +42,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -105,7 +105,7 @@ - + ## Help @@ -119,14 +119,14 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - +
    diff --git a/clean-blog-articles/README_ko.md b/clean-blog-articles/README_ko.md index 3e5327851..62b84feef 100644 --- a/clean-blog-articles/README_ko.md +++ b/clean-blog-articles/README_ko.md @@ -42,7 +42,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -105,7 +105,7 @@ - + ## 돕다 @@ -119,14 +119,14 @@ **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - +
    diff --git a/clean-blog-articles/README_vi.md b/clean-blog-articles/README_vi.md index 712ce804c..ecd159fd0 100644 --- a/clean-blog-articles/README_vi.md +++ b/clean-blog-articles/README_vi.md @@ -42,7 +42,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -105,7 +105,7 @@ - + ## Giúp đỡ @@ -119,14 +119,14 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - +
    diff --git a/clean-blog-articles/README_zh-TW.md b/clean-blog-articles/README_zh-TW.md index 9a7f41bd7..c7af69683 100644 --- a/clean-blog-articles/README_zh-TW.md +++ b/clean-blog-articles/README_zh-TW.md @@ -42,7 +42,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -105,7 +105,7 @@ - + ## 使用幫助 @@ -119,14 +119,14 @@ **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - +
    diff --git a/clipboard-manager/README.md b/clipboard-manager/README.md index 928832863..ff3a04fcf 100644 --- a/clipboard-manager/README.md +++ b/clipboard-manager/README.md @@ -40,7 +40,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -101,7 +101,7 @@ 如有任何问题,请通过 [GitHub Issues](https://github.com/ChinaGodMan/UserScripts/issues) 提交反馈。 - + > ### 🔍你可能在找网页相关脚本 > @@ -118,7 +118,7 @@ - + ## 使用帮助 @@ -132,14 +132,14 @@ **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相关脚本 > @@ -152,7 +152,7 @@ - + > ### 🔍你可能在找网页相关脚本 > @@ -170,7 +170,7 @@ - + > ### 🔍你可能在找GitHub相关脚本 > @@ -193,7 +193,7 @@ - + > ### 🔍你可能在找Google相关脚本 > @@ -203,7 +203,7 @@ - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -222,7 +222,7 @@ - + > ### 🔍你可能在找成人脚本 > @@ -240,7 +240,7 @@ - + > ### 🔍你可能在找自动翻译 > @@ -251,7 +251,7 @@ - + > ### 🔍你可能在找社交媒体脚本 > @@ -262,7 +262,7 @@ - +
    diff --git a/clipboard-manager/README_en.md b/clipboard-manager/README_en.md index b0095adad..a0f9d9252 100644 --- a/clipboard-manager/README_en.md +++ b/clipboard-manager/README_en.md @@ -40,7 +40,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -101,7 +101,7 @@ This project uses MIT license。 If you have any questions,Please pass [GitHub Issues](https://github.com/ChinaGodMan/UserScripts/issues) Submit feedback。 - + > ### 🔍You may be looking for web-related scripts > @@ -118,7 +118,7 @@ If you have any questions,Please pass [GitHub Issues](https://github.com/China - + ## Help @@ -132,14 +132,14 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - + > ### 🔍You may be looking forChatGPTRelated scripts > @@ -152,7 +152,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for web-related scripts > @@ -170,7 +170,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -193,7 +193,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGoogleRelated scripts > @@ -203,7 +203,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -222,7 +222,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for adult scripts > @@ -240,7 +240,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for automatic translation > @@ -251,7 +251,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for social media scripts > @@ -262,7 +262,7 @@ Recommended browser and script manager: - +
    diff --git a/clipboard-manager/README_ko.md b/clipboard-manager/README_ko.md index 8c7293009..4b8fe8d71 100644 --- a/clipboard-manager/README_ko.md +++ b/clipboard-manager/README_ko.md @@ -40,7 +40,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -101,7 +101,7 @@ 궁금한 점이 있으면,제발 통과하십시오 [GitHub Issues](https://github.com/ChinaGodMan/UserScripts/issues) 피드백을 제출하십시오。 - + > ### 🔍웹 관련 스크립트를 찾고있을 수 있습니다 > @@ -118,7 +118,7 @@ - + ## 돕다 @@ -132,14 +132,14 @@ **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - + > ### 🔍당신은 찾고있을 수 있습니다ChatGPT관련 스크립트 > @@ -152,7 +152,7 @@ - + > ### 🔍웹 관련 스크립트를 찾고있을 수 있습니다 > @@ -170,7 +170,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -193,7 +193,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다Google관련 스크립트 > @@ -203,7 +203,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -222,7 +222,7 @@ - + > ### 🔍성인 스크립트를 찾고있을 수 있습니다 > @@ -240,7 +240,7 @@ - + > ### 🔍자동 번역을 찾고있을 수 있습니다 > @@ -251,7 +251,7 @@ - + > ### 🔍소셜 미디어 스크립트를 찾고있을 수 있습니다 > @@ -262,7 +262,7 @@ - +
    diff --git a/clipboard-manager/README_vi.md b/clipboard-manager/README_vi.md index 9ad3a0832..4d219b265 100644 --- a/clipboard-manager/README_vi.md +++ b/clipboard-manager/README_vi.md @@ -40,7 +40,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -101,7 +101,7 @@ Dự án này áp dụng MIT giấy phép。 Nếu bạn có bất kỳ câu hỏi nào,Xin vui lòng vượt qua [GitHub Issues](https://github.com/ChinaGodMan/UserScripts/issues) Gửi phản hồi。 - + > ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web > @@ -118,7 +118,7 @@ Nếu bạn có bất kỳ câu hỏi nào,Xin vui lòng vượt qua [GitHub I - + ## Giúp đỡ @@ -132,14 +132,14 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - + > ### 🔍Bạn có thể đang tìm kiếmChatGPTTập lệnh liên quan > @@ -152,7 +152,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web > @@ -170,7 +170,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -193,7 +193,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGoogleTập lệnh liên quan > @@ -203,7 +203,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -222,7 +222,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm kịch bản người lớn > @@ -240,7 +240,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm bản dịch tự động > @@ -251,7 +251,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các kịch bản truyền thông xã hội > @@ -262,7 +262,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - +
    diff --git a/clipboard-manager/README_zh-TW.md b/clipboard-manager/README_zh-TW.md index 3224072e8..29e9c5254 100644 --- a/clipboard-manager/README_zh-TW.md +++ b/clipboard-manager/README_zh-TW.md @@ -40,7 +40,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -101,7 +101,7 @@ 如有任何問題,請通過 [GitHub Issues](https://github.com/ChinaGodMan/UserScripts/issues) 提交反饋。 - + > ### 🔍你可能在找網頁相關腳本 > @@ -118,7 +118,7 @@ - + ## 使用幫助 @@ -132,14 +132,14 @@ **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相關腳本 > @@ -152,7 +152,7 @@ - + > ### 🔍你可能在找網頁相關腳本 > @@ -170,7 +170,7 @@ - + > ### 🔍你可能在找GitHub相關腳本 > @@ -193,7 +193,7 @@ - + > ### 🔍你可能在找Google相關腳本 > @@ -203,7 +203,7 @@ - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -222,7 +222,7 @@ - + > ### 🔍你可能在找成人腳本 > @@ -240,7 +240,7 @@ - + > ### 🔍你可能在找自動翻譯 > @@ -251,7 +251,7 @@ - + > ### 🔍你可能在找社交媒體腳本 > @@ -262,7 +262,7 @@ - +
    diff --git a/cnm.r18/README.md b/cnm.r18/README.md index f8eeda8c4..c065150b8 100644 --- a/cnm.r18/README.md +++ b/cnm.r18/README.md @@ -42,7 +42,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -112,7 +112,7 @@ - + ## 使用帮助 @@ -126,14 +126,14 @@ **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - +
    diff --git a/cnm.r18/README_en.md b/cnm.r18/README_en.md index fe50b27c8..f8afa6b51 100644 --- a/cnm.r18/README_en.md +++ b/cnm.r18/README_en.md @@ -42,7 +42,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -112,7 +112,7 @@ By matching the website domain name and specific CSS Selector,Automatically cl - + ## Help @@ -126,14 +126,14 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - +
    diff --git a/cnm.r18/README_ko.md b/cnm.r18/README_ko.md index 4faa16413..4e85a8231 100644 --- a/cnm.r18/README_ko.md +++ b/cnm.r18/README_ko.md @@ -42,7 +42,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -112,7 +112,7 @@ - + ## 돕다 @@ -126,14 +126,14 @@ **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - +
    diff --git a/cnm.r18/README_vi.md b/cnm.r18/README_vi.md index 90e5935a8..b40b79ab4 100644 --- a/cnm.r18/README_vi.md +++ b/cnm.r18/README_vi.md @@ -42,7 +42,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -112,7 +112,7 @@ Bằng cách khớp tên miền trang web và cụ thể CSS Người chọn,T - + ## Giúp đỡ @@ -126,14 +126,14 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - +
    diff --git a/cnm.r18/README_zh-TW.md b/cnm.r18/README_zh-TW.md index 7b8d5d0eb..8594db1cc 100644 --- a/cnm.r18/README_zh-TW.md +++ b/cnm.r18/README_zh-TW.md @@ -42,7 +42,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -112,7 +112,7 @@ - + ## 使用幫助 @@ -126,14 +126,14 @@ **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - +
    diff --git a/colorful-table/README.md b/colorful-table/README.md index 712f6b87c..6a0cc7062 100644 --- a/colorful-table/README.md +++ b/colorful-table/README.md @@ -40,7 +40,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -72,7 +72,7 @@ - + # 绚丽渐变美化网页表格脚本 @@ -102,7 +102,7 @@ 该脚本适用于任何包含网页表格场景,能够自动为网页表格应用颜色渐变,帮助用户快速识别数据的差异,提升表格的可视化效果。 - + > ### 🔍你可能在找网页相关脚本 > @@ -119,7 +119,7 @@ - + ## 项目与反馈 @@ -131,7 +131,7 @@ ![colorful-table.png](https://s2.loli.net/2024/09/06/IA7pxwj1ZC4c56a.png) - + ## 使用帮助 @@ -145,14 +145,14 @@ **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相关脚本 > @@ -165,7 +165,7 @@ - + > ### 🔍你可能在找网页相关脚本 > @@ -183,7 +183,7 @@ - + > ### 🔍你可能在找GitHub相关脚本 > @@ -206,7 +206,7 @@ - + > ### 🔍你可能在找Google相关脚本 > @@ -216,7 +216,7 @@ - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -235,7 +235,7 @@ - + > ### 🔍你可能在找成人脚本 > @@ -253,7 +253,7 @@ - + > ### 🔍你可能在找自动翻译 > @@ -264,7 +264,7 @@ - + > ### 🔍你可能在找社交媒体脚本 > @@ -275,7 +275,7 @@ - +
    diff --git a/colorful-table/README_en.md b/colorful-table/README_en.md index 87790e2d4..07115f536 100644 --- a/colorful-table/README_en.md +++ b/colorful-table/README_en.md @@ -40,7 +40,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -72,7 +72,7 @@ - + # Gorgeous Gradient Table Beautification Script @@ -101,7 +101,7 @@ This script automatically applies gradient colors to all tables on a webpage, ba This script is suitable for any webpage containing tables, automatically applying gradient colors to enhance data visualization and make it easier to distinguish data differences. - + ## Project & Feedback @@ -113,7 +113,7 @@ This script is suitable for any webpage containing tables, automatically applyin ![colorful-table.png](https://s2.loli.net/2024/09/06/IA7pxwj1ZC4c56a.png) - + > ### 🔍You may be looking for web-related scripts > @@ -130,7 +130,7 @@ This script is suitable for any webpage containing tables, automatically applyin - + ## Help @@ -144,14 +144,14 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - + > ### 🔍You may be looking forChatGPTRelated scripts > @@ -164,7 +164,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for web-related scripts > @@ -182,7 +182,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -205,7 +205,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGoogleRelated scripts > @@ -215,7 +215,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -234,7 +234,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for adult scripts > @@ -252,7 +252,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for automatic translation > @@ -263,7 +263,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for social media scripts > @@ -274,7 +274,7 @@ Recommended browser and script manager: - +
    diff --git a/colorful-table/README_ko.md b/colorful-table/README_ko.md index 787118990..435ca0721 100644 --- a/colorful-table/README_ko.md +++ b/colorful-table/README_ko.md @@ -40,7 +40,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -72,7 +72,7 @@ - + # 화려한 그라디언트 웹 페이지 테이블 스크립트를 아름답게합니다 @@ -102,7 +102,7 @@ 이 스크립트는 웹 테이블이 포함 된 모든 시나리오에 적합합니다.,웹 테이블에 컬러 그라디언트를 자동으로 적용 할 수 있습니다,사용자가 데이터 차이를 신속하게 식별하도록 도와줍니다,테이블의 시각화를 향상시킵니다。 - + > ### 🔍웹 관련 스크립트를 찾고있을 수 있습니다 > @@ -119,7 +119,7 @@ - + ## 프로젝트 및 피드백 @@ -131,7 +131,7 @@ ![colorful-table.png](https://s2.loli.net/2024/09/06/IA7pxwj1ZC4c56a.png) - + ## 돕다 @@ -145,14 +145,14 @@ **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - + > ### 🔍당신은 찾고있을 수 있습니다ChatGPT관련 스크립트 > @@ -165,7 +165,7 @@ - + > ### 🔍웹 관련 스크립트를 찾고있을 수 있습니다 > @@ -183,7 +183,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -206,7 +206,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다Google관련 스크립트 > @@ -216,7 +216,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -235,7 +235,7 @@ - + > ### 🔍성인 스크립트를 찾고있을 수 있습니다 > @@ -253,7 +253,7 @@ - + > ### 🔍자동 번역을 찾고있을 수 있습니다 > @@ -264,7 +264,7 @@ - + > ### 🔍소셜 미디어 스크립트를 찾고있을 수 있습니다 > @@ -275,7 +275,7 @@ - +
    diff --git a/colorful-table/README_vi.md b/colorful-table/README_vi.md index 9abaae2fc..876cc1ef6 100644 --- a/colorful-table/README_vi.md +++ b/colorful-table/README_vi.md @@ -40,7 +40,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -72,7 +72,7 @@ - + # Gradient tuyệt đẹp làm đẹp tập lệnh bảng trang web @@ -102,7 +102,7 @@ Tập lệnh này tự động áp dụng một gradient màu cho tất cả cá Kịch bản này phù hợp cho bất kỳ kịch bản nào chứa bảng web,Khả năng tự động áp dụng độ dốc màu cho bảng web,Giúp người dùng nhanh chóng xác định sự khác biệt về dữ liệu,Cải thiện hình dung của bảng。 - + > ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web > @@ -119,7 +119,7 @@ Kịch bản này phù hợp cho bất kỳ kịch bản nào chứa bảng web - + ## Dự án và phản hồi @@ -131,7 +131,7 @@ Kịch bản này phù hợp cho bất kỳ kịch bản nào chứa bảng web ![colorful-table.png](https://s2.loli.net/2024/09/06/IA7pxwj1ZC4c56a.png) - + ## Giúp đỡ @@ -145,14 +145,14 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - + > ### 🔍Bạn có thể đang tìm kiếmChatGPTTập lệnh liên quan > @@ -165,7 +165,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web > @@ -183,7 +183,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -206,7 +206,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGoogleTập lệnh liên quan > @@ -216,7 +216,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -235,7 +235,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm kịch bản người lớn > @@ -253,7 +253,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm bản dịch tự động > @@ -264,7 +264,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các kịch bản truyền thông xã hội > @@ -275,7 +275,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - +
    diff --git a/colorful-table/README_zh-TW.md b/colorful-table/README_zh-TW.md index 0dc3f6eb9..973611904 100644 --- a/colorful-table/README_zh-TW.md +++ b/colorful-table/README_zh-TW.md @@ -40,7 +40,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -72,7 +72,7 @@ - + # 絢麗漸變美化網頁表格腳本 @@ -102,7 +102,7 @@ 該腳本適用於任何包含網頁表格場景,能夠自動為網頁表格應用顏色漸變,幫助用戶快速識別數據的差異,提升表格的可視化效果。 - + > ### 🔍你可能在找網頁相關腳本 > @@ -119,7 +119,7 @@ - + ## 項目與反饋 @@ -131,7 +131,7 @@ ![colorful-table.png](https://s2.loli.net/2024/09/06/IA7pxwj1ZC4c56a.png) - + ## 使用幫助 @@ -145,14 +145,14 @@ **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相關腳本 > @@ -165,7 +165,7 @@ - + > ### 🔍你可能在找網頁相關腳本 > @@ -183,7 +183,7 @@ - + > ### 🔍你可能在找GitHub相關腳本 > @@ -206,7 +206,7 @@ - + > ### 🔍你可能在找Google相關腳本 > @@ -216,7 +216,7 @@ - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -235,7 +235,7 @@ - + > ### 🔍你可能在找成人腳本 > @@ -253,7 +253,7 @@ - + > ### 🔍你可能在找自動翻譯 > @@ -264,7 +264,7 @@ - + > ### 🔍你可能在找社交媒體腳本 > @@ -275,7 +275,7 @@ - +
    diff --git a/csdn-blocker/README.md b/csdn-blocker/README.md index ca97f3769..9f1fe058b 100644 --- a/csdn-blocker/README.md +++ b/csdn-blocker/README.md @@ -40,7 +40,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -75,7 +75,7 @@ 解除CSDN需要登录复制的限制 - + > ### 🔍你可能在找网页相关脚本 > @@ -92,7 +92,7 @@ - + ## 使用帮助 @@ -106,14 +106,14 @@ **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相关脚本 > @@ -126,7 +126,7 @@ - + > ### 🔍你可能在找网页相关脚本 > @@ -144,7 +144,7 @@ - + > ### 🔍你可能在找GitHub相关脚本 > @@ -167,7 +167,7 @@ - + > ### 🔍你可能在找Google相关脚本 > @@ -177,7 +177,7 @@ - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -196,7 +196,7 @@ - + > ### 🔍你可能在找成人脚本 > @@ -214,7 +214,7 @@ - + > ### 🔍你可能在找自动翻译 > @@ -225,7 +225,7 @@ - + > ### 🔍你可能在找社交媒体脚本 > @@ -236,7 +236,7 @@ - +
    diff --git a/csdn-blocker/README_en.md b/csdn-blocker/README_en.md index 2f11c7242..73ef074d5 100644 --- a/csdn-blocker/README_en.md +++ b/csdn-blocker/README_en.md @@ -40,7 +40,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -75,7 +75,7 @@ RemovalCSDNRestrictions on login copying required - + > ### 🔍You may be looking for web-related scripts > @@ -92,7 +92,7 @@ RemovalCSDNRestrictions on login copying required - + ## Help @@ -106,14 +106,14 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - + > ### 🔍You may be looking forChatGPTRelated scripts > @@ -126,7 +126,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for web-related scripts > @@ -144,7 +144,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -167,7 +167,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGoogleRelated scripts > @@ -177,7 +177,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -196,7 +196,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for adult scripts > @@ -214,7 +214,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for automatic translation > @@ -225,7 +225,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for social media scripts > @@ -236,7 +236,7 @@ Recommended browser and script manager: - +
    diff --git a/csdn-blocker/README_ko.md b/csdn-blocker/README_ko.md index 8195dddf9..4a0dc8242 100644 --- a/csdn-blocker/README_ko.md +++ b/csdn-blocker/README_ko.md @@ -40,7 +40,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -75,7 +75,7 @@ 제거CSDN로그인 복사 제한이 필요합니다 - + > ### 🔍웹 관련 스크립트를 찾고있을 수 있습니다 > @@ -92,7 +92,7 @@ - + ## 돕다 @@ -106,14 +106,14 @@ **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - + > ### 🔍당신은 찾고있을 수 있습니다ChatGPT관련 스크립트 > @@ -126,7 +126,7 @@ - + > ### 🔍웹 관련 스크립트를 찾고있을 수 있습니다 > @@ -144,7 +144,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -167,7 +167,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다Google관련 스크립트 > @@ -177,7 +177,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -196,7 +196,7 @@ - + > ### 🔍성인 스크립트를 찾고있을 수 있습니다 > @@ -214,7 +214,7 @@ - + > ### 🔍자동 번역을 찾고있을 수 있습니다 > @@ -225,7 +225,7 @@ - + > ### 🔍소셜 미디어 스크립트를 찾고있을 수 있습니다 > @@ -236,7 +236,7 @@ - +
    diff --git a/csdn-blocker/README_vi.md b/csdn-blocker/README_vi.md index d471a7ab9..37898baa4 100644 --- a/csdn-blocker/README_vi.md +++ b/csdn-blocker/README_vi.md @@ -40,7 +40,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -75,7 +75,7 @@ Loại bỏCSDNHạn chế khi sao chép đăng nhập yêu cầu - + > ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web > @@ -92,7 +92,7 @@ Loại bỏCSDNHạn chế khi sao chép đăng nhập yêu cầu - + ## Giúp đỡ @@ -106,14 +106,14 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - + > ### 🔍Bạn có thể đang tìm kiếmChatGPTTập lệnh liên quan > @@ -126,7 +126,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web > @@ -144,7 +144,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -167,7 +167,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGoogleTập lệnh liên quan > @@ -177,7 +177,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -196,7 +196,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm kịch bản người lớn > @@ -214,7 +214,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm bản dịch tự động > @@ -225,7 +225,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các kịch bản truyền thông xã hội > @@ -236,7 +236,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - +
    diff --git a/csdn-blocker/README_zh-TW.md b/csdn-blocker/README_zh-TW.md index 4e3ddb1af..839218a1b 100644 --- a/csdn-blocker/README_zh-TW.md +++ b/csdn-blocker/README_zh-TW.md @@ -40,7 +40,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -75,7 +75,7 @@ 解除CSDN需要登錄複製的限制 - + > ### 🔍你可能在找網頁相關腳本 > @@ -92,7 +92,7 @@ - + ## 使用幫助 @@ -106,14 +106,14 @@ **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相關腳本 > @@ -126,7 +126,7 @@ - + > ### 🔍你可能在找網頁相關腳本 > @@ -144,7 +144,7 @@ - + > ### 🔍你可能在找GitHub相關腳本 > @@ -167,7 +167,7 @@ - + > ### 🔍你可能在找Google相關腳本 > @@ -177,7 +177,7 @@ - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -196,7 +196,7 @@ - + > ### 🔍你可能在找成人腳本 > @@ -214,7 +214,7 @@ - + > ### 🔍你可能在找自動翻譯 > @@ -225,7 +225,7 @@ - + > ### 🔍你可能在找社交媒體腳本 > @@ -236,7 +236,7 @@ - +
    diff --git a/docs/README.md b/docs/README.md index e7e91ecc7..f24060b4c 100644 --- a/docs/README.md +++ b/docs/README.md @@ -44,12 +44,12 @@ Gmail - +
    脚本来自互联网广大网友,本人仅是做了些许改动.感谢网友
    如有侵权,联系必删
    - + 推荐使用:
    Support
    Support
    @@ -57,13 +57,13 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/ChinaGodMan/UserScripts) - + ## 🔖 TOC @@ -458,7 +458,7 @@ 修改自 - +

    GreasyFork (12)

    @@ -906,7 +906,7 @@ 修改自 - +

    成人脚本 (11)

    @@ -1304,7 +1304,7 @@ 修改自 - +

    Google 脚本 (2)

    @@ -1374,7 +1374,7 @@ 更新日志 - +

    GitHub 脚本 (20)

    @@ -2136,7 +2136,7 @@ github-notification-inbox-toggle 开发版本 修改自 - +

    翻译脚本 (3)

    @@ -2240,7 +2240,7 @@ github-notification-inbox-toggle 开发版本 修改自 - +

    AI 脚本 (9)

    @@ -2554,7 +2554,7 @@ ChatGPT 让代码字体变小 并且自动折行 修改自 - +

    博客网站 (5)

    @@ -2716,7 +2716,7 @@ ChatGPT 让代码字体变小 并且自动折行 修改自 - +

    Twitter (5)

    @@ -2907,7 +2907,7 @@ ChatGPT 让代码字体变小 并且自动折行 修改自 - +

    YouTube (5)

    @@ -3085,7 +3085,7 @@ ChatGPT 让代码字体变小 并且自动折行 修改自 - +

    TikTok (1)

    @@ -3119,7 +3119,7 @@ TikTok 在个人资料上显示更多扩展信息 修改自 - +

    Bilibili (2)

    @@ -3185,7 +3185,7 @@ TikTok 在个人资料上显示更多扩展信息 修改自 - + diff --git a/docs/de/README.md b/docs/de/README.md index e9b9dba49..16a1697fb 100644 --- a/docs/de/README.md +++ b/docs/de/README.md @@ -44,12 +44,12 @@ Gmail - +
    Das Drehbuch stammt von der großen Zahl von Internetnutzern,Ich habe gerade einige Änderungen vorgenommen.Danke Netizens
    Wenn ein Verstoß vorliegt,Der Kontakt muss gelöscht werden
    - + Empfohlen:
    Support
    Support
    @@ -57,13 +57,13 @@ 💡 Tip: Die obige Liste der Skriptmanager und Browser ist nicht vollständig
    Das Skript läuft in der folgenden Umgebung einwandfrei
    Passed
    - +
    [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/ChinaGodMan/UserScripts) - + ## 🔖 TOC @@ -458,7 +458,7 @@ Konvertieren Sie Textlinks in klickbare Links Geändert von - +

    GreasyFork (12)

    @@ -906,7 +906,7 @@ Suchen Sie mit GoogleGreasyForkUndSleazyForkOberschrift Geändert von - +

    Drehbuch für Erwachsene (11)

    @@ -1304,7 +1304,7 @@ Da ich gerade 18 Jahre alt bin, kann ich erwachsene Inhalte sehen Geändert von - +

    Google Skript (2)

    @@ -1374,7 +1374,7 @@ Suchen Sie nach einer Google, die eine bestimmte Website blockiert Änderungsprotokoll - +

    GitHub Skript (20)

    @@ -2136,7 +2136,7 @@ GitHub-Notification-in-Box-Toggle-Entwicklung Version Geändert von - +

    Skript übersetzen (3)

    @@ -2240,7 +2240,7 @@ Fügen Sie ein Google-Übersetzungssymbol in die untere rechte Ecke jeder nichtc Geändert von - +

    AI Skript (9)

    @@ -2554,7 +2554,7 @@ Suchen Sie Chat, Filter -Chat, Schnell/Stapel -Chat löschen. Geändert von - +

    Blogseite (5)

    @@ -2716,7 +2716,7 @@ Sina Weibo springt automatisch zur mobilen Version,Unterstützen Sie Weibo、A Geändert von - +

    Twitter (5)

    @@ -2907,7 +2907,7 @@ Wird verwendet, um Twitter (x) Blacklists und blockierte Listen herunterzuladen, Geändert von - +

    YouTube (5)

    @@ -3085,7 +3085,7 @@ Passen Sie das YouTube -Video -Netz dynamisch anhand der Fensterbreite an, um di Geändert von - +

    TikTok (1)

    @@ -3119,7 +3119,7 @@ TIKTOK zeigt erweiterte Informationen zum Profil an Geändert von - +

    Bilibili (2)

    @@ -3185,7 +3185,7 @@ Bilibili Live-Raumblockierungstool,Support-Management-Liste,Batch-Blockierun Geändert von - + diff --git a/docs/en/README.md b/docs/en/README.md index 725386984..775f69316 100644 --- a/docs/en/README.md +++ b/docs/en/README.md @@ -44,12 +44,12 @@ Gmail - +
    The script comes from the vast number of netizens on the Internet,I just made some changes.Thanks netizens
    If there is any infringement,Contact must be deleted
    - + Recommended:
    Support
    Support
    @@ -57,13 +57,13 @@ 💡 Tip: The above list of script managers and browsers is not exhaustive
    The script runs fine in the following environment
    Passed
    - +
    [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/ChinaGodMan/UserScripts) - + ## 🔖 TOC @@ -458,7 +458,7 @@ Convert text links to clickable links Modified from - +

    GreasyFork (12)

    @@ -906,7 +906,7 @@ Search using GoogleGreasyForkandSleazyForkupper script Modified from - +

    adult script (11)

    @@ -1304,7 +1304,7 @@ Since I just turned 18, I can watch adult content Modified from - +

    Google Script (2)

    @@ -1374,7 +1374,7 @@ Search for a Google Blocking a specified site Change log - +

    GitHub Script (20)

    @@ -2136,7 +2136,7 @@ github-notification-inbox-toggle development version Modified from - +

    Translate script (3)

    @@ -2240,7 +2240,7 @@ Add a Google Translation icon to the lower right corner of each non-Chinese web Modified from - +

    AI Script (9)

    @@ -2554,7 +2554,7 @@ Search chat, filter chat, fast/batch delete chat. Modified from - +

    blog site (5)

    @@ -2716,7 +2716,7 @@ Sina Weibo automatically jumps to the mobile version,Support Weibo、article Modified from - +

    Twitter (5)

    @@ -2907,7 +2907,7 @@ Used to download Twitter(X) blacklists and blocked lists, support automatic dete Modified from - +

    YouTube (5)

    @@ -3085,7 +3085,7 @@ Dynamically adjust the YouTube video grid based on window width to display the b Modified from - +

    TikTok (1)

    @@ -3119,7 +3119,7 @@ TikTok displays more extended information on profile Modified from - +

    Bilibili (2)

    @@ -3185,7 +3185,7 @@ Bilibili Live Room Blocking Tool,Support management list,Batch blocking,Ex Modified from - + diff --git a/docs/es/README.md b/docs/es/README.md index faff2f6e0..2973ee36e 100644 --- a/docs/es/README.md +++ b/docs/es/README.md @@ -44,12 +44,12 @@ Gmail - +
    El guión proviene de la gran cantidad de internautas en Internet.,Acabo de hacer algunos cambios.gracias internautas
    Si hay alguna infracción,El contacto debe ser eliminado
    - + Recomendado:
    Support
    Support
    @@ -57,13 +57,13 @@ 💡 Tip: La lista anterior de administradores de scripts y navegadores no es exhaustiva.
    El script funciona bien en el siguiente entorno
    Passed
    - +
    [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/ChinaGodMan/UserScripts) - + ## 🔖 TOC @@ -458,7 +458,7 @@ Convertir enlaces de texto a enlaces en clic en Modificado de - +

    GreasyFork (12)

    @@ -906,7 +906,7 @@ Buscar usando GoogleGreasyForkySleazyForkguión superior Modificado de - +

    guión para adultos (11)

    @@ -1304,7 +1304,7 @@ Desde que acabo de cumplir 18 años, puedo ver contenido para adultos Modificado de - +

    Google Guion (2)

    @@ -1374,7 +1374,7 @@ Busque un Google bloqueando un sitio específico Registro de cambios - +

    GitHub Guion (20)

    @@ -2136,7 +2136,7 @@ Versión de desarrollo de github-notification-inbox-toggle Modificado de - +

    Traducir guión (3)

    @@ -2240,7 +2240,7 @@ Agregue un icono de traducción de Google a la esquina inferior derecha de cada Modificado de - +

    AI Guion (9)

    @@ -2554,7 +2554,7 @@ Buscar chat, filtrar chat, fast/lotes eliminar chat. Modificado de - +

    sitio de blogs (5)

    @@ -2716,7 +2716,7 @@ Sina Weibo salta automáticamente a la versión móvil,Soporte Weibo、artícu Modificado de - +

    Twitter (5)

    @@ -2907,7 +2907,7 @@ Se usa para descargar listas negras de Twitter (x) y listas bloqueadas, admite l Modificado de - +

    YouTube (5)

    @@ -3085,7 +3085,7 @@ Ajuste dinámicamente la cuadrícula de video de YouTube en función del ancho d Modificado de - +

    TikTok (1)

    @@ -3119,7 +3119,7 @@ Tiktok muestra información más extendida sobre el perfil Modificado de - +

    Bilibili (2)

    @@ -3185,7 +3185,7 @@ Herramienta de bloqueo de salas en vivo Bilibili,Lista de gestión de soporte Modificado de - + diff --git a/docs/fr/README.md b/docs/fr/README.md index 84e215602..96ebb8cbd 100644 --- a/docs/fr/README.md +++ b/docs/fr/README.md @@ -44,12 +44,12 @@ Gmail - +
    Le script provient du grand nombre d’internautes sur Internet,je viens de faire quelques modifications.Merci les internautes
    S’il y a une infraction,Le contact doit être supprimé
    - + Recommandé:
    Support
    Support
    @@ -57,13 +57,13 @@ 💡 Tip: La liste ci-dessus des gestionnaires de scripts et navigateurs n’est pas exhaustive.
    Le script fonctionne correctement dans l’environnement suivant
    Passed
    - +
    [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/ChinaGodMan/UserScripts) - + ## 🔖 TOC @@ -458,7 +458,7 @@ Convertir les liens de texte en liens clickables Modifié à partir de - +

    GreasyFork (12)

    @@ -906,7 +906,7 @@ Rechercher avec GoogleGreasyForketSleazyForkécriture supérieure Modifié à partir de - +

    scénario pour adultes (11)

    @@ -1304,7 +1304,7 @@ Depuis que je viens d’avoir 18 ans, je peux regarder du contenu pour adultes Modifié à partir de - +

    Google Scénario (2)

    @@ -1374,7 +1374,7 @@ Rechercher un Google bloquant un site spécifié Journal des modifications - +

    GitHub Scénario (20)

    @@ -2136,7 +2136,7 @@ version de développement github-notification-inbox-toggle Modifié à partir de - +

    Traduire le script (3)

    @@ -2240,7 +2240,7 @@ Ajoutez une icône de traduction Google dans le coin inférieur droit de chaque Modifié à partir de - +

    AI Scénario (9)

    @@ -2554,7 +2554,7 @@ Chat de recherche, chat filtre, chat de suppression rapide / lot. Modifié à partir de - +

    site de blogs (5)

    @@ -2716,7 +2716,7 @@ Sina Weibo passe automatiquement à la version mobile,Soutenir Weibo、article Modifié à partir de - +

    Twitter (5)

    @@ -2907,7 +2907,7 @@ Utilisé pour télécharger Twitter (x) listes noires et listes bloquées, prend Modifié à partir de - +

    YouTube (5)

    @@ -3085,7 +3085,7 @@ Ajustez dynamiquement la grille vidéo YouTube en fonction de la largeur de la f Modifié à partir de - +

    TikTok (1)

    @@ -3119,7 +3119,7 @@ Tiktok affiche plus d’informations étendues sur le profil Modifié à partir de - +

    Bilibili (2)

    @@ -3185,7 +3185,7 @@ Outil de blocage de salle Bilibili Live,Liste de gestion du support,Blocage Modifié à partir de - + diff --git a/docs/it/README.md b/docs/it/README.md index d782666f0..f558be308 100644 --- a/docs/it/README.md +++ b/docs/it/README.md @@ -44,12 +44,12 @@ Gmail - +
    La sceneggiatura proviene dal vasto numero di netizen su Internet,Ho appena apportato alcune modifiche.Grazie netizen
    Se c’è qualche violazione,Il contatto deve essere eliminato
    - + 推荐使用:
    Support
    Support
    @@ -57,13 +57,13 @@ 💡 Tip: L’elenco sopra riportato di gestori di script e browser non è esaustivo
    Lo script funziona correttamente nel seguente ambiente
    Passed
    - +
    [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/ChinaGodMan/UserScripts) - + ## 🔖 TOC @@ -458,7 +458,7 @@ Converti i collegamenti di testo in collegamenti cliccabili Modificato da - +

    GreasyFork (12)

    @@ -906,7 +906,7 @@ Cerca utilizzando GoogleGreasyForkESleazyForkscrittura superiore Modificato da - +

    copione per adulti (11)

    @@ -1304,7 +1304,7 @@ Da quando ho appena compiuto 18 anni, posso guardare i contenuti per adulti Modificato da - +

    Google Copione (2)

    @@ -1374,7 +1374,7 @@ Cerca un blocco di Google un sito specificato Modifica registro - +

    GitHub Copione (20)

    @@ -2136,7 +2136,7 @@ GitHub-Notification-Inbox-Toggle Development Version Modificato da - +

    Traduci la sceneggiatura (3)

    @@ -2240,7 +2240,7 @@ Aggiungi un’icona di traduzione di Google all’angolo in basso a destra di ci Modificato da - +

    AI Copione (9)

    @@ -2554,7 +2554,7 @@ Cerca chat, chat filtrante, elimina veloce/batch. Modificato da - +

    sito blog (5)

    @@ -2716,7 +2716,7 @@ Sina Weibo passa automaticamente alla versione mobile,Supporta Weibo、articol Modificato da - +

    Twitter (5)

    @@ -2907,7 +2907,7 @@ Utilizzato per scaricare liste nere di Twitter (x) e elenchi bloccati, supportar Modificato da - +

    YouTube (5)

    @@ -3085,7 +3085,7 @@ Regola dinamicamente la griglia video di YouTube in base alla larghezza della fi Modificato da - +

    TikTok (1)

    @@ -3119,7 +3119,7 @@ Tiktok visualizza ulteriori informazioni estese sul profilo Modificato da - +

    Bilibili (2)

    @@ -3185,7 +3185,7 @@ Strumento di blocco delle stanze live di Bilibili,Elenco di gestione del suppo Modificato da - + diff --git a/docs/ja/README.md b/docs/ja/README.md index 3d8a28ca6..c1c9b1e0c 100644 --- a/docs/ja/README.md +++ b/docs/ja/README.md @@ -44,12 +44,12 @@ Gmail - +
    この脚本はインターネット上の膨大な数のネチズンから提供されたものです,いくつか変更を加えただけです.ありがとうネチズン
    侵害があった場合,連絡先を削除する必要があります
    - + 推奨:
    Support
    Support
    @@ -57,13 +57,13 @@ 💡 Tip: 上記のスクリプト マネージャーとブラウザのリストはすべてを網羅しているわけではありません。
    スクリプトは次の環境で正常に動作します
    Passed
    - +
    [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/ChinaGodMan/UserScripts) - + ## 🔖 TOC @@ -458,7 +458,7 @@ から変更されました - +

    GreasyFork (12)

    @@ -906,7 +906,7 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ から変更されました - +

    大人向けの脚本 (11)

    @@ -1304,7 +1304,7 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ から変更されました - +

    Google 脚本 (2)

    @@ -1374,7 +1374,7 @@ Googleを作るって検索するGreasyForkそしてSleazyForkスクリプトオ 変更ログ - +

    GitHub 脚本 (20)

    @@ -2136,7 +2136,7 @@ github-notification-inbox-toggle開発バージョン から変更されました - +

    スクリプトを翻訳する (3)

    @@ -2240,7 +2240,7 @@ Google翻訳アイコンを各中国語のWebページの右下隅に追加し から変更されました - +

    AI 脚本 (9)

    @@ -2554,7 +2554,7 @@ ChatGPT コードのフォントを小さいさくする そして自動に折 から変更されました - +

    ブログサイト (5)

    @@ -2716,7 +2716,7 @@ Web WeChat 全画面ウィンドウを有効にする,ダークモード から変更されました - +

    Twitter (5)

    @@ -2907,7 +2907,7 @@ Twitter(x)ブラックリストとブロックリストをダウンロード から変更されました - +

    YouTube (5)

    @@ -3085,7 +3085,7 @@ Twitter(x)ブラックリストとブロックリストをダウンロード から変更されました - +

    TikTok (1)

    @@ -3119,7 +3119,7 @@ Tiktokは、プロファイルに関するより拡張された情報を急行 から変更されました - +

    Bilibili (2)

    @@ -3185,7 +3185,7 @@ Bilibiliライブルームブロックツール,サポート管理リスト, から変更されました - + diff --git a/docs/ko/README.md b/docs/ko/README.md index 667c8e569..34b1fafdb 100644 --- a/docs/ko/README.md +++ b/docs/ko/README.md @@ -44,12 +44,12 @@ Gmail - +
    해당 대본은 인터넷상의 수많은 네티즌들로부터 나온 것이다.,방금 몇 가지 사항을 변경했습니다..네티즌 여러분 감사합니다
    침해가 있는 경우,연락처를 삭제해야 합니다.
    - + 추천:
    Support
    Support
    @@ -57,13 +57,13 @@ 💡 Tip: 위의 스크립트 관리자 및 브라우저 목록은 완전한 것이 아닙니다.
    스크립트는 다음 환경에서 정상적으로 실행됩니다.
    Passed
    - +
    [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/ChinaGodMan/UserScripts) - + ## 🔖 TOC @@ -458,7 +458,7 @@ 다음에서 수정됨 - +

    GreasyFork (12)

    @@ -906,7 +906,7 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 다음에서 수정됨 - +

    성인 대본 (11)

    @@ -1304,7 +1304,7 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 다음에서 수정됨 - +

    Google 각본 (2)

    @@ -1374,7 +1374,7 @@ Google을 사용하여 검색GreasyFork그리고SleazyFork상적 각본 변경 로그 - +

    GitHub 각본 (20)

    @@ -2136,7 +2136,7 @@ Github-Notification-onbox-Toggle 개발 버전 다음에서 수정됨 - +

    스크립트 번역 (3)

    @@ -2240,7 +2240,7 @@ Github-Notification-onbox-Toggle 개발 버전 다음에서 수정됨 - +

    AI 각본 (9)

    @@ -2554,7 +2554,7 @@ ChatGPT 코드 글꼴을 더 작게 만들기 자동으로 포장 다음에서 수정됨 - +

    블로그 사이트 (5)

    @@ -2716,7 +2716,7 @@ Sina Weibo가 자동으로 모바일 버전으로 이동합니다.,웨이보 다음에서 수정됨 - +

    Twitter (5)

    @@ -2907,7 +2907,7 @@ Twitter (X) 블랙리스트 및 차단 된 목록을 다운로드하고, 페이 다음에서 수정됨 - +

    YouTube (5)

    @@ -3085,7 +3085,7 @@ YouTube 비디오 플레이어에 슬라이더를 추가하여 볼륨을 더 자 다음에서 수정됨 - +

    TikTok (1)

    @@ -3119,7 +3119,7 @@ Tiktok은 프로필에 더 많은 확장 정보를 표시합니다 다음에서 수정됨 - +

    Bilibili (2)

    @@ -3185,7 +3185,7 @@ Bilibili 라이브 룸 차단 도구,지원 관리 목록,일괄 차단, 다음에서 수정됨 - + diff --git a/docs/pt/README.md b/docs/pt/README.md index 6cc382dce..3275cef89 100644 --- a/docs/pt/README.md +++ b/docs/pt/README.md @@ -44,12 +44,12 @@ Gmail - +
    O roteiro vem do grande número de internautas na Internet,Acabei de fazer algumas alterações.Obrigado internautas
    Se houver alguma infração,O contato deve ser excluído
    - + Recomendado:
    Support
    Support
    @@ -57,13 +57,13 @@ 💡 Tip: A lista acima de gerenciadores de scripts e navegadores não é exaustiva
    O script funciona bem no seguinte ambiente
    Passed
    - +
    [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/ChinaGodMan/UserScripts) - + ## 🔖 TOC @@ -458,7 +458,7 @@ Converter links de texto em links clicáveis Modificado de - +

    GreasyFork (12)

    @@ -906,7 +906,7 @@ Converter links de texto em links clicáveis Modificado de - +

    roteiro adulto (11)

    @@ -1304,7 +1304,7 @@ Desde que acabei de completar 18 anos, posso assistir a um conteúdo adulto Modificado de - +

    Google Roteiro (2)

    @@ -1374,7 +1374,7 @@ Procure um Google bloqueando um site especificado Registro de alterações - +

    GitHub Roteiro (20)

    @@ -2136,7 +2136,7 @@ Versão de desenvolvimento do Github-Notification-Inbox-Toggle Modificado de - +

    Traduzir script (3)

    @@ -2240,7 +2240,7 @@ Adicione um ícone de tradução do Google ao canto inferior direito de cada pá Modificado de - +

    AI Roteiro (9)

    @@ -2554,7 +2554,7 @@ Pesquise bate -papo, bate -papo de filtro, bate -papo de exclusão rápida/lote. Modificado de - +

    blog (5)

    @@ -2716,7 +2716,7 @@ Sina Weibo salta automaticamente para a versão móvel,Suporte Weibo、artigo Modificado de - +

    Twitter (5)

    @@ -2907,7 +2907,7 @@ Usado para baixar listas negras do Twitter (x) e listas bloqueadas, suportar a d Modificado de - +

    YouTube (5)

    @@ -3085,7 +3085,7 @@ Ajuste dinamicamente a grade de vídeo do YouTube com base na largura da janela Modificado de - +

    TikTok (1)

    @@ -3119,7 +3119,7 @@ Tiktok exibe mais informações estendidas no perfil Modificado de - +

    Bilibili (2)

    @@ -3185,7 +3185,7 @@ Ferramenta de bloqueio de sala ao vivo Bilibili,Lista de gerenciamento de supo Modificado de - + diff --git a/docs/ru/README.md b/docs/ru/README.md index a17bf95c0..1f412f503 100644 --- a/docs/ru/README.md +++ b/docs/ru/README.md @@ -44,12 +44,12 @@ Gmail - +
    脚本来自互联网广大网友,本人仅是做了些许改动.Спасибо пользователям сети
    Если есть нарушения,Контакт необходимо удалить
    - + Рекомендуется:
    Support
    Support
    @@ -57,13 +57,13 @@ 💡 Tip: Приведенный выше список менеджеров скриптов и браузеров не является исчерпывающим.
    Сценарий отлично работает в следующей среде
    Passed
    - +
    [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/ChinaGodMan/UserScripts) - + ## 🔖 TOC @@ -458,7 +458,7 @@ Изменено из - +

    GreasyFork (12)

    @@ -906,7 +906,7 @@ 修改自 - +

    成人脚本 (11)

    @@ -1304,7 +1304,7 @@ 修改自 - +

    Google Скрипт (2)

    @@ -1374,7 +1374,7 @@ Журнал изменений - +

    GitHub Скрипт (20)

    @@ -2136,7 +2136,7 @@ github-notification-inbox-toggle версия разработки Изменено из - +

    翻译脚本 (3)

    @@ -2240,7 +2240,7 @@ github-notification-inbox-toggle версия разработки Изменено из - +

    AI Скрипт (9)

    @@ -2554,7 +2554,7 @@ ChatGPT Уменьшить шрифт кода и автоматически о Изменено из - +

    блог-сайт (5)

    @@ -2716,7 +2716,7 @@ Sina Weibo автоматически переходит на мобильную Изменено из - +

    Twitter (5)

    @@ -2907,7 +2907,7 @@ Sina Weibo автоматически переходит на мобильную 修改自 - +

    YouTube (5)

    @@ -3085,7 +3085,7 @@ Sina Weibo автоматически переходит на мобильную Изменено из - +

    TikTok (1)

    @@ -3119,7 +3119,7 @@ Tiktok отображает более расширенную информаци Изменено из - +

    Bilibili (2)

    @@ -3185,7 +3185,7 @@ Tiktok отображает более расширенную информаци Изменено из - + diff --git a/docs/vi/README.md b/docs/vi/README.md index 5146f3dfe..52eb14a1b 100644 --- a/docs/vi/README.md +++ b/docs/vi/README.md @@ -44,12 +44,12 @@ Gmail - +
    Kịch bản đến từ đông đảo cư dân mạng trên Internet,Tôi vừa thực hiện một số thay đổi.Cảm ơn cư dân mạng
    Nếu có sự vi phạm,Liên hệ phải được xóa
    - + Khuyến khích:
    Support
    Support
    @@ -57,13 +57,13 @@ 💡 Tip: Danh sách trình quản lý tập lệnh và trình duyệt ở trên không đầy đủ
    Tập lệnh chạy tốt trong môi trường sau
    Passed
    - +
    [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/ChinaGodMan/UserScripts) - + ## 🔖 TOC @@ -458,7 +458,7 @@ Chuyển đổi liên kết văn bản thành các liên kết có thể nhấp Đã sửa đổi từ - +

    GreasyFork (12)

    @@ -906,7 +906,7 @@ Tìm kiếm bằng GoogleGreasyForkVàSleazyForkchữ viết trên Đã sửa đổi từ - +

    kịch bản người lớn (11)

    @@ -1304,7 +1304,7 @@ Vì tôi mới tròn 18 tuổi, tôi có thể xem nội dung người lớn Đã sửa đổi từ - +

    Google Kịch bản (2)

    @@ -1374,7 +1374,7 @@ Tìm kiếm một Google chặn một trang web được chỉ định Nhật ký thay đổi - +

    GitHub Kịch bản (20)

    @@ -2136,7 +2136,7 @@ Phiên bản phát triển github-notification-inbox-toggle Đã sửa đổi từ - +

    Dịch tập lệnh (3)

    @@ -2240,7 +2240,7 @@ Thêm biểu tượng Google Dịch vào góc dưới bên phải của mỗi tr Đã sửa đổi từ - +

    AI Kịch bản (9)

    @@ -2554,7 +2554,7 @@ Chat tìm kiếm, trò chuyện lọc, trò chuyện xóa nhanh/hàng loạt. Đã sửa đổi từ - +

    trang blog (5)

    @@ -2716,7 +2716,7 @@ Sina Weibo tự động chuyển sang phiên bản di động,Hỗ trợ weibo Đã sửa đổi từ - +

    Twitter (5)

    @@ -2907,7 +2907,7 @@ Sina Weibo tự động chuyển sang phiên bản di động,Hỗ trợ weibo Đã sửa đổi từ - +

    YouTube (5)

    @@ -3085,7 +3085,7 @@ Thêm thanh trượt vào trình phát video YouTube để làm cho thay đổi Đã sửa đổi từ - +

    TikTok (1)

    @@ -3119,7 +3119,7 @@ Tiktok hiển thị nhiều thông tin mở rộng hơn về hồ sơ Đã sửa đổi từ - +

    Bilibili (2)

    @@ -3185,7 +3185,7 @@ Công cụ chặn phòng trực tiếp Bilibili,Danh sách quản lý hỗ tr Đã sửa đổi từ - + diff --git a/docs/zh-TW/README.md b/docs/zh-TW/README.md index 572331d95..e14862834 100644 --- a/docs/zh-TW/README.md +++ b/docs/zh-TW/README.md @@ -44,12 +44,12 @@ Gmail - +
    劇本來自網路廣大網友,本人僅是做了些許改動.感謝網友
    如有侵權,聯繫必刪
    - + 推薦使用:
    Support
    Support
    @@ -57,13 +57,13 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運作正常
    Passed
    - +
    [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/ChinaGodMan/UserScripts) - + ## 🔖 TOC @@ -458,7 +458,7 @@ 修改自 - +

    GreasyFork (12)

    @@ -906,7 +906,7 @@ 修改自 - +

    成人腳本 (11)

    @@ -1304,7 +1304,7 @@ 修改自 - +

    Google 腳本 (2)

    @@ -1374,7 +1374,7 @@ 更新日誌 - +

    GitHub 腳本 (20)

    @@ -2136,7 +2136,7 @@ github-notification-inbox-toggle 開發版本 修改自 - +

    翻譯腳本 (3)

    @@ -2240,7 +2240,7 @@ github-notification-inbox-toggle 開發版本 修改自 - +

    AI 腳本 (9)

    @@ -2554,7 +2554,7 @@ ChatGPT 讓程式碼字體變小 並且自動折行 修改自 - +

    部落格網站 (5)

    @@ -2716,7 +2716,7 @@ ChatGPT 讓程式碼字體變小 並且自動折行 修改自 - +

    Twitter (5)

    @@ -2907,7 +2907,7 @@ ChatGPT 讓程式碼字體變小 並且自動折行 修改自 - +

    YouTube (5)

    @@ -3085,7 +3085,7 @@ ChatGPT 讓程式碼字體變小 並且自動折行 修改自 - +

    TikTok (1)

    @@ -3119,7 +3119,7 @@ TikTok 在個人資料上顯示更多擴展信息 修改自 - +

    Bilibili (2)

    @@ -3185,7 +3185,7 @@ TikTok 在個人資料上顯示更多擴展信息 修改自 - + diff --git a/github-clone-button/README.md b/github-clone-button/README.md index 142f71dc2..c470ae33e 100644 --- a/github-clone-button/README.md +++ b/github-clone-button/README.md @@ -42,7 +42,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -94,7 +94,7 @@ - + ## 使用帮助 @@ -108,14 +108,14 @@ **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - +
    diff --git a/github-clone-button/README_en.md b/github-clone-button/README_en.md index 183b5fd60..7cfc61158 100644 --- a/github-clone-button/README_en.md +++ b/github-clone-button/README_en.md @@ -42,7 +42,7 @@ Gmail - +
    Recommended:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: The above list of script managers and browsers is not exhaustive
    The script runs fine in the following environment
    Passed
    - +
    @@ -94,7 +94,7 @@ used in GitHub Warehouse page **Code Add a copy button next to the button**,Yo - + ## Help @@ -108,14 +108,14 @@ Recommended browsers and script managers: **If you need to know more about how to install userscripts,[click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View graphic teaching!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-script%20list) - +
    diff --git a/github-clone-button/README_ko.md b/github-clone-button/README_ko.md index b0031db6f..6d02b099e 100644 --- a/github-clone-button/README_ko.md +++ b/github-clone-button/README_ko.md @@ -42,7 +42,7 @@ Gmail - +
    추천:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: 위의 스크립트 관리자 및 브라우저 목록은 완전한 것이 아닙니다.
    스크립트는 다음 환경에서 정상적으로 실행됩니다.
    Passed
    - +
    @@ -94,7 +94,7 @@ - + ## 돕다 @@ -108,14 +108,14 @@ **사용자 스크립트 설치 방법에 대해 더 알고 싶다면,[나를 클릭하세요](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그래픽 교육 보기!** - + ### [모든 게시 스크립트 보기](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8%20%EB%AA%A9%EB%A1%9D) - +
    diff --git a/github-clone-button/README_vi.md b/github-clone-button/README_vi.md index e962005c3..c4ca88b70 100644 --- a/github-clone-button/README_vi.md +++ b/github-clone-button/README_vi.md @@ -42,7 +42,7 @@ Gmail - +
    Khuyến khích:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: Danh sách trình quản lý tập lệnh và trình duyệt ở trên không đầy đủ
    Tập lệnh chạy tốt trong môi trường sau
    Passed
    - +
    @@ -94,7 +94,7 @@ - + ## Giúp đỡ @@ -108,14 +108,14 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần biết thêm về cách cài đặt userscript,[bấm vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem giảng dạy đồ họa!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-danh%20s%C3%A1ch%20k%E1%BB%8Bch%20b%E1%BA%A3n) - +
    diff --git a/github-clone-button/README_zh-TW.md b/github-clone-button/README_zh-TW.md index 0b1eec81b..dfeee4a5d 100644 --- a/github-clone-button/README_zh-TW.md +++ b/github-clone-button/README_zh-TW.md @@ -42,7 +42,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運作正常
    Passed
    - +
    @@ -94,7 +94,7 @@ - + ## 使用幫助 @@ -108,14 +108,14 @@ **如果你需要了解更多關於如何安裝使用者腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - +
    diff --git a/github-co-authors/README.md b/github-co-authors/README.md index 50b874f1d..0dd9934a4 100644 --- a/github-co-authors/README.md +++ b/github-co-authors/README.md @@ -42,7 +42,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -119,7 +119,7 @@ - + ## 使用帮助 @@ -133,14 +133,14 @@ **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - +
    diff --git a/github-co-authors/README_en.md b/github-co-authors/README_en.md index cf6b4ccb3..f3f64ce7a 100644 --- a/github-co-authors/README_en.md +++ b/github-co-authors/README_en.md @@ -42,7 +42,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -119,7 +119,7 @@ Modified the original script,Make it supportive`TOKEN`Access is used to avoid`AP - + ## Help @@ -133,14 +133,14 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - +
    diff --git a/github-co-authors/README_ko.md b/github-co-authors/README_ko.md index 92e6f7d49..aaf3a0a35 100644 --- a/github-co-authors/README_ko.md +++ b/github-co-authors/README_ko.md @@ -42,7 +42,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -119,7 +119,7 @@ - + ## 돕다 @@ -133,14 +133,14 @@ **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - +
    diff --git a/github-co-authors/README_vi.md b/github-co-authors/README_vi.md index 7f3ac8424..7593152ca 100644 --- a/github-co-authors/README_vi.md +++ b/github-co-authors/README_vi.md @@ -42,7 +42,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -119,7 +119,7 @@ Kịch bản nàycủaChức năng là cho GitHub của Pull Request(PR)Thê - + ## Giúp đỡ @@ -133,14 +133,14 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - +
    diff --git a/github-co-authors/README_zh-TW.md b/github-co-authors/README_zh-TW.md index 8b8955f18..e1b849492 100644 --- a/github-co-authors/README_zh-TW.md +++ b/github-co-authors/README_zh-TW.md @@ -42,7 +42,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -119,7 +119,7 @@ - + ## 使用幫助 @@ -133,14 +133,14 @@ **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - +
    diff --git a/github-comment-translate/README.md b/github-comment-translate/README.md index 821da031a..549bd5f53 100644 --- a/github-comment-translate/README.md +++ b/github-comment-translate/README.md @@ -40,7 +40,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -104,7 +104,7 @@ - + > ### 🔍你可能在找GitHub相关脚本 > @@ -126,7 +126,7 @@ - + ## 使用帮助 @@ -140,13 +140,13 @@ **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相关脚本 > @@ -158,7 +158,7 @@ - + > ### 🔍你可能在找网页相关脚本 > @@ -175,7 +175,7 @@ - + > ### 🔍你可能在找GitHub相关脚本 > @@ -197,7 +197,7 @@ - + > ### 🔍你可能在找Google相关脚本 > @@ -206,7 +206,7 @@ - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -224,7 +224,7 @@ - + > ### 🔍你可能在找成人脚本 > @@ -241,7 +241,7 @@ - + > ### 🔍你可能在找自动翻译 > @@ -251,7 +251,7 @@ - + > ### 🔍你可能在找社交媒体脚本 > @@ -262,7 +262,7 @@ - +
    diff --git a/github-comment-translate/README_en.md b/github-comment-translate/README_en.md index 6eaee01b8..18faf7015 100644 --- a/github-comment-translate/README_en.md +++ b/github-comment-translate/README_en.md @@ -40,7 +40,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -104,7 +104,7 @@ This script listens to keyboard shortcuts `Ctrl + Q`,Implement the function of - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -126,7 +126,7 @@ This script listens to keyboard shortcuts `Ctrl + Q`,Implement the function of - + ## Help @@ -140,13 +140,13 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - + > ### 🔍You may be looking forChatGPTRelated scripts > @@ -158,7 +158,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for web-related scripts > @@ -175,7 +175,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -197,7 +197,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGoogleRelated scripts > @@ -206,7 +206,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -224,7 +224,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for adult scripts > @@ -241,7 +241,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for automatic translation > @@ -251,7 +251,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for social media scripts > @@ -262,7 +262,7 @@ Recommended browser and script manager: - +
    diff --git a/github-comment-translate/README_ko.md b/github-comment-translate/README_ko.md index a5c59086f..8aec0d7d8 100644 --- a/github-comment-translate/README_ko.md +++ b/github-comment-translate/README_ko.md @@ -40,7 +40,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -104,7 +104,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -126,7 +126,7 @@ - + ## 돕다 @@ -140,13 +140,13 @@ **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - + > ### 🔍당신은 찾고있을 수 있습니다ChatGPT관련 스크립트 > @@ -158,7 +158,7 @@ - + > ### 🔍웹 관련 스크립트를 찾고있을 수 있습니다 > @@ -175,7 +175,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -197,7 +197,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다Google관련 스크립트 > @@ -206,7 +206,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -224,7 +224,7 @@ - + > ### 🔍성인 스크립트를 찾고있을 수 있습니다 > @@ -241,7 +241,7 @@ - + > ### 🔍자동 번역을 찾고있을 수 있습니다 > @@ -251,7 +251,7 @@ - + > ### 🔍소셜 미디어 스크립트를 찾고있을 수 있습니다 > @@ -262,7 +262,7 @@ - +
    diff --git a/github-comment-translate/README_vi.md b/github-comment-translate/README_vi.md index 9698fe9c4..c031de9b8 100644 --- a/github-comment-translate/README_vi.md +++ b/github-comment-translate/README_vi.md @@ -40,7 +40,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -104,7 +104,7 @@ Tập lệnh này lắng nghe các phím tắt bàn phím `Ctrl + Q`,Thực hi - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -126,7 +126,7 @@ Tập lệnh này lắng nghe các phím tắt bàn phím `Ctrl + Q`,Thực hi - + ## Giúp đỡ @@ -140,13 +140,13 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - + > ### 🔍Bạn có thể đang tìm kiếmChatGPTTập lệnh liên quan > @@ -158,7 +158,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web > @@ -175,7 +175,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -197,7 +197,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGoogleTập lệnh liên quan > @@ -206,7 +206,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -224,7 +224,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm kịch bản người lớn > @@ -241,7 +241,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm bản dịch tự động > @@ -251,7 +251,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các kịch bản truyền thông xã hội > @@ -262,7 +262,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - +
    diff --git a/github-comment-translate/README_zh-TW.md b/github-comment-translate/README_zh-TW.md index f0eec83fc..afec1c9e9 100644 --- a/github-comment-translate/README_zh-TW.md +++ b/github-comment-translate/README_zh-TW.md @@ -40,7 +40,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -104,7 +104,7 @@ - + > ### 🔍你可能在找GitHub相關腳本 > @@ -126,7 +126,7 @@ - + ## 使用幫助 @@ -140,13 +140,13 @@ **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相關腳本 > @@ -158,7 +158,7 @@ - + > ### 🔍你可能在找網頁相關腳本 > @@ -175,7 +175,7 @@ - + > ### 🔍你可能在找GitHub相關腳本 > @@ -197,7 +197,7 @@ - + > ### 🔍你可能在找Google相關腳本 > @@ -206,7 +206,7 @@ - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -224,7 +224,7 @@ - + > ### 🔍你可能在找成人腳本 > @@ -241,7 +241,7 @@ - + > ### 🔍你可能在找自動翻譯 > @@ -251,7 +251,7 @@ - + > ### 🔍你可能在找社交媒體腳本 > @@ -262,7 +262,7 @@ - +
    diff --git a/github-commit-viewer/README.md b/github-commit-viewer/README.md index a9b9a5219..503734807 100644 --- a/github-commit-viewer/README.md +++ b/github-commit-viewer/README.md @@ -40,7 +40,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -69,17 +69,17 @@ - + # GitHub CommitMessage Html View - + ## 描述 `GitHub CommitMessage Html View` 是一个用户脚本,旨在将 GitHub 上的提交信息转换为 HTML 视图,从而提供更清晰的提交详情。该脚本自动将提交信息列表、提交头部和最新提交信息转换为 HTML 格式,以增强视觉效果和用户体验,配合git使用 - + ## 功能 @@ -87,7 +87,7 @@ - **头部信息展示**: 显示提交头部和最新提交的详细信息。 - **增强视觉效果**: 改善提交信息的可视性和用户体验。 - + ## PowerShell配合上传到远程仓库 @@ -144,7 +144,7 @@ Copy-Item -Path $qinwuyuan_messageFilePath -Destination $qinwuyuan_oldCommitFile - + > ### 🔍你可能在找GitHub相关脚本 > @@ -166,14 +166,14 @@ Copy-Item -Path $qinwuyuan_messageFilePath -Destination $qinwuyuan_oldCommitFile - + ## 支持 - [报告问题](https://github.com/ChinaGodMan/UserScripts/issues) - [项目主页](https://github.com/ChinaGodMan/UserScripts) - + ## 许可证 @@ -185,7 +185,7 @@ Copy-Item -Path $qinwuyuan_messageFilePath -Destination $qinwuyuan_oldCommitFile ![2.png](https://s2.loli.net/2024/08/30/56sANeoMWb7QRY2.png) - + ## 使用帮助 @@ -199,14 +199,14 @@ Copy-Item -Path $qinwuyuan_messageFilePath -Destination $qinwuyuan_oldCommitFile **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相关脚本 > @@ -219,7 +219,7 @@ Copy-Item -Path $qinwuyuan_messageFilePath -Destination $qinwuyuan_oldCommitFile - + > ### 🔍你可能在找网页相关脚本 > @@ -237,7 +237,7 @@ Copy-Item -Path $qinwuyuan_messageFilePath -Destination $qinwuyuan_oldCommitFile - + > ### 🔍你可能在找GitHub相关脚本 > @@ -260,7 +260,7 @@ Copy-Item -Path $qinwuyuan_messageFilePath -Destination $qinwuyuan_oldCommitFile - + > ### 🔍你可能在找Google相关脚本 > @@ -270,7 +270,7 @@ Copy-Item -Path $qinwuyuan_messageFilePath -Destination $qinwuyuan_oldCommitFile - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -289,7 +289,7 @@ Copy-Item -Path $qinwuyuan_messageFilePath -Destination $qinwuyuan_oldCommitFile - + > ### 🔍你可能在找成人脚本 > @@ -307,7 +307,7 @@ Copy-Item -Path $qinwuyuan_messageFilePath -Destination $qinwuyuan_oldCommitFile - + > ### 🔍你可能在找自动翻译 > @@ -318,7 +318,7 @@ Copy-Item -Path $qinwuyuan_messageFilePath -Destination $qinwuyuan_oldCommitFile - + > ### 🔍你可能在找社交媒体脚本 > @@ -329,7 +329,7 @@ Copy-Item -Path $qinwuyuan_messageFilePath -Destination $qinwuyuan_oldCommitFile - +
    diff --git a/github-commit-viewer/README_en.md b/github-commit-viewer/README_en.md index 1018f00c1..f985b187c 100644 --- a/github-commit-viewer/README_en.md +++ b/github-commit-viewer/README_en.md @@ -40,7 +40,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -69,17 +69,17 @@ - + # GitHub CommitMessage Html View - + ## Description `GitHub CommitMessage Html View` is a user script designed to convert commit messages on GitHub into HTML views, providing clearer commit details. This script automatically transforms commit message lists, commit headers, and the latest commit information into HTML format to enhance visual appeal and user experience, and can be used in conjunction with Git. - + ## Features @@ -87,7 +87,7 @@ - **Header Information Display**: Shows detailed information about commit headers and the latest commit. - **Enhanced Visuals**: Improves the visibility and user experience of commit information. - + ## Using PowerShell to Upload to a Remote Repository @@ -143,14 +143,14 @@ if ($LASTEXITCODE -ne 0) { Copy-Item -Path $qinwuyuan_messageFilePath -Destination $qinwuyuan_oldCommitFilePath -Force - + ## Support - [Report Issues](https://github.com/ChinaGodMan/UserScripts/issues) - [Project Homepage](https://github.com/ChinaGodMan/UserScripts) - + ## License @@ -162,7 +162,7 @@ This script is licensed under the [MIT License](https://opensource.org/licenses/ ![2.png](https://s2.loli.net/2024/08/30/56sANeoMWb7QRY2.png) - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -184,7 +184,7 @@ This script is licensed under the [MIT License](https://opensource.org/licenses/ - + ## Help @@ -198,14 +198,14 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - + > ### 🔍You may be looking forChatGPTRelated scripts > @@ -218,7 +218,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for web-related scripts > @@ -236,7 +236,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -259,7 +259,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGoogleRelated scripts > @@ -269,7 +269,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -288,7 +288,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for adult scripts > @@ -306,7 +306,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for automatic translation > @@ -317,7 +317,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for social media scripts > @@ -328,7 +328,7 @@ Recommended browser and script manager: - +
    diff --git a/github-commit-viewer/README_ko.md b/github-commit-viewer/README_ko.md index afea94080..757cf3b71 100644 --- a/github-commit-viewer/README_ko.md +++ b/github-commit-viewer/README_ko.md @@ -40,7 +40,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -69,17 +69,17 @@ - + # GitHub CommitMessage Html View - + ## 설명하다 `GitHub CommitMessage Html View` 사용자 스크립트입니다,에게 GitHub 제출 정보를 변환하십시오 HTML 보다,이것은 명확한 제출 세부 사항을 제공합니다。이 스크립트는 정보 목록을 자동으로 제출합니다、제출 헤더 및 최신 제출 정보를 변환하십시오 HTML 체재,시각 효과와 사용자 경험을 향상시킵니다,맞잡다git사용 - + ## 기능 @@ -87,7 +87,7 @@ - **헤드 정보 표시**: 커밋 헤더 및 최신 커밋의 세부 정보를 보여줍니다。 - **시각 효과를 향상시킵니다**: 제출 된 정보의 가시성 및 사용자 경험을 향상시킵니다。 - + ## PowerShell원격 저장소에 업로드하도록 조정하십시오 @@ -144,7 +144,7 @@ Copy-Item -Path $qinwuyuan_messageFilePath -Destination $qinwuyuan_oldCommitFile - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -166,14 +166,14 @@ Copy-Item -Path $qinwuyuan_messageFilePath -Destination $qinwuyuan_oldCommitFile - + ## 지원하다 - [문제를보고하십시오](https://github.com/ChinaGodMan/UserScripts/issues) - [프로젝트 홈페이지](https://github.com/ChinaGodMan/UserScripts) - + ## 특허 @@ -185,7 +185,7 @@ Copy-Item -Path $qinwuyuan_messageFilePath -Destination $qinwuyuan_oldCommitFile ![2.png](https://s2.loli.net/2024/08/30/56sANeoMWb7QRY2.png) - + ## 돕다 @@ -199,14 +199,14 @@ Copy-Item -Path $qinwuyuan_messageFilePath -Destination $qinwuyuan_oldCommitFile **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - + > ### 🔍당신은 찾고있을 수 있습니다ChatGPT관련 스크립트 > @@ -219,7 +219,7 @@ Copy-Item -Path $qinwuyuan_messageFilePath -Destination $qinwuyuan_oldCommitFile - + > ### 🔍웹 관련 스크립트를 찾고있을 수 있습니다 > @@ -237,7 +237,7 @@ Copy-Item -Path $qinwuyuan_messageFilePath -Destination $qinwuyuan_oldCommitFile - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -260,7 +260,7 @@ Copy-Item -Path $qinwuyuan_messageFilePath -Destination $qinwuyuan_oldCommitFile - + > ### 🔍당신은 찾고있을 수 있습니다Google관련 스크립트 > @@ -270,7 +270,7 @@ Copy-Item -Path $qinwuyuan_messageFilePath -Destination $qinwuyuan_oldCommitFile - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -289,7 +289,7 @@ Copy-Item -Path $qinwuyuan_messageFilePath -Destination $qinwuyuan_oldCommitFile - + > ### 🔍성인 스크립트를 찾고있을 수 있습니다 > @@ -307,7 +307,7 @@ Copy-Item -Path $qinwuyuan_messageFilePath -Destination $qinwuyuan_oldCommitFile - + > ### 🔍자동 번역을 찾고있을 수 있습니다 > @@ -318,7 +318,7 @@ Copy-Item -Path $qinwuyuan_messageFilePath -Destination $qinwuyuan_oldCommitFile - + > ### 🔍소셜 미디어 스크립트를 찾고있을 수 있습니다 > @@ -329,7 +329,7 @@ Copy-Item -Path $qinwuyuan_messageFilePath -Destination $qinwuyuan_oldCommitFile - +
    diff --git a/github-commit-viewer/README_vi.md b/github-commit-viewer/README_vi.md index ac9129d74..fecfebb45 100644 --- a/github-commit-viewer/README_vi.md +++ b/github-commit-viewer/README_vi.md @@ -40,7 +40,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -69,17 +69,17 @@ - + # GitHub CommitMessage Html View - + ## mô tả `GitHub CommitMessage Html View` Đó là một tập lệnh người dùng,ĐẾN GitHub Chuyển đổi thông tin gửi trên HTML xem,Điều này cung cấp chi tiết đệ trình rõ ràng hơn。Tập lệnh này sẽ tự động gửi danh sách thông tin、Chuyển đổi tiêu đề gửi và thông tin gửi mới nhất thành HTML Định dạng,Để tăng cường hiệu ứng hình ảnh và trải nghiệm người dùng,Hợp tácgitsử dụng - + ## Chức năng @@ -87,7 +87,7 @@ - **Hiển thị thông tin đầu**: Hiển thị chi tiết về tiêu đề cam kết và cam kết mới nhất。 - **Tăng cường hiệu ứng hình ảnh**: Cải thiện khả năng hiển thị và trải nghiệm người dùng của thông tin đã gửi。 - + ## PowerShellPhối hợp để tải lên kho lưu trữ từ xa @@ -144,7 +144,7 @@ Copy-Item -Path $qinwuyuan_messageFilePath -Destination $qinwuyuan_oldCommitFile - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -166,14 +166,14 @@ Copy-Item -Path $qinwuyuan_messageFilePath -Destination $qinwuyuan_oldCommitFile - + ## ủng hộ - [Báo cáo một vấn đề](https://github.com/ChinaGodMan/UserScripts/issues) - [Trang chủ dự án](https://github.com/ChinaGodMan/UserScripts) - + ## giấy phép @@ -185,7 +185,7 @@ Kịch bản này sử dụng [MIT giấy phép](https://opensource.org/licenses ![2.png](https://s2.loli.net/2024/08/30/56sANeoMWb7QRY2.png) - + ## Giúp đỡ @@ -199,14 +199,14 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - + > ### 🔍Bạn có thể đang tìm kiếmChatGPTTập lệnh liên quan > @@ -219,7 +219,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web > @@ -237,7 +237,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -260,7 +260,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGoogleTập lệnh liên quan > @@ -270,7 +270,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -289,7 +289,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm kịch bản người lớn > @@ -307,7 +307,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm bản dịch tự động > @@ -318,7 +318,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các kịch bản truyền thông xã hội > @@ -329,7 +329,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - +
    diff --git a/github-commit-viewer/README_zh-TW.md b/github-commit-viewer/README_zh-TW.md index d36587193..eb2ed1aec 100644 --- a/github-commit-viewer/README_zh-TW.md +++ b/github-commit-viewer/README_zh-TW.md @@ -40,7 +40,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -69,17 +69,17 @@ - + # GitHub CommitMessage Html View - + ## 描述 `GitHub CommitMessage Html View` 是一個用戶腳本,旨在將 GitHub 上的提交信息轉換為 HTML 視圖,從而提供更清晰的提交詳情。該腳本自動將提交信息列表、提交頭部和最新提交信息轉換為 HTML 格式,以增強視覺效果和用戶體驗,配合git使用 - + ## 功能 @@ -87,7 +87,7 @@ - **頭部信息展示**: 顯示提交頭部和最新提交的詳細信息。 - **增強視覺效果**: 改善提交信息的可視性和用戶體驗。 - + ## PowerShell配合上傳到遠程倉庫 @@ -144,7 +144,7 @@ Copy-Item -Path $qinwuyuan_messageFilePath -Destination $qinwuyuan_oldCommitFile - + > ### 🔍你可能在找GitHub相關腳本 > @@ -166,14 +166,14 @@ Copy-Item -Path $qinwuyuan_messageFilePath -Destination $qinwuyuan_oldCommitFile - + ## 支持 - [報告問題](https://github.com/ChinaGodMan/UserScripts/issues) - [項目主頁](https://github.com/ChinaGodMan/UserScripts) - + ## 許可證 @@ -185,7 +185,7 @@ Copy-Item -Path $qinwuyuan_messageFilePath -Destination $qinwuyuan_oldCommitFile ![2.png](https://s2.loli.net/2024/08/30/56sANeoMWb7QRY2.png) - + ## 使用幫助 @@ -199,14 +199,14 @@ Copy-Item -Path $qinwuyuan_messageFilePath -Destination $qinwuyuan_oldCommitFile **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相關腳本 > @@ -219,7 +219,7 @@ Copy-Item -Path $qinwuyuan_messageFilePath -Destination $qinwuyuan_oldCommitFile - + > ### 🔍你可能在找網頁相關腳本 > @@ -237,7 +237,7 @@ Copy-Item -Path $qinwuyuan_messageFilePath -Destination $qinwuyuan_oldCommitFile - + > ### 🔍你可能在找GitHub相關腳本 > @@ -260,7 +260,7 @@ Copy-Item -Path $qinwuyuan_messageFilePath -Destination $qinwuyuan_oldCommitFile - + > ### 🔍你可能在找Google相關腳本 > @@ -270,7 +270,7 @@ Copy-Item -Path $qinwuyuan_messageFilePath -Destination $qinwuyuan_oldCommitFile - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -289,7 +289,7 @@ Copy-Item -Path $qinwuyuan_messageFilePath -Destination $qinwuyuan_oldCommitFile - + > ### 🔍你可能在找成人腳本 > @@ -307,7 +307,7 @@ Copy-Item -Path $qinwuyuan_messageFilePath -Destination $qinwuyuan_oldCommitFile - + > ### 🔍你可能在找自動翻譯 > @@ -318,7 +318,7 @@ Copy-Item -Path $qinwuyuan_messageFilePath -Destination $qinwuyuan_oldCommitFile - + > ### 🔍你可能在找社交媒體腳本 > @@ -329,7 +329,7 @@ Copy-Item -Path $qinwuyuan_messageFilePath -Destination $qinwuyuan_oldCommitFile - +
    diff --git a/github-device-authorization/README.md b/github-device-authorization/README.md index 351be3100..307b59bfd 100644 --- a/github-device-authorization/README.md +++ b/github-device-authorization/README.md @@ -40,7 +40,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -77,21 +77,21 @@ # GitHub 自动确认设备授权 - + ## 概述 该用户脚本旨在简化在 GitHub 授权页面的操作,通过自动填写授权码和确认操作,减少手动干预的需要。该脚本特别适用于在无法直接操作浏览器的场景中使用,例如自动化测试或远程操作。 (自用脚本,方便自己在便携时使用) - + ## 功能 - 自动填写授权码:从剪贴板读取授权码,并自动填写到授权页面的对应输入框中。 - 自动提交授权:在确认授权页面自动点击授权按钮。 - + ## 安装与使用 @@ -100,28 +100,28 @@ - 访问 GitHub 设备授权页面时,脚本会自动运行。 - 脚本会从剪贴板中读取授权码,并自动填写并提交表单。 - + ## 脚本功能 - **自动填写授权码**:脚本会等待页面加载完成,然后从剪贴板读取授权码,拆分并填写到相应的输入框中。 - **自动提交确认**:在确认页面,脚本会自动点击确认按钮,以完成授权操作。 - + ## 注意事项 - 确保剪贴板中保存的是正确格式的授权码(形如 `XXXX-XXXX`)。 - 脚本可能需要一些时间来识别页面元素并填写表单,因此请确保在使用时给予脚本足够的时间。 - + ## 感谢 [LemonPupl](https://greasyfork.org/zh-CN/users/1274376)发布的脚本[GitHub Copilot automatically obtains GHU](https://greasyfork.org/scripts/489793) - + > ### 🔍你可能在找GitHub相关脚本 > @@ -143,20 +143,20 @@ - + ## 许可证 此脚本采用 MIT 许可证,详情请见 [LICENSE](https://github.com/ChinaGodMan/UserScripts/blob/main/LICENSE)。 - + ## 支持与反馈 - 如果遇到问题或有任何建议,请访问 [GitHub Issues 页面](https://github.com/ChinaGodMan/UserScripts/issues) 提交反馈。 - + ## 使用帮助 @@ -170,14 +170,14 @@ **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相关脚本 > @@ -190,7 +190,7 @@ - + > ### 🔍你可能在找网页相关脚本 > @@ -208,7 +208,7 @@ - + > ### 🔍你可能在找GitHub相关脚本 > @@ -231,7 +231,7 @@ - + > ### 🔍你可能在找Google相关脚本 > @@ -241,7 +241,7 @@ - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -260,7 +260,7 @@ - + > ### 🔍你可能在找成人脚本 > @@ -278,7 +278,7 @@ - + > ### 🔍你可能在找自动翻译 > @@ -289,7 +289,7 @@ - + > ### 🔍你可能在找社交媒体脚本 > @@ -300,7 +300,7 @@ - +
    diff --git a/github-device-authorization/README_en.md b/github-device-authorization/README_en.md index 3fe5a0fe0..ad2f34e75 100644 --- a/github-device-authorization/README_en.md +++ b/github-device-authorization/README_en.md @@ -40,7 +40,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -77,21 +77,21 @@ # GitHub Automatic Device Authorization - + ## Overview This user script aims to simplify the process on the GitHub authorization page by automatically filling in the authorization code and confirming the action, reducing the need for manual intervention. This script is particularly useful in scenarios where direct browser interaction is not possible, such as automated testing or remote operations. (This is a personal script for convenience during portable use.) - + ## Features - **Automatic Code Filling**: Reads the authorization code from the clipboard and automatically fills it into the corresponding input fields on the authorization page. - **Automatic Submission**: Automatically clicks the confirm button on the authorization page. - + ## Installation and Usage @@ -100,28 +100,28 @@ This user script aims to simplify the process on the GitHub authorization page b - The script will run automatically when you visit the GitHub device authorization page. - The script will read the authorization code from the clipboard, automatically fill out the form, and submit it. - + ## Script Functionality - **Automatic Code Filling**: The script waits for the page to load, then reads the authorization code from the clipboard, splits it, and fills it into the appropriate input fields. - **Automatic Submission**: On the confirmation page, the script will automatically click the confirm button to complete the authorization process. - + ## Notes - Ensure that the clipboard contains a correctly formatted authorization code (e.g., `XXXX-XXXX`). - The script may need some time to recognize page elements and fill out the form, so please give it enough time to execute. - + ## Thanks Thanks to [LemonPupl](https://greasyfork.org/zh-CN/users/1274376) for the script [GitHub Copilot automatically obtains GHU](https://greasyfork.org/scripts/489793). - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -144,7 +144,7 @@ Thanks to [LemonPupl](https://greasyfork.org/zh-CN/users/1274376) for the script - + ## Help @@ -158,14 +158,14 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - + > ### 🔍You may be looking forChatGPTRelated scripts > @@ -178,7 +178,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for web-related scripts > @@ -196,7 +196,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -219,7 +219,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGoogleRelated scripts > @@ -229,7 +229,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -248,7 +248,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for adult scripts > @@ -266,7 +266,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for automatic translation > @@ -277,7 +277,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for social media scripts > @@ -288,7 +288,7 @@ Recommended browser and script manager: - +
    diff --git a/github-device-authorization/README_ko.md b/github-device-authorization/README_ko.md index db0b980f1..0ebad2441 100644 --- a/github-device-authorization/README_ko.md +++ b/github-device-authorization/README_ko.md @@ -40,7 +40,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -77,21 +77,21 @@ # GitHub 장치 승인을 자동으로 확인합니다 - + ## 개요 이 사용자 스크립트는 단순화하도록 설계되었습니다 GitHub 승인 페이지 운영,권한 부여 코드 및 확인 작업을 자동으로 작성하십시오,수동 개입의 필요성을 줄입니다。이 스크립트는 특히 브라우저를 직접 작동 할 수없는 시나리오에서 사용하기에 특히 적합합니다.,예를 들어 자동 테스트 또는 원격 작업。 (자체 사용 스크립트,휴대 할 때 사용하기 편리합니다) - + ## 기능 - 권한 부여 코드를 자동으로 작성하십시오:클립 보드에서 인증 코드를 읽으십시오,인증 페이지의 해당 입력 상자를 자동으로 작성합니다.。 - 자동으로 승인을 제출합니다:확인 페이지의 권한 부여 버튼을 자동으로 클릭하십시오.。 - + ## 설치 및 사용 @@ -100,28 +100,28 @@ - 입장 GitHub 장치 인증 페이지,스크립트가 자동으로 실행됩니다。 - 스크립트는 클립 보드에서 인증 코드를 읽습니다.,자동으로 작성하여 양식을 제출하십시오。 - + ## 스크립팅 기능 - **권한 부여 코드를 자동으로 작성하십시오**:스크립트는 페이지가로드 될 때까지 기다립니다,그런 다음 클립 보드에서 인증 코드를 읽으십시오,해당 입력 상자를 분할하고 채우십시오。 - **자동 제출 확인**:확인 페이지에서,스크립트가 확인 버튼을 자동으로 클릭합니다,승인 작업을 완료합니다。 - + ## 주목해야 할 것 - 클립 보드에 올바른 형식의 권한 부여 코드가 저장되어 있는지 확인하십시오.(좋다 `XXXX-XXXX`)。 - 스크립트는 페이지 요소를 인식하고 양식을 작성하는 데 시간이 걸릴 수 있습니다.,따라서 사용할 때 스크립트에 충분한 시간을 주어야합니다.。 - + ## 고마워하는 [LemonPupl](https://greasyfork.org/zh-CN/users/1274376)게시 된 스크립트[GitHub Copilot automatically obtains GHU](https://greasyfork.org/scripts/489793) - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -143,20 +143,20 @@ - + ## 특허 이 스크립트가 사용됩니다 MIT 특허,자세한 내용은 참조하십시오 [LICENSE](https://github.com/ChinaGodMan/UserScripts/blob/main/LICENSE)。 - + ## 지원 및 피드백 - 문제가 있거나 제안이있는 경우,방문하십시오 [GitHub Issues 페이지](https://github.com/ChinaGodMan/UserScripts/issues) 피드백을 제출하십시오。 - + ## 돕다 @@ -170,14 +170,14 @@ **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - + > ### 🔍당신은 찾고있을 수 있습니다ChatGPT관련 스크립트 > @@ -190,7 +190,7 @@ - + > ### 🔍웹 관련 스크립트를 찾고있을 수 있습니다 > @@ -208,7 +208,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -231,7 +231,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다Google관련 스크립트 > @@ -241,7 +241,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -260,7 +260,7 @@ - + > ### 🔍성인 스크립트를 찾고있을 수 있습니다 > @@ -278,7 +278,7 @@ - + > ### 🔍자동 번역을 찾고있을 수 있습니다 > @@ -289,7 +289,7 @@ - + > ### 🔍소셜 미디어 스크립트를 찾고있을 수 있습니다 > @@ -300,7 +300,7 @@ - +
    diff --git a/github-device-authorization/README_vi.md b/github-device-authorization/README_vi.md index dfc81631c..6bc375838 100644 --- a/github-device-authorization/README_vi.md +++ b/github-device-authorization/README_vi.md @@ -40,7 +40,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -77,21 +77,21 @@ # GitHub Tự động xác nhận ủy quyền thiết bị - + ## Tổng quan Tập lệnh người dùng này được thiết kế để đơn giản hóa GitHub Hoạt động của trang ủy quyền,Tự động điền vào mã ủy quyền và hoạt động xác nhận,Giảm nhu cầu can thiệp thủ công。Kịch bản này đặc biệt phù hợp để sử dụng trong các kịch bản trong đó trình duyệt không thể được vận hành trực tiếp,Ví dụ: kiểm tra tự động hoặc hoạt động từ xa。 (Kịch bản tự sử dụng,Thuận tiện để sử dụng khi di động) - + ## Chức năng - Tự động điền vào mã ủy quyền:Đọc mã ủy quyền từ bảng tạm,Và tự động điền vào hộp đầu vào tương ứng của trang ủy quyền。 - Tự động gửi ủy quyền:Tự động nhấp vào nút ủy quyền trên trang xác nhận。 - + ## Cài đặt và sử dụng @@ -100,28 +100,28 @@ Tập lệnh người dùng này được thiết kế để đơn giản hóa G - truy cập GitHub Khi trang ủy quyền thiết bị,Tập lệnh sẽ tự động chạy。 - Tập lệnh sẽ đọc mã ủy quyền từ bảng tạm,Và tự động điền và gửi biểu mẫu。 - + ## Chức năng kịch bản - **Tự động điền vào mã ủy quyền**:Tập lệnh sẽ đợi trang tải,Sau đó đọc mã ủy quyền từ bảng tạm,Chia và điền vào hộp đầu vào tương ứng。 - **Xác nhận gửi tự động**:Trên trang xác nhận,Tập lệnh sẽ tự động nhấp vào nút Xác nhận,Để hoàn thành hoạt động ủy quyền。 - + ## Những điều cần lưu ý - Đảm bảo mã ủy quyền ở định dạng chính xác được lưu trong bảng tạm(Giống `XXXX-XXXX`)。 - Tập lệnh có thể mất một thời gian để nhận ra các yếu tố trang và điền vào biểu mẫu,Vì vậy, hãy đảm bảo cung cấp cho kịch bản đủ thời gian khi sử dụng nó。 - + ## tri ân [LemonPupl](https://greasyfork.org/zh-CN/users/1274376)Các kịch bản được xuất bản[GitHub Copilot automatically obtains GHU](https://greasyfork.org/scripts/489793) - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -143,20 +143,20 @@ Tập lệnh người dùng này được thiết kế để đơn giản hóa G - + ## giấy phép Kịch bản này sử dụng MIT giấy phép,Vui lòng xem chi tiết [LICENSE](https://github.com/ChinaGodMan/UserScripts/blob/main/LICENSE)。 - + ## Hỗ trợ và Phản hồi - Nếu bạn có bất kỳ vấn đề hoặc có bất kỳ đề xuất nào,Vui lòng truy cập [GitHub Issues trang](https://github.com/ChinaGodMan/UserScripts/issues) Gửi phản hồi。 - + ## Giúp đỡ @@ -170,14 +170,14 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - + > ### 🔍Bạn có thể đang tìm kiếmChatGPTTập lệnh liên quan > @@ -190,7 +190,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web > @@ -208,7 +208,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -231,7 +231,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGoogleTập lệnh liên quan > @@ -241,7 +241,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -260,7 +260,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm kịch bản người lớn > @@ -278,7 +278,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm bản dịch tự động > @@ -289,7 +289,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các kịch bản truyền thông xã hội > @@ -300,7 +300,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - +
    diff --git a/github-device-authorization/README_zh-TW.md b/github-device-authorization/README_zh-TW.md index f16064764..4cc803ae5 100644 --- a/github-device-authorization/README_zh-TW.md +++ b/github-device-authorization/README_zh-TW.md @@ -40,7 +40,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -77,21 +77,21 @@ # GitHub 自動確認設備授權 - + ## 概述 該用戶腳本旨在簡化在 GitHub 授權頁面的操作,通過自動填寫授權碼和確認操作,減少手動干預的需要。該腳本特別適用於在無法直接操作瀏覽器的場景中使用,例如自動化測試或遠程操作。 (自用腳本,方便自己在便攜時使用) - + ## 功能 - 自動填寫授權碼:從剪貼板讀取授權碼,並自動填寫到授權頁面的對應輸入框中。 - 自動提交授權:在確認授權頁面自動點擊授權按鈕。 - + ## 安裝與使用 @@ -100,28 +100,28 @@ - 訪問 GitHub 設備授權頁面時,腳本會自動運行。 - 腳本會從剪貼板中讀取授權碼,並自動填寫並提交表單。 - + ## 腳本功能 - **自動填寫授權碼**:腳本會等待頁面加載完成,然後從剪貼板讀取授權碼,拆分並填寫到相應的輸入框中。 - **自動提交確認**:在確認頁面,腳本會自動點擊確認按鈕,以完成授權操作。 - + ## 注意事項 - 確保剪貼板中保存的是正確格式的授權碼(形如 `XXXX-XXXX`)。 - 腳本可能需要一些時間來識別頁面元素並填寫表單,因此請確保在使用時給予腳本足夠的時間。 - + ## 感謝 [LemonPupl](https://greasyfork.org/zh-CN/users/1274376)發布的腳本[GitHub Copilot automatically obtains GHU](https://greasyfork.org/scripts/489793) - + > ### 🔍你可能在找GitHub相關腳本 > @@ -143,20 +143,20 @@ - + ## 許可證 此腳本採用 MIT 許可證,詳情請見 [LICENSE](https://github.com/ChinaGodMan/UserScripts/blob/main/LICENSE)。 - + ## 支持與反饋 - 如果遇到問題或有任何建議,請訪問 [GitHub Issues 頁面](https://github.com/ChinaGodMan/UserScripts/issues) 提交反饋。 - + ## 使用幫助 @@ -170,14 +170,14 @@ **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相關腳本 > @@ -190,7 +190,7 @@ - + > ### 🔍你可能在找網頁相關腳本 > @@ -208,7 +208,7 @@ - + > ### 🔍你可能在找GitHub相關腳本 > @@ -231,7 +231,7 @@ - + > ### 🔍你可能在找Google相關腳本 > @@ -241,7 +241,7 @@ - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -260,7 +260,7 @@ - + > ### 🔍你可能在找成人腳本 > @@ -278,7 +278,7 @@ - + > ### 🔍你可能在找自動翻譯 > @@ -289,7 +289,7 @@ - + > ### 🔍你可能在找社交媒體腳本 > @@ -300,7 +300,7 @@ - +
    diff --git a/github-email-finder/README.md b/github-email-finder/README.md index d84486630..bcdbc57d3 100644 --- a/github-email-finder/README.md +++ b/github-email-finder/README.md @@ -42,7 +42,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -107,7 +107,7 @@ - + ## 使用帮助 @@ -121,14 +121,14 @@ **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - +
    diff --git a/github-email-finder/README_en.md b/github-email-finder/README_en.md index db5195cdf..e5af1f6eb 100644 --- a/github-email-finder/README_en.md +++ b/github-email-finder/README_en.md @@ -42,7 +42,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -107,7 +107,7 @@ This script is used in GitHub User homepage automatically extracts user public s - + ## Help @@ -121,14 +121,14 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - +
    diff --git a/github-email-finder/README_ko.md b/github-email-finder/README_ko.md index e4a52c608..f51d21452 100644 --- a/github-email-finder/README_ko.md +++ b/github-email-finder/README_ko.md @@ -42,7 +42,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -107,7 +107,7 @@ - + ## 돕다 @@ -121,14 +121,14 @@ **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - +
    diff --git a/github-email-finder/README_vi.md b/github-email-finder/README_vi.md index a6c6b1e94..c5b24476d 100644 --- a/github-email-finder/README_vi.md +++ b/github-email-finder/README_vi.md @@ -42,7 +42,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -107,7 +107,7 @@ Kịch bản này được sử dụng trong GitHub Trang chủ của người d - + ## Giúp đỡ @@ -121,14 +121,14 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - +
    diff --git a/github-email-finder/README_zh-TW.md b/github-email-finder/README_zh-TW.md index 17754ad23..aa9067332 100644 --- a/github-email-finder/README_zh-TW.md +++ b/github-email-finder/README_zh-TW.md @@ -42,7 +42,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -107,7 +107,7 @@ - + ## 使用幫助 @@ -121,14 +121,14 @@ **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - +
    diff --git a/github-file-list-beautifier-plus/README.md b/github-file-list-beautifier-plus/README.md index 4c0aa0289..03013ae75 100644 --- a/github-file-list-beautifier-plus/README.md +++ b/github-file-list-beautifier-plus/README.md @@ -40,7 +40,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -81,7 +81,7 @@ GitHub 文件列表美化器是一个用户脚本,用于增强 GitHub 仓库中的文件显示效果。它可以为文件和文件夹添加颜色,并将文件类型图标替换为小图像,使得代码库更加易于浏览和管理。 - + ## 功能 @@ -90,7 +90,7 @@ GitHub 文件列表美化器是一个用户脚本,用于增强 GitHub 仓库 - **图片文件预览**:对于图片文件,自动显示缩略图。 - **颜色标记**:为不同类型的文件添加颜色,以便更快速地识别文件类型。 - + ## 请注意: @@ -99,7 +99,7 @@ GitHub 文件列表美化器是一个用户脚本,用于增强 GitHub 仓库 - `github-vscode-icons-updated2.0.3` - `Material Icons for GitHub 1.8.19` - + ## 安装 @@ -115,14 +115,14 @@ GitHub 文件列表美化器是一个用户脚本,用于增强 GitHub 仓库 3. **脚本配置**: - 脚本首次运行时会从指定 URL 加载颜色配置。如果无法加载配置,将使用默认设置。 - + ## 使用 - 脚本会在 GitHub 页面加载时自动运行,处理文件列表中的文件图标。 - 可以根据需要在 `localStorage` 或脚本设置中调整图标和颜色配置。 - + ## 自定义配置说明 @@ -159,10 +159,10 @@ GitHub 文件列表美化器是一个用户脚本,用于增强 GitHub 仓库 "icon": " data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAA....." },` - + - + > ### 🔍你可能在找GitHub相关脚本 > @@ -184,25 +184,25 @@ GitHub 文件列表美化器是一个用户脚本,用于增强 GitHub 仓库 - + ## 兼容性 - **浏览器**:支持 Chrome、Firefox、Edge、Opera 和 Safari。 - + ## 支持与反馈 - 如果遇到问题或有任何建议,请访问 [GitHub Issues 页面](https://github.com/ChinaGodMan/UserScripts/issues) 提交反馈。 - + ## 授权 - 该脚本基于 [MIT 许可证](https://opensource.org/licenses/MIT) 开源。 - + ## 贡献 @@ -214,7 +214,7 @@ GitHub 文件列表美化器是一个用户脚本,用于增强 GitHub 仓库 ![Snipaste_2024-09-12_12-03-25.png](https://s2.loli.net/2024/09/12/HCZDNa8EngxQJ4y.png) - + ## 使用帮助 @@ -228,14 +228,14 @@ GitHub 文件列表美化器是一个用户脚本,用于增强 GitHub 仓库 **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相关脚本 > @@ -248,7 +248,7 @@ GitHub 文件列表美化器是一个用户脚本,用于增强 GitHub 仓库 - + > ### 🔍你可能在找网页相关脚本 > @@ -266,7 +266,7 @@ GitHub 文件列表美化器是一个用户脚本,用于增强 GitHub 仓库 - + > ### 🔍你可能在找GitHub相关脚本 > @@ -289,7 +289,7 @@ GitHub 文件列表美化器是一个用户脚本,用于增强 GitHub 仓库 - + > ### 🔍你可能在找Google相关脚本 > @@ -299,7 +299,7 @@ GitHub 文件列表美化器是一个用户脚本,用于增强 GitHub 仓库 - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -318,7 +318,7 @@ GitHub 文件列表美化器是一个用户脚本,用于增强 GitHub 仓库 - + > ### 🔍你可能在找成人脚本 > @@ -336,7 +336,7 @@ GitHub 文件列表美化器是一个用户脚本,用于增强 GitHub 仓库 - + > ### 🔍你可能在找自动翻译 > @@ -347,7 +347,7 @@ GitHub 文件列表美化器是一个用户脚本,用于增强 GitHub 仓库 - + > ### 🔍你可能在找社交媒体脚本 > @@ -358,7 +358,7 @@ GitHub 文件列表美化器是一个用户脚本,用于增强 GitHub 仓库 - +
    diff --git a/github-file-list-beautifier-plus/README_en.md b/github-file-list-beautifier-plus/README_en.md index 6359e8c9e..d6b3e1e67 100644 --- a/github-file-list-beautifier-plus/README_en.md +++ b/github-file-list-beautifier-plus/README_en.md @@ -40,7 +40,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -81,7 +81,7 @@ 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。 - + ## Function @@ -90,7 +90,7 @@ GitHub File List Beautifier is a user script,used to enhance GitHub Display ef - **Image file preview**:For image files,Automatically display thumbnails。 - **Color marking**:Add colors to different types of files,to identify file types more quickly。 - + ## please note: @@ -99,7 +99,7 @@ GitHub File List Beautifier is a user script,used to enhance GitHub Display ef - `github-vscode-icons-updated2.0.3` - `Material Icons for GitHub 1.8.19` - + ## Install @@ -115,14 +115,14 @@ GitHub File List Beautifier is a user script,used to enhance GitHub Display ef 3. **Script placement**: - The first time the script is run it will start from the specified URL Load color configuration。If the configuration cannot be loaded,Default settings will be used。 - + ## use - The script will be in GitHub Run automatically when page loads,Handling file icons in file lists。 - Can be used as needed `localStorage` Or adjust the icon and color configuration in the script settings。 - + ## Custom configuration instructions @@ -159,10 +159,10 @@ GitHub File List Beautifier is a user script,used to enhance GitHub Display ef "icon": " data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAA....." },` - + - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -184,25 +184,25 @@ GitHub File List Beautifier is a user script,used to enhance GitHub Display ef - + ## compatibility - **Browser**:support Chrome、Firefox、Edge、Opera and Safari。 - + ## Support and feedback - If you encounter problems or have any suggestions,Please visit [GitHub Issues page](https://github.com/ChinaGodMan/UserScripts/issues) Submit feedback。 - + ## Authorize - This script is based on [MIT license](https://opensource.org/licenses/MIT) Open source。 - + ## contribute @@ -214,7 +214,7 @@ GitHub File List Beautifier is a user script,used to enhance GitHub Display ef ![Snipaste_2024-09-12_12-03-25.png](https://s2.loli.net/2024/09/12/HCZDNa8EngxQJ4y.png) - + ## Help @@ -228,14 +228,14 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - + > ### 🔍You may be looking forChatGPTRelated scripts > @@ -248,7 +248,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for web-related scripts > @@ -266,7 +266,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -289,7 +289,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGoogleRelated scripts > @@ -299,7 +299,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -318,7 +318,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for adult scripts > @@ -336,7 +336,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for automatic translation > @@ -347,7 +347,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for social media scripts > @@ -358,7 +358,7 @@ Recommended browser and script manager: - +
    diff --git a/github-file-list-beautifier-plus/README_ko.md b/github-file-list-beautifier-plus/README_ko.md index 8fbdb5cef..95c340bbf 100644 --- a/github-file-list-beautifier-plus/README_ko.md +++ b/github-file-list-beautifier-plus/README_ko.md @@ -40,7 +40,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -81,7 +81,7 @@ GitHub 파일 목록 Beautifier는 사용자 스크립트입니다,향상을 위해 GitHub 창고의 파일 표시 효과。파일과 폴더에 색상을 추가 할 수 있습니다,파일 유형 아이콘을 작은 이미지로 바꾸십시오.,코드 기반을 쉽게 탐색하고 관리 할 수 ​​있도록합니다。 - + ## 기능 @@ -90,7 +90,7 @@ GitHub 파일 목록 Beautifier는 사용자 스크립트입니다,향상을 - **이미지 파일 미리보기**:사진 파일의 경우,썸네일을 자동으로 표시합니다。 - **컬러 마커**:다른 유형의 파일에 색상을 추가하십시오,파일 유형을 더 빨리 식별합니다。 - + ## 참고하십시오: @@ -99,7 +99,7 @@ GitHub 파일 목록 Beautifier는 사용자 스크립트입니다,향상을 - `github-vscode-icons-updated2.0.3` - `Material Icons for GitHub 1.8.19` - + ## 설치하다 @@ -115,14 +115,14 @@ GitHub 파일 목록 Beautifier는 사용자 스크립트입니다,향상을 3. **스크립트 구성**: - 스크립트는 처음 실행될 때 지정됩니다. URL 색상 구성로드。구성을로드 할 수없는 경우,기본 설정이 사용됩니다。 - + ## 사용 - 스크립트가 있습니다 GitHub 페이지가로드되면 자동으로 실행됩니다,파일 목록의 프로세스 파일 아이콘。 - 필요에 따라 사용할 수 있습니다 `localStorage` 또는 스크립트 설정에서 아이콘 및 색상 구성을 조정하십시오。 - + ## 사용자 정의 구성 지침 @@ -159,10 +159,10 @@ GitHub 파일 목록 Beautifier는 사용자 스크립트입니다,향상을 "icon": " data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAA....." },` - + - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -184,25 +184,25 @@ GitHub 파일 목록 Beautifier는 사용자 스크립트입니다,향상을 - + ## 호환성 - **브라우저**:지원하다 Chrome、Firefox、Edge、Opera 그리고 Safari。 - + ## 지원 및 피드백 - 문제가 있거나 제안이있는 경우,방문하십시오 [GitHub Issues 페이지](https://github.com/ChinaGodMan/UserScripts/issues) 피드백을 제출하십시오。 - + ## 권한 부여 - 스크립트는 기반입니다 [MIT 특허](https://opensource.org/licenses/MIT) 오픈 소스。 - + ## 기여하다 @@ -214,7 +214,7 @@ GitHub 파일 목록 Beautifier는 사용자 스크립트입니다,향상을 ![Snipaste_2024-09-12_12-03-25.png](https://s2.loli.net/2024/09/12/HCZDNa8EngxQJ4y.png) - + ## 돕다 @@ -228,14 +228,14 @@ GitHub 파일 목록 Beautifier는 사용자 스크립트입니다,향상을 **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - + > ### 🔍당신은 찾고있을 수 있습니다ChatGPT관련 스크립트 > @@ -248,7 +248,7 @@ GitHub 파일 목록 Beautifier는 사용자 스크립트입니다,향상을 - + > ### 🔍웹 관련 스크립트를 찾고있을 수 있습니다 > @@ -266,7 +266,7 @@ GitHub 파일 목록 Beautifier는 사용자 스크립트입니다,향상을 - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -289,7 +289,7 @@ GitHub 파일 목록 Beautifier는 사용자 스크립트입니다,향상을 - + > ### 🔍당신은 찾고있을 수 있습니다Google관련 스크립트 > @@ -299,7 +299,7 @@ GitHub 파일 목록 Beautifier는 사용자 스크립트입니다,향상을 - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -318,7 +318,7 @@ GitHub 파일 목록 Beautifier는 사용자 스크립트입니다,향상을 - + > ### 🔍성인 스크립트를 찾고있을 수 있습니다 > @@ -336,7 +336,7 @@ GitHub 파일 목록 Beautifier는 사용자 스크립트입니다,향상을 - + > ### 🔍자동 번역을 찾고있을 수 있습니다 > @@ -347,7 +347,7 @@ GitHub 파일 목록 Beautifier는 사용자 스크립트입니다,향상을 - + > ### 🔍소셜 미디어 스크립트를 찾고있을 수 있습니다 > @@ -358,7 +358,7 @@ GitHub 파일 목록 Beautifier는 사용자 스크립트입니다,향상을 - +
    diff --git a/github-file-list-beautifier-plus/README_vi.md b/github-file-list-beautifier-plus/README_vi.md index c57bca615..0596b63e1 100644 --- a/github-file-list-beautifier-plus/README_vi.md +++ b/github-file-list-beautifier-plus/README_vi.md @@ -40,7 +40,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -81,7 +81,7 @@ GitHub Danh sách tệp làm đẹp là một tập lệnh người dùng,Để tăng cường GitHub Hiệu ứng hiển thị tệp trong kho。Nó có thể thêm màu sắc vào các tệp và thư mục,và thay thế biểu tượng loại tệp bằng một hình ảnh nhỏ,Làm cho cơ sở mã dễ dàng hơn để duyệt và quản lý。 - + ## Chức năng @@ -90,7 +90,7 @@ GitHub Danh sách tệp làm đẹp là một tập lệnh người dùng,Đ - **Xem trước tệp hình ảnh**:Cho các tập tin hình ảnh,Tự động hiển thị hình thu nhỏ。 - **Điểm đánh dấu màu**:Thêm màu sắc vào các loại tệp khác nhau,Để xác định các loại tệp nhanh hơn。 - + ## Xin lưu ý: @@ -99,7 +99,7 @@ GitHub Danh sách tệp làm đẹp là một tập lệnh người dùng,Đ - `github-vscode-icons-updated2.0.3` - `Material Icons for GitHub 1.8.19` - + ## Cài đặt @@ -115,14 +115,14 @@ GitHub Danh sách tệp làm đẹp là một tập lệnh người dùng,Đ 3. **Cấu hình tập lệnh**: - Tập lệnh sẽ được chỉ định khi nó được chạy đầu tiên URL Tải cấu hình màu。Nếu cấu hình không thể được tải,Các cài đặt mặc định sẽ được sử dụng。 - + ## sử dụng - Kịch bản sẽ ở GitHub Tự động chạy khi trang được tải,Xử lý biểu tượng tệp trong danh sách tệp。 - Có thể được sử dụng khi cần thiết `localStorage` Hoặc điều chỉnh biểu tượng và cấu hình màu trong cài đặt tập lệnh。 - + ## Hướng dẫn cấu hình tùy chỉnh @@ -159,10 +159,10 @@ GitHub Danh sách tệp làm đẹp là một tập lệnh người dùng,Đ "icon": " data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAA....." },` - + - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -184,25 +184,25 @@ GitHub Danh sách tệp làm đẹp là một tập lệnh người dùng,Đ - + ## khả năng tương thích - **Trình duyệt**:ủng hộ Chrome、Firefox、Edge、Opera Và Safari。 - + ## Hỗ trợ và Phản hồi - Nếu bạn có bất kỳ vấn đề hoặc có bất kỳ đề xuất nào,Vui lòng truy cập [GitHub Issues trang](https://github.com/ChinaGodMan/UserScripts/issues) Gửi phản hồi。 - + ## Ủy quyền - Kịch bản dựa trên [MIT giấy phép](https://opensource.org/licenses/MIT) Nguồn mở。 - + ## đóng góp @@ -214,7 +214,7 @@ GitHub Danh sách tệp làm đẹp là một tập lệnh người dùng,Đ ![Snipaste_2024-09-12_12-03-25.png](https://s2.loli.net/2024/09/12/HCZDNa8EngxQJ4y.png) - + ## Giúp đỡ @@ -228,14 +228,14 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - + > ### 🔍Bạn có thể đang tìm kiếmChatGPTTập lệnh liên quan > @@ -248,7 +248,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web > @@ -266,7 +266,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -289,7 +289,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGoogleTập lệnh liên quan > @@ -299,7 +299,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -318,7 +318,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm kịch bản người lớn > @@ -336,7 +336,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm bản dịch tự động > @@ -347,7 +347,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các kịch bản truyền thông xã hội > @@ -358,7 +358,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - +
    diff --git a/github-file-list-beautifier-plus/README_zh-TW.md b/github-file-list-beautifier-plus/README_zh-TW.md index fc2768146..bc8b119bf 100644 --- a/github-file-list-beautifier-plus/README_zh-TW.md +++ b/github-file-list-beautifier-plus/README_zh-TW.md @@ -40,7 +40,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -81,7 +81,7 @@ GitHub 文件列表美化器是一個用戶腳本,用於增強 GitHub 倉庫中的文件顯示效果。它可以為文件和文件夾添加顏色,並將文件類型圖標替換為小圖像,使得代碼庫更加易於瀏覽和管理。 - + ## 功能 @@ -90,7 +90,7 @@ GitHub 文件列表美化器是一個用戶腳本,用於增強 GitHub 倉庫 - **圖片文件預覽**:對於圖片文件,自動顯示縮略圖。 - **顏色標記**:為不同類型的文件添加顏色,以便更快速地識別文件類型。 - + ## 請注意: @@ -99,7 +99,7 @@ GitHub 文件列表美化器是一個用戶腳本,用於增強 GitHub 倉庫 - `github-vscode-icons-updated2.0.3` - `Material Icons for GitHub 1.8.19` - + ## 安裝 @@ -115,14 +115,14 @@ GitHub 文件列表美化器是一個用戶腳本,用於增強 GitHub 倉庫 3. **腳本配置**: - 腳本首次運行時會從指定 URL 加載顏色配置。如果無法加載配置,將使用默認設置。 - + ## 使用 - 腳本會在 GitHub 頁面加載時自動運行,處理文件列表中的文件圖標。 - 可以根據需要在 `localStorage` 或腳本設置中調整圖標和顏色配置。 - + ## 自定義配置說明 @@ -159,10 +159,10 @@ GitHub 文件列表美化器是一個用戶腳本,用於增強 GitHub 倉庫 "icon": " data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAA....." },` - + - + > ### 🔍你可能在找GitHub相關腳本 > @@ -184,25 +184,25 @@ GitHub 文件列表美化器是一個用戶腳本,用於增強 GitHub 倉庫 - + ## 相容性 - **瀏覽器**:支援 Chrome、Firefox、Edge、Opera 和 Safari。 - + ## 支持與反饋 - 如果遇到問題或有任何建議,請訪問 [GitHub Issues 頁面](https://github.com/ChinaGodMan/UserScripts/issues) 提交反饋。 - + ## 授權 - 該腳本基於 [MIT 許可證](https://opensource.org/licenses/MIT) 開源。 - + ## 貢獻 @@ -214,7 +214,7 @@ GitHub 文件列表美化器是一個用戶腳本,用於增強 GitHub 倉庫 ![Snipaste_2024-09-12_12-03-25.png](https://s2.loli.net/2024/09/12/HCZDNa8EngxQJ4y.png) - + ## 使用幫助 @@ -228,14 +228,14 @@ GitHub 文件列表美化器是一個用戶腳本,用於增強 GitHub 倉庫 **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相關腳本 > @@ -248,7 +248,7 @@ GitHub 文件列表美化器是一個用戶腳本,用於增強 GitHub 倉庫 - + > ### 🔍你可能在找網頁相關腳本 > @@ -266,7 +266,7 @@ GitHub 文件列表美化器是一個用戶腳本,用於增強 GitHub 倉庫 - + > ### 🔍你可能在找GitHub相關腳本 > @@ -289,7 +289,7 @@ GitHub 文件列表美化器是一個用戶腳本,用於增強 GitHub 倉庫 - + > ### 🔍你可能在找Google相關腳本 > @@ -299,7 +299,7 @@ GitHub 文件列表美化器是一個用戶腳本,用於增強 GitHub 倉庫 - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -318,7 +318,7 @@ GitHub 文件列表美化器是一個用戶腳本,用於增強 GitHub 倉庫 - + > ### 🔍你可能在找成人腳本 > @@ -336,7 +336,7 @@ GitHub 文件列表美化器是一個用戶腳本,用於增強 GitHub 倉庫 - + > ### 🔍你可能在找自動翻譯 > @@ -347,7 +347,7 @@ GitHub 文件列表美化器是一個用戶腳本,用於增強 GitHub 倉庫 - + > ### 🔍你可能在找社交媒體腳本 > @@ -358,7 +358,7 @@ GitHub 文件列表美化器是一個用戶腳本,用於增強 GitHub 倉庫 - +
    diff --git a/github-file-size-viewer/README.md b/github-file-size-viewer/README.md index e6294d753..64d214dfd 100644 --- a/github-file-size-viewer/README.md +++ b/github-file-size-viewer/README.md @@ -42,7 +42,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -109,7 +109,7 @@ - + ## 使用帮助 @@ -123,14 +123,14 @@ **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - +
    diff --git a/github-file-size-viewer/README_en.md b/github-file-size-viewer/README_en.md index 8aef4af61..804ce7ac0 100644 --- a/github-file-size-viewer/README_en.md +++ b/github-file-size-viewer/README_en.md @@ -42,7 +42,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -109,7 +109,7 @@ Support recursive calculation of folder size,Provides a humanized size format - + ## Help @@ -123,14 +123,14 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - +
    diff --git a/github-file-size-viewer/README_ko.md b/github-file-size-viewer/README_ko.md index 234dc3aec..ee4568407 100644 --- a/github-file-size-viewer/README_ko.md +++ b/github-file-size-viewer/README_ko.md @@ -42,7 +42,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -109,7 +109,7 @@ - + ## 돕다 @@ -123,14 +123,14 @@ **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - +
    diff --git a/github-file-size-viewer/README_vi.md b/github-file-size-viewer/README_vi.md index 6829f0bbb..e86e3beee 100644 --- a/github-file-size-viewer/README_vi.md +++ b/github-file-size-viewer/README_vi.md @@ -42,7 +42,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -109,7 +109,7 @@ Hỗ trợ tính toán đệ quy kích thước thư mục,Cung cấp định - + ## Giúp đỡ @@ -123,14 +123,14 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - +
    diff --git a/github-file-size-viewer/README_zh-TW.md b/github-file-size-viewer/README_zh-TW.md index 048d978c8..41faed58d 100644 --- a/github-file-size-viewer/README_zh-TW.md +++ b/github-file-size-viewer/README_zh-TW.md @@ -42,7 +42,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -109,7 +109,7 @@ - + ## 使用幫助 @@ -123,14 +123,14 @@ **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - +
    diff --git a/github-folder-downloader/README.md b/github-folder-downloader/README.md index d1cd83dc8..87eaa3188 100644 --- a/github-folder-downloader/README.md +++ b/github-folder-downloader/README.md @@ -40,7 +40,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -75,24 +75,24 @@ - + # GitHub Folder Downloader - + ### 描述 GitHub 文件夹下载器为 GitHub 文件夹添加了一个下载按钮,使用户可以更轻松地从仓库中下载特定的文件夹。该按钮集成了两个外部工具:download-directory 和 DownGit,允许用户一键下载文件夹。 - + ### 功能 - 为 GitHub 文件夹添加下载按钮。 - 提供使用 [download-directory](https://download-directory.github.io) 和 [DownGit](https://downgit.github.io) 下载文件夹的选项。 - + ### 使用方法 @@ -101,7 +101,7 @@ GitHub 文件夹下载器为 GitHub 文件夹添加了一个下载按钮,使 3. 点击“下载文件夹”按钮,以查看下载文件夹的选项。 - + > ### 🔍你可能在找GitHub相关脚本 > @@ -123,7 +123,7 @@ GitHub 文件夹下载器为 GitHub 文件夹添加了一个下载按钮,使 - + ### 修改说明 @@ -133,7 +133,7 @@ GitHub 文件夹下载器为 GitHub 文件夹添加了一个下载按钮,使 ![1.png](https://s2.loli.net/2024/08/28/XiKjIu85TVBwzMa.png) - + ## 使用帮助 @@ -147,14 +147,14 @@ GitHub 文件夹下载器为 GitHub 文件夹添加了一个下载按钮,使 **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相关脚本 > @@ -167,7 +167,7 @@ GitHub 文件夹下载器为 GitHub 文件夹添加了一个下载按钮,使 - + > ### 🔍你可能在找网页相关脚本 > @@ -185,7 +185,7 @@ GitHub 文件夹下载器为 GitHub 文件夹添加了一个下载按钮,使 - + > ### 🔍你可能在找GitHub相关脚本 > @@ -208,7 +208,7 @@ GitHub 文件夹下载器为 GitHub 文件夹添加了一个下载按钮,使 - + > ### 🔍你可能在找Google相关脚本 > @@ -218,7 +218,7 @@ GitHub 文件夹下载器为 GitHub 文件夹添加了一个下载按钮,使 - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -237,7 +237,7 @@ GitHub 文件夹下载器为 GitHub 文件夹添加了一个下载按钮,使 - + > ### 🔍你可能在找成人脚本 > @@ -255,7 +255,7 @@ GitHub 文件夹下载器为 GitHub 文件夹添加了一个下载按钮,使 - + > ### 🔍你可能在找自动翻译 > @@ -266,7 +266,7 @@ GitHub 文件夹下载器为 GitHub 文件夹添加了一个下载按钮,使 - + > ### 🔍你可能在找社交媒体脚本 > @@ -277,7 +277,7 @@ GitHub 文件夹下载器为 GitHub 文件夹添加了一个下载按钮,使 - +
    diff --git a/github-folder-downloader/README_en.md b/github-folder-downloader/README_en.md index 981b5dbac..9d12e71f7 100644 --- a/github-folder-downloader/README_en.md +++ b/github-folder-downloader/README_en.md @@ -40,7 +40,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -75,30 +75,30 @@ - + # GitHub Folder Downloader - + ### Description GitHub Folder Downloader adds a download button for GitHub folders, making it easier to download specific folders from repositories. The button integrates with two external tools: download-directory and DownGit, allowing users to download folders with a single click. - + ### Features - Adds a download button to GitHub folders. - Provides options to download using [download-directory](https://download-directory.github.io) and [DownGit](https://downgit.github.io). - + ### Modifications Modified from the script [GitHub artspiecesfolderDownload](https://greasyfork.org/scripts/434592) by user [Eric Kwok](https://greasyfork.org/users/220259). - + ### Usage @@ -110,7 +110,7 @@ Modified from the script [GitHub artspiecesfolderDownload](https://greasyfork.or ![1.png](https://s2.loli.net/2024/08/28/XiKjIu85TVBwzMa.png) - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -132,7 +132,7 @@ Modified from the script [GitHub artspiecesfolderDownload](https://greasyfork.or - + ## Help @@ -146,14 +146,14 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - + > ### 🔍You may be looking forChatGPTRelated scripts > @@ -166,7 +166,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for web-related scripts > @@ -184,7 +184,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -207,7 +207,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGoogleRelated scripts > @@ -217,7 +217,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -236,7 +236,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for adult scripts > @@ -254,7 +254,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for automatic translation > @@ -265,7 +265,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for social media scripts > @@ -276,7 +276,7 @@ Recommended browser and script manager: - +
    diff --git a/github-folder-downloader/README_ko.md b/github-folder-downloader/README_ko.md index 9690f6c16..e11913d99 100644 --- a/github-folder-downloader/README_ko.md +++ b/github-folder-downloader/README_ko.md @@ -40,7 +40,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -75,24 +75,24 @@ - + # GitHub Folder Downloader - + ### 설명하다 GitHub 폴더 다운로더는입니다 GitHub 다운로드 버튼이 폴더에 추가되었습니다,사용자가 저장소에서 특정 폴더를보다 쉽게 ​​다운로드 할 수 있도록합니다.。버튼은 두 가지 외부 도구를 통합합니다:download-directory 그리고 DownGit,사용자가 한 번의 클릭으로 폴더를 다운로드 할 수 있습니다。 - + ### 기능 - ~을 위한 GitHub 다운로드 버튼에 폴더를 추가하십시오。 - 사용을 제공하십시오 [download-directory](https://download-directory.github.io) 그리고 [DownGit](https://downgit.github.io) 폴더를 다운로드하는 옵션。 - + ### 사용 방법 @@ -101,7 +101,7 @@ GitHub 폴더 다운로더는입니다 GitHub 다운로드 버튼이 폴더에 3. 딸깍 하는 소리“폴더를 다운로드하십시오”단추,폴더 다운로드 옵션을 보려면。 - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -123,7 +123,7 @@ GitHub 폴더 다운로더는입니다 GitHub 다운로드 버튼이 폴더에 - + ### 수정 지침 @@ -133,7 +133,7 @@ GitHub 폴더 다운로더는입니다 GitHub 다운로드 버튼이 폴더에 ![1.png](https://s2.loli.net/2024/08/28/XiKjIu85TVBwzMa.png) - + ## 돕다 @@ -147,14 +147,14 @@ GitHub 폴더 다운로더는입니다 GitHub 다운로드 버튼이 폴더에 **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - + > ### 🔍당신은 찾고있을 수 있습니다ChatGPT관련 스크립트 > @@ -167,7 +167,7 @@ GitHub 폴더 다운로더는입니다 GitHub 다운로드 버튼이 폴더에 - + > ### 🔍웹 관련 스크립트를 찾고있을 수 있습니다 > @@ -185,7 +185,7 @@ GitHub 폴더 다운로더는입니다 GitHub 다운로드 버튼이 폴더에 - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -208,7 +208,7 @@ GitHub 폴더 다운로더는입니다 GitHub 다운로드 버튼이 폴더에 - + > ### 🔍당신은 찾고있을 수 있습니다Google관련 스크립트 > @@ -218,7 +218,7 @@ GitHub 폴더 다운로더는입니다 GitHub 다운로드 버튼이 폴더에 - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -237,7 +237,7 @@ GitHub 폴더 다운로더는입니다 GitHub 다운로드 버튼이 폴더에 - + > ### 🔍성인 스크립트를 찾고있을 수 있습니다 > @@ -255,7 +255,7 @@ GitHub 폴더 다운로더는입니다 GitHub 다운로드 버튼이 폴더에 - + > ### 🔍자동 번역을 찾고있을 수 있습니다 > @@ -266,7 +266,7 @@ GitHub 폴더 다운로더는입니다 GitHub 다운로드 버튼이 폴더에 - + > ### 🔍소셜 미디어 스크립트를 찾고있을 수 있습니다 > @@ -277,7 +277,7 @@ GitHub 폴더 다운로더는입니다 GitHub 다운로드 버튼이 폴더에 - +
    diff --git a/github-folder-downloader/README_vi.md b/github-folder-downloader/README_vi.md index 4f7d7a57f..9b5b553ce 100644 --- a/github-folder-downloader/README_vi.md +++ b/github-folder-downloader/README_vi.md @@ -40,7 +40,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -75,24 +75,24 @@ - + # GitHub Folder Downloader - + ### mô tả GitHub Trình tải xuống thư mục là GitHub Một nút tải xuống đã được thêm vào thư mục,Giúp người dùng dễ dàng tải xuống các thư mục cụ thể từ kho lưu trữ。Nút tích hợp hai công cụ bên ngoài:download-directory Và DownGit,Cho phép người dùng tải xuống các thư mục chỉ bằng một cú nhấp chuột。 - + ### Chức năng - vì GitHub Thêm một thư mục để tải xuống nút。 - Cung cấp sử dụng [download-directory](https://download-directory.github.io) Và [DownGit](https://downgit.github.io) Các tùy chọn để tải xuống các thư mục。 - + ### Cách sử dụng @@ -101,7 +101,7 @@ GitHub Trình tải xuống thư mục là GitHub Một nút tải xuống đã 3. Nhấp“Tải xuống thư mục”Cái nút,Để xem các tùy chọn để tải xuống các thư mục。 - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -123,7 +123,7 @@ GitHub Trình tải xuống thư mục là GitHub Một nút tải xuống đã - + ### Hướng dẫn sửa đổi @@ -133,7 +133,7 @@ Sửa đổi từ người dùng[Eric Kwok](https://greasyfork.org/zh-CN/users/2 ![1.png](https://s2.loli.net/2024/08/28/XiKjIu85TVBwzMa.png) - + ## Giúp đỡ @@ -147,14 +147,14 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - + > ### 🔍Bạn có thể đang tìm kiếmChatGPTTập lệnh liên quan > @@ -167,7 +167,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web > @@ -185,7 +185,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -208,7 +208,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGoogleTập lệnh liên quan > @@ -218,7 +218,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -237,7 +237,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm kịch bản người lớn > @@ -255,7 +255,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm bản dịch tự động > @@ -266,7 +266,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các kịch bản truyền thông xã hội > @@ -277,7 +277,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - +
    diff --git a/github-folder-downloader/README_zh-TW.md b/github-folder-downloader/README_zh-TW.md index b5e4d5ca2..a1c677ce4 100644 --- a/github-folder-downloader/README_zh-TW.md +++ b/github-folder-downloader/README_zh-TW.md @@ -40,7 +40,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -75,24 +75,24 @@ - + # GitHub Folder Downloader - + ### 描述 GitHub 文件夾下載器為 GitHub 文件夾添加了一個下載按鈕,使用戶可以更輕鬆地從倉庫中下載特定的文件夾。該按鈕集成了兩個外部工具:download-directory 和 DownGit,允許用戶一鍵下載文件夾。 - + ### 功能 - 為 GitHub 文件夾添加下載按鈕。 - 提供使用 [download-directory](https://download-directory.github.io) 和 [DownGit](https://downgit.github.io) 下載文件夾的選項。 - + ### 使用方法 @@ -101,7 +101,7 @@ GitHub 文件夾下載器為 GitHub 文件夾添加了一個下載按鈕,使 3. 點擊“下載文件夾”按鈕,以查看下載文件夾的選項。 - + > ### 🔍你可能在找GitHub相關腳本 > @@ -123,7 +123,7 @@ GitHub 文件夾下載器為 GitHub 文件夾添加了一個下載按鈕,使 - + ### 修改說明 @@ -133,7 +133,7 @@ GitHub 文件夾下載器為 GitHub 文件夾添加了一個下載按鈕,使 ![1.png](https://s2.loli.net/2024/08/28/XiKjIu85TVBwzMa.png) - + ## 使用幫助 @@ -147,14 +147,14 @@ GitHub 文件夾下載器為 GitHub 文件夾添加了一個下載按鈕,使 **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相關腳本 > @@ -167,7 +167,7 @@ GitHub 文件夾下載器為 GitHub 文件夾添加了一個下載按鈕,使 - + > ### 🔍你可能在找網頁相關腳本 > @@ -185,7 +185,7 @@ GitHub 文件夾下載器為 GitHub 文件夾添加了一個下載按鈕,使 - + > ### 🔍你可能在找GitHub相關腳本 > @@ -208,7 +208,7 @@ GitHub 文件夾下載器為 GitHub 文件夾添加了一個下載按鈕,使 - + > ### 🔍你可能在找Google相關腳本 > @@ -218,7 +218,7 @@ GitHub 文件夾下載器為 GitHub 文件夾添加了一個下載按鈕,使 - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -237,7 +237,7 @@ GitHub 文件夾下載器為 GitHub 文件夾添加了一個下載按鈕,使 - + > ### 🔍你可能在找成人腳本 > @@ -255,7 +255,7 @@ GitHub 文件夾下載器為 GitHub 文件夾添加了一個下載按鈕,使 - + > ### 🔍你可能在找自動翻譯 > @@ -266,7 +266,7 @@ GitHub 文件夾下載器為 GitHub 文件夾添加了一個下載按鈕,使 - + > ### 🔍你可能在找社交媒體腳本 > @@ -277,7 +277,7 @@ GitHub 文件夾下載器為 GitHub 文件夾添加了一個下載按鈕,使 - +
    diff --git a/github-gist-copier/README.md b/github-gist-copier/README.md index 3ed7428d9..ece7b20bf 100644 --- a/github-gist-copier/README.md +++ b/github-gist-copier/README.md @@ -40,7 +40,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -119,7 +119,7 @@ - + > ### 🔍你可能在找GitHub相关脚本 > @@ -141,7 +141,7 @@ - + ## 使用帮助 @@ -155,13 +155,13 @@ **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相关脚本 > @@ -173,7 +173,7 @@ - + > ### 🔍你可能在找网页相关脚本 > @@ -190,7 +190,7 @@ - + > ### 🔍你可能在找GitHub相关脚本 > @@ -212,7 +212,7 @@ - + > ### 🔍你可能在找Google相关脚本 > @@ -221,7 +221,7 @@ - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -239,7 +239,7 @@ - + > ### 🔍你可能在找成人脚本 > @@ -256,7 +256,7 @@ - + > ### 🔍你可能在找自动翻译 > @@ -266,7 +266,7 @@ - + > ### 🔍你可能在找社交媒体脚本 > @@ -277,7 +277,7 @@ - +
    diff --git a/github-gist-copier/README_en.md b/github-gist-copier/README_en.md index 842fb50e7..ad597c7d7 100644 --- a/github-gist-copier/README_en.md +++ b/github-gist-copier/README_en.md @@ -40,7 +40,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -119,7 +119,7 @@ - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -141,7 +141,7 @@ - + ## Help @@ -155,13 +155,13 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - + > ### 🔍You may be looking forChatGPTRelated scripts > @@ -173,7 +173,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for web-related scripts > @@ -190,7 +190,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -212,7 +212,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGoogleRelated scripts > @@ -221,7 +221,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -239,7 +239,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for adult scripts > @@ -256,7 +256,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for automatic translation > @@ -266,7 +266,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for social media scripts > @@ -277,7 +277,7 @@ Recommended browser and script manager: - +
    diff --git a/github-gist-copier/README_ko.md b/github-gist-copier/README_ko.md index b3183c35e..334e6d7be 100644 --- a/github-gist-copier/README_ko.md +++ b/github-gist-copier/README_ko.md @@ -40,7 +40,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -119,7 +119,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -141,7 +141,7 @@ - + ## 돕다 @@ -155,13 +155,13 @@ **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - + > ### 🔍당신은 찾고있을 수 있습니다ChatGPT관련 스크립트 > @@ -173,7 +173,7 @@ - + > ### 🔍웹 관련 스크립트를 찾고있을 수 있습니다 > @@ -190,7 +190,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -212,7 +212,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다Google관련 스크립트 > @@ -221,7 +221,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -239,7 +239,7 @@ - + > ### 🔍성인 스크립트를 찾고있을 수 있습니다 > @@ -256,7 +256,7 @@ - + > ### 🔍자동 번역을 찾고있을 수 있습니다 > @@ -266,7 +266,7 @@ - + > ### 🔍소셜 미디어 스크립트를 찾고있을 수 있습니다 > @@ -277,7 +277,7 @@ - +
    diff --git a/github-gist-copier/README_vi.md b/github-gist-copier/README_vi.md index 4cbe5e60e..b695a9ace 100644 --- a/github-gist-copier/README_vi.md +++ b/github-gist-copier/README_vi.md @@ -40,7 +40,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -119,7 +119,7 @@ - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -141,7 +141,7 @@ - + ## Giúp đỡ @@ -155,13 +155,13 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - + > ### 🔍Bạn có thể đang tìm kiếmChatGPTTập lệnh liên quan > @@ -173,7 +173,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web > @@ -190,7 +190,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -212,7 +212,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGoogleTập lệnh liên quan > @@ -221,7 +221,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -239,7 +239,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm kịch bản người lớn > @@ -256,7 +256,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm bản dịch tự động > @@ -266,7 +266,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các kịch bản truyền thông xã hội > @@ -277,7 +277,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - +
    diff --git a/github-gist-copier/README_zh-TW.md b/github-gist-copier/README_zh-TW.md index 65b816420..1dc80e1c0 100644 --- a/github-gist-copier/README_zh-TW.md +++ b/github-gist-copier/README_zh-TW.md @@ -40,7 +40,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -119,7 +119,7 @@ - + > ### 🔍你可能在找GitHub相關腳本 > @@ -141,7 +141,7 @@ - + ## 使用幫助 @@ -155,13 +155,13 @@ **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相關腳本 > @@ -173,7 +173,7 @@ - + > ### 🔍你可能在找網頁相關腳本 > @@ -190,7 +190,7 @@ - + > ### 🔍你可能在找GitHub相關腳本 > @@ -212,7 +212,7 @@ - + > ### 🔍你可能在找Google相關腳本 > @@ -221,7 +221,7 @@ - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -239,7 +239,7 @@ - + > ### 🔍你可能在找成人腳本 > @@ -256,7 +256,7 @@ - + > ### 🔍你可能在找自動翻譯 > @@ -266,7 +266,7 @@ - + > ### 🔍你可能在找社交媒體腳本 > @@ -277,7 +277,7 @@ - +
    diff --git a/github-jsdelivr-link/README.md b/github-jsdelivr-link/README.md index 777b8297d..c490f7556 100644 --- a/github-jsdelivr-link/README.md +++ b/github-jsdelivr-link/README.md @@ -40,7 +40,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -79,7 +79,7 @@ _人民的勤务员修复失效代码_ ![l](https://greasyfork.s3.us-east-2.amazonaws.com/jftr1ms2n0mugq1wmwd90k8tzpps) - + > ### 🔍你可能在找GitHub相关脚本 > @@ -101,7 +101,7 @@ _人民的勤务员修复失效代码_ - + ## 使用帮助 @@ -115,13 +115,13 @@ _人民的勤务员修复失效代码_ **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相关脚本 > @@ -133,7 +133,7 @@ _人民的勤务员修复失效代码_ - + > ### 🔍你可能在找网页相关脚本 > @@ -150,7 +150,7 @@ _人民的勤务员修复失效代码_ - + > ### 🔍你可能在找GitHub相关脚本 > @@ -172,7 +172,7 @@ _人民的勤务员修复失效代码_ - + > ### 🔍你可能在找Google相关脚本 > @@ -181,7 +181,7 @@ _人民的勤务员修复失效代码_ - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -199,7 +199,7 @@ _人民的勤务员修复失效代码_ - + > ### 🔍你可能在找成人脚本 > @@ -216,7 +216,7 @@ _人民的勤务员修复失效代码_ - + > ### 🔍你可能在找自动翻译 > @@ -226,7 +226,7 @@ _人民的勤务员修复失效代码_ - + > ### 🔍你可能在找社交媒体脚本 > @@ -237,7 +237,7 @@ _人民的勤务员修复失效代码_ - +
    diff --git a/github-jsdelivr-link/README_en.md b/github-jsdelivr-link/README_en.md index 7db275d7c..fabf58203 100644 --- a/github-jsdelivr-link/README_en.md +++ b/github-jsdelivr-link/README_en.md @@ -40,7 +40,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -79,7 +79,7 @@ _People’s serviceman fixes invalid code_ ![l](https://greasyfork.s3.us-east-2.amazonaws.com/jftr1ms2n0mugq1wmwd90k8tzpps) - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -101,7 +101,7 @@ _People’s serviceman fixes invalid code_ - + ## Help @@ -115,13 +115,13 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - + > ### 🔍You may be looking forChatGPTRelated scripts > @@ -133,7 +133,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for web-related scripts > @@ -150,7 +150,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -172,7 +172,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGoogleRelated scripts > @@ -181,7 +181,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -199,7 +199,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for adult scripts > @@ -216,7 +216,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for automatic translation > @@ -226,7 +226,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for social media scripts > @@ -237,7 +237,7 @@ Recommended browser and script manager: - +
    diff --git a/github-jsdelivr-link/README_ko.md b/github-jsdelivr-link/README_ko.md index a73f34784..db62f452e 100644 --- a/github-jsdelivr-link/README_ko.md +++ b/github-jsdelivr-link/README_ko.md @@ -40,7 +40,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -79,7 +79,7 @@ _사람들의 군인은 잘못된 코드를 수정합니다_ ![l](https://greasyfork.s3.us-east-2.amazonaws.com/jftr1ms2n0mugq1wmwd90k8tzpps) - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -101,7 +101,7 @@ _사람들의 군인은 잘못된 코드를 수정합니다_ - + ## 돕다 @@ -115,13 +115,13 @@ _사람들의 군인은 잘못된 코드를 수정합니다_ **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - + > ### 🔍당신은 찾고있을 수 있습니다ChatGPT관련 스크립트 > @@ -133,7 +133,7 @@ _사람들의 군인은 잘못된 코드를 수정합니다_ - + > ### 🔍웹 관련 스크립트를 찾고있을 수 있습니다 > @@ -150,7 +150,7 @@ _사람들의 군인은 잘못된 코드를 수정합니다_ - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -172,7 +172,7 @@ _사람들의 군인은 잘못된 코드를 수정합니다_ - + > ### 🔍당신은 찾고있을 수 있습니다Google관련 스크립트 > @@ -181,7 +181,7 @@ _사람들의 군인은 잘못된 코드를 수정합니다_ - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -199,7 +199,7 @@ _사람들의 군인은 잘못된 코드를 수정합니다_ - + > ### 🔍성인 스크립트를 찾고있을 수 있습니다 > @@ -216,7 +216,7 @@ _사람들의 군인은 잘못된 코드를 수정합니다_ - + > ### 🔍자동 번역을 찾고있을 수 있습니다 > @@ -226,7 +226,7 @@ _사람들의 군인은 잘못된 코드를 수정합니다_ - + > ### 🔍소셜 미디어 스크립트를 찾고있을 수 있습니다 > @@ -237,7 +237,7 @@ _사람들의 군인은 잘못된 코드를 수정합니다_ - +
    diff --git a/github-jsdelivr-link/README_vi.md b/github-jsdelivr-link/README_vi.md index d7c2601c6..3e2f37bae 100644 --- a/github-jsdelivr-link/README_vi.md +++ b/github-jsdelivr-link/README_vi.md @@ -40,7 +40,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -79,7 +79,7 @@ _Người phục vụ mọi người sửa mã không hợp lệ_ ![l](https://greasyfork.s3.us-east-2.amazonaws.com/jftr1ms2n0mugq1wmwd90k8tzpps) - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -101,7 +101,7 @@ _Người phục vụ mọi người sửa mã không hợp lệ_ - + ## Giúp đỡ @@ -115,13 +115,13 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - + > ### 🔍Bạn có thể đang tìm kiếmChatGPTTập lệnh liên quan > @@ -133,7 +133,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web > @@ -150,7 +150,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -172,7 +172,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGoogleTập lệnh liên quan > @@ -181,7 +181,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -199,7 +199,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm kịch bản người lớn > @@ -216,7 +216,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm bản dịch tự động > @@ -226,7 +226,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các kịch bản truyền thông xã hội > @@ -237,7 +237,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - +
    diff --git a/github-jsdelivr-link/README_zh-TW.md b/github-jsdelivr-link/README_zh-TW.md index f238b23ae..c8f9d6057 100644 --- a/github-jsdelivr-link/README_zh-TW.md +++ b/github-jsdelivr-link/README_zh-TW.md @@ -40,7 +40,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -79,7 +79,7 @@ _人民的勤務員修復失效代碼_ ![l](https://greasyfork.s3.us-east-2.amazonaws.com/jftr1ms2n0mugq1wmwd90k8tzpps) - + > ### 🔍你可能在找GitHub相關腳本 > @@ -101,7 +101,7 @@ _人民的勤務員修復失效代碼_ - + ## 使用幫助 @@ -115,13 +115,13 @@ _人民的勤務員修復失效代碼_ **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相關腳本 > @@ -133,7 +133,7 @@ _人民的勤務員修復失效代碼_ - + > ### 🔍你可能在找網頁相關腳本 > @@ -150,7 +150,7 @@ _人民的勤務員修復失效代碼_ - + > ### 🔍你可能在找GitHub相關腳本 > @@ -172,7 +172,7 @@ _人民的勤務員修復失效代碼_ - + > ### 🔍你可能在找Google相關腳本 > @@ -181,7 +181,7 @@ _人民的勤務員修復失效代碼_ - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -199,7 +199,7 @@ _人民的勤務員修復失效代碼_ - + > ### 🔍你可能在找成人腳本 > @@ -216,7 +216,7 @@ _人民的勤務員修復失效代碼_ - + > ### 🔍你可能在找自動翻譯 > @@ -226,7 +226,7 @@ _人民的勤務員修復失效代碼_ - + > ### 🔍你可能在找社交媒體腳本 > @@ -237,7 +237,7 @@ _人民的勤務員修復失效代碼_ - +
    diff --git a/github-linguist-expand/README.md b/github-linguist-expand/README.md index 7dc6176f6..b59fc177b 100644 --- a/github-linguist-expand/README.md +++ b/github-linguist-expand/README.md @@ -40,7 +40,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -130,7 +130,7 @@ ![1.png](https://s2.loli.net/2024/09/24/NlaYfsZdcW7hTr5.png) - + > ### 🔍你可能在找GitHub相关脚本 > @@ -153,7 +153,7 @@ - + ## 使用帮助 @@ -167,14 +167,14 @@ **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相关脚本 > @@ -187,7 +187,7 @@ - + > ### 🔍你可能在找网页相关脚本 > @@ -205,7 +205,7 @@ - + > ### 🔍你可能在找GitHub相关脚本 > @@ -228,7 +228,7 @@ - + > ### 🔍你可能在找Google相关脚本 > @@ -238,7 +238,7 @@ - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -257,7 +257,7 @@ - + > ### 🔍你可能在找成人脚本 > @@ -275,7 +275,7 @@ - + > ### 🔍你可能在找自动翻译 > @@ -286,7 +286,7 @@ - + > ### 🔍你可能在找社交媒体脚本 > @@ -297,7 +297,7 @@ - +
    diff --git a/github-linguist-expand/README_en.md b/github-linguist-expand/README_en.md index c5446ddc6..de218e25e 100644 --- a/github-linguist-expand/README_en.md +++ b/github-linguist-expand/README_en.md @@ -40,7 +40,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -130,7 +130,7 @@ In the repository page,You can see the following display: ![1.png](https://s2.loli.net/2024/09/24/NlaYfsZdcW7hTr5.png) - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -153,7 +153,7 @@ In the repository page,You can see the following display: - + ## Help @@ -167,14 +167,14 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - + > ### 🔍You may be looking forChatGPTRelated scripts > @@ -187,7 +187,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for web-related scripts > @@ -205,7 +205,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -228,7 +228,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGoogleRelated scripts > @@ -238,7 +238,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -257,7 +257,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for adult scripts > @@ -275,7 +275,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for automatic translation > @@ -286,7 +286,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for social media scripts > @@ -297,7 +297,7 @@ Recommended browser and script manager: - +
    diff --git a/github-linguist-expand/README_ko.md b/github-linguist-expand/README_ko.md index 4e568469a..da6c7d398 100644 --- a/github-linguist-expand/README_ko.md +++ b/github-linguist-expand/README_ko.md @@ -40,7 +40,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -130,7 +130,7 @@ ![1.png](https://s2.loli.net/2024/09/24/NlaYfsZdcW7hTr5.png) - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -153,7 +153,7 @@ - + ## 돕다 @@ -167,14 +167,14 @@ **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - + > ### 🔍당신은 찾고있을 수 있습니다ChatGPT관련 스크립트 > @@ -187,7 +187,7 @@ - + > ### 🔍웹 관련 스크립트를 찾고있을 수 있습니다 > @@ -205,7 +205,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -228,7 +228,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다Google관련 스크립트 > @@ -238,7 +238,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -257,7 +257,7 @@ - + > ### 🔍성인 스크립트를 찾고있을 수 있습니다 > @@ -275,7 +275,7 @@ - + > ### 🔍자동 번역을 찾고있을 수 있습니다 > @@ -286,7 +286,7 @@ - + > ### 🔍소셜 미디어 스크립트를 찾고있을 수 있습니다 > @@ -297,7 +297,7 @@ - +
    diff --git a/github-linguist-expand/README_vi.md b/github-linguist-expand/README_vi.md index d0be1f9bd..fefbaa371 100644 --- a/github-linguist-expand/README_vi.md +++ b/github-linguist-expand/README_vi.md @@ -40,7 +40,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -130,7 +130,7 @@ Trong trang cơ sở mã,Bạn có thể thấy màn hình sau: ![1.png](https://s2.loli.net/2024/09/24/NlaYfsZdcW7hTr5.png) - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -153,7 +153,7 @@ Trong trang cơ sở mã,Bạn có thể thấy màn hình sau: - + ## Giúp đỡ @@ -167,14 +167,14 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - + > ### 🔍Bạn có thể đang tìm kiếmChatGPTTập lệnh liên quan > @@ -187,7 +187,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web > @@ -205,7 +205,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -228,7 +228,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGoogleTập lệnh liên quan > @@ -238,7 +238,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -257,7 +257,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm kịch bản người lớn > @@ -275,7 +275,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm bản dịch tự động > @@ -286,7 +286,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các kịch bản truyền thông xã hội > @@ -297,7 +297,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - +
    diff --git a/github-linguist-expand/README_zh-TW.md b/github-linguist-expand/README_zh-TW.md index f55f1c3fe..1cacdfcb7 100644 --- a/github-linguist-expand/README_zh-TW.md +++ b/github-linguist-expand/README_zh-TW.md @@ -40,7 +40,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -130,7 +130,7 @@ ![1.png](https://s2.loli.net/2024/09/24/NlaYfsZdcW7hTr5.png) - + > ### 🔍你可能在找GitHub相關腳本 > @@ -153,7 +153,7 @@ - + ## 使用幫助 @@ -167,14 +167,14 @@ **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相關腳本 > @@ -187,7 +187,7 @@ - + > ### 🔍你可能在找網頁相關腳本 > @@ -205,7 +205,7 @@ - + > ### 🔍你可能在找GitHub相關腳本 > @@ -228,7 +228,7 @@ - + > ### 🔍你可能在找Google相關腳本 > @@ -238,7 +238,7 @@ - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -257,7 +257,7 @@ - + > ### 🔍你可能在找成人腳本 > @@ -275,7 +275,7 @@ - + > ### 🔍你可能在找自動翻譯 > @@ -286,7 +286,7 @@ - + > ### 🔍你可能在找社交媒體腳本 > @@ -297,7 +297,7 @@ - +
    diff --git a/github-no-copilot/README.md b/github-no-copilot/README.md index e5a1a6cfe..6f48478bd 100644 --- a/github-no-copilot/README.md +++ b/github-no-copilot/README.md @@ -42,7 +42,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -117,7 +117,7 @@ MIT - + > ### 🔍你可能在找GitHub相关脚本 > @@ -139,7 +139,7 @@ MIT - + ## 使用帮助 @@ -153,13 +153,13 @@ MIT **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相关脚本 > @@ -171,7 +171,7 @@ MIT - + > ### 🔍你可能在找网页相关脚本 > @@ -188,7 +188,7 @@ MIT - + > ### 🔍你可能在找GitHub相关脚本 > @@ -210,7 +210,7 @@ MIT - + > ### 🔍你可能在找Google相关脚本 > @@ -219,7 +219,7 @@ MIT - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -237,7 +237,7 @@ MIT - + > ### 🔍你可能在找成人脚本 > @@ -254,7 +254,7 @@ MIT - + > ### 🔍你可能在找自动翻译 > @@ -264,7 +264,7 @@ MIT - + > ### 🔍你可能在找社交媒体脚本 > @@ -275,7 +275,7 @@ MIT - +
    diff --git a/github-no-copilot/README_en.md b/github-no-copilot/README_en.md index 0e98b1c0f..dc7e824d8 100644 --- a/github-no-copilot/README_en.md +++ b/github-no-copilot/README_en.md @@ -42,7 +42,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -117,7 +117,7 @@ After use: - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -139,7 +139,7 @@ After use: - + ## Help @@ -153,13 +153,13 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - + > ### 🔍You may be looking forChatGPTRelated scripts > @@ -171,7 +171,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for web-related scripts > @@ -188,7 +188,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -210,7 +210,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGoogleRelated scripts > @@ -219,7 +219,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -237,7 +237,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for adult scripts > @@ -254,7 +254,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for automatic translation > @@ -264,7 +264,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for social media scripts > @@ -275,7 +275,7 @@ Recommended browser and script manager: - +
    diff --git a/github-no-copilot/README_ko.md b/github-no-copilot/README_ko.md index e617cd3f1..327ac4ff8 100644 --- a/github-no-copilot/README_ko.md +++ b/github-no-copilot/README_ko.md @@ -42,7 +42,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -117,7 +117,7 @@ MIT - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -139,7 +139,7 @@ MIT - + ## 돕다 @@ -153,13 +153,13 @@ MIT **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - + > ### 🔍당신은 찾고있을 수 있습니다ChatGPT관련 스크립트 > @@ -171,7 +171,7 @@ MIT - + > ### 🔍웹 관련 스크립트를 찾고있을 수 있습니다 > @@ -188,7 +188,7 @@ MIT - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -210,7 +210,7 @@ MIT - + > ### 🔍당신은 찾고있을 수 있습니다Google관련 스크립트 > @@ -219,7 +219,7 @@ MIT - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -237,7 +237,7 @@ MIT - + > ### 🔍성인 스크립트를 찾고있을 수 있습니다 > @@ -254,7 +254,7 @@ MIT - + > ### 🔍자동 번역을 찾고있을 수 있습니다 > @@ -264,7 +264,7 @@ MIT - + > ### 🔍소셜 미디어 스크립트를 찾고있을 수 있습니다 > @@ -275,7 +275,7 @@ MIT - +
    diff --git a/github-no-copilot/README_vi.md b/github-no-copilot/README_vi.md index f68ad23a2..eebfa1b7d 100644 --- a/github-no-copilot/README_vi.md +++ b/github-no-copilot/README_vi.md @@ -42,7 +42,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -117,7 +117,7 @@ Sau khi sử dụng: - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -139,7 +139,7 @@ Sau khi sử dụng: - + ## Giúp đỡ @@ -153,13 +153,13 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - + > ### 🔍Bạn có thể đang tìm kiếmChatGPTTập lệnh liên quan > @@ -171,7 +171,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web > @@ -188,7 +188,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -210,7 +210,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGoogleTập lệnh liên quan > @@ -219,7 +219,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -237,7 +237,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm kịch bản người lớn > @@ -254,7 +254,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm bản dịch tự động > @@ -264,7 +264,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các kịch bản truyền thông xã hội > @@ -275,7 +275,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - +
    diff --git a/github-no-copilot/README_zh-TW.md b/github-no-copilot/README_zh-TW.md index 68c28774b..b212c6825 100644 --- a/github-no-copilot/README_zh-TW.md +++ b/github-no-copilot/README_zh-TW.md @@ -42,7 +42,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -117,7 +117,7 @@ MIT - + > ### 🔍你可能在找GitHub相關腳本 > @@ -139,7 +139,7 @@ MIT - + ## 使用幫助 @@ -153,13 +153,13 @@ MIT **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相關腳本 > @@ -171,7 +171,7 @@ MIT - + > ### 🔍你可能在找網頁相關腳本 > @@ -188,7 +188,7 @@ MIT - + > ### 🔍你可能在找GitHub相關腳本 > @@ -210,7 +210,7 @@ MIT - + > ### 🔍你可能在找Google相關腳本 > @@ -219,7 +219,7 @@ MIT - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -237,7 +237,7 @@ MIT - + > ### 🔍你可能在找成人腳本 > @@ -254,7 +254,7 @@ MIT - + > ### 🔍你可能在找自動翻譯 > @@ -264,7 +264,7 @@ MIT - + > ### 🔍你可能在找社交媒體腳本 > @@ -275,7 +275,7 @@ MIT - +
    diff --git a/github-notification-inbox-toggle/README.md b/github-notification-inbox-toggle/README.md index 636723d5a..b69830a07 100644 --- a/github-notification-inbox-toggle/README.md +++ b/github-notification-inbox-toggle/README.md @@ -42,7 +42,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -102,7 +102,7 @@ GitHub 增强通知页面的使用体验,提供按钮快速筛选与管理通 - + ## 使用帮助 @@ -116,14 +116,14 @@ GitHub 增强通知页面的使用体验,提供按钮快速筛选与管理通 **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - +
    diff --git a/github-notification-inbox-toggle/README_en.md b/github-notification-inbox-toggle/README_en.md index e60c26d9d..74d6386bd 100644 --- a/github-notification-inbox-toggle/README_en.md +++ b/github-notification-inbox-toggle/README_en.md @@ -42,7 +42,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -102,7 +102,7 @@ GitHub Enhance the user experience of notification page,Provide buttons to qui - + ## Help @@ -116,14 +116,14 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - +
    diff --git a/github-notification-inbox-toggle/README_ko.md b/github-notification-inbox-toggle/README_ko.md index ca7670c71..1dc0d8960 100644 --- a/github-notification-inbox-toggle/README_ko.md +++ b/github-notification-inbox-toggle/README_ko.md @@ -42,7 +42,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -102,7 +102,7 @@ GitHub 알림 페이지의 사용자 경험을 향상시킵니다,알림 컨 - + ## 돕다 @@ -116,14 +116,14 @@ GitHub 알림 페이지의 사용자 경험을 향상시킵니다,알림 컨 **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - +
    diff --git a/github-notification-inbox-toggle/README_vi.md b/github-notification-inbox-toggle/README_vi.md index a970cfb5f..df316841e 100644 --- a/github-notification-inbox-toggle/README_vi.md +++ b/github-notification-inbox-toggle/README_vi.md @@ -42,7 +42,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -102,7 +102,7 @@ GitHub Nâng cao trải nghiệm người dùng của trang thông báo,Cung c - + ## Giúp đỡ @@ -116,14 +116,14 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - +
    diff --git a/github-notification-inbox-toggle/README_zh-TW.md b/github-notification-inbox-toggle/README_zh-TW.md index 8d10fb629..8f088db29 100644 --- a/github-notification-inbox-toggle/README_zh-TW.md +++ b/github-notification-inbox-toggle/README_zh-TW.md @@ -42,7 +42,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -102,7 +102,7 @@ GitHub 增強通知頁面的使用體驗,提供按鈕快速篩選與管理通 - + ## 使用幫助 @@ -116,14 +116,14 @@ GitHub 增強通知頁面的使用體驗,提供按鈕快速篩選與管理通 **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - +
    diff --git a/github-raw-file-plus/README.md b/github-raw-file-plus/README.md index 435e5a0ac..322f3db16 100644 --- a/github-raw-file-plus/README.md +++ b/github-raw-file-plus/README.md @@ -40,7 +40,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -72,17 +72,17 @@ - + # Github 复制原始文件 URL 与下载文件 - + ## 描述 此用户脚本在 GitHub 文件行末尾添加按钮,以便用户复制原始文件 URL 和下载文件。按钮包括“复制原始文件 URL”按钮和“下载文件”按钮。 - + ## 功能 @@ -92,7 +92,7 @@ - 下载按钮触发文件下载。 - + > ### 🔍你可能在找GitHub相关脚本 > @@ -114,25 +114,25 @@ - + ## 兼容性 - 适用于 GitHub 网站。 - + ## 许可证 MIT 许可证 - + ## 支持 如有问题,请访问 [支持页面](https://github.com/ChinaGodMan/UserScripts/issues)。 - + ## 感谢 @@ -141,7 +141,7 @@ MIT 许可证 ![Snipaste_2024-08-28_05-14-50.png](https://s2.loli.net/2024/08/28/QolM627BS8Avd9b.png) - + ## 使用帮助 @@ -155,14 +155,14 @@ MIT 许可证 **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相关脚本 > @@ -175,7 +175,7 @@ MIT 许可证 - + > ### 🔍你可能在找网页相关脚本 > @@ -193,7 +193,7 @@ MIT 许可证 - + > ### 🔍你可能在找GitHub相关脚本 > @@ -216,7 +216,7 @@ MIT 许可证 - + > ### 🔍你可能在找Google相关脚本 > @@ -226,7 +226,7 @@ MIT 许可证 - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -245,7 +245,7 @@ MIT 许可证 - + > ### 🔍你可能在找成人脚本 > @@ -263,7 +263,7 @@ MIT 许可证 - + > ### 🔍你可能在找自动翻译 > @@ -274,7 +274,7 @@ MIT 许可证 - + > ### 🔍你可能在找社交媒体脚本 > @@ -285,7 +285,7 @@ MIT 许可证 - +
    diff --git a/github-raw-file-plus/README_en.md b/github-raw-file-plus/README_en.md index e0993d26a..0abaaad29 100644 --- a/github-raw-file-plus/README_en.md +++ b/github-raw-file-plus/README_en.md @@ -40,7 +40,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -72,17 +72,17 @@ - + # Github Copy Raw File URL and Download File - + ## Description This userscript adds buttons at the end of each file line on GitHub to allow users to copy the raw file URL and download the file. The buttons include "Copy Raw File URL" and "Download File". - + ## Features @@ -91,7 +91,7 @@ This userscript adds buttons at the end of each file line on GitHub to allow use - The copy button copies the raw file URL to the clipboard. - The download button initiates the file download. - + ## Installation Steps @@ -99,25 +99,25 @@ This userscript adds buttons at the end of each file line on GitHub to allow use 2. Create a new script and paste the script code. 3. Save and enable the script. - + ## Compatibility - Works on GitHub website. - + ## License MIT License - + ## Support For issues, visit the [support page](https://github.com/ChinaGodMan/UserScripts/issues). - + ## grateful @@ -126,7 +126,7 @@ The script is modified from user **[Kamikaze](https://greasyfork.org/zh-CN/users ![Snipaste_2024-08-28_05-14-50.png](https://s2.loli.net/2024/08/28/QolM627BS8Avd9b.png) - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -148,7 +148,7 @@ The script is modified from user **[Kamikaze](https://greasyfork.org/zh-CN/users - + ## Help @@ -162,14 +162,14 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - + > ### 🔍You may be looking forChatGPTRelated scripts > @@ -182,7 +182,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for web-related scripts > @@ -200,7 +200,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -223,7 +223,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGoogleRelated scripts > @@ -233,7 +233,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -252,7 +252,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for adult scripts > @@ -270,7 +270,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for automatic translation > @@ -281,7 +281,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for social media scripts > @@ -292,7 +292,7 @@ Recommended browser and script manager: - +
    diff --git a/github-raw-file-plus/README_ko.md b/github-raw-file-plus/README_ko.md index f8e7ca2ee..7a5af7b1f 100644 --- a/github-raw-file-plus/README_ko.md +++ b/github-raw-file-plus/README_ko.md @@ -40,7 +40,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -72,17 +72,17 @@ - + # Github 원본 파일을 복사하십시오 URL 다운로드 파일로 - + ## 설명하다 이 사용자 스크립트입니다 GitHub 파일 줄 끝에 추가하십시오단추,사용자를 위해원본 파일을 복사하십시오 URL 그리고파일을 다운로드하십시오。버튼에는 포함됩니다“원본 파일을 복사하십시오 URL”버튼과“파일을 다운로드하십시오”단추。 - + ## 기능 @@ -92,7 +92,7 @@ - 다운로드 버튼 파일 다운로드를 트리거합니다。 - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -114,25 +114,25 @@ - + ## 호환성 - 적용 가능 GitHub 웹 사이트。 - + ## 특허 MIT 특허 - + ## 지원하다 문제가있는 경우,방문하십시오 [지원 페이지](https://github.com/ChinaGodMan/UserScripts/issues)。 - + ## 고마워하는 @@ -141,7 +141,7 @@ MIT 특허 ![Snipaste_2024-08-28_05-14-50.png](https://s2.loli.net/2024/08/28/QolM627BS8Avd9b.png) - + ## 돕다 @@ -155,14 +155,14 @@ MIT 특허 **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - + > ### 🔍당신은 찾고있을 수 있습니다ChatGPT관련 스크립트 > @@ -175,7 +175,7 @@ MIT 특허 - + > ### 🔍웹 관련 스크립트를 찾고있을 수 있습니다 > @@ -193,7 +193,7 @@ MIT 특허 - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -216,7 +216,7 @@ MIT 특허 - + > ### 🔍당신은 찾고있을 수 있습니다Google관련 스크립트 > @@ -226,7 +226,7 @@ MIT 특허 - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -245,7 +245,7 @@ MIT 특허 - + > ### 🔍성인 스크립트를 찾고있을 수 있습니다 > @@ -263,7 +263,7 @@ MIT 특허 - + > ### 🔍자동 번역을 찾고있을 수 있습니다 > @@ -274,7 +274,7 @@ MIT 특허 - + > ### 🔍소셜 미디어 스크립트를 찾고있을 수 있습니다 > @@ -285,7 +285,7 @@ MIT 특허 - +
    diff --git a/github-raw-file-plus/README_vi.md b/github-raw-file-plus/README_vi.md index 41034123d..39d64d208 100644 --- a/github-raw-file-plus/README_vi.md +++ b/github-raw-file-plus/README_vi.md @@ -40,7 +40,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -72,17 +72,17 @@ - + # Github Sao chép tệp gốc URL Với các tập tin tải xuống - + ## mô tả Tập lệnh người dùng này là GitHub Thêm ở cuối dòng tệpCái nút,Cho người dùngSao chép tệp gốc URL VàTải xuống tệp。Các nút bao gồm“Sao chép tệp gốc URL”Nút và“Tải xuống tệp”Cái nút。 - + ## Chức năng @@ -92,7 +92,7 @@ Tập lệnh người dùng này là GitHub Thêm ở cuối dòng tệpCái nú - Tải xuống nút Trình kích hoạt tải xuống。 - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -114,25 +114,25 @@ Tập lệnh người dùng này là GitHub Thêm ở cuối dòng tệpCái nú - + ## khả năng tương thích - Áp dụng cho GitHub trang web。 - + ## giấy phép MIT giấy phép - + ## ủng hộ Nếu có bất kỳ vấn đề,Vui lòng truy cập [Trang hỗ trợ](https://github.com/ChinaGodMan/UserScripts/issues)。 - + ## tri ân @@ -141,7 +141,7 @@ Sửa đổi tập lệnh từ người dùng **[Kamikaze](https://greasyfork.or ![Snipaste_2024-08-28_05-14-50.png](https://s2.loli.net/2024/08/28/QolM627BS8Avd9b.png) - + ## Giúp đỡ @@ -155,14 +155,14 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - + > ### 🔍Bạn có thể đang tìm kiếmChatGPTTập lệnh liên quan > @@ -175,7 +175,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web > @@ -193,7 +193,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -216,7 +216,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGoogleTập lệnh liên quan > @@ -226,7 +226,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -245,7 +245,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm kịch bản người lớn > @@ -263,7 +263,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm bản dịch tự động > @@ -274,7 +274,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các kịch bản truyền thông xã hội > @@ -285,7 +285,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - +
    diff --git a/github-raw-file-plus/README_zh-TW.md b/github-raw-file-plus/README_zh-TW.md index 992b19c5b..a1dc5aa83 100644 --- a/github-raw-file-plus/README_zh-TW.md +++ b/github-raw-file-plus/README_zh-TW.md @@ -40,7 +40,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -72,17 +72,17 @@ - + # Github 複製原始文件 URL 與下載文件 - + ## 描述 此用戶腳本在 GitHub 文件行末尾添加按鈕,以便用户複製原始文件 URL 和下載文件。按鈕包括“複製原始文件 URL”按鈕和“下載文件”按鈕。 - + ## 功能 @@ -92,7 +92,7 @@ - 下載按鈕觸發文件下載。 - + > ### 🔍你可能在找GitHub相關腳本 > @@ -114,25 +114,25 @@ - + ## 相容性 - 適用於 GitHub 網站。 - + ## 許可證 MIT 許可證 - + ## 支持 如有問題,請訪問 [支持頁面](https://github.com/ChinaGodMan/UserScripts/issues)。 - + ## 感謝 @@ -141,7 +141,7 @@ MIT 許可證 ![Snipaste_2024-08-28_05-14-50.png](https://s2.loli.net/2024/08/28/QolM627BS8Avd9b.png) - + ## 使用幫助 @@ -155,14 +155,14 @@ MIT 許可證 **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相關腳本 > @@ -175,7 +175,7 @@ MIT 許可證 - + > ### 🔍你可能在找網頁相關腳本 > @@ -193,7 +193,7 @@ MIT 許可證 - + > ### 🔍你可能在找GitHub相關腳本 > @@ -216,7 +216,7 @@ MIT 許可證 - + > ### 🔍你可能在找Google相關腳本 > @@ -226,7 +226,7 @@ MIT 許可證 - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -245,7 +245,7 @@ MIT 許可證 - + > ### 🔍你可能在找成人腳本 > @@ -263,7 +263,7 @@ MIT 許可證 - + > ### 🔍你可能在找自動翻譯 > @@ -274,7 +274,7 @@ MIT 許可證 - + > ### 🔍你可能在找社交媒體腳本 > @@ -285,7 +285,7 @@ MIT 許可證 - +
    diff --git a/github-repo-size-view/README.md b/github-repo-size-view/README.md index e1817283c..cd4752832 100644 --- a/github-repo-size-view/README.md +++ b/github-repo-size-view/README.md @@ -40,7 +40,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -209,44 +209,44 @@ 🧑‍💻 **[qbmiller]**(https://github.com/qbmiller) ⇒📜 [github_enhance](https://github.com/qbmiller/UserScripts) - + ## 预览 1. **显示仓库大小:** ![preview1.png](https://s2.loli.net/2024/08/05/RwxPkGZoNiYTM1m.png) ![preview2.png](https://s2.loli.net/2024/08/05/iC7kbFJUm3xcMTt.png) - + 2. **仓库内快捷跳转:** ![Snipaste_2024-10-05_07-22-09.png](https://s2.loli.net/2024/10/05/NhexpPYWIwSvgrA.png) ![info.png](https://s2.loli.net/2024/10/05/x3BTk2frW8eqFOa.png) ![GIF 2024-10-5 07-21-25.gif](https://s2.loli.net/2024/10/05/fOGDTQ3SZzro4tj.gif) - + 3. **不活跃开发警告:** ![years.png](https://s2.loli.net/2024/09/25/cL9GuhJCkK68lsV.png) ![6months.png](https://s2.loli.net/2024/09/25/gxzAbUdr4W5BCcT.png) - + 4. **仓库便捷功能:** ![he.png](https://s2.loli.net/2024/10/06/DBytY8Qx6qWRoPH.png) - + 5. **快速删除自己的仓库:** ![delonpro.png](https://s2.loli.net/2024/10/06/l9538YRreGaktx6.png) - + 6. **[通知页面](https://github.com/notifications)点击显示项目信息,感谢:[qbmiller](https://github.com/qbmiller) 的脚本[github_enhance](https://github.com/qbmiller/UserScripts) 代码 [#111](https://github.com/ChinaGodMan/UserScripts/issues/111)** !![Image](https://github.com/user-attachments/assets/6bf713f9-4d17-4844-bd5d-36a0172af9fe) - + 7. **[通知页面](https://github.com/notifications)悬浮显示项目信息,感谢:[qbmiller](https://github.com/qbmiller) 的脚本[github_enhance](https://github.com/qbmiller/UserScripts) 代码 [#111](https://github.com/ChinaGodMan/UserScripts/issues/111)** ![2025.04.15](https://s2.loli.net/2025/04/15/NuBUJ54zVjoWsrw.gif) - + @@ -277,7 +277,7 @@ 2. 从[此处](https://update.greasyfork.org/scripts/502291/Github%20Repo%20Size%2B.user.js)安装脚本。 3. (可选)如果您想查看私有存储库的大小,请参阅以下说明。 - + ## 查看私有仓库大小 @@ -291,7 +291,7 @@ 4. 点击脚本菜单`Set GitHub Token`,填入刚刚生成的令牌。 - + > ### 🔍你可能在找GitHub相关脚本 > @@ -313,7 +313,7 @@ - + ## 感谢 @@ -325,7 +325,7 @@ GitHub: 作者 **[zvizvi](https://github.com/zvizvi)** Chrome插件 [GitHub-Web- 作者 **[chen gang](https://greasyfork.org/zh-CN/users/720983)** 发布的脚本 [GitHub Delete Repositories](https://greasyfork.org/zh-CN/scripts/500173) - + ## 使用帮助 @@ -339,14 +339,14 @@ GitHub: 作者 **[zvizvi](https://github.com/zvizvi)** Chrome插件 [GitHub-Web- **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相关脚本 > @@ -359,7 +359,7 @@ GitHub: 作者 **[zvizvi](https://github.com/zvizvi)** Chrome插件 [GitHub-Web- - + > ### 🔍你可能在找网页相关脚本 > @@ -377,7 +377,7 @@ GitHub: 作者 **[zvizvi](https://github.com/zvizvi)** Chrome插件 [GitHub-Web- - + > ### 🔍你可能在找GitHub相关脚本 > @@ -400,7 +400,7 @@ GitHub: 作者 **[zvizvi](https://github.com/zvizvi)** Chrome插件 [GitHub-Web- - + > ### 🔍你可能在找Google相关脚本 > @@ -410,7 +410,7 @@ GitHub: 作者 **[zvizvi](https://github.com/zvizvi)** Chrome插件 [GitHub-Web- - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -429,7 +429,7 @@ GitHub: 作者 **[zvizvi](https://github.com/zvizvi)** Chrome插件 [GitHub-Web- - + > ### 🔍你可能在找成人脚本 > @@ -447,7 +447,7 @@ GitHub: 作者 **[zvizvi](https://github.com/zvizvi)** Chrome插件 [GitHub-Web- - + > ### 🔍你可能在找自动翻译 > @@ -458,7 +458,7 @@ GitHub: 作者 **[zvizvi](https://github.com/zvizvi)** Chrome插件 [GitHub-Web- - + > ### 🔍你可能在找社交媒体脚本 > @@ -469,7 +469,7 @@ GitHub: 作者 **[zvizvi](https://github.com/zvizvi)** Chrome插件 [GitHub-Web- - +
    diff --git a/github-repo-size-view/README_en.md b/github-repo-size-view/README_en.md index 9d423b953..812fe5050 100644 --- a/github-repo-size-view/README_en.md +++ b/github-repo-size-view/README_en.md @@ -40,7 +40,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -209,44 +209,44 @@ 🧑‍💻 **[qbmiller]**(https://github.com/qbmiller) ⇒📜 [github_enhance](https://github.com/qbmiller/UserScripts) - + ## Preview 1. **Show warehouse size:** ![preview1.png](https://s2.loli.net/2024/08/05/RwxPkGZoNiYTM1m.png) ![preview2.png](https://s2.loli.net/2024/08/05/iC7kbFJUm3xcMTt.png) - + 2. **Quick jump in the warehouse:** ![Snipaste_2024-10-05_07-22-09.png](https://s2.loli.net/2024/10/05/NhexpPYWIwSvgrA.png) ![info.png](https://s2.loli.net/2024/10/05/x3BTk2frW8eqFOa.png) ![GIF 2024-10-5 07-21-25.gif](https://s2.loli.net/2024/10/05/fOGDTQ3SZzro4tj.gif) - + 3. **Inactive development warning:** ![years.png](https://s2.loli.net/2024/09/25/cL9GuhJCkK68lsV.png) ![6months.png](https://s2.loli.net/2024/09/25/gxzAbUdr4W5BCcT.png) - + 4. **Warehouse convenient function:** ![he.png](https://s2.loli.net/2024/10/06/DBytY8Qx6qWRoPH.png) - + 5. **Quickly delete your own repository:** ![delonpro.png](https://s2.loli.net/2024/10/06/l9538YRreGaktx6.png) - + 6. **[Notification page](https://github.com/notifications)Click to display project information,grateful:[qbmiller](https://github.com/qbmiller) Scripts[github_enhance](https://github.com/qbmiller/UserScripts) Code [#111](https://github.com/ChinaGodMan/UserScripts/issues/111)** !![Image](https://github.com/user-attachments/assets/6bf713f9-4d17-4844-bd5d-36a0172af9fe) - + 7. **[Notification page](https://github.com/notifications)Suspended display project information,grateful:[qbmiller](https://github.com/qbmiller) Scripts[github_enhance](https://github.com/qbmiller/UserScripts) Code [#111](https://github.com/ChinaGodMan/UserScripts/issues/111)** ![2025.04.15](https://s2.loli.net/2025/04/15/NuBUJ54zVjoWsrw.gif) - + ## 🤠 Github Enhance assistant @@ -280,7 +280,7 @@ 2. from[here](https://update.greasyfork.org/scripts/502291/Github%20Repo%20Size%2B.user.js)Installation script。 3. (Optional)If you want to see the size of your private repository,Please see instructions below。 - + ## View private repository size @@ -294,7 +294,7 @@ This token will be used to pass Github API Authenticate。 4. Click on the script menu`Set GitHub Token`,Fill in the token you just generated。 - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -316,7 +316,7 @@ This token will be used to pass Github API Authenticate。 - + ## Thanks @@ -328,7 +328,7 @@ Author **[Zach Hardesty](https://greasyfork.org/zh-CN/users/371100)** Published Author **[chen gang](https://greasyfork.org/zh-CN/users/720983)** Published Script [GitHub Delete Repositories](https://greasyfork.org/zh-CN/scripts/500173) - + ## Help @@ -342,14 +342,14 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - + > ### 🔍You may be looking forChatGPTRelated scripts > @@ -362,7 +362,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for web-related scripts > @@ -380,7 +380,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -403,7 +403,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGoogleRelated scripts > @@ -413,7 +413,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -432,7 +432,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for adult scripts > @@ -450,7 +450,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for automatic translation > @@ -461,7 +461,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for social media scripts > @@ -472,7 +472,7 @@ Recommended browser and script manager: - +
    diff --git a/github-repo-size-view/README_ko.md b/github-repo-size-view/README_ko.md index f5c5bf26c..1b8fc7776 100644 --- a/github-repo-size-view/README_ko.md +++ b/github-repo-size-view/README_ko.md @@ -40,7 +40,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -210,44 +210,44 @@ 🧑‍💻 **[qbmiller]**(https://github.com/qbmiller) ⇒📜 [github_enhance](https://github.com/qbmiller/UserScripts) - + ## 시사 1. **창고 크기를 보여줍니다:** ![preview1.png](https://s2.loli.net/2024/08/05/RwxPkGZoNiYTM1m.png) ![preview2.png](https://s2.loli.net/2024/08/05/iC7kbFJUm3xcMTt.png) - + 2. **창고에서 빠른 점프:** ![Snipaste_2024-10-05_07-22-09.png](https://s2.loli.net/2024/10/05/NhexpPYWIwSvgrA.png) ![info.png](https://s2.loli.net/2024/10/05/x3BTk2frW8eqFOa.png) ![GIF 2024-10-5 07-21-25.gif](https://s2.loli.net/2024/10/05/fOGDTQ3SZzro4tj.gif) - + 3. **비활성 개발 경고:** ![years.png](https://s2.loli.net/2024/09/25/cL9GuhJCkK68lsV.png) ![6months.png](https://s2.loli.net/2024/09/25/gxzAbUdr4W5BCcT.png) - + 4. **창고 편리한 기능:** ![he.png](https://s2.loli.net/2024/10/06/DBytY8Qx6qWRoPH.png) - + 5. **자신의 저장소를 빠르게 삭제하십시오:** ![delonpro.png](https://s2.loli.net/2024/10/06/l9538YRreGaktx6.png) - + 6. **[알림 페이지](https://github.com/notifications)프로젝트 정보를 표시하려면 클릭하십시오,고마워하는:[qbmiller](https://github.com/qbmiller) 스크립트[github_enhance](https://github.com/qbmiller/UserScripts) 암호 [#111](https://github.com/ChinaGodMan/UserScripts/issues/111)** !![Image](https://github.com/user-attachments/assets/6bf713f9-4d17-4844-bd5d-36a0172af9fe) - + 7. **[알림 페이지](https://github.com/notifications)정지 된 디스플레이 프로젝트 정보,고마워하는:[qbmiller](https://github.com/qbmiller) 스크립트[github_enhance](https://github.com/qbmiller/UserScripts) 암호 [#111](https://github.com/ChinaGodMan/UserScripts/issues/111)** ![2025.04.15](https://s2.loli.net/2025/04/15/NuBUJ54zVjoWsrw.gif) - + ## 🤠 Github 강화 된 비서 @@ -276,7 +276,7 @@ 2. ~에서[여기](https://update.greasyfork.org/scripts/502291/Github%20Repo%20Size%2B.user.js)설치 스크립트。 3. (선택 과목)개인 저장소의 크기를 보려면,아래 지침을 참조하십시오。 - + ## 개인 저장소 크기를 확인하십시오 @@ -290,7 +290,7 @@ 4. 스크립트 메뉴를 클릭하십시오`Set GitHub Token`,방금 생성 한 토큰을 채우십시오。 - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -312,7 +312,7 @@ - + ## 고마워하는 @@ -324,7 +324,7 @@ GitHub: 작가 **[zvizvi](https://github.com/zvizvi)** Chrome플러그인 [GitHu 작가 **[chen gang](https://greasyfork.org/zh-CN/users/720983)** 게시 된 스크립트 [GitHub Delete Repositories](https://greasyfork.org/zh-CN/scripts/500173) - + ## 돕다 @@ -338,14 +338,14 @@ GitHub: 작가 **[zvizvi](https://github.com/zvizvi)** Chrome플러그인 [GitHu **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - + > ### 🔍당신은 찾고있을 수 있습니다ChatGPT관련 스크립트 > @@ -358,7 +358,7 @@ GitHub: 작가 **[zvizvi](https://github.com/zvizvi)** Chrome플러그인 [GitHu - + > ### 🔍웹 관련 스크립트를 찾고있을 수 있습니다 > @@ -376,7 +376,7 @@ GitHub: 작가 **[zvizvi](https://github.com/zvizvi)** Chrome플러그인 [GitHu - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -399,7 +399,7 @@ GitHub: 작가 **[zvizvi](https://github.com/zvizvi)** Chrome플러그인 [GitHu - + > ### 🔍당신은 찾고있을 수 있습니다Google관련 스크립트 > @@ -409,7 +409,7 @@ GitHub: 작가 **[zvizvi](https://github.com/zvizvi)** Chrome플러그인 [GitHu - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -428,7 +428,7 @@ GitHub: 작가 **[zvizvi](https://github.com/zvizvi)** Chrome플러그인 [GitHu - + > ### 🔍성인 스크립트를 찾고있을 수 있습니다 > @@ -446,7 +446,7 @@ GitHub: 작가 **[zvizvi](https://github.com/zvizvi)** Chrome플러그인 [GitHu - + > ### 🔍자동 번역을 찾고있을 수 있습니다 > @@ -457,7 +457,7 @@ GitHub: 작가 **[zvizvi](https://github.com/zvizvi)** Chrome플러그인 [GitHu - + > ### 🔍소셜 미디어 스크립트를 찾고있을 수 있습니다 > @@ -468,7 +468,7 @@ GitHub: 작가 **[zvizvi](https://github.com/zvizvi)** Chrome플러그인 [GitHu - +
    diff --git a/github-repo-size-view/README_vi.md b/github-repo-size-view/README_vi.md index 9b8052f52..74fa3bb4c 100644 --- a/github-repo-size-view/README_vi.md +++ b/github-repo-size-view/README_vi.md @@ -40,7 +40,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -210,44 +210,44 @@ 🧑‍💻 **[qbmiller]**(https://github.com/qbmiller) ⇒📜 [github_enhance](https://github.com/qbmiller/UserScripts) - + ## Xem trước 1. **Hiển thị kích thước kho:** ![preview1.png](https://s2.loli.net/2024/08/05/RwxPkGZoNiYTM1m.png) ![preview2.png](https://s2.loli.net/2024/08/05/iC7kbFJUm3xcMTt.png) - + 2. **Nhảy nhanh vào kho:** ![Snipaste_2024-10-05_07-22-09.png](https://s2.loli.net/2024/10/05/NhexpPYWIwSvgrA.png) ![info.png](https://s2.loli.net/2024/10/05/x3BTk2frW8eqFOa.png) ![GIF 2024-10-5 07-21-25.gif](https://s2.loli.net/2024/10/05/fOGDTQ3SZzro4tj.gif) - + 3. **Cảnh báo phát triển không hoạt động:** ![years.png](https://s2.loli.net/2024/09/25/cL9GuhJCkK68lsV.png) ![6months.png](https://s2.loli.net/2024/09/25/gxzAbUdr4W5BCcT.png) - + 4. **Kho chức năng thuận tiện:** ![he.png](https://s2.loli.net/2024/10/06/DBytY8Qx6qWRoPH.png) - + 5. **Nhanh chóng xóa kho lưu trữ của riêng bạn:** ![delonpro.png](https://s2.loli.net/2024/10/06/l9538YRreGaktx6.png) - + 6. **[Trang thông báo](https://github.com/notifications)Nhấp để hiển thị thông tin dự án,tri ân:[qbmiller](https://github.com/qbmiller) Kịch bản[github_enhance](https://github.com/qbmiller/UserScripts) Mã số [#111](https://github.com/ChinaGodMan/UserScripts/issues/111)** !![Image](https://github.com/user-attachments/assets/6bf713f9-4d17-4844-bd5d-36a0172af9fe) - + 7. **[Trang thông báo](https://github.com/notifications)Thông tin dự án hiển thị bị đình chỉ,tri ân:[qbmiller](https://github.com/qbmiller) Kịch bản[github_enhance](https://github.com/qbmiller/UserScripts) Mã số [#111](https://github.com/ChinaGodMan/UserScripts/issues/111)** ![2025.04.15](https://s2.loli.net/2025/04/15/NuBUJ54zVjoWsrw.gif) - + ## 🤠 Github Trợ lý nâng cao @@ -276,7 +276,7 @@ 2. từ[Đây](https://update.greasyfork.org/scripts/502291/Github%20Repo%20Size%2B.user.js)Tập lệnh cài đặt。 3. (Không bắt buộc)Nếu bạn muốn xem kích thước của kho lưu trữ riêng,Vui lòng tham khảo các hướng dẫn bên dưới。 - + ## Kiểm tra kích thước kho lưu trữ riêng @@ -290,7 +290,7 @@ Mã thông báo sẽ được sử dụng để vượt qua Github API Thực hi 4. Nhấp vào menu tập lệnh`Set GitHub Token`,Điền vào mã thông báo mà bạn vừa tạo。 - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -312,7 +312,7 @@ Mã thông báo sẽ được sử dụng để vượt qua Github API Thực hi - + ## tri ân @@ -324,7 +324,7 @@ tác giả **[Zach Hardesty](https://greasyfork.org/zh-CN/users/371100)** Các k tác giả **[chen gang](https://greasyfork.org/zh-CN/users/720983)** Các kịch bản được xuất bản [GitHub Delete Repositories](https://greasyfork.org/zh-CN/scripts/500173) - + ## Giúp đỡ @@ -338,14 +338,14 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - + > ### 🔍Bạn có thể đang tìm kiếmChatGPTTập lệnh liên quan > @@ -358,7 +358,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web > @@ -376,7 +376,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -399,7 +399,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGoogleTập lệnh liên quan > @@ -409,7 +409,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -428,7 +428,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm kịch bản người lớn > @@ -446,7 +446,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm bản dịch tự động > @@ -457,7 +457,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các kịch bản truyền thông xã hội > @@ -468,7 +468,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - +
    diff --git a/github-repo-size-view/README_zh-TW.md b/github-repo-size-view/README_zh-TW.md index 078333231..d6ef3660e 100644 --- a/github-repo-size-view/README_zh-TW.md +++ b/github-repo-size-view/README_zh-TW.md @@ -40,7 +40,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -211,37 +211,37 @@ 1. **顯示倉庫大小:** ![preview1.png](https://s2.loli.net/2024/08/05/RwxPkGZoNiYTM1m.png) ![preview2.png](https://s2.loli.net/2024/08/05/iC7kbFJUm3xcMTt.png) - + 2. **倉庫內快捷跳轉:** ![Snipaste_2024-10-05_07-22-09.png](https://s2.loli.net/2024/10/05/NhexpPYWIwSvgrA.png) ![info.png](https://s2.loli.net/2024/10/05/x3BTk2frW8eqFOa.png) ![GIF 2024-10-5 07-21-25.gif](https://s2.loli.net/2024/10/05/fOGDTQ3SZzro4tj.gif) - + 3. **不活躍開發警告:** ![years.png](https://s2.loli.net/2024/09/25/cL9GuhJCkK68lsV.png) ![6months.png](https://s2.loli.net/2024/09/25/gxzAbUdr4W5BCcT.png) - + 4. **倉庫便捷功能:** ![he.png](https://s2.loli.net/2024/10/06/DBytY8Qx6qWRoPH.png) - + 5. **快速刪除自己的倉庫:** ![delonpro.png](https://s2.loli.net/2024/10/06/l9538YRreGaktx6.png) - + 6. **[通知頁面](https://github.com/notifications)點擊顯示項目信息,感謝:[qbmiller](https://github.com/qbmiller) 的腳本[github_enhance](https://github.com/qbmiller/UserScripts) 代碼 [#111](https://github.com/ChinaGodMan/UserScripts/issues/111)** !![Image](https://github.com/user-attachments/assets/6bf713f9-4d17-4844-bd5d-36a0172af9fe) - + 7. **[通知頁面](https://github.com/notifications)懸浮顯示項目信息,感謝:[qbmiller](https://github.com/qbmiller) 的腳本[github_enhance](https://github.com/qbmiller/UserScripts) 代碼 [#111](https://github.com/ChinaGodMan/UserScripts/issues/111)** ![2025.04.15](https://s2.loli.net/2025/04/15/NuBUJ54zVjoWsrw.gif) - + ## 預覽 @@ -263,7 +263,7 @@ 5.**快速刪除自己的倉庫:** ![delonpro.png](https://s2.loli.net/2024/10/06/l9538YRreGaktx6.png) - + ## 🤠 Github 增強小助手 @@ -292,7 +292,7 @@ 2. 從[此處](https://update.greasyfork.org/scripts/502291/Github%20Repo%20Size%2B.user.js)安裝腳本。 3. (可選)如果您想查看私有存儲庫的大小,請參閱以下說明。 - + ## 查看私有倉庫大小 @@ -306,7 +306,7 @@ 4. 點擊腳本菜單`Set GitHub Token`,填入剛剛生成的令牌。 - + > ### 🔍你可能在找GitHub相關腳本 > @@ -328,7 +328,7 @@ - + ## 感謝 @@ -340,7 +340,7 @@ GitHub: 作者 **[zvizvi](https://github.com/zvizvi)** Chrome外掛 [GitHub-Web- 作者 **[chen gang](https://greasyfork.org/zh-CN/users/720983)** 發布的腳本 [GitHub Delete Repositories](https://greasyfork.org/zh-CN/scripts/500173) - + ## 使用幫助 @@ -354,14 +354,14 @@ GitHub: 作者 **[zvizvi](https://github.com/zvizvi)** Chrome外掛 [GitHub-Web- **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相關腳本 > @@ -374,7 +374,7 @@ GitHub: 作者 **[zvizvi](https://github.com/zvizvi)** Chrome外掛 [GitHub-Web- - + > ### 🔍你可能在找網頁相關腳本 > @@ -392,7 +392,7 @@ GitHub: 作者 **[zvizvi](https://github.com/zvizvi)** Chrome外掛 [GitHub-Web- - + > ### 🔍你可能在找GitHub相關腳本 > @@ -415,7 +415,7 @@ GitHub: 作者 **[zvizvi](https://github.com/zvizvi)** Chrome外掛 [GitHub-Web- - + > ### 🔍你可能在找Google相關腳本 > @@ -425,7 +425,7 @@ GitHub: 作者 **[zvizvi](https://github.com/zvizvi)** Chrome外掛 [GitHub-Web- - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -444,7 +444,7 @@ GitHub: 作者 **[zvizvi](https://github.com/zvizvi)** Chrome外掛 [GitHub-Web- - + > ### 🔍你可能在找成人腳本 > @@ -462,7 +462,7 @@ GitHub: 作者 **[zvizvi](https://github.com/zvizvi)** Chrome外掛 [GitHub-Web- - + > ### 🔍你可能在找自動翻譯 > @@ -473,7 +473,7 @@ GitHub: 作者 **[zvizvi](https://github.com/zvizvi)** Chrome外掛 [GitHub-Web- - + > ### 🔍你可能在找社交媒體腳本 > @@ -484,7 +484,7 @@ GitHub: 作者 **[zvizvi](https://github.com/zvizvi)** Chrome外掛 [GitHub-Web- - +
    diff --git a/github-repository-navigator/README.md b/github-repository-navigator/README.md index 4810be3c1..80608a3bb 100644 --- a/github-repository-navigator/README.md +++ b/github-repository-navigator/README.md @@ -40,7 +40,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -97,7 +97,7 @@ GitHub 快速跳转助手是一款专为帮助用户快速访问自己在 GitHub ![Snipaste_2024-11-01_19-50-13.png](https://s2.loli.net/2024/11/01/AWopjtOVhEcYKxC.png) - + > ### 🔍你可能在找GitHub相关脚本 > @@ -119,7 +119,7 @@ GitHub 快速跳转助手是一款专为帮助用户快速访问自己在 GitHub - + ## 使用帮助 @@ -133,13 +133,13 @@ GitHub 快速跳转助手是一款专为帮助用户快速访问自己在 GitHub **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相关脚本 > @@ -151,7 +151,7 @@ GitHub 快速跳转助手是一款专为帮助用户快速访问自己在 GitHub - + > ### 🔍你可能在找网页相关脚本 > @@ -168,7 +168,7 @@ GitHub 快速跳转助手是一款专为帮助用户快速访问自己在 GitHub - + > ### 🔍你可能在找GitHub相关脚本 > @@ -190,7 +190,7 @@ GitHub 快速跳转助手是一款专为帮助用户快速访问自己在 GitHub - + > ### 🔍你可能在找Google相关脚本 > @@ -199,7 +199,7 @@ GitHub 快速跳转助手是一款专为帮助用户快速访问自己在 GitHub - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -217,7 +217,7 @@ GitHub 快速跳转助手是一款专为帮助用户快速访问自己在 GitHub - + > ### 🔍你可能在找成人脚本 > @@ -234,7 +234,7 @@ GitHub 快速跳转助手是一款专为帮助用户快速访问自己在 GitHub - + > ### 🔍你可能在找自动翻译 > @@ -244,7 +244,7 @@ GitHub 快速跳转助手是一款专为帮助用户快速访问自己在 GitHub - + > ### 🔍你可能在找社交媒体脚本 > diff --git a/github-repository-navigator/README_en.md b/github-repository-navigator/README_en.md index 053e6ab13..48f155c0c 100644 --- a/github-repository-navigator/README_en.md +++ b/github-repository-navigator/README_en.md @@ -40,7 +40,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -97,7 +97,7 @@ GitHub Quick Jump Assistant is a tool designed to help users quickly access thei ![Snipaste_2024-11-01_19-50-13.png](https://s2.loli.net/2024/11/01/AWopjtOVhEcYKxC.png) - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -119,7 +119,7 @@ GitHub Quick Jump Assistant is a tool designed to help users quickly access thei - + ## Help @@ -133,13 +133,13 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - + > ### 🔍You may be looking forChatGPTRelated scripts > @@ -151,7 +151,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for web-related scripts > @@ -168,7 +168,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -190,7 +190,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGoogleRelated scripts > @@ -199,7 +199,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -217,7 +217,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for adult scripts > @@ -234,7 +234,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for automatic translation > @@ -244,7 +244,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for social media scripts > diff --git a/github-repository-navigator/README_ko.md b/github-repository-navigator/README_ko.md index 5e78d057f..c020bab7f 100644 --- a/github-repository-navigator/README_ko.md +++ b/github-repository-navigator/README_ko.md @@ -40,7 +40,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -97,7 +97,7 @@ GitHub Quick Jump Assistant는 사용자가 빠르게 액세스 할 수 있도 ![Snipaste_2024-11-01_19-50-13.png](https://s2.loli.net/2024/11/01/AWopjtOVhEcYKxC.png) - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -119,7 +119,7 @@ GitHub Quick Jump Assistant는 사용자가 빠르게 액세스 할 수 있도 - + ## 돕다 @@ -133,13 +133,13 @@ GitHub Quick Jump Assistant는 사용자가 빠르게 액세스 할 수 있도 **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - + > ### 🔍당신은 찾고있을 수 있습니다ChatGPT관련 스크립트 > @@ -151,7 +151,7 @@ GitHub Quick Jump Assistant는 사용자가 빠르게 액세스 할 수 있도 - + > ### 🔍웹 관련 스크립트를 찾고있을 수 있습니다 > @@ -168,7 +168,7 @@ GitHub Quick Jump Assistant는 사용자가 빠르게 액세스 할 수 있도 - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -190,7 +190,7 @@ GitHub Quick Jump Assistant는 사용자가 빠르게 액세스 할 수 있도 - + > ### 🔍당신은 찾고있을 수 있습니다Google관련 스크립트 > @@ -199,7 +199,7 @@ GitHub Quick Jump Assistant는 사용자가 빠르게 액세스 할 수 있도 - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -217,7 +217,7 @@ GitHub Quick Jump Assistant는 사용자가 빠르게 액세스 할 수 있도 - + > ### 🔍성인 스크립트를 찾고있을 수 있습니다 > @@ -234,7 +234,7 @@ GitHub Quick Jump Assistant는 사용자가 빠르게 액세스 할 수 있도 - + > ### 🔍자동 번역을 찾고있을 수 있습니다 > @@ -244,7 +244,7 @@ GitHub Quick Jump Assistant는 사용자가 빠르게 액세스 할 수 있도 - + > ### 🔍소셜 미디어 스크립트를 찾고있을 수 있습니다 > diff --git a/github-repository-navigator/README_vi.md b/github-repository-navigator/README_vi.md index efe78617e..4650b8875 100644 --- a/github-repository-navigator/README_vi.md +++ b/github-repository-navigator/README_vi.md @@ -40,7 +40,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -97,7 +97,7 @@ GitHub Trợ lý nhảy nhanh là một người được thiết kế đặc bi ![Snipaste_2024-11-01_19-50-13.png](https://s2.loli.net/2024/11/01/AWopjtOVhEcYKxC.png) - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -119,7 +119,7 @@ GitHub Trợ lý nhảy nhanh là một người được thiết kế đặc bi - + ## Giúp đỡ @@ -133,13 +133,13 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - + > ### 🔍Bạn có thể đang tìm kiếmChatGPTTập lệnh liên quan > @@ -151,7 +151,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web > @@ -168,7 +168,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -190,7 +190,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGoogleTập lệnh liên quan > @@ -199,7 +199,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -217,7 +217,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm kịch bản người lớn > @@ -234,7 +234,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm bản dịch tự động > @@ -244,7 +244,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các kịch bản truyền thông xã hội > diff --git a/github-repository-navigator/README_zh-TW.md b/github-repository-navigator/README_zh-TW.md index 5dd0fc869..322e11168 100644 --- a/github-repository-navigator/README_zh-TW.md +++ b/github-repository-navigator/README_zh-TW.md @@ -40,7 +40,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -97,7 +97,7 @@ GitHub 快速跳轉助手是一款專為幫助用戶快速訪問自己在 GitHub ![Snipaste_2024-11-01_19-50-13.png](https://s2.loli.net/2024/11/01/AWopjtOVhEcYKxC.png) - + > ### 🔍你可能在找GitHub相關腳本 > @@ -119,7 +119,7 @@ GitHub 快速跳轉助手是一款專為幫助用戶快速訪問自己在 GitHub - + ## 使用幫助 @@ -133,13 +133,13 @@ GitHub 快速跳轉助手是一款專為幫助用戶快速訪問自己在 GitHub **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相關腳本 > @@ -151,7 +151,7 @@ GitHub 快速跳轉助手是一款專為幫助用戶快速訪問自己在 GitHub - + > ### 🔍你可能在找網頁相關腳本 > @@ -168,7 +168,7 @@ GitHub 快速跳轉助手是一款專為幫助用戶快速訪問自己在 GitHub - + > ### 🔍你可能在找GitHub相關腳本 > @@ -190,7 +190,7 @@ GitHub 快速跳轉助手是一款專為幫助用戶快速訪問自己在 GitHub - + > ### 🔍你可能在找Google相關腳本 > @@ -199,7 +199,7 @@ GitHub 快速跳轉助手是一款專為幫助用戶快速訪問自己在 GitHub - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -217,7 +217,7 @@ GitHub 快速跳轉助手是一款專為幫助用戶快速訪問自己在 GitHub - + > ### 🔍你可能在找成人腳本 > @@ -234,7 +234,7 @@ GitHub 快速跳轉助手是一款專為幫助用戶快速訪問自己在 GitHub - + > ### 🔍你可能在找自動翻譯 > @@ -244,7 +244,7 @@ GitHub 快速跳轉助手是一款專為幫助用戶快速訪問自己在 GitHub - + > ### 🔍你可能在找社交媒體腳本 > diff --git a/github-sort-by-date/README.md b/github-sort-by-date/README.md index 28df5cac4..92291338b 100644 --- a/github-sort-by-date/README.md +++ b/github-sort-by-date/README.md @@ -40,7 +40,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -69,27 +69,27 @@ - + # GitHub 按日期排序 此用户脚本将 GitHub 仓库中的文件自动按日期降序排列,方便查看最新更新的文件。 - + ## 特性 - 页面加载时自动按更新日期排序文件。 - 适用于所有 GitHub 仓库。 - + ## 使用 - 脚本将在页面加载时自动按日期排序文件,无需手动干预。 - + > ### 🔍你可能在找GitHub相关脚本 > @@ -111,7 +111,7 @@ - + ## 修改来源 @@ -120,7 +120,7 @@ ![1.png](https://s2.loli.net/2024/08/26/UjuVOtcvks8FPaB.png) - + ## 使用帮助 @@ -134,14 +134,14 @@ **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相关脚本 > @@ -154,7 +154,7 @@ - + > ### 🔍你可能在找网页相关脚本 > @@ -172,7 +172,7 @@ - + > ### 🔍你可能在找GitHub相关脚本 > @@ -195,7 +195,7 @@ - + > ### 🔍你可能在找Google相关脚本 > @@ -205,7 +205,7 @@ - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -224,7 +224,7 @@ - + > ### 🔍你可能在找成人脚本 > @@ -242,7 +242,7 @@ - + > ### 🔍你可能在找自动翻译 > @@ -253,7 +253,7 @@ - + > ### 🔍你可能在找社交媒体脚本 > @@ -264,7 +264,7 @@ - +
    diff --git a/github-sort-by-date/README_en.md b/github-sort-by-date/README_en.md index 757d97fbc..d2fef523f 100644 --- a/github-sort-by-date/README_en.md +++ b/github-sort-by-date/README_en.md @@ -40,7 +40,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -69,26 +69,26 @@ - + # GitHub Sort by date This userscript will GitHub Files in the warehouse are automatically sorted in descending order by date,Conveniently view the latest updated files。 - + ## characteristic - Automatically sort files by updated date when page loads。 - Applies to all GitHub storehouse。 - + ## use - Script will automatically sort files by date on page load,No manual intervention required。 - + ## Modify source @@ -96,7 +96,7 @@ author[androidcn](https://greasyfork.org/zh-CN/users/18158)script[Github Sort by ![1.png](https://s2.loli.net/2024/08/26/UjuVOtcvks8FPaB.png) - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -118,7 +118,7 @@ author[androidcn](https://greasyfork.org/zh-CN/users/18158)script[Github Sort by - + ## Help @@ -132,14 +132,14 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - + > ### 🔍You may be looking forChatGPTRelated scripts > @@ -152,7 +152,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for web-related scripts > @@ -170,7 +170,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -193,7 +193,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGoogleRelated scripts > @@ -203,7 +203,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -222,7 +222,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for adult scripts > @@ -240,7 +240,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for automatic translation > @@ -251,7 +251,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for social media scripts > @@ -262,7 +262,7 @@ Recommended browser and script manager: - +
    diff --git a/github-sort-by-date/README_ko.md b/github-sort-by-date/README_ko.md index ee1d8e2cc..01e268590 100644 --- a/github-sort-by-date/README_ko.md +++ b/github-sort-by-date/README_ko.md @@ -40,7 +40,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -69,41 +69,41 @@ - + # GitHub 날짜별로 정렬 이 사용자 스크립트는 GitHub 창고에 있는 파일은 날짜별로 내림차순으로 자동 정렬됩니다.,최신 업데이트 파일을 편리하게 확인하세요。 - + ## 특성 - 페이지가 로드될 때 업데이트된 날짜별로 파일을 자동으로 정렬합니다.。 - 모두에게 적용됩니다 GitHub 창고。 - + ## 사용 - 스크립트는 페이지 로드 시 날짜별로 파일을 자동으로 정렬합니다.,수동 개입이 필요하지 않습니다.。 - + ## 소스 수정 작가[androidcn](https://greasyfork.org/zh-CN/users/18158)적각본[Github 파일 업데이트 날짜별로 정렬](https://greasyfork.org/scripts/492514),느낌감사해요작가~의성실한노동지혜지혜 ![1.png](https://s2.loli.net/2024/08/26/UjuVOtcvks8FPaB.png) - + ## 만들다사용돕다돕다 - + ## 돕다 - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -125,7 +125,7 @@ - + ## 돕다 @@ -139,14 +139,14 @@ **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - + > ### 🔍당신은 찾고있을 수 있습니다ChatGPT관련 스크립트 > @@ -159,7 +159,7 @@ - + > ### 🔍웹 관련 스크립트를 찾고있을 수 있습니다 > @@ -177,7 +177,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -200,7 +200,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다Google관련 스크립트 > @@ -210,7 +210,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -229,7 +229,7 @@ - + > ### 🔍성인 스크립트를 찾고있을 수 있습니다 > @@ -247,7 +247,7 @@ - + > ### 🔍자동 번역을 찾고있을 수 있습니다 > @@ -258,7 +258,7 @@ - + > ### 🔍소셜 미디어 스크립트를 찾고있을 수 있습니다 > @@ -269,7 +269,7 @@ - +
    diff --git a/github-sort-by-date/README_vi.md b/github-sort-by-date/README_vi.md index 1285e293b..7614bb81a 100644 --- a/github-sort-by-date/README_vi.md +++ b/github-sort-by-date/README_vi.md @@ -40,7 +40,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -69,41 +69,41 @@ - + # GitHub Sắp xếp theo ngày Bản mô tả người dùng này sẽ GitHub Các file trong kho được tự động sắp xếp theo thứ tự giảm dần theo ngày,Thuận tiện xem các tập tin cập nhật mới nhất。 - + ## đặc trưng - Tự động sắp xếp tệp theo ngày cập nhật khi tải trang。 - Áp dụng cho tất cả GitHub nhà kho。 - + ## sử dụng - Tập lệnh sẽ tự động sắp xếp tệp theo ngày tải trang,Không cần can thiệp thủ công。 - + ## Sửa đổi nguồn tác giả[androidcn](https://greasyfork.org/zh-CN/users/18158)kịch bản[Github Sắp xếp theo ngày cập nhật tập tin](https://greasyfork.org/scripts/492514),Cảm giácCảm ơntác giảcủasiêng năngnhân côngkhôn ngoanKhôn ngoan ![1.png](https://s2.loli.net/2024/08/26/UjuVOtcvks8FPaB.png) - + ## làmsử dụnggiúp đỡgiúp đỡ - + ## Giúp đỡ - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -125,7 +125,7 @@ tác giả[androidcn](https://greasyfork.org/zh-CN/users/18158)kịch bản[Gith - + ## Giúp đỡ @@ -139,14 +139,14 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - + > ### 🔍Bạn có thể đang tìm kiếmChatGPTTập lệnh liên quan > @@ -159,7 +159,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web > @@ -177,7 +177,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -200,7 +200,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGoogleTập lệnh liên quan > @@ -210,7 +210,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -229,7 +229,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm kịch bản người lớn > @@ -247,7 +247,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm bản dịch tự động > @@ -258,7 +258,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các kịch bản truyền thông xã hội > @@ -269,7 +269,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - +
    diff --git a/github-sort-by-date/README_zh-TW.md b/github-sort-by-date/README_zh-TW.md index d205bafc1..ceb682ba4 100644 --- a/github-sort-by-date/README_zh-TW.md +++ b/github-sort-by-date/README_zh-TW.md @@ -40,7 +40,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -69,27 +69,27 @@ - + # GitHub 按日期排序 此用戶腳本將 GitHub 倉庫中的文件自動按日期降序排列,方便查看最新更新的文件。 - + ## 特性 - 頁面加載時自動按更新日期排序文件。 - 適用於所有 GitHub 倉庫。 - + ## 使用 - 腳本將在頁面加載時自動按日期排序文件,無需手動干預。 - + > ### 🔍你可能在找GitHub相關腳本 > @@ -111,7 +111,7 @@ - + ## 修改來源 @@ -120,7 +120,7 @@ ![1.png](https://s2.loli.net/2024/08/26/UjuVOtcvks8FPaB.png) - + ## 使用幫助 @@ -134,14 +134,14 @@ **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相關腳本 > @@ -154,7 +154,7 @@ - + > ### 🔍你可能在找網頁相關腳本 > @@ -172,7 +172,7 @@ - + > ### 🔍你可能在找GitHub相關腳本 > @@ -195,7 +195,7 @@ - + > ### 🔍你可能在找Google相關腳本 > @@ -205,7 +205,7 @@ - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -224,7 +224,7 @@ - + > ### 🔍你可能在找成人腳本 > @@ -242,7 +242,7 @@ - + > ### 🔍你可能在找自動翻譯 > @@ -253,7 +253,7 @@ - + > ### 🔍你可能在找社交媒體腳本 > @@ -264,7 +264,7 @@ - +
    diff --git a/github-starred-repo-note/README.md b/github-starred-repo-note/README.md index 5c6ae85b6..323287945 100644 --- a/github-starred-repo-note/README.md +++ b/github-starred-repo-note/README.md @@ -40,7 +40,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -110,7 +110,7 @@ - + > ### 🔍你可能在找GitHub相关脚本 > @@ -132,7 +132,7 @@ - + ## 使用帮助 @@ -146,13 +146,13 @@ **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相关脚本 > @@ -164,7 +164,7 @@ - + > ### 🔍你可能在找网页相关脚本 > @@ -181,7 +181,7 @@ - + > ### 🔍你可能在找GitHub相关脚本 > @@ -203,7 +203,7 @@ - + > ### 🔍你可能在找Google相关脚本 > @@ -212,7 +212,7 @@ - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -230,7 +230,7 @@ - + > ### 🔍你可能在找成人脚本 > @@ -247,7 +247,7 @@ - + > ### 🔍你可能在找自动翻译 > @@ -257,7 +257,7 @@ - + > ### 🔍你可能在找社交媒体脚本 > @@ -268,7 +268,7 @@ - +
    diff --git a/github-starred-repo-note/README_en.md b/github-starred-repo-note/README_en.md index d566a26bd..785783b1d 100644 --- a/github-starred-repo-note/README_en.md +++ b/github-starred-repo-note/README_en.md @@ -40,7 +40,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -110,7 +110,7 @@ Here you can upload and download your notes to Gist
    - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -132,7 +132,7 @@ Here you can upload and download your notes to Gist
    - + ## Help @@ -146,13 +146,13 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - + > ### 🔍You may be looking forChatGPTRelated scripts > @@ -164,7 +164,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for web-related scripts > @@ -181,7 +181,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -203,7 +203,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGoogleRelated scripts > @@ -212,7 +212,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -230,7 +230,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for adult scripts > @@ -247,7 +247,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for automatic translation > @@ -257,7 +257,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for social media scripts > @@ -268,7 +268,7 @@ Recommended browser and script manager: - +
    diff --git a/github-starred-repo-note/README_ko.md b/github-starred-repo-note/README_ko.md index 3bf59fe09..233442ea7 100644 --- a/github-starred-repo-note/README_ko.md +++ b/github-starred-repo-note/README_ko.md @@ -40,7 +40,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -110,7 +110,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -132,7 +132,7 @@ - + ## 돕다 @@ -146,13 +146,13 @@ **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - + > ### 🔍당신은 찾고있을 수 있습니다ChatGPT관련 스크립트 > @@ -164,7 +164,7 @@ - + > ### 🔍웹 관련 스크립트를 찾고있을 수 있습니다 > @@ -181,7 +181,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -203,7 +203,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다Google관련 스크립트 > @@ -212,7 +212,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -230,7 +230,7 @@ - + > ### 🔍성인 스크립트를 찾고있을 수 있습니다 > @@ -247,7 +247,7 @@ - + > ### 🔍자동 번역을 찾고있을 수 있습니다 > @@ -257,7 +257,7 @@ - + > ### 🔍소셜 미디어 스크립트를 찾고있을 수 있습니다 > @@ -268,7 +268,7 @@ - +
    diff --git a/github-starred-repo-note/README_vi.md b/github-starred-repo-note/README_vi.md index f235dcb64..83da0f428 100644 --- a/github-starred-repo-note/README_vi.md +++ b/github-starred-repo-note/README_vi.md @@ -40,7 +40,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -110,7 +110,7 @@ Tại đây bạn có thể tải lên và tải ghi chú của mình lên Gist< - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -132,7 +132,7 @@ Tại đây bạn có thể tải lên và tải ghi chú của mình lên Gist< - + ## Giúp đỡ @@ -146,13 +146,13 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - + > ### 🔍Bạn có thể đang tìm kiếmChatGPTTập lệnh liên quan > @@ -164,7 +164,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web > @@ -181,7 +181,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -203,7 +203,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGoogleTập lệnh liên quan > @@ -212,7 +212,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -230,7 +230,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm kịch bản người lớn > @@ -247,7 +247,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm bản dịch tự động > @@ -257,7 +257,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các kịch bản truyền thông xã hội > @@ -268,7 +268,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - +
    diff --git a/github-starred-repo-note/README_zh-TW.md b/github-starred-repo-note/README_zh-TW.md index abed8cbd5..1bb7037f8 100644 --- a/github-starred-repo-note/README_zh-TW.md +++ b/github-starred-repo-note/README_zh-TW.md @@ -40,7 +40,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -110,7 +110,7 @@ - + > ### 🔍你可能在找GitHub相關腳本 > @@ -132,7 +132,7 @@ - + ## 使用幫助 @@ -146,13 +146,13 @@ **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相關腳本 > @@ -164,7 +164,7 @@ - + > ### 🔍你可能在找網頁相關腳本 > @@ -181,7 +181,7 @@ - + > ### 🔍你可能在找GitHub相關腳本 > @@ -203,7 +203,7 @@ - + > ### 🔍你可能在找Google相關腳本 > @@ -212,7 +212,7 @@ - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -230,7 +230,7 @@ - + > ### 🔍你可能在找成人腳本 > @@ -247,7 +247,7 @@ - + > ### 🔍你可能在找自動翻譯 > @@ -257,7 +257,7 @@ - + > ### 🔍你可能在找社交媒體腳本 > @@ -268,7 +268,7 @@ - +
    diff --git a/github-to-deepwiki/README.md b/github-to-deepwiki/README.md index 4b7a767cd..ff3784ef5 100644 --- a/github-to-deepwiki/README.md +++ b/github-to-deepwiki/README.md @@ -41,7 +41,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -50,7 +50,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -94,7 +94,7 @@ - + > ### 🔍你可能在找GitHub相关脚本 > @@ -116,7 +116,7 @@ - + ## 使用帮助 @@ -130,13 +130,13 @@ **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相关脚本 > @@ -148,7 +148,7 @@ - + > ### 🔍你可能在找网页相关脚本 > @@ -165,7 +165,7 @@ - + > ### 🔍你可能在找GitHub相关脚本 > @@ -187,7 +187,7 @@ - + > ### 🔍你可能在找Google相关脚本 > @@ -196,7 +196,7 @@ - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -214,7 +214,7 @@ - + > ### 🔍你可能在找成人脚本 > @@ -231,7 +231,7 @@ - + > ### 🔍你可能在找自动翻译 > @@ -241,7 +241,7 @@ - + > ### 🔍你可能在找社交媒体脚本 > @@ -252,7 +252,7 @@ - +
    diff --git a/github-to-deepwiki/README_en.md b/github-to-deepwiki/README_en.md index 1b120c89a..460464e52 100644 --- a/github-to-deepwiki/README_en.md +++ b/github-to-deepwiki/README_en.md @@ -41,7 +41,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -50,7 +50,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -94,7 +94,7 @@ - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -116,7 +116,7 @@ - + ## Help @@ -130,13 +130,13 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - + > ### 🔍You may be looking forChatGPTRelated scripts > @@ -148,7 +148,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for web-related scripts > @@ -165,7 +165,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -187,7 +187,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGoogleRelated scripts > @@ -196,7 +196,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -214,7 +214,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for adult scripts > @@ -231,7 +231,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for automatic translation > @@ -241,7 +241,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for social media scripts > @@ -252,7 +252,7 @@ Recommended browser and script manager: - +
    diff --git a/github-to-deepwiki/README_ko.md b/github-to-deepwiki/README_ko.md index 974d47f89..b87cbd5f9 100644 --- a/github-to-deepwiki/README_ko.md +++ b/github-to-deepwiki/README_ko.md @@ -41,7 +41,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -50,7 +50,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -94,7 +94,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -116,7 +116,7 @@ - + ## 돕다 @@ -130,13 +130,13 @@ **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - + > ### 🔍당신은 찾고있을 수 있습니다ChatGPT관련 스크립트 > @@ -148,7 +148,7 @@ - + > ### 🔍웹 관련 스크립트를 찾고있을 수 있습니다 > @@ -165,7 +165,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -187,7 +187,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다Google관련 스크립트 > @@ -196,7 +196,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -214,7 +214,7 @@ - + > ### 🔍성인 스크립트를 찾고있을 수 있습니다 > @@ -231,7 +231,7 @@ - + > ### 🔍자동 번역을 찾고있을 수 있습니다 > @@ -241,7 +241,7 @@ - + > ### 🔍소셜 미디어 스크립트를 찾고있을 수 있습니다 > @@ -252,7 +252,7 @@ - +
    diff --git a/github-to-deepwiki/README_vi.md b/github-to-deepwiki/README_vi.md index ad5489cd2..c142a6167 100644 --- a/github-to-deepwiki/README_vi.md +++ b/github-to-deepwiki/README_vi.md @@ -41,7 +41,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -50,7 +50,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -94,7 +94,7 @@ - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -116,7 +116,7 @@ - + ## Giúp đỡ @@ -130,13 +130,13 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - + > ### 🔍Bạn có thể đang tìm kiếmChatGPTTập lệnh liên quan > @@ -148,7 +148,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web > @@ -165,7 +165,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -187,7 +187,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGoogleTập lệnh liên quan > @@ -196,7 +196,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -214,7 +214,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm kịch bản người lớn > @@ -231,7 +231,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm bản dịch tự động > @@ -241,7 +241,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các kịch bản truyền thông xã hội > @@ -252,7 +252,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - +
    diff --git a/github-to-deepwiki/README_zh-TW.md b/github-to-deepwiki/README_zh-TW.md index 9ae848d1c..f5c735bff 100644 --- a/github-to-deepwiki/README_zh-TW.md +++ b/github-to-deepwiki/README_zh-TW.md @@ -41,7 +41,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -50,7 +50,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -94,7 +94,7 @@ - + > ### 🔍你可能在找GitHub相關腳本 > @@ -116,7 +116,7 @@ - + ## 使用幫助 @@ -130,13 +130,13 @@ **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相關腳本 > @@ -148,7 +148,7 @@ - + > ### 🔍你可能在找網頁相關腳本 > @@ -165,7 +165,7 @@ - + > ### 🔍你可能在找GitHub相關腳本 > @@ -187,7 +187,7 @@ - + > ### 🔍你可能在找Google相關腳本 > @@ -196,7 +196,7 @@ - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -214,7 +214,7 @@ - + > ### 🔍你可能在找成人腳本 > @@ -231,7 +231,7 @@ - + > ### 🔍你可能在找自動翻譯 > @@ -241,7 +241,7 @@ - + > ### 🔍你可能在找社交媒體腳本 > @@ -252,7 +252,7 @@ - +
    diff --git a/google-advanced-search/README.md b/google-advanced-search/README.md index a354c947e..396b394a0 100644 --- a/google-advanced-search/README.md +++ b/google-advanced-search/README.md @@ -40,7 +40,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -76,13 +76,13 @@ - + # Google 高级搜索助手 这是一个为 Google 添加高级搜索表单的用户脚本。它能在页面顶部添加一个可隐藏的高级搜索表单,使您能够更精确地搜索信息。 - + ## 功能 @@ -107,7 +107,7 @@ ![PC_en.png](https://s2.loli.net/2024/08/05/MXF8JdpqnyreuRf.png) - + > ### 🔍你可能在找Google相关脚本 > @@ -116,7 +116,7 @@ - + ## 使用帮助 @@ -130,14 +130,14 @@ **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相关脚本 > @@ -150,7 +150,7 @@ - + > ### 🔍你可能在找网页相关脚本 > @@ -168,7 +168,7 @@ - + > ### 🔍你可能在找GitHub相关脚本 > @@ -191,7 +191,7 @@ - + > ### 🔍你可能在找Google相关脚本 > @@ -201,7 +201,7 @@ - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -220,7 +220,7 @@ - + > ### 🔍你可能在找成人脚本 > @@ -238,7 +238,7 @@ - + > ### 🔍你可能在找自动翻译 > @@ -249,7 +249,7 @@ - + > ### 🔍你可能在找社交媒体脚本 > @@ -260,7 +260,7 @@ - +
    diff --git a/google-advanced-search/README_en.md b/google-advanced-search/README_en.md index 1c8e6a417..2248a779a 100644 --- a/google-advanced-search/README_en.md +++ b/google-advanced-search/README_en.md @@ -40,7 +40,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -76,13 +76,13 @@ - + # Google Advanced Search Assistant This is a user script that adds an advanced search form to Google. It adds a collapsible advanced search form at the top of the page, allowing you to search for information with more precision. - + ## Features @@ -99,7 +99,7 @@ This is a user script that adds an advanced search form to Google. It adds a col - The script can save previous search options, so the form will be automatically filled when opening a new page. - Provides a "Clear" button to clear the form data. - + ## Usage @@ -112,7 +112,7 @@ This is a user script that adds an advanced search form to Google. It adds a col Note: This script is specifically designed for the Google search page and can only be used on Google search pages. - + ## Author @@ -122,7 +122,7 @@ The script is modified from the user **[shiquda](https://greasyfork.org/users/93 ![PC_en.png](https://s2.loli.net/2024/08/05/MXF8JdpqnyreuRf.png) - + > ### 🔍You may be looking forGoogleRelated scripts > @@ -131,7 +131,7 @@ The script is modified from the user **[shiquda](https://greasyfork.org/users/93 - + ## Help @@ -145,14 +145,14 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - + > ### 🔍You may be looking forChatGPTRelated scripts > @@ -165,7 +165,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for web-related scripts > @@ -183,7 +183,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -206,7 +206,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGoogleRelated scripts > @@ -216,7 +216,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -235,7 +235,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for adult scripts > @@ -253,7 +253,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for automatic translation > @@ -264,7 +264,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for social media scripts > @@ -275,7 +275,7 @@ Recommended browser and script manager: - +
    diff --git a/google-advanced-search/README_ko.md b/google-advanced-search/README_ko.md index ae9a8ef4e..1d00b98ae 100644 --- a/google-advanced-search/README_ko.md +++ b/google-advanced-search/README_ko.md @@ -40,7 +40,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -76,13 +76,13 @@ - + # Google 고급 검색 어시스턴트 이것은 for입니다 Google 고급 검색 양식을 추가하는 사용자 스크립트。페이지 상단에 숨겨진 고급 검색 양식을 추가 할 수 있습니다.,정보를보다 정확하게 검색 할 수 있습니다。 - + ## 기능 @@ -107,7 +107,7 @@ ![PC_en.png](https://s2.loli.net/2024/08/05/MXF8JdpqnyreuRf.png) - + > ### 🔍당신은 찾고있을 수 있습니다Google관련 스크립트 > @@ -116,7 +116,7 @@ - + ## 돕다 @@ -130,14 +130,14 @@ **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - + > ### 🔍당신은 찾고있을 수 있습니다ChatGPT관련 스크립트 > @@ -150,7 +150,7 @@ - + > ### 🔍웹 관련 스크립트를 찾고있을 수 있습니다 > @@ -168,7 +168,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -191,7 +191,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다Google관련 스크립트 > @@ -201,7 +201,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -220,7 +220,7 @@ - + > ### 🔍성인 스크립트를 찾고있을 수 있습니다 > @@ -238,7 +238,7 @@ - + > ### 🔍자동 번역을 찾고있을 수 있습니다 > @@ -249,7 +249,7 @@ - + > ### 🔍소셜 미디어 스크립트를 찾고있을 수 있습니다 > @@ -260,7 +260,7 @@ - +
    diff --git a/google-advanced-search/README_vi.md b/google-advanced-search/README_vi.md index 02a482114..972a33601 100644 --- a/google-advanced-search/README_vi.md +++ b/google-advanced-search/README_vi.md @@ -40,7 +40,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -76,13 +76,13 @@ - + # Google Trợ lý tìm kiếm nâng cao Đây là một Google Tập lệnh người dùng để thêm các biểu mẫu tìm kiếm nâng cao。Nó có thể thêm một biểu mẫu tìm kiếm nâng cao ẩn ở đầu trang,Cho phép bạn tìm kiếm thông tin chính xác hơn。 - + ## Chức năng @@ -107,7 +107,7 @@ Tập lệnh được sửa đổi từ **[shiquda](https://greasyfork.org/users ![PC_en.png](https://s2.loli.net/2024/08/05/MXF8JdpqnyreuRf.png) - + > ### 🔍Bạn có thể đang tìm kiếmGoogleTập lệnh liên quan > @@ -116,7 +116,7 @@ Tập lệnh được sửa đổi từ **[shiquda](https://greasyfork.org/users - + ## Giúp đỡ @@ -130,14 +130,14 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - + > ### 🔍Bạn có thể đang tìm kiếmChatGPTTập lệnh liên quan > @@ -150,7 +150,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web > @@ -168,7 +168,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -191,7 +191,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGoogleTập lệnh liên quan > @@ -201,7 +201,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -220,7 +220,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm kịch bản người lớn > @@ -238,7 +238,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm bản dịch tự động > @@ -249,7 +249,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các kịch bản truyền thông xã hội > @@ -260,7 +260,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - +
    diff --git a/google-advanced-search/README_zh-TW.md b/google-advanced-search/README_zh-TW.md index 9066db677..f0266914f 100644 --- a/google-advanced-search/README_zh-TW.md +++ b/google-advanced-search/README_zh-TW.md @@ -40,7 +40,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -76,13 +76,13 @@ - + # Google 高級搜索助手 這是一個為 Google 添加高級搜索表單的用戶腳本。它能在頁面頂部添加一個可隱藏的高級搜索表單,使您能夠更精確地搜索信息。 - + ## 功能 @@ -107,7 +107,7 @@ ![PC_en.png](https://s2.loli.net/2024/08/05/MXF8JdpqnyreuRf.png) - + > ### 🔍你可能在找Google相關腳本 > @@ -116,7 +116,7 @@ - + ## 使用幫助 @@ -130,14 +130,14 @@ **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相關腳本 > @@ -150,7 +150,7 @@ - + > ### 🔍你可能在找網頁相關腳本 > @@ -168,7 +168,7 @@ - + > ### 🔍你可能在找GitHub相關腳本 > @@ -191,7 +191,7 @@ - + > ### 🔍你可能在找Google相關腳本 > @@ -201,7 +201,7 @@ - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -220,7 +220,7 @@ - + > ### 🔍你可能在找成人腳本 > @@ -238,7 +238,7 @@ - + > ### 🔍你可能在找自動翻譯 > @@ -249,7 +249,7 @@ - + > ### 🔍你可能在找社交媒體腳本 > @@ -260,7 +260,7 @@ - +
    diff --git a/google-block-search-sites/README.md b/google-block-search-sites/README.md index 35d6847ef..1d3cb7ddf 100644 --- a/google-block-search-sites/README.md +++ b/google-block-search-sites/README.md @@ -40,7 +40,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -69,7 +69,7 @@ - + ## 使用帮助 @@ -83,13 +83,13 @@ **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找Google相关脚本 > @@ -99,7 +99,7 @@ - + > ### 🔍你可能在找ChatGPT相关脚本 > @@ -112,7 +112,7 @@ - + > ### 🔍你可能在找网页相关脚本 > @@ -130,7 +130,7 @@ - + > ### 🔍你可能在找GitHub相关脚本 > @@ -153,7 +153,7 @@ - + > ### 🔍你可能在找Google相关脚本 > @@ -163,7 +163,7 @@ - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -182,7 +182,7 @@ - + > ### 🔍你可能在找成人脚本 > @@ -200,7 +200,7 @@ - + > ### 🔍你可能在找自动翻译 > @@ -211,7 +211,7 @@ - + > ### 🔍你可能在找社交媒体脚本 > @@ -222,7 +222,7 @@ - +
    diff --git a/google-block-search-sites/README_en.md b/google-block-search-sites/README_en.md index f98b12645..238bae1c6 100644 --- a/google-block-search-sites/README_en.md +++ b/google-block-search-sites/README_en.md @@ -40,7 +40,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -69,7 +69,7 @@ - + ## Help @@ -83,13 +83,13 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - + > ### 🔍You may be looking forGoogleRelated scripts > @@ -99,7 +99,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forChatGPTRelated scripts > @@ -112,7 +112,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for web-related scripts > @@ -130,7 +130,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -153,7 +153,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGoogleRelated scripts > @@ -163,7 +163,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -182,7 +182,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for adult scripts > @@ -200,7 +200,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for automatic translation > @@ -211,7 +211,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for social media scripts > @@ -222,7 +222,7 @@ Recommended browser and script manager: - +
    diff --git a/google-block-search-sites/README_ko.md b/google-block-search-sites/README_ko.md index 8b51cf0a7..e46443c61 100644 --- a/google-block-search-sites/README_ko.md +++ b/google-block-search-sites/README_ko.md @@ -40,7 +40,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -69,7 +69,7 @@ - + ## 돕다 @@ -83,13 +83,13 @@ **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - + > ### 🔍당신은 찾고있을 수 있습니다Google관련 스크립트 > @@ -99,7 +99,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다ChatGPT관련 스크립트 > @@ -112,7 +112,7 @@ - + > ### 🔍웹 관련 스크립트를 찾고있을 수 있습니다 > @@ -130,7 +130,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -153,7 +153,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다Google관련 스크립트 > @@ -163,7 +163,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -182,7 +182,7 @@ - + > ### 🔍성인 스크립트를 찾고있을 수 있습니다 > @@ -200,7 +200,7 @@ - + > ### 🔍자동 번역을 찾고있을 수 있습니다 > @@ -211,7 +211,7 @@ - + > ### 🔍소셜 미디어 스크립트를 찾고있을 수 있습니다 > @@ -222,7 +222,7 @@ - +
    diff --git a/google-block-search-sites/README_vi.md b/google-block-search-sites/README_vi.md index 282dd68e0..8fc856716 100644 --- a/google-block-search-sites/README_vi.md +++ b/google-block-search-sites/README_vi.md @@ -40,7 +40,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -69,7 +69,7 @@ - + ## Giúp đỡ @@ -83,13 +83,13 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - + > ### 🔍Bạn có thể đang tìm kiếmGoogleTập lệnh liên quan > @@ -99,7 +99,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmChatGPTTập lệnh liên quan > @@ -112,7 +112,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web > @@ -130,7 +130,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -153,7 +153,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGoogleTập lệnh liên quan > @@ -163,7 +163,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -182,7 +182,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm kịch bản người lớn > @@ -200,7 +200,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm bản dịch tự động > @@ -211,7 +211,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các kịch bản truyền thông xã hội > @@ -222,7 +222,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - +
    diff --git a/google-block-search-sites/README_zh-TW.md b/google-block-search-sites/README_zh-TW.md index 0997d469c..07453f0c2 100644 --- a/google-block-search-sites/README_zh-TW.md +++ b/google-block-search-sites/README_zh-TW.md @@ -40,7 +40,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -69,7 +69,7 @@ - + ## 使用幫助 @@ -83,13 +83,13 @@ **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找Google相關腳本 > @@ -99,7 +99,7 @@ - + > ### 🔍你可能在找ChatGPT相關腳本 > @@ -112,7 +112,7 @@ - + > ### 🔍你可能在找網頁相關腳本 > @@ -130,7 +130,7 @@ - + > ### 🔍你可能在找GitHub相關腳本 > @@ -153,7 +153,7 @@ - + > ### 🔍你可能在找Google相關腳本 > @@ -163,7 +163,7 @@ - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -182,7 +182,7 @@ - + > ### 🔍你可能在找成人腳本 > @@ -200,7 +200,7 @@ - + > ### 🔍你可能在找自動翻譯 > @@ -211,7 +211,7 @@ - + > ### 🔍你可能在找社交媒體腳本 > @@ -222,7 +222,7 @@ - +
    diff --git a/greasyfork-discussion-watcher/README.md b/greasyfork-discussion-watcher/README.md index 685df120e..80b203d46 100644 --- a/greasyfork-discussion-watcher/README.md +++ b/greasyfork-discussion-watcher/README.md @@ -40,7 +40,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -101,7 +101,7 @@ - + # GreasyFork 通知助手 @@ -109,7 +109,7 @@ 一个 Tampermonkey 脚本,用于在 GreasyFork 上增强讨论列表功能。当你的脚本或你参与的讨论有新回复时,脚本会在网页上以模态窗口显示最新的讨论内容。 - + ## 功能 @@ -117,7 +117,7 @@ - **自动更新:** 脚本会定期检查讨论的更新,并在有新回复时提醒你。 - **信息提取:** 从网页上提取讨论标题、时间戳和用户名,并将其整理到模态窗口中。 - + ## 自定义检查时间 @@ -133,7 +133,7 @@ 你可以根据需要修改 `delay` 配置项的值,以调整脚本检查讨论更新的频率。例如,如果你希望每15分钟检查一次,可以将 `delay` 设置为 `15m`。 - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -151,7 +151,7 @@ - + ## 项目与反馈 @@ -159,7 +159,7 @@ - **支持与问题反馈:** [报告问题](https://github.com/ChinaGodMan/UserScripts/issues) - + ## 使用帮助 @@ -173,14 +173,14 @@ **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相关脚本 > @@ -193,7 +193,7 @@ - + > ### 🔍你可能在找网页相关脚本 > @@ -211,7 +211,7 @@ - + > ### 🔍你可能在找GitHub相关脚本 > @@ -234,7 +234,7 @@ - + > ### 🔍你可能在找Google相关脚本 > @@ -244,7 +244,7 @@ - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -263,7 +263,7 @@ - + > ### 🔍你可能在找成人脚本 > @@ -281,7 +281,7 @@ - + > ### 🔍你可能在找自动翻译 > @@ -292,7 +292,7 @@ - + > ### 🔍你可能在找社交媒体脚本 > @@ -303,7 +303,7 @@ - +
    diff --git a/greasyfork-discussion-watcher/README_en.md b/greasyfork-discussion-watcher/README_en.md index 7620f06c8..572dc557d 100644 --- a/greasyfork-discussion-watcher/README_en.md +++ b/greasyfork-discussion-watcher/README_en.md @@ -40,7 +40,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -101,13 +101,13 @@ - + # GreasyFork Discussion Watcher A Tampermonkey script designed to enhance the discussion list functionality on GreasyFork. When there are new replies to your scripts or discussions you are involved in, the script will display the latest discussion content in a modal window on the webpage. - + ## Features @@ -115,7 +115,7 @@ A Tampermonkey script designed to enhance the discussion list functionality on G - **Automatic Updates:** The script periodically checks for discussion updates and notifies you when there are new replies. - **Information Extraction:** Extracts discussion titles, timestamps, and usernames from the webpage and organizes them into the modal window. - + ## Custom Check Interval @@ -130,7 +130,7 @@ The script uses the `delay` configuration option to set the interval for checkin You can modify the value of the `delay` configuration option as needed to adjust how often the script checks for discussion updates. For example, if you want to check every 15 minutes, you can set `delay` to `15m`. - + ## Project and Feedback @@ -140,7 +140,7 @@ You can modify the value of the `delay` configuration option as needed to adjust ![Snipaste_2024-09-02_12-30-03.png](https://s2.loli.net/2024/09/02/Ftpq1KomRcALjIE.png) - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -158,7 +158,7 @@ You can modify the value of the `delay` configuration option as needed to adjust - + ## Help @@ -172,14 +172,14 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - + > ### 🔍You may be looking forChatGPTRelated scripts > @@ -192,7 +192,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for web-related scripts > @@ -210,7 +210,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -233,7 +233,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGoogleRelated scripts > @@ -243,7 +243,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -262,7 +262,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for adult scripts > @@ -280,7 +280,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for automatic translation > @@ -291,7 +291,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for social media scripts > @@ -302,7 +302,7 @@ Recommended browser and script manager: - +
    diff --git a/greasyfork-discussion-watcher/README_ko.md b/greasyfork-discussion-watcher/README_ko.md index d16950404..50eb60191 100644 --- a/greasyfork-discussion-watcher/README_ko.md +++ b/greasyfork-discussion-watcher/README_ko.md @@ -40,7 +40,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -101,7 +101,7 @@ - + # GreasyFork 알림 어시스턴트 @@ -109,7 +109,7 @@ 하나 Tampermonkey 스크립트,사용 GreasyFork 강화 된 토론 목록 기능。스크립트 또는 토론에 새로운 답장이 있으면,스크립트는 웹 페이지의 모달 창에 최신 토론 내용을 표시합니다.。 - + ## 기능 @@ -117,7 +117,7 @@ - **자동 업데이트:** 스크립트는 정기적으로 토론 업데이트를 확인합니다,새로운 답장이있을 때 상기시켜줍니다。 - **정보 추출:** 웹 페이지에서 토론 제목을 추출합니다、타임 스탬프 및 사용자 이름,모달 창으로 정리하십시오。 - + ## 사용자 정의 점검 시간 @@ -133,7 +133,7 @@ 필요에 따라 수정할 수 있습니다 `delay` 구성 항목의 값,토론의 빈도를 조정합니다。예를 들어,당신이 모든 것을 원한다면15몇 분만 확인하십시오,할 수 있다 `delay` AS를 설정합니다 `15m`。 - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -151,7 +151,7 @@ - + ## 프로젝트 및 피드백 @@ -159,7 +159,7 @@ - **지원 및 문제 피드백:** [문제를보고하십시오](https://github.com/ChinaGodMan/UserScripts/issues) - + ## 돕다 @@ -173,14 +173,14 @@ **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - + > ### 🔍당신은 찾고있을 수 있습니다ChatGPT관련 스크립트 > @@ -193,7 +193,7 @@ - + > ### 🔍웹 관련 스크립트를 찾고있을 수 있습니다 > @@ -211,7 +211,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -234,7 +234,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다Google관련 스크립트 > @@ -244,7 +244,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -263,7 +263,7 @@ - + > ### 🔍성인 스크립트를 찾고있을 수 있습니다 > @@ -281,7 +281,7 @@ - + > ### 🔍자동 번역을 찾고있을 수 있습니다 > @@ -292,7 +292,7 @@ - + > ### 🔍소셜 미디어 스크립트를 찾고있을 수 있습니다 > @@ -303,7 +303,7 @@ - +
    diff --git a/greasyfork-discussion-watcher/README_vi.md b/greasyfork-discussion-watcher/README_vi.md index 998e8a6a3..d52fa780a 100644 --- a/greasyfork-discussion-watcher/README_vi.md +++ b/greasyfork-discussion-watcher/README_vi.md @@ -40,7 +40,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -101,7 +101,7 @@ - + # GreasyFork Trợ lý thông báo @@ -109,7 +109,7 @@ một Tampermonkey Kịch bản,Được sử dụng trong GreasyFork Chức năng danh sách thảo luận nâng cao。Khi có những câu trả lời mới về kịch bản hoặc cuộc thảo luận của bạn, bạn sẽ tham gia,Kịch bản sẽ hiển thị nội dung thảo luận mới nhất trong cửa sổ phương thức trên trang web。 - + ## Chức năng @@ -117,7 +117,7 @@ một Tampermonkey Kịch bản,Được sử dụng trong GreasyFork Chức n - **Cập nhật tự động:** Kịch bản sẽ kiểm tra các bản cập nhật thảo luận thường xuyên,Và nhắc nhở bạn khi có những câu trả lời mới。 - **Khai thác thông tin:** Trích xuất các tiêu đề thảo luận từ trang web、Dấu thời gian và tên người dùng,Và sắp xếp nó vào cửa sổ phương thức。 - + ## Thời gian kiểm tra tùy chỉnh @@ -133,7 +133,7 @@ Sử dụng kịch bản `delay` Các mục cấu hình để đặt thời gian Bạn có thể sửa đổi nó khi cần thiết `delay` Giá trị của mục cấu hình,Để điều chỉnh tần suất cập nhật thảo luận。Ví dụ,Nếu bạn muốn mọi15Kiểm tra một lần trong phút,Có thể `delay` Đặt như `15m`。 - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -151,7 +151,7 @@ Bạn có thể sửa đổi nó khi cần thiết `delay` Giá trị của mụ - + ## Dự án và phản hồi @@ -159,7 +159,7 @@ Bạn có thể sửa đổi nó khi cần thiết `delay` Giá trị của mụ - **Hỗ trợ và phản hồi vấn đề:** [Báo cáo một vấn đề](https://github.com/ChinaGodMan/UserScripts/issues) - + ## Giúp đỡ @@ -173,14 +173,14 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - + > ### 🔍Bạn có thể đang tìm kiếmChatGPTTập lệnh liên quan > @@ -193,7 +193,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web > @@ -211,7 +211,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -234,7 +234,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGoogleTập lệnh liên quan > @@ -244,7 +244,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -263,7 +263,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm kịch bản người lớn > @@ -281,7 +281,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm bản dịch tự động > @@ -292,7 +292,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các kịch bản truyền thông xã hội > @@ -303,7 +303,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - +
    diff --git a/greasyfork-discussion-watcher/README_zh-TW.md b/greasyfork-discussion-watcher/README_zh-TW.md index 8876f091a..c8c46c92a 100644 --- a/greasyfork-discussion-watcher/README_zh-TW.md +++ b/greasyfork-discussion-watcher/README_zh-TW.md @@ -40,7 +40,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -101,7 +101,7 @@ - + # GreasyFork 通知助手 @@ -109,7 +109,7 @@ 一個 Tampermonkey 腳本,用於在 GreasyFork 上增強討論列表功能。當你的腳本或你參與的討論有新回复時,腳本會在網頁上以模態窗口顯示最新的討論內容。 - + ## 功能 @@ -117,7 +117,7 @@ - **自動更新:** 腳本會定期檢查討論的更新,並在有新回复時提醒你。 - **資訊擷取:** 從網頁上提取討論標題、時間戳和用戶名,並將其整理到模態窗口中。 - + ## 自定義檢查時間 @@ -133,7 +133,7 @@ 你可以根據需要修改 `delay` 配置項的值,以調整腳本檢查討論更新的頻率。例如,如果你希望每15分鐘檢查一次,可以將 `delay` 設置為 `15m`。 - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -151,7 +151,7 @@ - + ## 項目與反饋 @@ -159,7 +159,7 @@ - **支持與問題反饋:** [報告問題](https://github.com/ChinaGodMan/UserScripts/issues) - + ## 使用幫助 @@ -173,14 +173,14 @@ **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相關腳本 > @@ -193,7 +193,7 @@ - + > ### 🔍你可能在找網頁相關腳本 > @@ -211,7 +211,7 @@ - + > ### 🔍你可能在找GitHub相關腳本 > @@ -234,7 +234,7 @@ - + > ### 🔍你可能在找Google相關腳本 > @@ -244,7 +244,7 @@ - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -263,7 +263,7 @@ - + > ### 🔍你可能在找成人腳本 > @@ -281,7 +281,7 @@ - + > ### 🔍你可能在找自動翻譯 > @@ -292,7 +292,7 @@ - + > ### 🔍你可能在找社交媒體腳本 > @@ -303,7 +303,7 @@ - +
    diff --git a/greasyfork-link/README.md b/greasyfork-link/README.md index 6ffee8070..040474714 100644 --- a/greasyfork-link/README.md +++ b/greasyfork-link/README.md @@ -40,7 +40,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -80,7 +80,7 @@

    - + ## 脚本功能 @@ -90,7 +90,7 @@ - 点击"取消"直接跳转到网站 - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -108,11 +108,11 @@ - + ## 版本更新 - + ### 0.1 版本 @@ -122,19 +122,19 @@ - 1=打开网址 - 2=在论坛搜索 - + ### 0.6 版本 新增在脚本详情页下方增加一个更改跳转方式的选择框。 - + ### 0.7 版本 新增大人的叉子 - + ### 0.8 版本(2024 年 06 月 09 日 06:17:02) @@ -143,7 +143,7 @@ - 新增链接新窗口打开选项,默认为当前页面跳转 - + ## 使用帮助 @@ -157,14 +157,14 @@ **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相关脚本 > @@ -177,7 +177,7 @@ - + > ### 🔍你可能在找网页相关脚本 > @@ -195,7 +195,7 @@ - + > ### 🔍你可能在找GitHub相关脚本 > @@ -218,7 +218,7 @@ - + > ### 🔍你可能在找Google相关脚本 > @@ -228,7 +228,7 @@ - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -247,7 +247,7 @@ - + > ### 🔍你可能在找成人脚本 > @@ -265,7 +265,7 @@ - + > ### 🔍你可能在找自动翻译 > @@ -276,7 +276,7 @@ - + > ### 🔍你可能在找社交媒体脚本 > @@ -287,7 +287,7 @@ - +
    diff --git a/greasyfork-link/README_en.md b/greasyfork-link/README_en.md index e48c761f2..a68a8a5f2 100644 --- a/greasyfork-link/README_en.md +++ b/greasyfork-link/README_en.md @@ -40,7 +40,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -80,7 +80,7 @@ - + ## Scripting functions @@ -90,7 +90,7 @@ Script details page"Applicable to"Remove the default jump forum search under the - Click"Cancel"Jump directly to the website - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -108,11 +108,11 @@ Script details page"Applicable to"Remove the default jump forum search under the - + ## Version update - + ### 0.1 Version @@ -122,19 +122,19 @@ Script details page"Applicable to"Remove the default jump forum search under the - 1=Open the URL - 2=Search in the forum - + ### 0.6 Version Added a selection box to change the jump method below the script details page。 - + ### 0.7 Version Added adult’s fork - + ### 0.8 Version(2024 Year 06 moon 09 day 06:17:02) @@ -143,7 +143,7 @@ Added adult’s fork - Add link new window opening option,Default is the current page jump - + ## Help @@ -157,14 +157,14 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - + > ### 🔍You may be looking forChatGPTRelated scripts > @@ -177,7 +177,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for web-related scripts > @@ -195,7 +195,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -218,7 +218,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGoogleRelated scripts > @@ -228,7 +228,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -247,7 +247,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for adult scripts > @@ -265,7 +265,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for automatic translation > @@ -276,7 +276,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for social media scripts > @@ -287,7 +287,7 @@ Recommended browser and script manager: - +
    diff --git a/greasyfork-link/README_ko.md b/greasyfork-link/README_ko.md index fe5f4465b..c5b42a1ca 100644 --- a/greasyfork-link/README_ko.md +++ b/greasyfork-link/README_ko.md @@ -40,7 +40,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -80,7 +80,7 @@ - + ## 스크립팅 기능 @@ -90,7 +90,7 @@ - 딸깍 하는 소리"취소"웹 사이트로 직접 이동하십시오 - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -108,11 +108,11 @@ - + ## 버전 업데이트 - + ### 0.1 버전 @@ -122,19 +122,19 @@ - 1=URL을 엽니 다 - 2=포럼에서 검색하십시오 - + ### 0.6 버전 스크립트 세부 사항 페이지 아래의 점프 메소드를 변경하기 위해 선택 상자를 추가했습니다.。 - + ### 0.7 버전 성인 포크를 추가했습니다 - + ### 0.8 버전(2024 년도 06 달 09 낮 06:17:02) @@ -143,7 +143,7 @@ - 링크 새 창 시작 옵션을 추가합니다,기본값은 현재 페이지 점프입니다 - + ## 돕다 @@ -157,14 +157,14 @@ **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - + > ### 🔍당신은 찾고있을 수 있습니다ChatGPT관련 스크립트 > @@ -177,7 +177,7 @@ - + > ### 🔍웹 관련 스크립트를 찾고있을 수 있습니다 > @@ -195,7 +195,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -218,7 +218,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다Google관련 스크립트 > @@ -228,7 +228,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -247,7 +247,7 @@ - + > ### 🔍성인 스크립트를 찾고있을 수 있습니다 > @@ -265,7 +265,7 @@ - + > ### 🔍자동 번역을 찾고있을 수 있습니다 > @@ -276,7 +276,7 @@ - + > ### 🔍소셜 미디어 스크립트를 찾고있을 수 있습니다 > @@ -287,7 +287,7 @@ - +
    diff --git a/greasyfork-link/README_vi.md b/greasyfork-link/README_vi.md index b3346b3df..7d1488eae 100644 --- a/greasyfork-link/README_vi.md +++ b/greasyfork-link/README_vi.md @@ -40,7 +40,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -80,7 +80,7 @@ - + ## Chức năng kịch bản @@ -90,7 +90,7 @@ Trang chi tiết tập lệnh"Áp dụng cho"Xóa tìm kiếm diễn đàn nhả - Nhấp"Hủy bỏ"Nhảy trực tiếp vào trang web - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -108,11 +108,11 @@ Trang chi tiết tập lệnh"Áp dụng cho"Xóa tìm kiếm diễn đàn nhả - + ## Cập nhật phiên bản - + ### 0.1 Phiên bản @@ -122,19 +122,19 @@ Trang chi tiết tập lệnh"Áp dụng cho"Xóa tìm kiếm diễn đàn nhả - 1=Mở URL - 2=Tìm kiếm trong diễn đàn - + ### 0.6 Phiên bản Đã thêm một hộp lựa chọn để thay đổi phương thức nhảy bên dưới trang chi tiết tập lệnh。 - + ### 0.7 Phiên bản Đã thêm nĩa của người lớn - + ### 0.8 Phiên bản(2024 Năm 06 mặt trăng 09 ngày 06:17:02) @@ -143,7 +143,7 @@ Trang chi tiết tập lệnh"Áp dụng cho"Xóa tìm kiếm diễn đàn nhả - Thêm tùy chọn mở cửa sổ liên kết mới,Mặc định là bước nhảy trang hiện tại - + ## Giúp đỡ @@ -157,14 +157,14 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - + > ### 🔍Bạn có thể đang tìm kiếmChatGPTTập lệnh liên quan > @@ -177,7 +177,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web > @@ -195,7 +195,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -218,7 +218,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGoogleTập lệnh liên quan > @@ -228,7 +228,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -247,7 +247,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm kịch bản người lớn > @@ -265,7 +265,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm bản dịch tự động > @@ -276,7 +276,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các kịch bản truyền thông xã hội > @@ -287,7 +287,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - +
    diff --git a/greasyfork-link/README_zh-TW.md b/greasyfork-link/README_zh-TW.md index 5e4f6a1f5..b48b63e63 100644 --- a/greasyfork-link/README_zh-TW.md +++ b/greasyfork-link/README_zh-TW.md @@ -40,7 +40,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -80,7 +80,7 @@ - + ## 腳本功能 @@ -90,7 +90,7 @@ - 點擊"取消"直接跳轉到網站 - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -108,11 +108,11 @@ - + ## 版本更新 - + ### 0.1 版本 @@ -122,19 +122,19 @@ - 1=打開網址 - 2=在論壇搜索 - + ### 0.6 版本 新增在腳本詳情頁下方增加一個更改跳轉方式的選擇框。 - + ### 0.7 版本 新增大人的叉子 - + ### 0.8 版本(2024 年 06 月 09 天 06:17:02) @@ -143,7 +143,7 @@ - 新增鏈接新窗口打開選項,默認為當前頁面跳轉 - + ## 使用幫助 @@ -157,14 +157,14 @@ **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相關腳本 > @@ -177,7 +177,7 @@ - + > ### 🔍你可能在找網頁相關腳本 > @@ -195,7 +195,7 @@ - + > ### 🔍你可能在找GitHub相關腳本 > @@ -218,7 +218,7 @@ - + > ### 🔍你可能在找Google相關腳本 > @@ -228,7 +228,7 @@ - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -247,7 +247,7 @@ - + > ### 🔍你可能在找成人腳本 > @@ -265,7 +265,7 @@ - + > ### 🔍你可能在找自動翻譯 > @@ -276,7 +276,7 @@ - + > ### 🔍你可能在找社交媒體腳本 > @@ -287,7 +287,7 @@ - +
    diff --git a/greasyfork-markdown-toolbar/README.md b/greasyfork-markdown-toolbar/README.md index c3faa1c47..3e9134d27 100644 --- a/greasyfork-markdown-toolbar/README.md +++ b/greasyfork-markdown-toolbar/README.md @@ -40,7 +40,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -124,7 +124,7 @@ ![截图4](https://greasyfork.s3.us-east-2.amazonaws.com/u3fgy6vyn01419tqb3zvd9h96bue) - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -142,7 +142,7 @@ - + ## 使用帮助 @@ -156,13 +156,13 @@ **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相关脚本 > @@ -175,7 +175,7 @@ - + > ### 🔍你可能在找网页相关脚本 > @@ -193,7 +193,7 @@ - + > ### 🔍你可能在找GitHub相关脚本 > @@ -216,7 +216,7 @@ - + > ### 🔍你可能在找Google相关脚本 > @@ -226,7 +226,7 @@ - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -245,7 +245,7 @@ - + > ### 🔍你可能在找成人脚本 > @@ -263,7 +263,7 @@ - + > ### 🔍你可能在找自动翻译 > @@ -274,7 +274,7 @@ - + > ### 🔍你可能在找社交媒体脚本 > @@ -285,7 +285,7 @@ - +
    diff --git a/greasyfork-markdown-toolbar/README_en.md b/greasyfork-markdown-toolbar/README_en.md index 8bb9b2b99..3dcef1bbf 100644 --- a/greasyfork-markdown-toolbar/README_en.md +++ b/greasyfork-markdown-toolbar/README_en.md @@ -40,7 +40,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -125,7 +125,7 @@ If you have any bugs, bug fixes or ideas, please report at my [GitHub repo](http ![Screenshot 4](https://greasyfork.s3.us-east-2.amazonaws.com/u3fgy6vyn01419tqb3zvd9h96bue) - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -143,7 +143,7 @@ If you have any bugs, bug fixes or ideas, please report at my [GitHub repo](http - + ## Help @@ -157,14 +157,14 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - + > ### 🔍You may be looking forChatGPTRelated scripts > @@ -177,7 +177,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for web-related scripts > @@ -195,7 +195,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -218,7 +218,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGoogleRelated scripts > @@ -228,7 +228,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -247,7 +247,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for adult scripts > @@ -265,7 +265,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for automatic translation > @@ -276,7 +276,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for social media scripts > @@ -287,7 +287,7 @@ Recommended browser and script manager: - +
    diff --git a/greasyfork-markdown-toolbar/README_ko.md b/greasyfork-markdown-toolbar/README_ko.md index 192276a8d..83ed63680 100644 --- a/greasyfork-markdown-toolbar/README_ko.md +++ b/greasyfork-markdown-toolbar/README_ko.md @@ -40,7 +40,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -124,7 +124,7 @@ ![스크린 샷4](https://greasyfork.s3.us-east-2.amazonaws.com/u3fgy6vyn01419tqb3zvd9h96bue) - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -142,7 +142,7 @@ - + ## 돕다 @@ -156,13 +156,13 @@ **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - + > ### 🔍당신은 찾고있을 수 있습니다ChatGPT관련 스크립트 > @@ -175,7 +175,7 @@ - + > ### 🔍웹 관련 스크립트를 찾고있을 수 있습니다 > @@ -193,7 +193,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -216,7 +216,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다Google관련 스크립트 > @@ -226,7 +226,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -245,7 +245,7 @@ - + > ### 🔍성인 스크립트를 찾고있을 수 있습니다 > @@ -263,7 +263,7 @@ - + > ### 🔍자동 번역을 찾고있을 수 있습니다 > @@ -274,7 +274,7 @@ - + > ### 🔍소셜 미디어 스크립트를 찾고있을 수 있습니다 > @@ -285,7 +285,7 @@ - +
    diff --git a/greasyfork-markdown-toolbar/README_vi.md b/greasyfork-markdown-toolbar/README_vi.md index d23db8177..a2dae7f0c 100644 --- a/greasyfork-markdown-toolbar/README_vi.md +++ b/greasyfork-markdown-toolbar/README_vi.md @@ -40,7 +40,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -124,7 +124,7 @@ Nếu bạn có bất kỳ bug、Đề xuất hoặc ý tưởng sửa chữa, ![Ảnh chụp màn hình4](https://greasyfork.s3.us-east-2.amazonaws.com/u3fgy6vyn01419tqb3zvd9h96bue) - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -142,7 +142,7 @@ Nếu bạn có bất kỳ bug、Đề xuất hoặc ý tưởng sửa chữa, - + ## Giúp đỡ @@ -156,13 +156,13 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - + > ### 🔍Bạn có thể đang tìm kiếmChatGPTTập lệnh liên quan > @@ -175,7 +175,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web > @@ -193,7 +193,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -216,7 +216,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGoogleTập lệnh liên quan > @@ -226,7 +226,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -245,7 +245,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm kịch bản người lớn > @@ -263,7 +263,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm bản dịch tự động > @@ -274,7 +274,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các kịch bản truyền thông xã hội > @@ -285,7 +285,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - +
    diff --git a/greasyfork-markdown-toolbar/README_zh-TW.md b/greasyfork-markdown-toolbar/README_zh-TW.md index f78bccc88..6a60ecbc2 100644 --- a/greasyfork-markdown-toolbar/README_zh-TW.md +++ b/greasyfork-markdown-toolbar/README_zh-TW.md @@ -40,7 +40,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -124,7 +124,7 @@ ![截圖4](https://greasyfork.s3.us-east-2.amazonaws.com/u3fgy6vyn01419tqb3zvd9h96bue) - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -142,7 +142,7 @@ - + ## 使用幫助 @@ -156,13 +156,13 @@ **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相關腳本 > @@ -175,7 +175,7 @@ - + > ### 🔍你可能在找網頁相關腳本 > @@ -193,7 +193,7 @@ - + > ### 🔍你可能在找GitHub相關腳本 > @@ -216,7 +216,7 @@ - + > ### 🔍你可能在找Google相關腳本 > @@ -226,7 +226,7 @@ - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -245,7 +245,7 @@ - + > ### 🔍你可能在找成人腳本 > @@ -263,7 +263,7 @@ - + > ### 🔍你可能在找自動翻譯 > @@ -274,7 +274,7 @@ - + > ### 🔍你可能在找社交媒體腳本 > @@ -285,7 +285,7 @@ - +
    diff --git a/greasyfork-ranks/README.md b/greasyfork-ranks/README.md index 673ec7361..67c4edc80 100644 --- a/greasyfork-ranks/README.md +++ b/greasyfork-ranks/README.md @@ -40,7 +40,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -70,7 +70,7 @@ - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -87,7 +87,7 @@ > - [**显示Greasyfork用户注册时间,识别恶意评论**](https://greasyfork.org/scripts/529359): 如果你的脚本干涉了某些人的利益,收到恶意差评并不意外。恶意差评有两个特点,一是账号通常新注册,二是注册后不久就会给差评,且基本不会有后续活动。本脚本获取greasyfork用户注册时间,并显示在用户名旁边。如果用户名旁边显示的时间是未来的时间,那么这个用户很可能是恶意注册的账号。 - + # Greasyfork ranks @@ -115,14 +115,14 @@ - 스크립트 목록 이름 뒤에 스크립트 평가 표시 - + ## photo: ![rank.png](https://s2.loli.net/2024/08/05/wvyAz8iVGMWJjEQ.png) - + ## 使用帮助 @@ -136,14 +136,14 @@ **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相关脚本 > @@ -156,7 +156,7 @@ - + > ### 🔍你可能在找网页相关脚本 > @@ -174,7 +174,7 @@ - + > ### 🔍你可能在找GitHub相关脚本 > @@ -197,7 +197,7 @@ - + > ### 🔍你可能在找Google相关脚本 > @@ -207,7 +207,7 @@ - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -226,7 +226,7 @@ - + > ### 🔍你可能在找成人脚本 > @@ -244,7 +244,7 @@ - + > ### 🔍你可能在找自动翻译 > @@ -255,7 +255,7 @@ - + > ### 🔍你可能在找社交媒体脚本 > @@ -266,7 +266,7 @@ - +
    diff --git a/greasyfork-ranks/README_en.md b/greasyfork-ranks/README_en.md index cd766c820..707df4fa2 100644 --- a/greasyfork-ranks/README_en.md +++ b/greasyfork-ranks/README_en.md @@ -40,7 +40,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -70,7 +70,7 @@ - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -87,7 +87,7 @@ > - [**Greasyfork Display registration time**](https://greasyfork.org/scripts/529359): If your script interferes with the interests of some people, it is not surprising to receive malicious negative reviews. There are two characteristics of malicious negative reviews: one is that the account is usually newly registered, and the other is that the negative reviews will be given shortly after registration, and there will be basically no follow-up activities. This script gets the registration time of the greasyfork user and is displayed next to the user name. If the time displayed next to the user name is the future time, then the user is likely to be a malicious account registered. - + # Greasyfork ranks @@ -115,14 +115,14 @@ - 스크립트 목록 이름 뒤에 스크립트 평가 표시 - + ## photo: ![rank.png](https://s2.loli.net/2024/08/05/wvyAz8iVGMWJjEQ.png) - + ## Help @@ -136,14 +136,14 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - + > ### 🔍You may be looking forChatGPTRelated scripts > @@ -156,7 +156,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for web-related scripts > @@ -174,7 +174,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -197,7 +197,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGoogleRelated scripts > @@ -207,7 +207,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -226,7 +226,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for adult scripts > @@ -244,7 +244,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for automatic translation > @@ -255,7 +255,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for social media scripts > @@ -266,7 +266,7 @@ Recommended browser and script manager: - +
    diff --git a/greasyfork-ranks/README_ko.md b/greasyfork-ranks/README_ko.md index 986756381..e47aaa768 100644 --- a/greasyfork-ranks/README_ko.md +++ b/greasyfork-ranks/README_ko.md @@ -40,7 +40,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -70,7 +70,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -87,7 +87,7 @@ > - [**Greasyfork등록 시간을 표시**](https://greasyfork.org/scripts/529359): 스크립트가 일부 사람들의 관심사를 방해한다면 악의적 인 부정적인 리뷰를받는 것은 놀라운 일이 아닙니다. 악의적 인 부정적인 검토에는 두 가지 특성이 있습니다. 하나는 계정이 일반적으로 새로 등록되어 있고 다른 하나는 등록 직후에 부정적인 검토가 제공되며 기본적으로 후속 활동이 없다는 것입니다. 이 스크립트는 Greasyfork 사용자의 등록 시간을 가져오고 사용자 이름 옆에 표시됩니다. 사용자 이름 옆에 표시되는 시간이 미래의 시간 인 경우 사용자는 악의적 인 계정 일 가능성이 높습니다. - + # Greasyfork ranks @@ -115,14 +115,14 @@ - 스크립트 목록 이름 뒤에 스크립트 평가 표시 - + ## photo: ![rank.png](https://s2.loli.net/2024/08/05/wvyAz8iVGMWJjEQ.png) - + ## 돕다 @@ -136,14 +136,14 @@ **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - + > ### 🔍당신은 찾고있을 수 있습니다ChatGPT관련 스크립트 > @@ -156,7 +156,7 @@ - + > ### 🔍웹 관련 스크립트를 찾고있을 수 있습니다 > @@ -174,7 +174,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -197,7 +197,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다Google관련 스크립트 > @@ -207,7 +207,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -226,7 +226,7 @@ - + > ### 🔍성인 스크립트를 찾고있을 수 있습니다 > @@ -244,7 +244,7 @@ - + > ### 🔍자동 번역을 찾고있을 수 있습니다 > @@ -255,7 +255,7 @@ - + > ### 🔍소셜 미디어 스크립트를 찾고있을 수 있습니다 > @@ -266,7 +266,7 @@ - +
    diff --git a/greasyfork-ranks/README_vi.md b/greasyfork-ranks/README_vi.md index ee71e0965..1b909ee5e 100644 --- a/greasyfork-ranks/README_vi.md +++ b/greasyfork-ranks/README_vi.md @@ -40,7 +40,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -70,7 +70,7 @@ - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -87,7 +87,7 @@ > - [**Greasyfork Hiển thị thời gian đăng ký**](https://greasyfork.org/scripts/529359): Nếu kịch bản của bạn can thiệp vào lợi ích của một số người, không có gì đáng ngạc nhiên khi nhận được các đánh giá tiêu cực độc hại. Có hai đặc điểm của các đánh giá tiêu cực độc hại: Một là tài khoản thường được đăng ký mới và một đặc điểm khác là các đánh giá tiêu cực sẽ được đưa ra ngay sau khi đăng ký và về cơ bản sẽ không có hoạt động tiếp theo. Kịch bản này có thời gian đăng ký của người dùng Greasyfork và được hiển thị bên cạnh tên người dùng. Nếu thời gian hiển thị bên cạnh tên người dùng là thời gian trong tương lai, thì người dùng có thể sẽ là một tài khoản độc hại được đăng ký. - + # Greasyfork ranks @@ -115,14 +115,14 @@ - 스크립트 목록 이름 뒤에 스크립트 평가 표시 - + ## photo: ![rank.png](https://s2.loli.net/2024/08/05/wvyAz8iVGMWJjEQ.png) - + ## Giúp đỡ @@ -136,14 +136,14 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - + > ### 🔍Bạn có thể đang tìm kiếmChatGPTTập lệnh liên quan > @@ -156,7 +156,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web > @@ -174,7 +174,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -197,7 +197,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGoogleTập lệnh liên quan > @@ -207,7 +207,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -226,7 +226,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm kịch bản người lớn > @@ -244,7 +244,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm bản dịch tự động > @@ -255,7 +255,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các kịch bản truyền thông xã hội > @@ -266,7 +266,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - +
    diff --git a/greasyfork-ranks/README_zh-TW.md b/greasyfork-ranks/README_zh-TW.md index ebda3d585..ede617633 100644 --- a/greasyfork-ranks/README_zh-TW.md +++ b/greasyfork-ranks/README_zh-TW.md @@ -40,7 +40,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -70,7 +70,7 @@ - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -87,7 +87,7 @@ > - [**顯示Greasyfork用戶註冊時間,識別惡意評論**](https://greasyfork.org/scripts/529359): 如果你的腳本干涉了某些人的利益,收到惡意差評並不意外。惡意差評有兩個特點,一是賬號通常新註冊,二是註冊後不久就會給差評,且基本不會有後續活動。本腳本獲取greasyfork用戶註冊時間,並顯示在用戶名旁邊。如果用戶名旁邊顯示的時間是未來的時間,那麼這個用戶很可能是惡意註冊的賬號。 - + # Greasyfork ranks @@ -115,14 +115,14 @@ - 스크립트 목록 이름 뒤에 스크립트 평가 표시 - + ## photo: ![rank.png](https://s2.loli.net/2024/08/05/wvyAz8iVGMWJjEQ.png) - + ## 使用幫助 @@ -136,14 +136,14 @@ **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相關腳本 > @@ -156,7 +156,7 @@ - + > ### 🔍你可能在找網頁相關腳本 > @@ -174,7 +174,7 @@ - + > ### 🔍你可能在找GitHub相關腳本 > @@ -197,7 +197,7 @@ - + > ### 🔍你可能在找Google相關腳本 > @@ -207,7 +207,7 @@ - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -226,7 +226,7 @@ - + > ### 🔍你可能在找成人腳本 > @@ -244,7 +244,7 @@ - + > ### 🔍你可能在找自動翻譯 > @@ -255,7 +255,7 @@ - + > ### 🔍你可能在找社交媒體腳本 > @@ -266,7 +266,7 @@ - +
    diff --git a/greasyfork-search/README.md b/greasyfork-search/README.md index ec89fed9f..d1570fa64 100644 --- a/greasyfork-search/README.md +++ b/greasyfork-search/README.md @@ -40,7 +40,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -69,17 +69,17 @@ - + # GreasyFork SleazyFork 谷歌搜索脚本 - + ## 描述 **GreasyFork SleazyFork 谷歌搜索脚本**是一款用户脚本,通过利用谷歌搜索增强了 [GreasyFork.org](https://greasyfork.org/) [SleazyFork.org](https://sleazyfork.org/) 上的脚本搜索功能。此脚本允许您使用谷歌强大的搜索引擎来搜索脚本,提供更准确和全面的搜索结果。 - + ## 用法 @@ -92,7 +92,7 @@ 2. `youtube.com tamer` > 它将使用 Greasy Fork 搜索与 "tamer" 相关的脚本,搜索范围限定在 "youtube.com" 域名内。 - + ## 特点 @@ -102,7 +102,7 @@ - **易于使用**:此用户脚本无缝集成到 [GreasyFork.org](https://greasyfork.org/) [SleazyFork.org](https://sleazyfork.org/) 网站,增强了现有搜索输入框的功能。您只需在查询前输入 "g "(例如,"g 脚本名称")即可启动谷歌搜索。 - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -120,19 +120,19 @@ - + ## 兼容性 **GreasyFork 谷歌搜索脚本**设计用于 [GreasyFork.org](https://greasyfork.org/) [SleazyFork.org](https://sleazyfork.org/) 网站。它兼容支持用户脚本的现代网络浏览器,例如 Tampermonkey 和 Greasemonkey。 - + ## 修改来源 作者[𝖢𝖸 𝖥𝗎𝗇𝗀](https://greasyfork.org/zh-CN/users/371179)的脚本[GreasyFork Search](https://greasyfork.org/scripts/468495),感谢作者的勤劳智慧 - + ## 使用帮助 @@ -146,14 +146,14 @@ **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相关脚本 > @@ -166,7 +166,7 @@ - + > ### 🔍你可能在找网页相关脚本 > @@ -184,7 +184,7 @@ - + > ### 🔍你可能在找GitHub相关脚本 > @@ -207,7 +207,7 @@ - + > ### 🔍你可能在找Google相关脚本 > @@ -217,7 +217,7 @@ - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -236,7 +236,7 @@ - + > ### 🔍你可能在找成人脚本 > @@ -254,7 +254,7 @@ - + > ### 🔍你可能在找自动翻译 > @@ -265,7 +265,7 @@ - + > ### 🔍你可能在找社交媒体脚本 > @@ -276,7 +276,7 @@ - +
    diff --git a/greasyfork-search/README_en.md b/greasyfork-search/README_en.md index a74c20e3b..cc752582c 100644 --- a/greasyfork-search/README_en.md +++ b/greasyfork-search/README_en.md @@ -40,7 +40,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -69,17 +69,17 @@ - + # GreasyFork SleazyFork Scripts by Google Search - + ## Description The **GreasyFork SleazyFork Scripts by Google Search** is a user script that enhances the script search functionality on [GreasyFork.org](https://greasyfork.org/) [SleazyFork.org](https://sleazyfork.org/) by utilizing Google Search. This script allows you to search for scripts using Google's powerful search engine, providing you with more accurate and comprehensive search results. - + ## Usage @@ -92,7 +92,7 @@ Currently, there are only two features. Just type and search on the main page or 2. `youtube.com tamer` > It will use Greasy Fork to search the scripts with "tamer" on Greasy Fork with the site (domain) "youtube.com". - + ## Features @@ -101,19 +101,19 @@ Currently, there are only two features. Just type and search on the main page or - **Accurate and Comprehensive Results**: By leveraging the capabilities of Google Search, you can expect more accurate and extensive results, improving your chances of finding the desired scripts. - **Easy to Use**: The user script seamlessly integrates with the [GreasyFork.org](https://greasyfork.org/) [SleazyFork.org](https://sleazyfork.org/) website, adding the enhanced search functionality to the existing search input. You can initiate a Google search by simply entering your query preceded by "g " (e.g., "g script name"). - + ## Compatibility The **GreasyFork Scripts by Google Search** user script is designed to work with the [GreasyFork.org](https://greasyfork.org/) [SleazyFork.org](https://sleazyfork.org/) website. It is compatible with modern web browsers that support user scripts, such as Tampermonkey and Greasemonkey. - + ## Modify source The author [𝖢𝖸 𝖥𝗎𝗇𝗀](https://greasyfork.org/zh-CN/users/371179) script [GreasyFork Search](https://greasyfork.org/scripts/468495), thank the author for his hard work and wisdom - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -131,7 +131,7 @@ The author [𝖢𝖸 𝖥𝗎𝗇𝗀](https://greasyfork.org/zh-CN/users/371179 - + ## Help @@ -145,14 +145,14 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - + > ### 🔍You may be looking forChatGPTRelated scripts > @@ -165,7 +165,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for web-related scripts > @@ -183,7 +183,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -206,7 +206,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGoogleRelated scripts > @@ -216,7 +216,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -235,7 +235,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for adult scripts > @@ -253,7 +253,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for automatic translation > @@ -264,7 +264,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for social media scripts > @@ -275,7 +275,7 @@ Recommended browser and script manager: - +
    diff --git a/greasyfork-search/README_ko.md b/greasyfork-search/README_ko.md index 980184645..b52d9d193 100644 --- a/greasyfork-search/README_ko.md +++ b/greasyfork-search/README_ko.md @@ -40,7 +40,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -69,17 +69,17 @@ - + # GreasyFork SleazyFork Google 검색 스크립트 - + ## 설명하다 **GreasyFork SleazyFork Google 검색 스크립트**사용자 스크립트입니다,Google 검색을 활용하여 향상되었습니다 [GreasyFork.org](https://greasyfork.org/) [SleazyFork.org](https://sleazyfork.org/) 스크립트 검색 기능 켜짐。이 스크립트는 Google의 강력한 검색 엔진을 사용하여 스크립트를 검색 할 수 있습니다.,보다 정확하고 포괄적 인 검색 결과를 제공하십시오。 - + ## 용법 @@ -92,7 +92,7 @@ 2. `youtube.com tamer` > 그것은 사용할 것입니다 Greasy Fork 검색 및 "tamer" 관련 스크립트,검색 범위는 다음으로 제한됩니다 "youtube.com" 도메인 이름으로。 - + ## 특징 @@ -102,7 +102,7 @@ - **사용하기 쉽습니다**:이 사용자 스크립트는 완벽하게 통합됩니다 [GreasyFork.org](https://greasyfork.org/) [SleazyFork.org](https://sleazyfork.org/) 웹 사이트,기존 검색 입력 상자의 기능이 향상되었습니다。쿼리 전에 입력하면됩니다 "g "(예를 들어,"g 스크립트 이름")Google 검색을 시작하십시오。 - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -120,19 +120,19 @@ - + ## 호환성 **GreasyFork Google 검색 스크립트**설계 [GreasyFork.org](https://greasyfork.org/) [SleazyFork.org](https://sleazyfork.org/) 웹 사이트。사용자 스크립팅을 지원하는 최신 웹 브라우저와 호환됩니다.,예를 들어 Tampermonkey 그리고 Greasemonkey。 - + ## 소스를 수정하십시오 작가[𝖢𝖸 𝖥𝗎𝗇𝗀](https://greasyfork.org/zh-CN/users/371179)스크립트[GreasyFork Search](https://greasyfork.org/scripts/468495),그의 노력과 지혜에 대한 저자에게 감사합니다 - + ## 돕다 @@ -146,14 +146,14 @@ **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - + > ### 🔍당신은 찾고있을 수 있습니다ChatGPT관련 스크립트 > @@ -166,7 +166,7 @@ - + > ### 🔍웹 관련 스크립트를 찾고있을 수 있습니다 > @@ -184,7 +184,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -207,7 +207,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다Google관련 스크립트 > @@ -217,7 +217,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -236,7 +236,7 @@ - + > ### 🔍성인 스크립트를 찾고있을 수 있습니다 > @@ -254,7 +254,7 @@ - + > ### 🔍자동 번역을 찾고있을 수 있습니다 > @@ -265,7 +265,7 @@ - + > ### 🔍소셜 미디어 스크립트를 찾고있을 수 있습니다 > @@ -276,7 +276,7 @@ - +
    diff --git a/greasyfork-search/README_vi.md b/greasyfork-search/README_vi.md index 5c56bca17..12ffb6cbe 100644 --- a/greasyfork-search/README_vi.md +++ b/greasyfork-search/README_vi.md @@ -40,7 +40,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -69,17 +69,17 @@ - + # GreasyFork SleazyFork Các tập lệnh tìm kiếm của Google - + ## mô tả **GreasyFork SleazyFork Các tập lệnh tìm kiếm của Google**Đó là một tập lệnh người dùng,Được tăng cường bằng cách tận dụng tìm kiếm của Google [GreasyFork.org](https://greasyfork.org/) [SleazyFork.org](https://sleazyfork.org/) Chức năng tìm kiếm tập lệnh trên。Tập lệnh này cho phép bạn tìm kiếm tập lệnh bằng công cụ tìm kiếm mạnh mẽ của Google,Cung cấp kết quả tìm kiếm chính xác và toàn diện hơn。 - + ## cách sử dụng @@ -92,7 +92,7 @@ Hiện tại chỉ có hai chức năng。Chỉ cần tìm kiếm hộp trên tr 2. `youtube.com tamer` > Nó sẽ sử dụng Greasy Fork Tìm kiếm và "tamer" Tập lệnh liên quan,Phạm vi tìm kiếm được giới hạn trong "youtube.com" Trong tên miền。 - + ## Đặc trưng @@ -102,7 +102,7 @@ Hiện tại chỉ có hai chức năng。Chỉ cần tìm kiếm hộp trên tr - **Dễ sử dụng**:Tập lệnh người dùng này được tích hợp liền mạch vào [GreasyFork.org](https://greasyfork.org/) [SleazyFork.org](https://sleazyfork.org/) trang web,Chức năng nâng cao của các hộp đầu vào tìm kiếm hiện có。Bạn chỉ cần nhập trước khi truy vấn "g "(Ví dụ,"g Tên tập lệnh")Bắt đầu tìm kiếm Google。 - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -120,19 +120,19 @@ Hiện tại chỉ có hai chức năng。Chỉ cần tìm kiếm hộp trên tr - + ## khả năng tương thích **GreasyFork Các tập lệnh tìm kiếm của Google**Được thiết kế cho [GreasyFork.org](https://greasyfork.org/) [SleazyFork.org](https://sleazyfork.org/) trang web。Nó tương thích với các trình duyệt web hiện đại hỗ trợ tập lệnh người dùng,Ví dụ Tampermonkey Và Greasemonkey。 - + ## Sửa đổi nguồn tác giả[𝖢𝖸 𝖥𝗎𝗇𝗀](https://greasyfork.org/zh-CN/users/371179)Kịch bản[GreasyFork Search](https://greasyfork.org/scripts/468495),Cảm ơn tác giả vì sự chăm chỉ và trí tuệ của anh ấy - + ## Giúp đỡ @@ -146,14 +146,14 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - + > ### 🔍Bạn có thể đang tìm kiếmChatGPTTập lệnh liên quan > @@ -166,7 +166,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web > @@ -184,7 +184,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -207,7 +207,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGoogleTập lệnh liên quan > @@ -217,7 +217,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -236,7 +236,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm kịch bản người lớn > @@ -254,7 +254,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm bản dịch tự động > @@ -265,7 +265,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các kịch bản truyền thông xã hội > @@ -276,7 +276,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - +
    diff --git a/greasyfork-search/README_zh-TW.md b/greasyfork-search/README_zh-TW.md index bebf9c272..cd1a8f80b 100644 --- a/greasyfork-search/README_zh-TW.md +++ b/greasyfork-search/README_zh-TW.md @@ -40,7 +40,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -69,17 +69,17 @@ - + # GreasyFork SleazyFork 谷歌搜索腳本 - + ## 描述 **GreasyFork SleazyFork 谷歌搜索腳本**是一款用戶腳本,通過利用谷歌搜索增強了 [GreasyFork.org](https://greasyfork.org/) [SleazyFork.org](https://sleazyfork.org/) 上的腳本搜索功能。此腳本允許您使用谷歌強大的搜索引擎來搜索腳本,提供更準確和全面的搜索結果。 - + ## 用法 @@ -92,7 +92,7 @@ 2. `youtube.com tamer` > 它將使用 Greasy Fork 搜索與 "tamer" 相關的腳本,搜索範圍限定在 "youtube.com" 域名內。 - + ## 特點 @@ -102,7 +102,7 @@ - **易於使用**:此用戶腳本無縫集成到 [GreasyFork.org](https://greasyfork.org/) [SleazyFork.org](https://sleazyfork.org/) 網站,增強了現有搜索輸入框的功能。您只需在查詢前輸入 "g "(例如,"g 腳本名稱")即可啟動谷歌搜索。 - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -120,19 +120,19 @@ - + ## 相容性 **GreasyFork 谷歌搜索腳本**設計用於 [GreasyFork.org](https://greasyfork.org/) [SleazyFork.org](https://sleazyfork.org/) 網站。它兼容支持用戶腳本的現代網絡瀏覽器,例如 Tampermonkey 和 Greasemonkey。 - + ## 修改來源 作者[𝖢𝖸 𝖥𝗎𝗇𝗀](https://greasyfork.org/zh-CN/users/371179)的腳本[GreasyFork Search](https://greasyfork.org/scripts/468495),感謝作者的勤勞智慧 - + ## 使用幫助 @@ -146,14 +146,14 @@ **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相關腳本 > @@ -166,7 +166,7 @@ - + > ### 🔍你可能在找網頁相關腳本 > @@ -184,7 +184,7 @@ - + > ### 🔍你可能在找GitHub相關腳本 > @@ -207,7 +207,7 @@ - + > ### 🔍你可能在找Google相關腳本 > @@ -217,7 +217,7 @@ - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -236,7 +236,7 @@ - + > ### 🔍你可能在找成人腳本 > @@ -254,7 +254,7 @@ - + > ### 🔍你可能在找自動翻譯 > @@ -265,7 +265,7 @@ - + > ### 🔍你可能在找社交媒體腳本 > @@ -276,7 +276,7 @@ - +
    diff --git a/greasyfork-unupdated-script/README.md b/greasyfork-unupdated-script/README.md index 3f9ebe74c..3e5d59bc3 100644 --- a/greasyfork-unupdated-script/README.md +++ b/greasyfork-unupdated-script/README.md @@ -42,7 +42,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -94,7 +94,7 @@ - + ## 使用帮助 @@ -108,14 +108,14 @@ **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - +
    diff --git a/greasyfork-unupdated-script/README_en.md b/greasyfork-unupdated-script/README_en.md index d591fb037..f515e2c63 100644 --- a/greasyfork-unupdated-script/README_en.md +++ b/greasyfork-unupdated-script/README_en.md @@ -42,7 +42,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -94,7 +94,7 @@ - + ## Help @@ -108,14 +108,14 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - +
    diff --git a/greasyfork-unupdated-script/README_ko.md b/greasyfork-unupdated-script/README_ko.md index 919862d96..e459ed1c0 100644 --- a/greasyfork-unupdated-script/README_ko.md +++ b/greasyfork-unupdated-script/README_ko.md @@ -42,7 +42,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -94,7 +94,7 @@ - + ## 돕다 @@ -108,14 +108,14 @@ **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - +
    diff --git a/greasyfork-unupdated-script/README_vi.md b/greasyfork-unupdated-script/README_vi.md index 372371e4b..f64d4559f 100644 --- a/greasyfork-unupdated-script/README_vi.md +++ b/greasyfork-unupdated-script/README_vi.md @@ -42,7 +42,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -94,7 +94,7 @@ - + ## Giúp đỡ @@ -108,14 +108,14 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - +
    diff --git a/greasyfork-unupdated-script/README_zh-TW.md b/greasyfork-unupdated-script/README_zh-TW.md index 107f54fa9..5ec1122a4 100644 --- a/greasyfork-unupdated-script/README_zh-TW.md +++ b/greasyfork-unupdated-script/README_zh-TW.md @@ -42,7 +42,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -94,7 +94,7 @@ - + ## 使用幫助 @@ -108,14 +108,14 @@ **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - +
    diff --git a/greasyfork-user-control-panel-button/README.md b/greasyfork-user-control-panel-button/README.md index 70d88fe8a..4a712122a 100644 --- a/greasyfork-user-control-panel-button/README.md +++ b/greasyfork-user-control-panel-button/README.md @@ -40,7 +40,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -69,7 +69,7 @@ - + ## 功能说明 @@ -77,7 +77,7 @@ --- - + ## 其他说明 @@ -85,7 +85,7 @@ 强烈建议使用 **[GreasyFork 糊裱匠](https://greasyfork.org/zh-CN/scripts/497346)** 可以修复导航栏并且美化导航栏 - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -105,7 +105,7 @@ --- - + ## 感谢 @@ -113,7 +113,7 @@ --- - + ## 图片 @@ -122,7 +122,7 @@ ![2.png](https://s2.loli.net/2024/08/05/sDZqO8fgEk1GzWh.png) - + ## 使用帮助 @@ -136,14 +136,14 @@ **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相关脚本 > @@ -156,7 +156,7 @@ - + > ### 🔍你可能在找网页相关脚本 > @@ -174,7 +174,7 @@ - + > ### 🔍你可能在找GitHub相关脚本 > @@ -197,7 +197,7 @@ - + > ### 🔍你可能在找Google相关脚本 > @@ -207,7 +207,7 @@ - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -226,7 +226,7 @@ - + > ### 🔍你可能在找成人脚本 > @@ -244,7 +244,7 @@ - + > ### 🔍你可能在找自动翻译 > @@ -255,7 +255,7 @@ - + > ### 🔍你可能在找社交媒体脚本 > @@ -266,7 +266,7 @@ - +
    diff --git a/greasyfork-user-control-panel-button/README_en.md b/greasyfork-user-control-panel-button/README_en.md index a2e9d8685..b6af5fa44 100644 --- a/greasyfork-user-control-panel-button/README_en.md +++ b/greasyfork-user-control-panel-button/README_en.md @@ -40,7 +40,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -69,13 +69,13 @@ - + # GreasyFork: Add categories to navigation bar --- - + ## Function Description @@ -83,7 +83,7 @@ EnhanceGreasyForknavigation bar, Add user list、User favorites、User console e --- - + ## other instructions @@ -93,7 +93,7 @@ Strongly recommended to use **[GreasyFork Glue craftsman](https://greasyfork.org --- - + ## grateful @@ -101,7 +101,7 @@ Script modified from user **[𝖢𝖸 𝖥𝗎𝗇𝗀](https://greasyfork.org/z --- - + ## picture @@ -110,7 +110,7 @@ Script modified from user **[𝖢𝖸 𝖥𝗎𝗇𝗀](https://greasyfork.org/z ![2.png](https://s2.loli.net/2024/08/05/sDZqO8fgEk1GzWh.png) - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -128,7 +128,7 @@ Script modified from user **[𝖢𝖸 𝖥𝗎𝗇𝗀](https://greasyfork.org/z - + ## Help @@ -142,14 +142,14 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - + > ### 🔍You may be looking forChatGPTRelated scripts > @@ -162,7 +162,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for web-related scripts > @@ -180,7 +180,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -203,7 +203,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGoogleRelated scripts > @@ -213,7 +213,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -232,7 +232,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for adult scripts > @@ -250,7 +250,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for automatic translation > @@ -261,7 +261,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for social media scripts > @@ -272,7 +272,7 @@ Recommended browser and script manager: - +
    diff --git a/greasyfork-user-control-panel-button/README_ko.md b/greasyfork-user-control-panel-button/README_ko.md index 9ded270e4..a24daa08d 100644 --- a/greasyfork-user-control-panel-button/README_ko.md +++ b/greasyfork-user-control-panel-button/README_ko.md @@ -40,7 +40,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -69,13 +69,13 @@ - + # GreasyFork: 탐색 표시줄에 카테고리 추가 --- - + ## 기능 설명 @@ -83,7 +83,7 @@ --- - + ## 기타 지침 @@ -93,7 +93,7 @@ --- - + ## 고마워하는 @@ -101,7 +101,7 @@ --- - + ## 그림 @@ -110,7 +110,7 @@ ![2.png](https://s2.loli.net/2024/08/05/sDZqO8fgEk1GzWh.png) - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -128,7 +128,7 @@ - + ## 돕다 @@ -142,14 +142,14 @@ **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - + > ### 🔍당신은 찾고있을 수 있습니다ChatGPT관련 스크립트 > @@ -162,7 +162,7 @@ - + > ### 🔍웹 관련 스크립트를 찾고있을 수 있습니다 > @@ -180,7 +180,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -203,7 +203,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다Google관련 스크립트 > @@ -213,7 +213,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -232,7 +232,7 @@ - + > ### 🔍성인 스크립트를 찾고있을 수 있습니다 > @@ -250,7 +250,7 @@ - + > ### 🔍자동 번역을 찾고있을 수 있습니다 > @@ -261,7 +261,7 @@ - + > ### 🔍소셜 미디어 스크립트를 찾고있을 수 있습니다 > @@ -272,7 +272,7 @@ - +
    diff --git a/greasyfork-user-control-panel-button/README_vi.md b/greasyfork-user-control-panel-button/README_vi.md index 0316a7124..887568c5b 100644 --- a/greasyfork-user-control-panel-button/README_vi.md +++ b/greasyfork-user-control-panel-button/README_vi.md @@ -40,7 +40,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -69,7 +69,7 @@ - + ## Mô tả chức năng @@ -77,7 +77,7 @@ Nâng caoGreasyForkThanh điều hướng, Thêm danh sách người dùng、Ng --- - + ## Hướng dẫn khác @@ -85,7 +85,7 @@ Nhiều dự án đã được thêm vào,Một thanh điều hướng đông đ Rất khuyến khích sử dụng **[GreasyFork Dán nhà sản xuất giàn khoan](https://greasyfork.org/zh-CN/scripts/497346)** Thanh điều hướng có thể được sửa chữa và làm đẹp - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -105,7 +105,7 @@ Rất khuyến khích sử dụng **[GreasyFork Dán nhà sản xuất giàn kho --- - + ## tri ân @@ -113,7 +113,7 @@ Sửa đổi tập lệnh từ người dùng **[𝖢𝖸 𝖥𝗎𝗇𝗀](http --- - + ## hình ảnh @@ -122,7 +122,7 @@ Sửa đổi tập lệnh từ người dùng **[𝖢𝖸 𝖥𝗎𝗇𝗀](http ![2.png](https://s2.loli.net/2024/08/05/sDZqO8fgEk1GzWh.png) - + ## Giúp đỡ @@ -136,14 +136,14 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - + > ### 🔍Bạn có thể đang tìm kiếmChatGPTTập lệnh liên quan > @@ -156,7 +156,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web > @@ -174,7 +174,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -197,7 +197,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGoogleTập lệnh liên quan > @@ -207,7 +207,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -226,7 +226,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm kịch bản người lớn > @@ -244,7 +244,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm bản dịch tự động > @@ -255,7 +255,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các kịch bản truyền thông xã hội > @@ -266,7 +266,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - +
    diff --git a/greasyfork-user-control-panel-button/README_zh-TW.md b/greasyfork-user-control-panel-button/README_zh-TW.md index 3d52c2702..7471dac01 100644 --- a/greasyfork-user-control-panel-button/README_zh-TW.md +++ b/greasyfork-user-control-panel-button/README_zh-TW.md @@ -40,7 +40,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -69,13 +69,13 @@ - + # GreasyFork: 導航列增加分類 --- - + ## 功能說明 @@ -83,7 +83,7 @@ --- - + ## 其他說明 @@ -93,7 +93,7 @@ --- - + ## 感謝 @@ -101,7 +101,7 @@ --- - + ## 圖片 @@ -110,7 +110,7 @@ ![2.png](https://s2.loli.net/2024/08/05/sDZqO8fgEk1GzWh.png) - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -128,7 +128,7 @@ - + ## 使用幫助 @@ -142,14 +142,14 @@ **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相關腳本 > @@ -162,7 +162,7 @@ - + > ### 🔍你可能在找網頁相關腳本 > @@ -180,7 +180,7 @@ - + > ### 🔍你可能在找GitHub相關腳本 > @@ -203,7 +203,7 @@ - + > ### 🔍你可能在找Google相關腳本 > @@ -213,7 +213,7 @@ - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -232,7 +232,7 @@ - + > ### 🔍你可能在找成人腳本 > @@ -250,7 +250,7 @@ - + > ### 🔍你可能在找自動翻譯 > @@ -261,7 +261,7 @@ - + > ### 🔍你可能在找社交媒體腳本 > @@ -272,7 +272,7 @@ - +
    diff --git a/greasyfork-user-registration-time/README.md b/greasyfork-user-registration-time/README.md index 426620110..054bbd38f 100644 --- a/greasyfork-user-registration-time/README.md +++ b/greasyfork-user-registration-time/README.md @@ -40,7 +40,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -155,7 +155,7 @@ - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -173,7 +173,7 @@ - + ## 使用帮助 @@ -187,13 +187,13 @@ **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相关脚本 > @@ -205,7 +205,7 @@ - + > ### 🔍你可能在找网页相关脚本 > @@ -222,7 +222,7 @@ - + > ### 🔍你可能在找GitHub相关脚本 > @@ -244,7 +244,7 @@ - + > ### 🔍你可能在找Google相关脚本 > @@ -253,7 +253,7 @@ - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -271,7 +271,7 @@ - + > ### 🔍你可能在找成人脚本 > @@ -288,7 +288,7 @@ - + > ### 🔍你可能在找自动翻译 > @@ -298,7 +298,7 @@ - + > ### 🔍你可能在找社交媒体脚本 > @@ -309,7 +309,7 @@ - +
    diff --git a/greasyfork-user-registration-time/README_en.md b/greasyfork-user-registration-time/README_en.md index 0831aa17e..d6ee7f5ab 100644 --- a/greasyfork-user-registration-time/README_en.md +++ b/greasyfork-user-registration-time/README_en.md @@ -40,7 +40,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -158,7 +158,7 @@ This script is greasyfork Various comments、The page related to the message sho - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -176,7 +176,7 @@ This script is greasyfork Various comments、The page related to the message sho - + ## Help @@ -190,13 +190,13 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - + > ### 🔍You may be looking forChatGPTRelated scripts > @@ -208,7 +208,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for web-related scripts > @@ -225,7 +225,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -247,7 +247,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGoogleRelated scripts > @@ -256,7 +256,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -274,7 +274,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for adult scripts > @@ -291,7 +291,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for automatic translation > @@ -301,7 +301,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for social media scripts > @@ -312,7 +312,7 @@ Recommended browser and script manager: - +
    diff --git a/greasyfork-user-registration-time/README_ko.md b/greasyfork-user-registration-time/README_ko.md index 8b8203122..11a2b31be 100644 --- a/greasyfork-user-registration-time/README_ko.md +++ b/greasyfork-user-registration-time/README_ko.md @@ -40,7 +40,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -158,7 +158,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -176,7 +176,7 @@ - + ## 돕다 @@ -190,13 +190,13 @@ **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - + > ### 🔍당신은 찾고있을 수 있습니다ChatGPT관련 스크립트 > @@ -208,7 +208,7 @@ - + > ### 🔍웹 관련 스크립트를 찾고있을 수 있습니다 > @@ -225,7 +225,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -247,7 +247,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다Google관련 스크립트 > @@ -256,7 +256,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -274,7 +274,7 @@ - + > ### 🔍성인 스크립트를 찾고있을 수 있습니다 > @@ -291,7 +291,7 @@ - + > ### 🔍자동 번역을 찾고있을 수 있습니다 > @@ -301,7 +301,7 @@ - + > ### 🔍소셜 미디어 스크립트를 찾고있을 수 있습니다 > @@ -312,7 +312,7 @@ - +
    diff --git a/greasyfork-user-registration-time/README_vi.md b/greasyfork-user-registration-time/README_vi.md index ce029f31b..c3f104fde 100644 --- a/greasyfork-user-registration-time/README_vi.md +++ b/greasyfork-user-registration-time/README_vi.md @@ -40,7 +40,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -158,7 +158,7 @@ Kịch bản này là greasyfork Ý kiến ​​khác nhau、Trang liên quan - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -176,7 +176,7 @@ Kịch bản này là greasyfork Ý kiến ​​khác nhau、Trang liên quan - + ## Giúp đỡ @@ -190,13 +190,13 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - + > ### 🔍Bạn có thể đang tìm kiếmChatGPTTập lệnh liên quan > @@ -208,7 +208,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web > @@ -225,7 +225,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -247,7 +247,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGoogleTập lệnh liên quan > @@ -256,7 +256,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -274,7 +274,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm kịch bản người lớn > @@ -291,7 +291,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm bản dịch tự động > @@ -301,7 +301,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các kịch bản truyền thông xã hội > @@ -312,7 +312,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - +
    diff --git a/greasyfork-user-registration-time/README_zh-TW.md b/greasyfork-user-registration-time/README_zh-TW.md index d1b1d8cf6..f4b5f0889 100644 --- a/greasyfork-user-registration-time/README_zh-TW.md +++ b/greasyfork-user-registration-time/README_zh-TW.md @@ -40,7 +40,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -155,7 +155,7 @@ - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -173,7 +173,7 @@ - + ## 使用幫助 @@ -187,13 +187,13 @@ **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相關腳本 > @@ -205,7 +205,7 @@ - + > ### 🔍你可能在找網頁相關腳本 > @@ -222,7 +222,7 @@ - + > ### 🔍你可能在找GitHub相關腳本 > @@ -244,7 +244,7 @@ - + > ### 🔍你可能在找Google相關腳本 > @@ -253,7 +253,7 @@ - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -271,7 +271,7 @@ - + > ### 🔍你可能在找成人腳本 > @@ -288,7 +288,7 @@ - + > ### 🔍你可能在找自動翻譯 > @@ -298,7 +298,7 @@ - + > ### 🔍你可能在找社交媒體腳本 > @@ -309,7 +309,7 @@ - +
    diff --git a/greasyfork-user-scripts-data-visualization/README.md b/greasyfork-user-scripts-data-visualization/README.md index f324cee79..edebeacdf 100644 --- a/greasyfork-user-scripts-data-visualization/README.md +++ b/greasyfork-user-scripts-data-visualization/README.md @@ -40,7 +40,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -126,7 +126,7 @@ # GrreasyFork 用户脚本数据可视化 - + ## 描述 @@ -136,7 +136,7 @@ - **数据可视化**: 使用图表(条形图)展示每个脚本的总安装次数和每日安装次数。 - **数据展示**: 在图表下方显示总安装次数、每日安装总数以及已发布脚本的数量。 - + ## 功能 @@ -144,7 +144,7 @@ 2. **数据可视化**: 使用 Chart.js 绘制图表来展示脚本的安装数据。 3. **展示统计信息**: 在图表下方显示总的每日安装次数、总安装次数和已发布脚本的数量。 - + ## 安装 @@ -152,7 +152,7 @@ 2. **添加脚本**: - 点击上方绿色安装按钮进行安装 - + ## 使用 @@ -160,7 +160,7 @@ 2. **查看图表和统计数据**: 脚本将在用户的个人页面加载后自动生成并展示数据图表和统计信息。 3. **从网络或者从当前页面加载**: 脚本在代码顶端提供了一个设置,当为`true`时,从当前网页获取,为`false`,向 GreasyFrok 下载用户数据`JSON` - + ## 支持 @@ -192,7 +192,7 @@ ![png](https://s2.loli.net/2024/09/18/Qixhtq13b4lMwIF.png) - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -211,7 +211,7 @@ - + ## 使用帮助 @@ -225,14 +225,14 @@ **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相关脚本 > @@ -245,7 +245,7 @@ - + > ### 🔍你可能在找网页相关脚本 > @@ -263,7 +263,7 @@ - + > ### 🔍你可能在找GitHub相关脚本 > @@ -286,7 +286,7 @@ - + > ### 🔍你可能在找Google相关脚本 > @@ -296,7 +296,7 @@ - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -315,7 +315,7 @@ - + > ### 🔍你可能在找成人脚本 > @@ -333,7 +333,7 @@ - + > ### 🔍你可能在找自动翻译 > @@ -344,7 +344,7 @@ - + > ### 🔍你可能在找社交媒体脚本 > @@ -355,7 +355,7 @@ - +
    diff --git a/greasyfork-user-scripts-data-visualization/README_en.md b/greasyfork-user-scripts-data-visualization/README_en.md index 95aa5e200..173f16f53 100644 --- a/greasyfork-user-scripts-data-visualization/README_en.md +++ b/greasyfork-user-scripts-data-visualization/README_en.md @@ -40,7 +40,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -126,7 +126,7 @@ # GrreasyFork User script data visualization - + ## describe @@ -136,7 +136,7 @@ This userscript uses Chart.js Ku Cong GreasyFork Extract and visualize script da - **data visualization**: Use charts(Bar chart)Shows total installs and daily installs for each script。 - **Data display**: Shows total installs below the graph、Total daily installs and number of published scripts。 - + ## Function @@ -144,7 +144,7 @@ This userscript uses Chart.js Ku Cong GreasyFork Extract and visualize script da 2. **data visualization**: use Chart.js Draw a chart to display the script’s installation data。 3. **display statistics**: Shows total daily installs below the chart、Total installs and number of published scripts。 - + ## Install @@ -152,7 +152,7 @@ This userscript uses Chart.js Ku Cong GreasyFork Extract and visualize script da 2. **Add script**: - Click the green install button above to install - + ## use @@ -160,7 +160,7 @@ This userscript uses Chart.js Ku Cong GreasyFork Extract and visualize script da 2. **View charts and statistics**: The script will automatically generate and display data charts and statistics after the user’s personal page is loaded.。 3. **Load from the network or from the current page**: The script provides a setting at the top of the code,whenfor`true`hour,Get from current web page,for`false`,TowardsGreasyFrokDownload user data`JSON` - + ## support @@ -192,7 +192,7 @@ The script follows MIT license。For more information,Please check [LICENSE](h ![.ng](https://s2.loli.net/2024/09/18/Qixhtq13b4lMwIF.png) - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -211,7 +211,7 @@ The script follows MIT license。For more information,Please check [LICENSE](h - + ## Help @@ -225,14 +225,14 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - + > ### 🔍You may be looking forChatGPTRelated scripts > @@ -245,7 +245,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for web-related scripts > @@ -263,7 +263,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -286,7 +286,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGoogleRelated scripts > @@ -296,7 +296,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -315,7 +315,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for adult scripts > @@ -333,7 +333,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for automatic translation > @@ -344,7 +344,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for social media scripts > @@ -355,7 +355,7 @@ Recommended browser and script manager: - +
    diff --git a/greasyfork-user-scripts-data-visualization/README_ko.md b/greasyfork-user-scripts-data-visualization/README_ko.md index 04afcaf92..633646022 100644 --- a/greasyfork-user-scripts-data-visualization/README_ko.md +++ b/greasyfork-user-scripts-data-visualization/README_ko.md @@ -40,7 +40,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -126,7 +126,7 @@ # GrreasyFork 사용자 스크립트 데이터 시각화 - + ## 설명하다 @@ -136,7 +136,7 @@ - **데이터 시각화**: 차트 사용(막대 차트)각 스크립트에 대한 총 설치 수 및 일일 설치를 보여줍니다.。 - **데이터 표시**: 차트 아래에 총 설치를 표시하십시오、일일 설치 총 수 및 게시 된 스크립트 수。 - + ## 기능 @@ -144,7 +144,7 @@ 2. **데이터 시각화**: 사용 Chart.js 스크립트의 설치 데이터를 표시하려면 차트를 그립니다。 3. **통계 표시**: 차트 아래에 총 설치를 표시하십시오、총 설치 수 및 게시 된 스크립트 수。 - + ## 설치하다 @@ -152,7 +152,7 @@ 2. **스크립트를 추가하십시오**: - 위의 녹색 설치 버튼을 클릭하여 설치하십시오 - + ## 사용 @@ -160,7 +160,7 @@ 2. **차트 및 통계를 봅니다**: 스크립트는 사용자의 개인 페이지가로드 된 후 데이터 차트 및 통계를 자동으로 생성하고 표시합니다.。 3. **네트워크 나 현재 페이지에서로드하십시오**: 스크립트는 코드 상단의 설정을 제공합니다.,언제~을 위한`true`시간,현재 페이지에서 얻으십시오,~을 위한`false`,쪽으로 GreasyFrok 사용자 데이터를 다운로드하십시오`JSON` - + ## 지원하다 @@ -192,7 +192,7 @@ ![png](https://s2.loli.net/2024/09/18/Qixhtq13b4lMwIF.png) - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -211,7 +211,7 @@ - + ## 돕다 @@ -225,14 +225,14 @@ **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - + > ### 🔍당신은 찾고있을 수 있습니다ChatGPT관련 스크립트 > @@ -245,7 +245,7 @@ - + > ### 🔍웹 관련 스크립트를 찾고있을 수 있습니다 > @@ -263,7 +263,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -286,7 +286,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다Google관련 스크립트 > @@ -296,7 +296,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -315,7 +315,7 @@ - + > ### 🔍성인 스크립트를 찾고있을 수 있습니다 > @@ -333,7 +333,7 @@ - + > ### 🔍자동 번역을 찾고있을 수 있습니다 > @@ -344,7 +344,7 @@ - + > ### 🔍소셜 미디어 스크립트를 찾고있을 수 있습니다 > @@ -355,7 +355,7 @@ - +
    diff --git a/greasyfork-user-scripts-data-visualization/README_vi.md b/greasyfork-user-scripts-data-visualization/README_vi.md index 038715034..ca799dca5 100644 --- a/greasyfork-user-scripts-data-visualization/README_vi.md +++ b/greasyfork-user-scripts-data-visualization/README_vi.md @@ -40,7 +40,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -126,7 +126,7 @@ # GrreasyFork Trực quan hóa dữ liệu tập lệnh người dùng - + ## mô tả @@ -136,7 +136,7 @@ Tập lệnh người dùng này sử dụng Chart.js Thư viện từ GreasyFor - **Trực quan hóa dữ liệu**: Sử dụng biểu đồ(Biểu đồ thanh)Hiển thị tổng số cài đặt và cài đặt hàng ngày cho mỗi tập lệnh。 - **Hiển thị dữ liệu**: Hiển thị tổng số cài đặt bên dưới biểu đồ、Tổng số cài đặt hàng ngày và số lượng các tập lệnh được xuất bản。 - + ## Chức năng @@ -144,7 +144,7 @@ Tập lệnh người dùng này sử dụng Chart.js Thư viện từ GreasyFor 2. **Trực quan hóa dữ liệu**: sử dụng Chart.js Vẽ biểu đồ để hiển thị dữ liệu cài đặt của tập lệnh。 3. **Hiển thị số liệu thống kê**: Hiển thị tổng số cài đặt hàng ngày bên dưới biểu đồ、Tổng số cài đặt và số lượng các tập lệnh được xuất bản。 - + ## Cài đặt @@ -152,7 +152,7 @@ Tập lệnh người dùng này sử dụng Chart.js Thư viện từ GreasyFor 2. **Thêm tập lệnh**: - Nhấp vào nút cài đặt màu xanh lá cây ở trên để cài đặt - + ## sử dụng @@ -160,7 +160,7 @@ Tập lệnh người dùng này sử dụng Chart.js Thư viện từ GreasyFor 2. **Xem biểu đồ và số liệu thống kê**: Tập lệnh sẽ tự động tạo và hiển thị biểu đồ và số liệu thống kê dữ liệu sau khi trang cá nhân của người dùng được tải.。 3. **Tải từ mạng hoặc từ trang hiện tại**: Tập lệnh cung cấp một cài đặt ở đầu mã,khivì`true`giờ,Nhận từ trang hiện tại,vì`false`,Đối với GreasyFrok Tải xuống dữ liệu người dùng`JSON` - + ## ủng hộ @@ -192,7 +192,7 @@ Kịch bản này theo sau MIT giấy phép。Để biết thêm thông tin,Vu ![png](https://s2.loli.net/2024/09/18/Qixhtq13b4lMwIF.png) - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -211,7 +211,7 @@ Kịch bản này theo sau MIT giấy phép。Để biết thêm thông tin,Vu - + ## Giúp đỡ @@ -225,14 +225,14 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - + > ### 🔍Bạn có thể đang tìm kiếmChatGPTTập lệnh liên quan > @@ -245,7 +245,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web > @@ -263,7 +263,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -286,7 +286,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGoogleTập lệnh liên quan > @@ -296,7 +296,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -315,7 +315,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm kịch bản người lớn > @@ -333,7 +333,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm bản dịch tự động > @@ -344,7 +344,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các kịch bản truyền thông xã hội > @@ -355,7 +355,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - +
    diff --git a/greasyfork-user-scripts-data-visualization/README_zh-TW.md b/greasyfork-user-scripts-data-visualization/README_zh-TW.md index 2322e31c4..b9ef82780 100644 --- a/greasyfork-user-scripts-data-visualization/README_zh-TW.md +++ b/greasyfork-user-scripts-data-visualization/README_zh-TW.md @@ -40,7 +40,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -126,7 +126,7 @@ # GrreasyFork 用戶腳本數據可視化 - + ## 描述 @@ -136,7 +136,7 @@ - **數據可視化**: 使用圖表(條形圖)展示每個腳本的總安裝次數和每日安裝次數。 - **數據展示**: 在圖表下方顯示總安裝次數、每日安裝總數以及已發布腳本的數量。 - + ## 功能 @@ -144,7 +144,7 @@ 2. **數據可視化**: 使用 Chart.js 繪製圖表來展示腳本的安裝數據。 3. **展示統計信息**: 在圖表下方顯示總的每日安裝次數、總安裝次數和已發布腳本的數量。 - + ## 安裝 @@ -152,7 +152,7 @@ 2. **添加腳本**: - 點擊上方綠色安裝按鈕進行安裝 - + ## 使用 @@ -160,7 +160,7 @@ 2. **查看圖表和統計數據**: 腳本將在用戶的個人頁面加載後自動生成並展示數據圖表和統計信息。 3. **從網絡或者從當前頁面加載**: 腳本在代碼頂端提供了一個設置,当為`true`時,從當前網頁獲取,為`false`,向 GreasyFrok 下載用戶數據`JSON` - + ## 支持 @@ -192,7 +192,7 @@ ![png](https://s2.loli.net/2024/09/18/Qixhtq13b4lMwIF.png) - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -211,7 +211,7 @@ - + ## 使用幫助 @@ -225,14 +225,14 @@ **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相關腳本 > @@ -245,7 +245,7 @@ - + > ### 🔍你可能在找網頁相關腳本 > @@ -263,7 +263,7 @@ - + > ### 🔍你可能在找GitHub相關腳本 > @@ -286,7 +286,7 @@ - + > ### 🔍你可能在找Google相關腳本 > @@ -296,7 +296,7 @@ - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -315,7 +315,7 @@ - + > ### 🔍你可能在找成人腳本 > @@ -333,7 +333,7 @@ - + > ### 🔍你可能在找自動翻譯 > @@ -344,7 +344,7 @@ - + > ### 🔍你可能在找社交媒體腳本 > @@ -355,7 +355,7 @@ - +
    diff --git a/greasyfork-utility-toolkit/README.md b/greasyfork-utility-toolkit/README.md index e11dbfb7c..60b831311 100644 --- a/greasyfork-utility-toolkit/README.md +++ b/greasyfork-utility-toolkit/README.md @@ -40,7 +40,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -146,7 +146,7 @@ - + ## 脚本功能 @@ -155,11 +155,11 @@ > ![size](https://img.shields.io/github/size/ChinaGodMan/UserScripts/Greasyfork%20Utility%20Toolkit.user.js?color=%23990000) > ![dt](https://img.shields.io/greasyfork/dt/497346?color=%23990000&label=Installs) > ![Greasy Fork Downloads](https://img.shields.io/greasyfork/dd/497346?color=%23990000) > ![Greasy Fork License](https://img.shields.io/greasyfork/l/497346?color=%23990000) > ![Greasy Fork Rating](https://img.shields.io/greasyfork/rating-count/497346?color=%23990000) > ![Greasy Fork Version](https://img.shields.io/greasyfork/v/497346?color=%23990000)

    查看Greasyfork 糊裱匠的版本更新记录

    - + ## 功能介绍 - + ### 脚本详情 @@ -177,7 +177,7 @@ - 美化代码片段 - 美化查看代码 - + ### 脚本列表 @@ -190,14 +190,14 @@ - 移动侧边栏 - 按创建日期排序脚本列表 - + ### 美化控件 - 控件美化 - 美化选择框和单选框标签 - + ### 适用于 @@ -209,7 +209,7 @@ - 网页打开 - 弹出提示 - + ### 个人主页 @@ -219,7 +219,7 @@ - 隐藏近期评论 - 主页显示统计 - + ### 导航栏 @@ -229,7 +229,7 @@ - 在导航栏添加打开本界面 - 导航栏对齐 - + ### 网站 @@ -247,7 +247,7 @@ - 代理用户图片 - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -265,7 +265,7 @@ - + ## 图片展示: @@ -285,7 +285,7 @@ ![scriptlist.png](https://s2.loli.net/2024/08/05/3xrMsHPSDtTf8hu.png) - + ## 使用帮助 @@ -299,14 +299,14 @@ **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相关脚本 > @@ -319,7 +319,7 @@ - + > ### 🔍你可能在找网页相关脚本 > @@ -337,7 +337,7 @@ - + > ### 🔍你可能在找GitHub相关脚本 > @@ -360,7 +360,7 @@ - + > ### 🔍你可能在找Google相关脚本 > @@ -370,7 +370,7 @@ - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -389,7 +389,7 @@ - + > ### 🔍你可能在找成人脚本 > @@ -407,7 +407,7 @@ - + > ### 🔍你可能在找自动翻译 > @@ -418,7 +418,7 @@ - + > ### 🔍你可能在找社交媒体脚本 > @@ -429,7 +429,7 @@ - +
    diff --git a/greasyfork-utility-toolkit/README_en.md b/greasyfork-utility-toolkit/README_en.md index 31dcbed77..cedbb7c90 100644 --- a/greasyfork-utility-toolkit/README_en.md +++ b/greasyfork-utility-toolkit/README_en.md @@ -40,7 +40,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -146,7 +146,7 @@ - + ## Script Overview: @@ -156,11 +156,11 @@ Provide various usage functions for Greasyfork, absolute time, web page widescre --- - + ## Features - + ### Script Details @@ -178,7 +178,7 @@ Provide various usage functions for Greasyfork, absolute time, web page widescre - Beautify Code Snippets - Beautify Code View - + ### Script List @@ -191,14 +191,14 @@ Provide various usage functions for Greasyfork, absolute time, web page widescre - Move Sidebar - Sort Script List by Creation Date - + ### Beautify Controls - Beautify Controls - Beautify Select Box and Radio Button Labels - + ### Applicable To @@ -210,7 +210,7 @@ Provide various usage functions for Greasyfork, absolute time, web page widescre - Open Webpage - Popup Tip - + ### Personal Homepage @@ -220,7 +220,7 @@ Provide various usage functions for Greasyfork, absolute time, web page widescre - Hide Recent Comments - Display Statistics on Homepage - + ### Navigation Bar @@ -230,7 +230,7 @@ Provide various usage functions for Greasyfork, absolute time, web page widescre - Add "Open This Page" to Navigation Bar - Align Navigation Bar - + ### Website @@ -249,11 +249,11 @@ Provide various usage functions for Greasyfork, absolute time, web page widescre --- - + ## Thank you - + ### Quote script @@ -281,7 +281,7 @@ Provide various usage functions for Greasyfork, absolute time, web page widescre --- - + ## Photos: @@ -303,7 +303,7 @@ Provide various usage functions for Greasyfork, absolute time, web page widescre --- - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -321,7 +321,7 @@ Provide various usage functions for Greasyfork, absolute time, web page widescre - + ## Help @@ -335,14 +335,14 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - + > ### 🔍You may be looking forChatGPTRelated scripts > @@ -355,7 +355,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for web-related scripts > @@ -373,7 +373,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -396,7 +396,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGoogleRelated scripts > @@ -406,7 +406,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -425,7 +425,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for adult scripts > @@ -443,7 +443,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for automatic translation > @@ -454,7 +454,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for social media scripts > @@ -465,7 +465,7 @@ Recommended browser and script manager: - +
    diff --git a/greasyfork-utility-toolkit/README_ko.md b/greasyfork-utility-toolkit/README_ko.md index 7adcb530a..977e865f3 100644 --- a/greasyfork-utility-toolkit/README_ko.md +++ b/greasyfork-utility-toolkit/README_ko.md @@ -40,7 +40,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -146,7 +146,7 @@ - + ## Greasyfork의 다양한 기능 제공 @@ -156,11 +156,11 @@ Greasyfork에 다양한 사용 기능을 제공하는 스크립트입니다. 절 --- - + ## 기능 소개 - + ### 스크립트 상세 @@ -178,7 +178,7 @@ Greasyfork에 다양한 사용 기능을 제공하는 스크립트입니다. 절 - 코드 스니펫 미화 - 코드 보기 미화 - + ### 스크립트 목록 @@ -191,14 +191,14 @@ Greasyfork에 다양한 사용 기능을 제공하는 스크립트입니다. 절 - 사이드바 이동 - 생성일로 스크립트 목록 정렬 - + ### 미화 컨트롤 - 컨트롤 미화 - 선택 상자와 라디오 버튼 레이블 미화 - + ### 적용 대상 @@ -210,7 +210,7 @@ Greasyfork에 다양한 사용 기능을 제공하는 스크립트입니다. 절 - 웹 페이지 열기 - 팝업 알림 - + ### 개인 홈페이지 @@ -220,7 +220,7 @@ Greasyfork에 다양한 사용 기능을 제공하는 스크립트입니다. 절 - 최근 댓글 숨기기 - 홈페이지 통계 표시 - + ### 탐색 바 @@ -230,7 +230,7 @@ Greasyfork에 다양한 사용 기능을 제공하는 스크립트입니다. 절 - 탐색 바에 이 인터페이스 열기 버튼 추가 - 탐색 바 정렬 - + ### 웹사이트 @@ -249,11 +249,11 @@ Greasyfork에 다양한 사용 기능을 제공하는 스크립트입니다. 절 --- - + ## 감사합니다 - + ### 참고한 스크립트 @@ -281,7 +281,7 @@ Greasyfork에 다양한 사용 기능을 제공하는 스크립트입니다. 절 --- - + ## Photos: @@ -303,7 +303,7 @@ Greasyfork에 다양한 사용 기능을 제공하는 스크립트입니다. 절 --- - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -321,7 +321,7 @@ Greasyfork에 다양한 사용 기능을 제공하는 스크립트입니다. 절 - + ## 돕다 @@ -335,14 +335,14 @@ Greasyfork에 다양한 사용 기능을 제공하는 스크립트입니다. 절 **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - + > ### 🔍당신은 찾고있을 수 있습니다ChatGPT관련 스크립트 > @@ -355,7 +355,7 @@ Greasyfork에 다양한 사용 기능을 제공하는 스크립트입니다. 절 - + > ### 🔍웹 관련 스크립트를 찾고있을 수 있습니다 > @@ -373,7 +373,7 @@ Greasyfork에 다양한 사용 기능을 제공하는 스크립트입니다. 절 - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -396,7 +396,7 @@ Greasyfork에 다양한 사용 기능을 제공하는 스크립트입니다. 절 - + > ### 🔍당신은 찾고있을 수 있습니다Google관련 스크립트 > @@ -406,7 +406,7 @@ Greasyfork에 다양한 사용 기능을 제공하는 스크립트입니다. 절 - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -425,7 +425,7 @@ Greasyfork에 다양한 사용 기능을 제공하는 스크립트입니다. 절 - + > ### 🔍성인 스크립트를 찾고있을 수 있습니다 > @@ -443,7 +443,7 @@ Greasyfork에 다양한 사용 기능을 제공하는 스크립트입니다. 절 - + > ### 🔍자동 번역을 찾고있을 수 있습니다 > @@ -454,7 +454,7 @@ Greasyfork에 다양한 사용 기능을 제공하는 스크립트입니다. 절 - + > ### 🔍소셜 미디어 스크립트를 찾고있을 수 있습니다 > @@ -465,7 +465,7 @@ Greasyfork에 다양한 사용 기능을 제공하는 스크립트입니다. 절 - +
    diff --git a/greasyfork-utility-toolkit/README_vi.md b/greasyfork-utility-toolkit/README_vi.md index 1a44c19bd..0b5c31b3d 100644 --- a/greasyfork-utility-toolkit/README_vi.md +++ b/greasyfork-utility-toolkit/README_vi.md @@ -40,7 +40,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -146,7 +146,7 @@ - + ## Chức năng kịch bản @@ -155,11 +155,11 @@ vì Greasyfork Cung cấp các chức năng sử dụng khác nhau,Thời gian > ![size](https://img.shields.io/github/size/ChinaGodMan/UserScripts/Greasyfork%20Utility%20Toolkit.user.js?color=%23990000) > ![dt](https://img.shields.io/greasyfork/dt/497346?color=%23990000&label=Installs) > ![Greasy Fork Downloads](https://img.shields.io/greasyfork/dd/497346?color=%23990000) > ![Greasy Fork License](https://img.shields.io/greasyfork/l/497346?color=%23990000) > ![Greasy Fork Rating](https://img.shields.io/greasyfork/rating-count/497346?color=%23990000) > ![Greasy Fork Version](https://img.shields.io/greasyfork/v/497346?color=%23990000)

    Kiểm traGreasyfork Cập nhật bản ghi phiên bản của nhà sản xuất mờ

    - + ## Giới thiệu chức năng - + ### Chi tiết kịch bản @@ -177,7 +177,7 @@ vì Greasyfork Cung cấp các chức năng sử dụng khác nhau,Thời gian - Làm đẹp đoạn mã - Làm đẹp mã xem - + ### Danh sách tập lệnh @@ -190,14 +190,14 @@ vì Greasyfork Cung cấp các chức năng sử dụng khác nhau,Thời gian - Di chuyển thanh bên - Sắp xếp danh sách tập lệnh theo ngày sáng tạo - + ### Làm đẹp kiểm soát - Kiểm soát làm đẹp - Làm đẹp hộp lựa chọn và nhãn hộp radio - + ### Áp dụng cho @@ -209,7 +209,7 @@ vì Greasyfork Cung cấp các chức năng sử dụng khác nhau,Thời gian - Trang web mở - Dấu nhắc bật lên - + ### Trang chủ cá nhân @@ -219,7 +219,7 @@ vì Greasyfork Cung cấp các chức năng sử dụng khác nhau,Thời gian - Ẩn ý kiến ​​gần đây - Thống kê hiển thị trang chủ - + ### Thanh điều hướng @@ -229,7 +229,7 @@ vì Greasyfork Cung cấp các chức năng sử dụng khác nhau,Thời gian - Thêm để mở giao diện này trong thanh điều hướng - Căn chỉnh thanh điều hướng - + ### trang web @@ -247,7 +247,7 @@ vì Greasyfork Cung cấp các chức năng sử dụng khác nhau,Thời gian - Hình ảnh người dùng đại lý - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -265,7 +265,7 @@ vì Greasyfork Cung cấp các chức năng sử dụng khác nhau,Thời gian - + ## Hiển thị hình ảnh: @@ -285,7 +285,7 @@ vì Greasyfork Cung cấp các chức năng sử dụng khác nhau,Thời gian ![scriptlist.png](https://s2.loli.net/2024/08/05/3xrMsHPSDtTf8hu.png) - + ## Giúp đỡ @@ -299,14 +299,14 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - + > ### 🔍Bạn có thể đang tìm kiếmChatGPTTập lệnh liên quan > @@ -319,7 +319,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web > @@ -337,7 +337,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -360,7 +360,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGoogleTập lệnh liên quan > @@ -370,7 +370,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -389,7 +389,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm kịch bản người lớn > @@ -407,7 +407,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm bản dịch tự động > @@ -418,7 +418,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các kịch bản truyền thông xã hội > @@ -429,7 +429,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - +
    diff --git a/greasyfork-utility-toolkit/README_zh-TW.md b/greasyfork-utility-toolkit/README_zh-TW.md index 1d5abb4e2..74172fb75 100644 --- a/greasyfork-utility-toolkit/README_zh-TW.md +++ b/greasyfork-utility-toolkit/README_zh-TW.md @@ -40,7 +40,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -146,7 +146,7 @@ - + ## 腳本功能 @@ -158,11 +158,11 @@ --- - + ## 功能介紹 - + ### 腳本詳情 @@ -180,7 +180,7 @@ - 美化代碼片段 - 美化查看代碼 - + ### 腳本列表 @@ -193,14 +193,14 @@ - 移動側邊欄 - 按創建日期排序腳本列表 - + ### 美化控件 - 控制美化 - 美化選擇框和單選框標簽 - + ### 適用於 @@ -212,7 +212,7 @@ - 網頁打開 - 彈出提示 - + ### 個人主頁 @@ -222,7 +222,7 @@ - 隱藏近期評論 - 主頁顯示統計 - + ### 導航欄 @@ -232,7 +232,7 @@ - 在導航欄添加打開本界面 - 導航欄對齊 - + ### 網站 @@ -251,7 +251,7 @@ --- - + ## 🌐 瀏覽器與腳本管理器 @@ -267,11 +267,11 @@ [Macaque]: https://macaque.app/ "獼猴" [Stay]: https://apps.apple.com/cn/app/stay-for-safari-%E6%B5%8F%E8%A7%88%E5%99%A8%E4%BC%B4%E4%BE%A3/id1591620171 "Stay" - + ## Thank you - + ### 引用腳本 @@ -299,7 +299,7 @@ --- - + ## 圖片展示: @@ -321,7 +321,7 @@ --- - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -339,7 +339,7 @@ - + ## 使用幫助 @@ -353,14 +353,14 @@ **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相關腳本 > @@ -373,7 +373,7 @@ - + > ### 🔍你可能在找網頁相關腳本 > @@ -391,7 +391,7 @@ - + > ### 🔍你可能在找GitHub相關腳本 > @@ -414,7 +414,7 @@ - + > ### 🔍你可能在找Google相關腳本 > @@ -424,7 +424,7 @@ - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -443,7 +443,7 @@ - + > ### 🔍你可能在找成人腳本 > @@ -461,7 +461,7 @@ - + > ### 🔍你可能在找自動翻譯 > @@ -472,7 +472,7 @@ - + > ### 🔍你可能在找社交媒體腳本 > @@ -483,7 +483,7 @@ - +
    diff --git a/greasyfork-webhook-sync-enhanced/README.md b/greasyfork-webhook-sync-enhanced/README.md index eba9cf023..e878ee5d7 100644 --- a/greasyfork-webhook-sync-enhanced/README.md +++ b/greasyfork-webhook-sync-enhanced/README.md @@ -40,7 +40,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -82,13 +82,13 @@ width="320" height="240" controls loop> - + # GreasyFork - 增强WebHook同步设置 在GreasyFork上设置同步信息时,常常会遇到提交后查看时,发现同步信息并没有被设置成功,导致需要重新输入。这是网站的小问题之一。为了解决这个问题,这个脚本可以帮助你快速输入脚本同步信息,并批量增加多个国家的语言代码,而不用一个个地点击选择框再去对应的网址。 - + ## 功能特点 @@ -96,14 +96,14 @@ - **批量增加语言代码**:支持批量添加多个国家/地区的语言代码,无需逐个选择。 - **支持多种格式**:可以根据需要选择不同的URL格式进行设置。 - + ## 使用说明 (详情可以查看下方图片或上方视频) - **脚本管理页面**:处于脚本管理页面,在下方增加一个按钮,点击之后可以对当前脚本进行管理。 - **网站顶部导航栏**:导航栏增加一个选项,用于点击之后自动获取Webhook同步的脚本.进行多个管理. - + ## 支持的格式 @@ -119,7 +119,7 @@ 代码如下: 如果你有更多的选择可以拓展
    ` let localeKey = url.includes('##') ? url.match(/##.*\((.*?)\)$/) || url.match(/##(.*?)$/) : url.match(/README_(.*?)\.md/)` - + ## 注意: @@ -127,7 +127,7 @@ - 脚本必须存在!否则同步失败, - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -144,7 +144,7 @@ > - [**显示Greasyfork用户注册时间,识别恶意评论**](https://greasyfork.org/scripts/529359): 如果你的脚本干涉了某些人的利益,收到恶意差评并不意外。恶意差评有两个特点,一是账号通常新注册,二是注册后不久就会给差评,且基本不会有后续活动。本脚本获取greasyfork用户注册时间,并显示在用户名旁边。如果用户名旁边显示的时间是未来的时间,那么这个用户很可能是恶意注册的账号。 - + ## 项目与反馈 @@ -157,7 +157,7 @@ ![404.png](https://s2.loli.net/2024/09/05/YmJBL9R8qMcx1UZ.png) - + ## 使用帮助 @@ -171,14 +171,14 @@ **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相关脚本 > @@ -191,7 +191,7 @@ - + > ### 🔍你可能在找网页相关脚本 > @@ -209,7 +209,7 @@ - + > ### 🔍你可能在找GitHub相关脚本 > @@ -232,7 +232,7 @@ - + > ### 🔍你可能在找Google相关脚本 > @@ -242,7 +242,7 @@ - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -261,7 +261,7 @@ - + > ### 🔍你可能在找成人脚本 > @@ -279,7 +279,7 @@ - + > ### 🔍你可能在找自动翻译 > @@ -290,7 +290,7 @@ - + > ### 🔍你可能在找社交媒体脚本 > @@ -301,7 +301,7 @@ - +
    diff --git a/greasyfork-webhook-sync-enhanced/README_en.md b/greasyfork-webhook-sync-enhanced/README_en.md index 5679c54e9..f40d1adc5 100644 --- a/greasyfork-webhook-sync-enhanced/README_en.md +++ b/greasyfork-webhook-sync-enhanced/README_en.md @@ -40,7 +40,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -82,13 +82,13 @@ width="320" height="240" controls loop> - + # GreasyFork - Enhanced WebHook Synchronization Settings When setting up synchronization information on GreasyFork, you might often find that after submitting, the sync information hasn't been successfully saved, requiring you to re-enter it. This is one of the small issues with the website. To solve this problem, this script helps you quickly input script synchronization information and batch-add multiple country language codes without having to click on each checkbox and then go to the corresponding URL. - + ## Features @@ -96,14 +96,14 @@ When setting up synchronization information on GreasyFork, you might often find - **Batch Add Language Codes**: Supports batch addition of multiple country/region language codes without the need to select each one individually. - **Supports Multiple Formats**: You can choose different URL formats for setup based on your needs. - + ## Instructions (For more details, refer to the images below or the video above) - **Script Management Page**: On the script management page, an additional button is added at the bottom. After clicking it, you can manage the current script. - **Website Top Navigation Bar**: Adds an option to the navigation bar that, when clicked, automatically retrieves the WebHook synchronized scripts for multiple management. - + ## Supported Formats @@ -119,14 +119,14 @@ Currently, the following three formats are supported: Example code: If you have more options, you can extend it.
    `let localeKey = url.includes('##') ? url.match(/##.*\((.*?)\)$/) || url.match(/##(.*?)$/) : url.match(/README_(.*?)\.md/)` - + ## Attention: - When submitting localized country information, there must be a header declaration such as//@ name: zh CN in the code, otherwise even if the submission is successful, it will still fail! - The script must exist! Otherwise, synchronization will fail, - + ## Project and Feedback @@ -139,7 +139,7 @@ Example code: If you have more options, you can extend it.
    ![404.png](https://s2.loli.net/2024/09/05/YmJBL9R8qMcx1UZ.png) - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -157,7 +157,7 @@ Example code: If you have more options, you can extend it.
    - + ## Help @@ -171,14 +171,14 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - + > ### 🔍You may be looking forChatGPTRelated scripts > @@ -191,7 +191,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for web-related scripts > @@ -209,7 +209,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -232,7 +232,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGoogleRelated scripts > @@ -242,7 +242,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -261,7 +261,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for adult scripts > @@ -279,7 +279,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for automatic translation > @@ -290,7 +290,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for social media scripts > @@ -301,7 +301,7 @@ Recommended browser and script manager: - +
    diff --git a/greasyfork-webhook-sync-enhanced/README_ko.md b/greasyfork-webhook-sync-enhanced/README_ko.md index 66a392929..b9c5d485c 100644 --- a/greasyfork-webhook-sync-enhanced/README_ko.md +++ b/greasyfork-webhook-sync-enhanced/README_ko.md @@ -40,7 +40,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -82,13 +82,13 @@ width="320" height="240" controls loop> - + # GreasyFork - 향상되었습니다WebHook동기 설정 존재하다GreasyFork동기화 정보를 설정할 때,종종, 당신은 제출 후 시청을 만날 것입니다,동기화 정보가 성공적으로 설정되지 않은 것으로 밝혀졌습니다.,재 입력。이것은 웹 사이트의 작은 문제 중 하나입니다.。이 문제를 해결합니다,이 스크립트는 스크립트 동기화 정보를 신속하게 입력하는 데 도움이됩니다.,여러 국가에서 배치로 언어 코드를 추가하십시오,선택 상자를 하나씩 클릭 한 다음 해당 URL로 이동하는 대신。 - + ## 기능적 특징 @@ -96,14 +96,14 @@ - **배치로 언어 코드를 추가하십시오**:여러 국가의 배치 추가 지원/지역 언어 코드,하나씩 선택할 필요가 없습니다。 - **여러 형식을 지원합니다**:필요에 따라 다른 것을 선택할 수 있습니다URL형식을 설정하십시오。 - + ## 사용 지침 (자세한 내용은 아래 그림이나 위의 비디오를 볼 수 있습니다.) - **스크립트 관리 페이지**:스크립트 관리 페이지에서,아래 버튼을 추가하십시오,클릭 한 후 현재 스크립트를 관리 할 수 ​​있습니다。 - **웹 사이트 상단 탐색 표시 줄**:탐색 표시 줄에 옵션을 추가하십시오,클릭 후 자동으로 얻는 데 사용됩니다Webhook동기화 된 스크립트.여러 관리를 수행하십시오. - + ## 지원되는 형식 @@ -119,7 +119,7 @@ 코드는 다음과 같습니다: 더 많은 옵션이 있으면 확장 할 수 있습니다
    ` let localeKey = url.includes('##') ? url.match(/##.*\((.*?)\)$/) || url.match(/##(.*?)$/) : url.match(/README_(.*?)\.md/)` - + ## 알아채다: @@ -127,7 +127,7 @@ - 스크립트가 있어야합니다!그렇지 않으면 동기화가 실패합니다, - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -144,7 +144,7 @@ > - [**Greasyfork등록 시간을 표시**](https://greasyfork.org/scripts/529359): 스크립트가 일부 사람들의 관심사를 방해한다면 악의적 인 부정적인 리뷰를받는 것은 놀라운 일이 아닙니다. 악의적 인 부정적인 검토에는 두 가지 특성이 있습니다. 하나는 계정이 일반적으로 새로 등록되어 있고 다른 하나는 등록 직후에 부정적인 검토가 제공되며 기본적으로 후속 활동이 없다는 것입니다. 이 스크립트는 Greasyfork 사용자의 등록 시간을 가져오고 사용자 이름 옆에 표시됩니다. 사용자 이름 옆에 표시되는 시간이 미래의 시간 인 경우 사용자는 악의적 인 계정 일 가능성이 높습니다. - + ## 프로젝트 및 피드백 @@ -157,7 +157,7 @@ ![404.png](https://s2.loli.net/2024/09/05/YmJBL9R8qMcx1UZ.png) - + ## 돕다 @@ -171,14 +171,14 @@ **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - + > ### 🔍당신은 찾고있을 수 있습니다ChatGPT관련 스크립트 > @@ -191,7 +191,7 @@ - + > ### 🔍웹 관련 스크립트를 찾고있을 수 있습니다 > @@ -209,7 +209,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -232,7 +232,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다Google관련 스크립트 > @@ -242,7 +242,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -261,7 +261,7 @@ - + > ### 🔍성인 스크립트를 찾고있을 수 있습니다 > @@ -279,7 +279,7 @@ - + > ### 🔍자동 번역을 찾고있을 수 있습니다 > @@ -290,7 +290,7 @@ - + > ### 🔍소셜 미디어 스크립트를 찾고있을 수 있습니다 > @@ -301,7 +301,7 @@ - +
    diff --git a/greasyfork-webhook-sync-enhanced/README_vi.md b/greasyfork-webhook-sync-enhanced/README_vi.md index 4b3e90e7c..769744cdb 100644 --- a/greasyfork-webhook-sync-enhanced/README_vi.md +++ b/greasyfork-webhook-sync-enhanced/README_vi.md @@ -40,7 +40,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -82,13 +82,13 @@ width="320" height="240" controls loop> - + # GreasyFork - Nâng caoWebHookCài đặt đồng bộ hiện hữuGreasyForkKhi thiết lập thông tin đồng bộ hóa trên,Thông thường, bạn sẽ bắt gặp việc xem sau khi gửi,Nó đã được tìm thấy rằng thông tin đồng bộ hóa không được đặt thành công,Nhập lại。Đây là một trong những vấn đề nhỏ với trang web。Để giải quyết vấn đề này,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ữ ở nhiều quốc gia theo đợt,Thay vì nhấp vào hộp lựa chọn từng cái một và sau đó đi đến URL tương ứng。 - + ## Các tính năng chức năng @@ -96,14 +96,14 @@ hiện hữuGreasyForkKhi thiết lập thông tin đồng bộ hóa trên,Th - **Thêm mã ngôn ngữ theo đợt**:Hỗ trợ bổ sung hàng loạt các quốc gia/Mã ngôn ngữ khu vực,Không cần phải chọn từng cái một。 - **Hỗ trợ nhiều định dạng**:Bạn có thể chọn những cái khác nhau theo nhu cầu của bạnURLĐặt định dạng。 - + ## Hướng dẫn sử dụng (Để biết chi tiết, bạn có thể xem hình bên dưới hoặc video trên) - **Trang quản lý tập lệnh**:Trên trang quản lý tập lệnh,Thêm một nút bên dưới,Sau khi nhấp vào, bạn có thể quản lý tập lệnh hiện tại。 - **Trang web thanh điều hướng hàng đầu**:Thêm một tùy chọn vào thanh điều hướng,Được sử dụng để tự động nhận được sau khi nhấp vàoWebhookTập lệnh đồng bộ.Thực hiện nhiều quản lý. - + ## Định dạng được hỗ trợ @@ -119,7 +119,7 @@ Hiện đang hỗ trợ ba định dạng sau: Mã như sau: Nếu bạn có nhiều lựa chọn hơn, bạn có thể mở rộng
    ` let localeKey = url.includes('##') ? url.match(/##.*\((.*?)\)$/) || url.match(/##(.*?)$/) : url.match(/README_(.*?)\.md/)` - + ## Để ý: @@ -127,7 +127,7 @@ Mã như sau: Nếu bạn có nhiều lựa chọn hơn, bạn có thể mở r - Kịch bản phải tồn tại!Nếu không, đồng bộ hóa thất bại, - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -144,7 +144,7 @@ Mã như sau: Nếu bạn có nhiều lựa chọn hơn, bạn có thể mở r > - [**Greasyfork Hiển thị thời gian đăng ký**](https://greasyfork.org/scripts/529359): Nếu kịch bản của bạn can thiệp vào lợi ích của một số người, không có gì đáng ngạc nhiên khi nhận được các đánh giá tiêu cực độc hại. Có hai đặc điểm của các đánh giá tiêu cực độc hại: Một là tài khoản thường được đăng ký mới và một đặc điểm khác là các đánh giá tiêu cực sẽ được đưa ra ngay sau khi đăng ký và về cơ bản sẽ không có hoạt động tiếp theo. Kịch bản này có thời gian đăng ký của người dùng Greasyfork và được hiển thị bên cạnh tên người dùng. Nếu thời gian hiển thị bên cạnh tên người dùng là thời gian trong tương lai, thì người dùng có thể sẽ là một tài khoản độc hại được đăng ký. - + ## Dự án và phản hồi @@ -157,7 +157,7 @@ Mã như sau: Nếu bạn có nhiều lựa chọn hơn, bạn có thể mở r ![404.png](https://s2.loli.net/2024/09/05/YmJBL9R8qMcx1UZ.png) - + ## Giúp đỡ @@ -171,14 +171,14 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - + > ### 🔍Bạn có thể đang tìm kiếmChatGPTTập lệnh liên quan > @@ -191,7 +191,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web > @@ -209,7 +209,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -232,7 +232,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGoogleTập lệnh liên quan > @@ -242,7 +242,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -261,7 +261,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm kịch bản người lớn > @@ -279,7 +279,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm bản dịch tự động > @@ -290,7 +290,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các kịch bản truyền thông xã hội > @@ -301,7 +301,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - +
    diff --git a/greasyfork-webhook-sync-enhanced/README_zh-TW.md b/greasyfork-webhook-sync-enhanced/README_zh-TW.md index 7b46faf4d..766e8bbf3 100644 --- a/greasyfork-webhook-sync-enhanced/README_zh-TW.md +++ b/greasyfork-webhook-sync-enhanced/README_zh-TW.md @@ -40,7 +40,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -82,13 +82,13 @@ width="320" height="240" controls loop> - + # GreasyFork - 增強WebHook同步設置 在GreasyFork上設置同步信息時,常常會遇到提交後查看時,發現同步信息並沒有被設置成功,導致需要重新輸入。這是網站的小問題之一。為了解決這個問題,這個腳本可以幫助你快速輸入腳本同步信息,並批量增加多個國家的語言代碼,而不用一個個地點擊選擇框再去對應的網址。 - + ## 功能特點 @@ -96,14 +96,14 @@ - **批量增加語言代碼**:支持批量添加多個國家/地區的語言代碼,無需逐個選擇。 - **支持多種格式**:可以根據需要選擇不同的URL格式進行設置。 - + ## 使用說明 (詳情可以查看下方圖片或上方視頻) - **腳本管理頁面**:處於腳本管理頁面,在下方增加一個按鈕,點擊之後可以對當前腳本進行管理。 - **網站頂部導航欄**:導航欄增加一個選項,用於點擊之後自動獲取Webhook同步的腳本.進行多個管理. - + ## 支持的格式 @@ -119,7 +119,7 @@ 代碼如下: 如果你有更多的選擇可以拓展
    ` let localeKey = url.includes('##') ? url.match(/##.*\((.*?)\)$/) || url.match(/##(.*?)$/) : url.match(/README_(.*?)\.md/)` - + ## 注意: @@ -127,7 +127,7 @@ - 腳本必須存在!否則同步失敗, - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -144,7 +144,7 @@ > - [**顯示Greasyfork用戶註冊時間,識別惡意評論**](https://greasyfork.org/scripts/529359): 如果你的腳本干涉了某些人的利益,收到惡意差評並不意外。惡意差評有兩個特點,一是賬號通常新註冊,二是註冊後不久就會給差評,且基本不會有後續活動。本腳本獲取greasyfork用戶註冊時間,並顯示在用戶名旁邊。如果用戶名旁邊顯示的時間是未來的時間,那麼這個用戶很可能是惡意註冊的賬號。 - + ## 項目與反饋 @@ -157,7 +157,7 @@ ![404.png](https://s2.loli.net/2024/09/05/YmJBL9R8qMcx1UZ.png) - + ## 使用幫助 @@ -171,14 +171,14 @@ **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相關腳本 > @@ -191,7 +191,7 @@ - + > ### 🔍你可能在找網頁相關腳本 > @@ -209,7 +209,7 @@ - + > ### 🔍你可能在找GitHub相關腳本 > @@ -232,7 +232,7 @@ - + > ### 🔍你可能在找Google相關腳本 > @@ -242,7 +242,7 @@ - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -261,7 +261,7 @@ - + > ### 🔍你可能在找成人腳本 > @@ -279,7 +279,7 @@ - + > ### 🔍你可能在找自動翻譯 > @@ -290,7 +290,7 @@ - + > ### 🔍你可能在找社交媒體腳本 > @@ -301,7 +301,7 @@ - +
    diff --git a/highlight-keywords-mini/README.md b/highlight-keywords-mini/README.md index 7000febcd..2bc85867b 100644 --- a/highlight-keywords-mini/README.md +++ b/highlight-keywords-mini/README.md @@ -40,7 +40,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -70,7 +70,7 @@ - + > ### 🔍你可能在找网页相关脚本 > @@ -87,7 +87,7 @@ - + ## 使用帮助 @@ -101,14 +101,14 @@ **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相关脚本 > @@ -121,7 +121,7 @@ - + > ### 🔍你可能在找网页相关脚本 > @@ -139,7 +139,7 @@ - + > ### 🔍你可能在找GitHub相关脚本 > @@ -162,7 +162,7 @@ - + > ### 🔍你可能在找Google相关脚本 > @@ -172,7 +172,7 @@ - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -191,7 +191,7 @@ - + > ### 🔍你可能在找成人脚本 > @@ -209,7 +209,7 @@ - + > ### 🔍你可能在找自动翻译 > @@ -220,7 +220,7 @@ - + > ### 🔍你可能在找社交媒体脚本 > @@ -231,7 +231,7 @@ - +
    diff --git a/highlight-keywords-mini/README_en.md b/highlight-keywords-mini/README_en.md index 814476906..2fff1adac 100644 --- a/highlight-keywords-mini/README_en.md +++ b/highlight-keywords-mini/README_en.md @@ -40,7 +40,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -70,7 +70,7 @@ - + > ### 🔍You may be looking for web-related scripts > @@ -87,7 +87,7 @@ - + ## Help @@ -101,14 +101,14 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - + > ### 🔍You may be looking forChatGPTRelated scripts > @@ -121,7 +121,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for web-related scripts > @@ -139,7 +139,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -162,7 +162,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGoogleRelated scripts > @@ -172,7 +172,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -191,7 +191,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for adult scripts > @@ -209,7 +209,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for automatic translation > @@ -220,7 +220,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for social media scripts > @@ -231,7 +231,7 @@ Recommended browser and script manager: - +
    diff --git a/highlight-keywords-mini/README_ko.md b/highlight-keywords-mini/README_ko.md index 2048985ae..cd06575b3 100644 --- a/highlight-keywords-mini/README_ko.md +++ b/highlight-keywords-mini/README_ko.md @@ -40,7 +40,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -70,7 +70,7 @@ - + > ### 🔍웹 관련 스크립트를 찾고있을 수 있습니다 > @@ -87,7 +87,7 @@ - + ## 돕다 @@ -101,14 +101,14 @@ **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - + > ### 🔍당신은 찾고있을 수 있습니다ChatGPT관련 스크립트 > @@ -121,7 +121,7 @@ - + > ### 🔍웹 관련 스크립트를 찾고있을 수 있습니다 > @@ -139,7 +139,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -162,7 +162,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다Google관련 스크립트 > @@ -172,7 +172,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -191,7 +191,7 @@ - + > ### 🔍성인 스크립트를 찾고있을 수 있습니다 > @@ -209,7 +209,7 @@ - + > ### 🔍자동 번역을 찾고있을 수 있습니다 > @@ -220,7 +220,7 @@ - + > ### 🔍소셜 미디어 스크립트를 찾고있을 수 있습니다 > @@ -231,7 +231,7 @@ - +
    diff --git a/highlight-keywords-mini/README_vi.md b/highlight-keywords-mini/README_vi.md index 49e3473e7..53f6602d8 100644 --- a/highlight-keywords-mini/README_vi.md +++ b/highlight-keywords-mini/README_vi.md @@ -40,7 +40,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -70,7 +70,7 @@ - + > ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web > @@ -87,7 +87,7 @@ - + ## Giúp đỡ @@ -101,14 +101,14 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - + > ### 🔍Bạn có thể đang tìm kiếmChatGPTTập lệnh liên quan > @@ -121,7 +121,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web > @@ -139,7 +139,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -162,7 +162,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGoogleTập lệnh liên quan > @@ -172,7 +172,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -191,7 +191,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm kịch bản người lớn > @@ -209,7 +209,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm bản dịch tự động > @@ -220,7 +220,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các kịch bản truyền thông xã hội > @@ -231,7 +231,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - +
    diff --git a/highlight-keywords-mini/README_zh-TW.md b/highlight-keywords-mini/README_zh-TW.md index 24600a07a..0e80c1e85 100644 --- a/highlight-keywords-mini/README_zh-TW.md +++ b/highlight-keywords-mini/README_zh-TW.md @@ -40,7 +40,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -70,7 +70,7 @@ - + > ### 🔍你可能在找網頁相關腳本 > @@ -87,7 +87,7 @@ - + ## 使用幫助 @@ -101,14 +101,14 @@ **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相關腳本 > @@ -121,7 +121,7 @@ - + > ### 🔍你可能在找網頁相關腳本 > @@ -139,7 +139,7 @@ - + > ### 🔍你可能在找GitHub相關腳本 > @@ -162,7 +162,7 @@ - + > ### 🔍你可能在找Google相關腳本 > @@ -172,7 +172,7 @@ - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -191,7 +191,7 @@ - + > ### 🔍你可能在找成人腳本 > @@ -209,7 +209,7 @@ - + > ### 🔍你可能在找自動翻譯 > @@ -220,7 +220,7 @@ - + > ### 🔍你可能在找社交媒體腳本 > @@ -231,7 +231,7 @@ - +
    diff --git a/highlight-keywords/README.md b/highlight-keywords/README.md index be8b195ab..dcf9be8e3 100644 --- a/highlight-keywords/README.md +++ b/highlight-keywords/README.md @@ -40,7 +40,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -69,16 +69,16 @@ - + # 原作者发布页[ mabangde](https://greasyfork.org/zh-CN/scripts/465200) - + ## 脚本功能 对网页上的文字进行高亮显示,如果对你有帮助,可以随意修改使用。 - + ## UI 说明 @@ -90,14 +90,14 @@ - 鼠标移动到对应的关键字上会显示你输入的内容 3. **第三栏:关键字栏** - 输入你想要高亮的词,空格隔开 - + ## 图片 ![hl.png](https://s2.loli.net/2024/08/05/oBWsunTIhLKkcrM.png) - + > ### 🔍你可能在找网页相关脚本 > @@ -113,17 +113,17 @@ > - [**MarkDown 云剪笔记**](https://greasyfork.org/scripts/530139): 将网页内容转换为 Markdown 格式的工具,支持复制、下载、发送到 GitHub 和 Obsidian 等功能。 - + ## 初次安装 第一次安装会默认添加一些规则测试,可以删除。 - + ## 更新日志 - + ### 2024 年 6 月 26 日 @@ -131,7 +131,7 @@ - 增加了对设置文字颜色的支持(第二个颜色选择器) - + ## 使用帮助 @@ -145,14 +145,14 @@ **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相关脚本 > @@ -165,7 +165,7 @@ - + > ### 🔍你可能在找网页相关脚本 > @@ -183,7 +183,7 @@ - + > ### 🔍你可能在找GitHub相关脚本 > @@ -206,7 +206,7 @@ - + > ### 🔍你可能在找Google相关脚本 > @@ -216,7 +216,7 @@ - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -235,7 +235,7 @@ - + > ### 🔍你可能在找成人脚本 > @@ -253,7 +253,7 @@ - + > ### 🔍你可能在找自动翻译 > @@ -264,7 +264,7 @@ - + > ### 🔍你可能在找社交媒体脚本 > @@ -275,7 +275,7 @@ - +
    diff --git a/highlight-keywords/README_en.md b/highlight-keywords/README_en.md index 1c38b94fd..d4a568984 100644 --- a/highlight-keywords/README_en.md +++ b/highlight-keywords/README_en.md @@ -40,7 +40,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -69,16 +69,16 @@ - + # Original author’s release page[ mabangde](https://greasyfork.org/zh-CN/scripts/465200) - + ## Scripting functions Highlight text on the web page,If it helps you,Can be modified and used at will。 - + ## UI illustrate @@ -90,14 +90,14 @@ Highlight text on the web page,If it helps you,Can be modified and used at w - Move the mouse to the corresponding keyword and display the content you entered. 3. **Column 3:Keyword bar** - Enter the words you want to highlight,Spaces separated - + ## picture ![hl.png](https://s2.loli.net/2024/08/05/oBWsunTIhLKkcrM.png) - + > ### 🔍You may be looking for web-related scripts > @@ -113,17 +113,17 @@ Highlight text on the web page,If it helps you,Can be modified and used at w > - [**MarkDown Cloud Cut Notes**](https://greasyfork.org/scripts/530139): A tool that converts web content to Markdown format, supports features such as copying, downloading, and sending to GitHub and Obsidian. - + ## First installation The first installation will add some rules tests by default,Can be deleted。 - + ## Update log - + ### 2024 Year 6 moon 26 day @@ -131,7 +131,7 @@ The first installation will add some rules tests by default,Can be deleted。 - Added support for setting text color(The second color selector) - + ## Help @@ -145,14 +145,14 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - + > ### 🔍You may be looking forChatGPTRelated scripts > @@ -165,7 +165,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for web-related scripts > @@ -183,7 +183,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -206,7 +206,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGoogleRelated scripts > @@ -216,7 +216,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -235,7 +235,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for adult scripts > @@ -253,7 +253,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for automatic translation > @@ -264,7 +264,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for social media scripts > @@ -275,7 +275,7 @@ Recommended browser and script manager: - +
    diff --git a/highlight-keywords/README_ko.md b/highlight-keywords/README_ko.md index a2331ebad..b2d9fde94 100644 --- a/highlight-keywords/README_ko.md +++ b/highlight-keywords/README_ko.md @@ -40,7 +40,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -69,16 +69,16 @@ - + # 오리지널 저자의 릴리스 페이지[ mabangde](https://greasyfork.org/zh-CN/scripts/465200) - + ## 스크립팅 기능 웹 페이지에서 텍스트를 강조 표시합니다,그것이 당신을 도울 경우,마음대로 수정 및 사용할 수 있습니다。 - + ## UI 설명 @@ -90,14 +90,14 @@ - 마우스를 해당 키워드로 이동하고 입력 한 컨텐츠를 표시하십시오. 3. **열 3:키워드 바** - 강조하려는 단어를 입력하십시오,공간이 분리되었습니다 - + ## 그림 ![hl.png](https://s2.loli.net/2024/08/05/oBWsunTIhLKkcrM.png) - + > ### 🔍웹 관련 스크립트를 찾고있을 수 있습니다 > @@ -113,17 +113,17 @@ > - [**마크 다운 클라우드 컷 메모**](https://greasyfork.org/scripts/530139): 웹 컨텐츠를 Markdown 형식으로 변환하는 도구는 복사, 다운로드 및 Github 및 Obsidian으로 전송과 같은 기능을 지원합니다. - + ## 첫 번째 설치 첫 번째 설치는 기본적으로 일부 규칙 테스트를 추가합니다.,삭제할 수 있습니다。 - + ## 로그 업데이트 - + ### 2024 년도 6 달 26 낮 @@ -131,7 +131,7 @@ - 텍스트 색상 설정에 대한 지원이 추가되었습니다(두 번째 색상 선택기) - + ## 돕다 @@ -145,14 +145,14 @@ **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - + > ### 🔍당신은 찾고있을 수 있습니다ChatGPT관련 스크립트 > @@ -165,7 +165,7 @@ - + > ### 🔍웹 관련 스크립트를 찾고있을 수 있습니다 > @@ -183,7 +183,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -206,7 +206,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다Google관련 스크립트 > @@ -216,7 +216,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -235,7 +235,7 @@ - + > ### 🔍성인 스크립트를 찾고있을 수 있습니다 > @@ -253,7 +253,7 @@ - + > ### 🔍자동 번역을 찾고있을 수 있습니다 > @@ -264,7 +264,7 @@ - + > ### 🔍소셜 미디어 스크립트를 찾고있을 수 있습니다 > @@ -275,7 +275,7 @@ - +
    diff --git a/highlight-keywords/README_vi.md b/highlight-keywords/README_vi.md index 8062068fd..a70890acc 100644 --- a/highlight-keywords/README_vi.md +++ b/highlight-keywords/README_vi.md @@ -40,7 +40,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -69,16 +69,16 @@ - + # Trang phát hành gốc của tác giả[ mabangde](https://greasyfork.org/zh-CN/scripts/465200) - + ## Chức năng kịch bản Đánh dấu văn bản trên trang web,Nếu nó giúp bạn,Có thể được sửa đổi và sử dụng theo ý muốn。 - + ## UI minh họa @@ -90,14 +90,14 @@ - Di chuyển chuột đến từ khóa tương ứng và hiển thị nội dung bạn đã nhập. 3. **Cột 3:Thanh từ khóa** - Nhập các từ bạn muốn làm nổi bật,Không gian tách biệt - + ## hình ảnh ![hl.png](https://s2.loli.net/2024/08/05/oBWsunTIhLKkcrM.png) - + > ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web > @@ -113,17 +113,17 @@ > - [**Markdown Cloud Cut Ghi chú**](https://greasyfork.org/scripts/530139): Một công cụ chuyển đổi nội dung web thành định dạng đánh dấu, hỗ trợ các tính năng như sao chép, tải xuống và gửi đến GitHub và Obsidian. - + ## Cài đặt đầu tiên Cài đặt đầu tiên sẽ thêm một số thử nghiệm quy tắc theo mặc định,Có thể bị xóa。 - + ## Cập nhật nhật ký - + ### 2024 Năm 6 mặt trăng 26 ngày @@ -131,7 +131,7 @@ Cài đặt đầu tiên sẽ thêm một số thử nghiệm quy tắc theo m - Đã thêm hỗ trợ để thiết lập màu văn bản(Bộ chọn màu thứ hai) - + ## Giúp đỡ @@ -145,14 +145,14 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - + > ### 🔍Bạn có thể đang tìm kiếmChatGPTTập lệnh liên quan > @@ -165,7 +165,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web > @@ -183,7 +183,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -206,7 +206,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGoogleTập lệnh liên quan > @@ -216,7 +216,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -235,7 +235,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm kịch bản người lớn > @@ -253,7 +253,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm bản dịch tự động > @@ -264,7 +264,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các kịch bản truyền thông xã hội > @@ -275,7 +275,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - +
    diff --git a/highlight-keywords/README_zh-TW.md b/highlight-keywords/README_zh-TW.md index b0f950fe1..4400ebcbc 100644 --- a/highlight-keywords/README_zh-TW.md +++ b/highlight-keywords/README_zh-TW.md @@ -40,7 +40,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -69,16 +69,16 @@ - + # 原作者發布頁[ mabangde](https://greasyfork.org/zh-CN/scripts/465200) - + ## 腳本功能 對網頁上的文字進行高亮顯示,如果對你有幫助,可以隨意修改使用。 - + ## UI 說明 @@ -90,14 +90,14 @@ - 鼠標移動到對應的關鍵字上會顯示你輸入的內容 3. **第三欄:關鍵字欄** - 輸入你想要高亮的詞,空格隔開 - + ## 圖片 ![hl.png](https://s2.loli.net/2024/08/05/oBWsunTIhLKkcrM.png) - + > ### 🔍你可能在找網頁相關腳本 > @@ -113,17 +113,17 @@ > - [**MarkDown 雲剪筆記**](https://greasyfork.org/scripts/530139): 將網頁內容轉換為 Markdown 格式的工具,支持複製、下載、發送到 GitHub 和 Obsidian 等功能。 - + ## 初次安裝 第一次安裝會默認添加一些規則測試,可以刪除。 - + ## 更新日誌 - + ### 2024 年 6 月 26 天 @@ -131,7 +131,7 @@ - 增加了對設置文字顏色的支持(第二個顏色選擇器) - + ## 使用幫助 @@ -145,14 +145,14 @@ **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相關腳本 > @@ -165,7 +165,7 @@ - + > ### 🔍你可能在找網頁相關腳本 > @@ -183,7 +183,7 @@ - + > ### 🔍你可能在找GitHub相關腳本 > @@ -206,7 +206,7 @@ - + > ### 🔍你可能在找Google相關腳本 > @@ -216,7 +216,7 @@ - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -235,7 +235,7 @@ - + > ### 🔍你可能在找成人腳本 > @@ -253,7 +253,7 @@ - + > ### 🔍你可能在找自動翻譯 > @@ -264,7 +264,7 @@ - + > ### 🔍你可能在找社交媒體腳本 > @@ -275,7 +275,7 @@ - +
    diff --git a/jable-auto-login-helper/README.md b/jable-auto-login-helper/README.md index 4273a1c3a..68aadba0c 100644 --- a/jable-auto-login-helper/README.md +++ b/jable-auto-login-helper/README.md @@ -40,7 +40,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -72,13 +72,13 @@ - + # JableTV AutoLogin Helper 这是一个用于JableTV 管理用户账户的脚本,主要功能自动登录以及检测用户是否已登录。 - + ## 功能 @@ -86,7 +86,7 @@ - **登录功能**: 使用用户提供的电子邮件和密码进行登录,并处理登录错误。 - **用户检测**: 检测用户是否已登录,如果未登录则尝试自动登录。 - + ## 安装和使用 @@ -104,7 +104,7 @@ - 脚本会自动检测用户是否已登录。如果检测到未登录状态,它将使用提供的账户信息尝试登录。 - + > ### 🔍你可能在找成人脚本 > @@ -121,7 +121,7 @@ - + ## 使用帮助 @@ -135,14 +135,14 @@ **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相关脚本 > @@ -155,7 +155,7 @@ - + > ### 🔍你可能在找网页相关脚本 > @@ -173,7 +173,7 @@ - + > ### 🔍你可能在找GitHub相关脚本 > @@ -196,7 +196,7 @@ - + > ### 🔍你可能在找Google相关脚本 > @@ -206,7 +206,7 @@ - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -225,7 +225,7 @@ - + > ### 🔍你可能在找成人脚本 > @@ -243,7 +243,7 @@ - + > ### 🔍你可能在找自动翻译 > @@ -254,7 +254,7 @@ - + > ### 🔍你可能在找社交媒体脚本 > @@ -265,7 +265,7 @@ - +
    diff --git a/jable-auto-login-helper/README_en.md b/jable-auto-login-helper/README_en.md index 2d4377ac5..c3bd149a3 100644 --- a/jable-auto-login-helper/README_en.md +++ b/jable-auto-login-helper/README_en.md @@ -40,7 +40,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -72,13 +72,13 @@ - + # JableTV AutoLogin Helper This script is used for managing user accounts on JableTV . It provides functionalities for automatic login and checking if the user is already logged in. - + ## Features @@ -86,7 +86,7 @@ This script is used for managing user accounts on JableTV . It provides function - **Login Functionality**: Logs in using the provided email and password, and handles login errors. - **User Detection**: Checks if the user is logged in. If not, it attempts to log in automatically. - + ## Installation and Usage @@ -104,7 +104,7 @@ This script is used for managing user accounts on JableTV . It provides function - The script will automatically check if the user is logged in. If it detects that the user is not logged in, it will attempt to log in using the provided account information. - + > ### 🔍You might be looking for adult scripts > @@ -121,7 +121,7 @@ This script is used for managing user accounts on JableTV . It provides function - + ## Help @@ -135,14 +135,14 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - + > ### 🔍You may be looking forChatGPTRelated scripts > @@ -155,7 +155,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for web-related scripts > @@ -173,7 +173,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -196,7 +196,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGoogleRelated scripts > @@ -206,7 +206,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -225,7 +225,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for adult scripts > @@ -243,7 +243,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for automatic translation > @@ -254,7 +254,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for social media scripts > @@ -265,7 +265,7 @@ Recommended browser and script manager: - +
    diff --git a/jable-auto-login-helper/README_ko.md b/jable-auto-login-helper/README_ko.md index 785579a70..efcc703b9 100644 --- a/jable-auto-login-helper/README_ko.md +++ b/jable-auto-login-helper/README_ko.md @@ -40,7 +40,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -72,13 +72,13 @@ - + # JableTV AutoLogin Helper 이것은JableTV 사용자 계정을 관리하는 스크립트,주요 기능은 자동으로 로그인하고 사용자가 로그인되는지 여부를 감지합니다.。 - + ## 기능 @@ -86,7 +86,7 @@ - **로그인 기능**: 사용자 제공 이메일 및 비밀번호를 사용하여 로그인하십시오,로그인 오류를 처리합니다。 - **사용자 탐지**: 사용자가 로그인되었는지 확인하십시오,로그인하지 않으면 자동으로 로그인하십시오。 - + ## 설치 및 사용 @@ -104,7 +104,7 @@ - 스크립트는 사용자가 로그인되었는지 자동으로 감지합니다.。로그인 상태가 감지 된 경우,제공된 계정 정보를 사용하여 로그인하려고합니다.。 - + > ### 🔍성인 스크립트를 찾고있을 수 있습니다 > @@ -121,7 +121,7 @@ - + ## 돕다 @@ -135,14 +135,14 @@ **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - + > ### 🔍당신은 찾고있을 수 있습니다ChatGPT관련 스크립트 > @@ -155,7 +155,7 @@ - + > ### 🔍웹 관련 스크립트를 찾고있을 수 있습니다 > @@ -173,7 +173,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -196,7 +196,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다Google관련 스크립트 > @@ -206,7 +206,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -225,7 +225,7 @@ - + > ### 🔍성인 스크립트를 찾고있을 수 있습니다 > @@ -243,7 +243,7 @@ - + > ### 🔍자동 번역을 찾고있을 수 있습니다 > @@ -254,7 +254,7 @@ - + > ### 🔍소셜 미디어 스크립트를 찾고있을 수 있습니다 > @@ -265,7 +265,7 @@ - +
    diff --git a/jable-auto-login-helper/README_vi.md b/jable-auto-login-helper/README_vi.md index da6197bae..43b31fba4 100644 --- a/jable-auto-login-helper/README_vi.md +++ b/jable-auto-login-helper/README_vi.md @@ -40,7 +40,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -72,13 +72,13 @@ - + # JableTV AutoLogin Helper Đây là choJableTV Tập lệnh để quản lý tài khoản người dùng,Các chức năng chính tự động đăng nhập và phát hiện xem người dùng có đăng nhập không。 - + ## Chức năng @@ -86,7 +86,7 @@ - **Hàm đăng nhập**: Đăng nhập bằng cách sử dụng email và mật khẩu do người dùng cung cấp,Và xử lý các lỗi đăng nhập。 - **Phát hiện người dùng**: Kiểm tra xem người dùng có đăng nhập không,Nếu không đăng nhập, hãy thử đăng nhập tự động。 - + ## Cài đặt và sử dụng @@ -104,7 +104,7 @@ - Tập lệnh sẽ tự động phát hiện xem người dùng có đăng nhập không。Nếu trạng thái đăng nhập được phát hiện,Nó sẽ cố gắng đăng nhập bằng cách sử dụng thông tin tài khoản được cung cấp。 - + > ### 🔍Bạn có thể đang tìm kiếm kịch bản người lớn > @@ -121,7 +121,7 @@ - + ## Giúp đỡ @@ -135,14 +135,14 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - + > ### 🔍Bạn có thể đang tìm kiếmChatGPTTập lệnh liên quan > @@ -155,7 +155,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web > @@ -173,7 +173,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -196,7 +196,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGoogleTập lệnh liên quan > @@ -206,7 +206,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -225,7 +225,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm kịch bản người lớn > @@ -243,7 +243,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm bản dịch tự động > @@ -254,7 +254,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các kịch bản truyền thông xã hội > @@ -265,7 +265,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - +
    diff --git a/jable-auto-login-helper/README_zh-TW.md b/jable-auto-login-helper/README_zh-TW.md index 028d76ba6..0b8d2075f 100644 --- a/jable-auto-login-helper/README_zh-TW.md +++ b/jable-auto-login-helper/README_zh-TW.md @@ -40,7 +40,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -72,13 +72,13 @@ - + # JableTV AutoLogin Helper 這是一個用於JableTV 管理用戶賬戶的腳本,主要功能自動登錄以及檢測用戶是否已登錄。 - + ## 功能 @@ -86,7 +86,7 @@ - **登錄功能**: 使用用戶提供的電子郵件和密碼進行登錄,並處理登錄錯誤。 - **用戶檢測**: 檢測用戶是否已登錄,如果未登錄則嘗試自動登錄。 - + ## 安裝和使用 @@ -104,7 +104,7 @@ - 腳本會自動檢測用戶是否已登錄。如果檢測到未登錄狀態,它將使用提供的賬戶信息嘗試登錄。 - + > ### 🔍你可能在找成人腳本 > @@ -121,7 +121,7 @@ - + ## 使用幫助 @@ -135,14 +135,14 @@ **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相關腳本 > @@ -155,7 +155,7 @@ - + > ### 🔍你可能在找網頁相關腳本 > @@ -173,7 +173,7 @@ - + > ### 🔍你可能在找GitHub相關腳本 > @@ -196,7 +196,7 @@ - + > ### 🔍你可能在找Google相關腳本 > @@ -206,7 +206,7 @@ - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -225,7 +225,7 @@ - + > ### 🔍你可能在找成人腳本 > @@ -243,7 +243,7 @@ - + > ### 🔍你可能在找自動翻譯 > @@ -254,7 +254,7 @@ - + > ### 🔍你可能在找社交媒體腳本 > @@ -265,7 +265,7 @@ - +
    diff --git a/missav-auto-login-helper/README.md b/missav-auto-login-helper/README.md index b706ec130..aae953cbf 100644 --- a/missav-auto-login-helper/README.md +++ b/missav-auto-login-helper/README.md @@ -40,7 +40,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -73,13 +73,13 @@ - + # MissAV AutoLogin Helper 这是一个用于MissAV管理用户账户的脚本,主要功能自动登录以及检测用户是否已登录。 - + ## 功能 @@ -87,7 +87,7 @@ - **登录功能**: 使用用户提供的电子邮件和密码进行登录,并处理登录错误。 - **用户检测**: 检测用户是否已登录,如果未登录则尝试自动登录。 - + ## 安装和使用 @@ -105,7 +105,7 @@ - 脚本会自动检测用户是否已登录。如果检测到未登录状态,它将使用提供的账户信息尝试登录。 - + > ### 🔍你可能在找成人脚本 > @@ -122,7 +122,7 @@ - + ## 使用帮助 @@ -136,14 +136,14 @@ **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相关脚本 > @@ -156,7 +156,7 @@ - + > ### 🔍你可能在找网页相关脚本 > @@ -174,7 +174,7 @@ - + > ### 🔍你可能在找GitHub相关脚本 > @@ -197,7 +197,7 @@ - + > ### 🔍你可能在找Google相关脚本 > @@ -207,7 +207,7 @@ - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -226,7 +226,7 @@ - + > ### 🔍你可能在找成人脚本 > @@ -244,7 +244,7 @@ - + > ### 🔍你可能在找自动翻译 > @@ -255,7 +255,7 @@ - + > ### 🔍你可能在找社交媒体脚本 > @@ -266,7 +266,7 @@ - +
    diff --git a/missav-auto-login-helper/README_en.md b/missav-auto-login-helper/README_en.md index bb76b986b..f5d86e504 100644 --- a/missav-auto-login-helper/README_en.md +++ b/missav-auto-login-helper/README_en.md @@ -40,7 +40,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -73,13 +73,13 @@ - + # MissAV AutoLogin Helper This script is used for managing user accounts on MissAV. It provides functionalities for automatic login and checking if the user is already logged in. - + ## Features @@ -87,7 +87,7 @@ This script is used for managing user accounts on MissAV. It provides functional - **Login Functionality**: Logs in using the provided email and password, and handles login errors. - **User Detection**: Checks if the user is logged in. If not, it attempts to log in automatically. - + ## Installation and Usage @@ -105,7 +105,7 @@ This script is used for managing user accounts on MissAV. It provides functional - The script will automatically check if the user is logged in. If it detects that the user is not logged in, it will attempt to log in using the provided account information. - + > ### 🔍You might be looking for adult scripts > @@ -122,7 +122,7 @@ This script is used for managing user accounts on MissAV. It provides functional - + ## Help @@ -136,14 +136,14 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - + > ### 🔍You may be looking forChatGPTRelated scripts > @@ -156,7 +156,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for web-related scripts > @@ -174,7 +174,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -197,7 +197,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGoogleRelated scripts > @@ -207,7 +207,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -226,7 +226,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for adult scripts > @@ -244,7 +244,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for automatic translation > @@ -255,7 +255,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for social media scripts > @@ -266,7 +266,7 @@ Recommended browser and script manager: - +
    diff --git a/missav-auto-login-helper/README_ko.md b/missav-auto-login-helper/README_ko.md index a6dbdf445..4afcf44e3 100644 --- a/missav-auto-login-helper/README_ko.md +++ b/missav-auto-login-helper/README_ko.md @@ -40,7 +40,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -73,13 +73,13 @@ - + # MissAV AutoLogin Helper 이것은MissAV사용자 계정을 관리하는 스크립트,주요 기능은 자동으로 로그인하고 사용자가 로그인되는지 여부를 감지합니다.。 - + ## 기능 @@ -87,7 +87,7 @@ - **로그인 기능**: 사용자 제공 이메일 및 비밀번호를 사용하여 로그인하십시오,로그인 오류를 처리합니다。 - **사용자 탐지**: 사용자가 로그인되었는지 확인하십시오,로그인하지 않으면 자동으로 로그인하십시오。 - + ## 설치 및 사용 @@ -105,7 +105,7 @@ - 스크립트는 사용자가 로그인되었는지 자동으로 감지합니다.。로그인 상태가 감지 된 경우,제공된 계정 정보를 사용하여 로그인하려고합니다.。 - + > ### 🔍성인 스크립트를 찾고있을 수 있습니다 > @@ -122,7 +122,7 @@ - + ## 돕다 @@ -136,14 +136,14 @@ **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - + > ### 🔍당신은 찾고있을 수 있습니다ChatGPT관련 스크립트 > @@ -156,7 +156,7 @@ - + > ### 🔍웹 관련 스크립트를 찾고있을 수 있습니다 > @@ -174,7 +174,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -197,7 +197,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다Google관련 스크립트 > @@ -207,7 +207,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -226,7 +226,7 @@ - + > ### 🔍성인 스크립트를 찾고있을 수 있습니다 > @@ -244,7 +244,7 @@ - + > ### 🔍자동 번역을 찾고있을 수 있습니다 > @@ -255,7 +255,7 @@ - + > ### 🔍소셜 미디어 스크립트를 찾고있을 수 있습니다 > @@ -266,7 +266,7 @@ - +
    diff --git a/missav-auto-login-helper/README_vi.md b/missav-auto-login-helper/README_vi.md index ec9fa5fa2..706678f8c 100644 --- a/missav-auto-login-helper/README_vi.md +++ b/missav-auto-login-helper/README_vi.md @@ -40,7 +40,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -73,13 +73,13 @@ - + # MissAV AutoLogin Helper Đây là choMissAVTập lệnh để quản lý tài khoản người dùng,Các chức năng chính tự động đăng nhập và phát hiện xem người dùng có đăng nhập không。 - + ## Chức năng @@ -87,7 +87,7 @@ - **Hàm đăng nhập**: Đăng nhập bằng cách sử dụng email và mật khẩu do người dùng cung cấp,Và xử lý các lỗi đăng nhập。 - **Phát hiện người dùng**: Kiểm tra xem người dùng có đăng nhập không,Nếu không đăng nhập, hãy thử đăng nhập tự động。 - + ## Cài đặt và sử dụng @@ -105,7 +105,7 @@ - Tập lệnh sẽ tự động phát hiện xem người dùng có đăng nhập không。Nếu trạng thái đăng nhập được phát hiện,Nó sẽ cố gắng đăng nhập bằng cách sử dụng thông tin tài khoản được cung cấp。 - + > ### 🔍Bạn có thể đang tìm kiếm kịch bản người lớn > @@ -122,7 +122,7 @@ - + ## Giúp đỡ @@ -136,14 +136,14 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - + > ### 🔍Bạn có thể đang tìm kiếmChatGPTTập lệnh liên quan > @@ -156,7 +156,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web > @@ -174,7 +174,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -197,7 +197,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGoogleTập lệnh liên quan > @@ -207,7 +207,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -226,7 +226,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm kịch bản người lớn > @@ -244,7 +244,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm bản dịch tự động > @@ -255,7 +255,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các kịch bản truyền thông xã hội > @@ -266,7 +266,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - +
    diff --git a/missav-auto-login-helper/README_zh-TW.md b/missav-auto-login-helper/README_zh-TW.md index 527acb4b3..47e16f120 100644 --- a/missav-auto-login-helper/README_zh-TW.md +++ b/missav-auto-login-helper/README_zh-TW.md @@ -40,7 +40,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -73,13 +73,13 @@ - + # MissAV AutoLogin Helper 這是一個用於MissAV管理用戶賬戶的腳本,主要功能自動登錄以及檢測用戶是否已登錄。 - + ## 功能 @@ -87,7 +87,7 @@ - **登錄功能**: 使用用戶提供的電子郵件和密碼進行登錄,並處理登錄錯誤。 - **用戶檢測**: 檢測用戶是否已登錄,如果未登錄則嘗試自動登錄。 - + ## 安裝和使用 @@ -105,7 +105,7 @@ - 腳本會自動檢測用戶是否已登錄。如果檢測到未登錄狀態,它將使用提供的賬戶信息嘗試登錄。 - + > ### 🔍你可能在找成人腳本 > @@ -122,7 +122,7 @@ - + ## 使用幫助 @@ -136,14 +136,14 @@ **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相關腳本 > @@ -156,7 +156,7 @@ - + > ### 🔍你可能在找網頁相關腳本 > @@ -174,7 +174,7 @@ - + > ### 🔍你可能在找GitHub相關腳本 > @@ -197,7 +197,7 @@ - + > ### 🔍你可能在找Google相關腳本 > @@ -207,7 +207,7 @@ - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -226,7 +226,7 @@ - + > ### 🔍你可能在找成人腳本 > @@ -244,7 +244,7 @@ - + > ### 🔍你可能在找自動翻譯 > @@ -255,7 +255,7 @@ - + > ### 🔍你可能在找社交媒體腳本 > @@ -266,7 +266,7 @@ - +
    diff --git a/missav-enhancer/README.md b/missav-enhancer/README.md index fded4f976..ec5f79682 100644 --- a/missav-enhancer/README.md +++ b/missav-enhancer/README.md @@ -40,7 +40,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -117,7 +117,7 @@ _以下可在脚本内设置_ - + > ### 🔍你可能在找成人脚本 > @@ -134,7 +134,7 @@ _以下可在脚本内设置_ - + ## 使用帮助 @@ -148,13 +148,13 @@ _以下可在脚本内设置_ **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相关脚本 > @@ -166,7 +166,7 @@ _以下可在脚本内设置_ - + > ### 🔍你可能在找网页相关脚本 > @@ -183,7 +183,7 @@ _以下可在脚本内设置_ - + > ### 🔍你可能在找GitHub相关脚本 > @@ -205,7 +205,7 @@ _以下可在脚本内设置_ - + > ### 🔍你可能在找Google相关脚本 > @@ -214,7 +214,7 @@ _以下可在脚本内设置_ - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -232,7 +232,7 @@ _以下可在脚本内设置_ - + > ### 🔍你可能在找成人脚本 > @@ -249,7 +249,7 @@ _以下可在脚本内设置_ - + > ### 🔍你可能在找自动翻译 > @@ -259,7 +259,7 @@ _以下可在脚本内设置_ - + > ### 🔍你可能在找社交媒体脚本 > @@ -270,7 +270,7 @@ _以下可在脚本内设置_ - +
    diff --git a/missav-enhancer/README_en.md b/missav-enhancer/README_en.md index 8f976655f..5759cacfb 100644 --- a/missav-enhancer/README_en.md +++ b/missav-enhancer/README_en.md @@ -40,7 +40,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -117,7 +117,7 @@ _The following can be set in the script_ - + > ### 🔍You might be looking for adult scripts > @@ -134,7 +134,7 @@ _The following can be set in the script_ - + ## Help @@ -148,13 +148,13 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - + > ### 🔍You may be looking forChatGPTRelated scripts > @@ -166,7 +166,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for web-related scripts > @@ -183,7 +183,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -205,7 +205,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGoogleRelated scripts > @@ -214,7 +214,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -232,7 +232,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for adult scripts > @@ -249,7 +249,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for automatic translation > @@ -259,7 +259,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for social media scripts > @@ -270,7 +270,7 @@ Recommended browser and script manager: - +
    diff --git a/missav-enhancer/README_ko.md b/missav-enhancer/README_ko.md index ab6e86d74..7ca9ba030 100644 --- a/missav-enhancer/README_ko.md +++ b/missav-enhancer/README_ko.md @@ -40,7 +40,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -117,7 +117,7 @@ _다음은 스크립트에서 설정할 수 있습니다_ - + > ### 🔍성인 스크립트를 찾고있을 수 있습니다 > @@ -134,7 +134,7 @@ _다음은 스크립트에서 설정할 수 있습니다_ - + ## 돕다 @@ -148,13 +148,13 @@ _다음은 스크립트에서 설정할 수 있습니다_ **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - + > ### 🔍당신은 찾고있을 수 있습니다ChatGPT관련 스크립트 > @@ -166,7 +166,7 @@ _다음은 스크립트에서 설정할 수 있습니다_ - + > ### 🔍웹 관련 스크립트를 찾고있을 수 있습니다 > @@ -183,7 +183,7 @@ _다음은 스크립트에서 설정할 수 있습니다_ - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -205,7 +205,7 @@ _다음은 스크립트에서 설정할 수 있습니다_ - + > ### 🔍당신은 찾고있을 수 있습니다Google관련 스크립트 > @@ -214,7 +214,7 @@ _다음은 스크립트에서 설정할 수 있습니다_ - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -232,7 +232,7 @@ _다음은 스크립트에서 설정할 수 있습니다_ - + > ### 🔍성인 스크립트를 찾고있을 수 있습니다 > @@ -249,7 +249,7 @@ _다음은 스크립트에서 설정할 수 있습니다_ - + > ### 🔍자동 번역을 찾고있을 수 있습니다 > @@ -259,7 +259,7 @@ _다음은 스크립트에서 설정할 수 있습니다_ - + > ### 🔍소셜 미디어 스크립트를 찾고있을 수 있습니다 > @@ -270,7 +270,7 @@ _다음은 스크립트에서 설정할 수 있습니다_ - +
    diff --git a/missav-enhancer/README_vi.md b/missav-enhancer/README_vi.md index ee0984fe4..18eabc940 100644 --- a/missav-enhancer/README_vi.md +++ b/missav-enhancer/README_vi.md @@ -40,7 +40,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -117,7 +117,7 @@ _Phần sau có thể được đặt trong tập lệnh_ - + > ### 🔍Bạn có thể đang tìm kiếm kịch bản người lớn > @@ -134,7 +134,7 @@ _Phần sau có thể được đặt trong tập lệnh_ - + ## Giúp đỡ @@ -148,13 +148,13 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - + > ### 🔍Bạn có thể đang tìm kiếmChatGPTTập lệnh liên quan > @@ -166,7 +166,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web > @@ -183,7 +183,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -205,7 +205,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGoogleTập lệnh liên quan > @@ -214,7 +214,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -232,7 +232,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm kịch bản người lớn > @@ -249,7 +249,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm bản dịch tự động > @@ -259,7 +259,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các kịch bản truyền thông xã hội > @@ -270,7 +270,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - +
    diff --git a/missav-enhancer/README_zh-TW.md b/missav-enhancer/README_zh-TW.md index 6cc463b51..baa4b3c99 100644 --- a/missav-enhancer/README_zh-TW.md +++ b/missav-enhancer/README_zh-TW.md @@ -40,7 +40,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -117,7 +117,7 @@ _以下可在腳本內設置_ - + > ### 🔍你可能在找成人腳本 > @@ -134,7 +134,7 @@ _以下可在腳本內設置_ - + ## 使用幫助 @@ -148,13 +148,13 @@ _以下可在腳本內設置_ **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相關腳本 > @@ -166,7 +166,7 @@ _以下可在腳本內設置_ - + > ### 🔍你可能在找網頁相關腳本 > @@ -183,7 +183,7 @@ _以下可在腳本內設置_ - + > ### 🔍你可能在找GitHub相關腳本 > @@ -205,7 +205,7 @@ _以下可在腳本內設置_ - + > ### 🔍你可能在找Google相關腳本 > @@ -214,7 +214,7 @@ _以下可在腳本內設置_ - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -232,7 +232,7 @@ _以下可在腳本內設置_ - + > ### 🔍你可能在找成人腳本 > @@ -249,7 +249,7 @@ _以下可在腳本內設置_ - + > ### 🔍你可能在找自動翻譯 > @@ -259,7 +259,7 @@ _以下可在腳本內設置_ - + > ### 🔍你可能在找社交媒體腳本 > @@ -270,7 +270,7 @@ _以下可在腳本內設置_ - +
    diff --git a/missav-explorer/README.md b/missav-explorer/README.md index 13e0e6b54..86f9df35a 100644 --- a/missav-explorer/README.md +++ b/missav-explorer/README.md @@ -40,7 +40,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -73,17 +73,17 @@ - + # Missav 批量提取器 - + ## 简介 Missav 批量提取器是一个用于备份收藏夹和提取视频内容的工具。它可以抓取除了主页下的所有视频,并提供了自定义提取速度和文件命名的功能。下载完成后,生成一个包含图片的 `img` 文件夹和一个 `保存文件名.html` 命名网页文件,用于查看获得的视频信息。 - + ## 功能 @@ -101,11 +101,11 @@ Missav 批量提取器是一个用于备份收藏夹和提取视频内容的工 - **高清大图下载**:支持下载高清大图。 - **支持WebDAV备份**:在下载同时保存到webdav。 - + ## 更新记录 - + ### 2024/6/14 更新 @@ -118,13 +118,13 @@ Missav 批量提取器是一个用于备份收藏夹和提取视频内容的工 - **HTML 生成的界面支持从网络获取图片**:生成的 HTML 界面可以从网络获取图片。 - **下载高清大图**:支持下载高清大图。 - + ## 已知问题 - **最后一页获取完成后提示获取超出最大页的信息**:实际不会去获取。 - + ## 使用说明 @@ -135,7 +135,7 @@ Missav 批量提取器是一个用于备份收藏夹和提取视频内容的工 5. **查看 `jsonindex` 网页文件**:查看视频信息,点击图片查看预览,点击标题跳转到 Missav 页面。 - + > ### 🔍你可能在找成人脚本 > @@ -152,7 +152,7 @@ Missav 批量提取器是一个用于备份收藏夹和提取视频内容的工 - + ## 使用帮助 @@ -166,14 +166,14 @@ Missav 批量提取器是一个用于备份收藏夹和提取视频内容的工 **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相关脚本 > @@ -186,7 +186,7 @@ Missav 批量提取器是一个用于备份收藏夹和提取视频内容的工 - + > ### 🔍你可能在找网页相关脚本 > @@ -204,7 +204,7 @@ Missav 批量提取器是一个用于备份收藏夹和提取视频内容的工 - + > ### 🔍你可能在找GitHub相关脚本 > @@ -227,7 +227,7 @@ Missav 批量提取器是一个用于备份收藏夹和提取视频内容的工 - + > ### 🔍你可能在找Google相关脚本 > @@ -237,7 +237,7 @@ Missav 批量提取器是一个用于备份收藏夹和提取视频内容的工 - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -256,7 +256,7 @@ Missav 批量提取器是一个用于备份收藏夹和提取视频内容的工 - + > ### 🔍你可能在找成人脚本 > @@ -274,7 +274,7 @@ Missav 批量提取器是一个用于备份收藏夹和提取视频内容的工 - + > ### 🔍你可能在找自动翻译 > @@ -285,7 +285,7 @@ Missav 批量提取器是一个用于备份收藏夹和提取视频内容的工 - + > ### 🔍你可能在找社交媒体脚本 > @@ -296,7 +296,7 @@ Missav 批量提取器是一个用于备份收藏夹和提取视频内容的工 - +
    diff --git a/missav-explorer/README_en.md b/missav-explorer/README_en.md index 0f6f243a9..738868ba8 100644 --- a/missav-explorer/README_en.md +++ b/missav-explorer/README_en.md @@ -40,7 +40,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -73,17 +73,17 @@ - + # Missav Batch Extractor - + ## Introduction Missav Batch Extractor is a tool for backing up favorites and extracting video content。It can crawl all videos except the home page,It also provides custom extraction speed and file naming functions。After the download is completed,Generate a picture containing `img` Folder and one `Save file name.html` Name web files,Used to view obtained video information。 - + ## Function @@ -101,11 +101,11 @@ Missav Batch Extractor is a tool for backing up favorites and extracting video c - **Download high-definition large image**:Support downloading of high-definition large images。 - **supportWebDAVBackup**:Save towebdav。 - + ## Update records - + ### 2024/6/14 renew @@ -118,13 +118,13 @@ Missav Batch Extractor is a tool for backing up favorites and extracting video c - **HTML GeneratedThe interface supports getting pictures from the network**:Generated HTML The interface can obtain pictures from the network。 - **Download high-definition large image**:Support downloading of high-definition large images。 - + ## Known issues - **After the last page is retrieved, it is prompted to obtain information exceeding the maximum page.**:I won’t actually get it。 - + ## Instructions for use @@ -135,7 +135,7 @@ Missav Batch Extractor is a tool for backing up favorites and extracting video c 5. **Check `jsonindex` Web page files**:View video information,Click on the image to view the preview,Click the title to jump to Missav page。 - + > ### 🔍You might be looking for adult scripts > @@ -152,7 +152,7 @@ Missav Batch Extractor is a tool for backing up favorites and extracting video c - + ## Help @@ -166,14 +166,14 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - + > ### 🔍You may be looking forChatGPTRelated scripts > @@ -186,7 +186,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for web-related scripts > @@ -204,7 +204,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -227,7 +227,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGoogleRelated scripts > @@ -237,7 +237,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -256,7 +256,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for adult scripts > @@ -274,7 +274,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for automatic translation > @@ -285,7 +285,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for social media scripts > @@ -296,7 +296,7 @@ Recommended browser and script manager: - +
    diff --git a/missav-explorer/README_ko.md b/missav-explorer/README_ko.md index 2d28cca41..107d25e36 100644 --- a/missav-explorer/README_ko.md +++ b/missav-explorer/README_ko.md @@ -40,7 +40,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -73,17 +73,17 @@ - + # Missav 배치 추출기 - + ## 소개 Missav 배치 추출기는 즐겨 찾기를 백업하고 비디오 컨텐츠를 추출하는 도구입니다.。홈페이지를 제외한 모든 비디오를 크롤링 할 수 있습니다,또한 사용자 정의 추출 속도와 파일 이름 지정 기능을 제공합니다.。다운로드가 완료된 후,포함 된 그림을 생성하십시오 `img` 폴더와 하나 `파일 이름을 저장합니다.html` 이름 웹 파일,얻은 비디오 정보를 보는 데 사용됩니다。 - + ## 기능 @@ -101,11 +101,11 @@ Missav 배치 추출기는 즐겨 찾기를 백업하고 비디오 컨텐츠를 - **고화질 큰 이미지를 다운로드하십시오**:고화질 큰 이미지의 다운로드 지원。 - **지원하다WebDAV지원**:저장하십시오webdav。 - + ## 레코드 업데이트 - + ### 2024/6/14 고쳐 쓰다 @@ -118,13 +118,13 @@ Missav 배치 추출기는 즐겨 찾기를 백업하고 비디오 컨텐츠를 - **HTML 생성인터페이스는 네트워크에서 사진을 얻는 것을 지원합니다**:생성 HTML 인터페이스는 네트워크에서 사진을 얻을 수 있습니다。 - **고화질 큰 이미지를 다운로드하십시오**:고화질 큰 이미지의 다운로드 지원。 - + ## 알려진 문제 - **마지막 페이지를 검색 한 후 최대 페이지를 초과하는 정보를 얻을 수 있습니다.**:나는 실제로 그것을 얻지 못할 것입니다。 - + ## 사용 지침 @@ -135,7 +135,7 @@ Missav 배치 추출기는 즐겨 찾기를 백업하고 비디오 컨텐츠를 5. **확인하다 `jsonindex` 웹 페이지 파일**:비디오 정보를 봅니다,미리보기를 보려면 이미지를 클릭하십시오,제목을 클릭하여 점프하십시오 Missav 페이지。 - + > ### 🔍성인 스크립트를 찾고있을 수 있습니다 > @@ -152,7 +152,7 @@ Missav 배치 추출기는 즐겨 찾기를 백업하고 비디오 컨텐츠를 - + ## 돕다 @@ -166,14 +166,14 @@ Missav 배치 추출기는 즐겨 찾기를 백업하고 비디오 컨텐츠를 **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - + > ### 🔍당신은 찾고있을 수 있습니다ChatGPT관련 스크립트 > @@ -186,7 +186,7 @@ Missav 배치 추출기는 즐겨 찾기를 백업하고 비디오 컨텐츠를 - + > ### 🔍웹 관련 스크립트를 찾고있을 수 있습니다 > @@ -204,7 +204,7 @@ Missav 배치 추출기는 즐겨 찾기를 백업하고 비디오 컨텐츠를 - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -227,7 +227,7 @@ Missav 배치 추출기는 즐겨 찾기를 백업하고 비디오 컨텐츠를 - + > ### 🔍당신은 찾고있을 수 있습니다Google관련 스크립트 > @@ -237,7 +237,7 @@ Missav 배치 추출기는 즐겨 찾기를 백업하고 비디오 컨텐츠를 - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -256,7 +256,7 @@ Missav 배치 추출기는 즐겨 찾기를 백업하고 비디오 컨텐츠를 - + > ### 🔍성인 스크립트를 찾고있을 수 있습니다 > @@ -274,7 +274,7 @@ Missav 배치 추출기는 즐겨 찾기를 백업하고 비디오 컨텐츠를 - + > ### 🔍자동 번역을 찾고있을 수 있습니다 > @@ -285,7 +285,7 @@ Missav 배치 추출기는 즐겨 찾기를 백업하고 비디오 컨텐츠를 - + > ### 🔍소셜 미디어 스크립트를 찾고있을 수 있습니다 > @@ -296,7 +296,7 @@ Missav 배치 추출기는 즐겨 찾기를 백업하고 비디오 컨텐츠를 - +
    diff --git a/missav-explorer/README_vi.md b/missav-explorer/README_vi.md index b434f77b5..2f9e7b8b3 100644 --- a/missav-explorer/README_vi.md +++ b/missav-explorer/README_vi.md @@ -40,7 +40,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -73,17 +73,17 @@ - + # Missav Trích xuất lô - + ## Giới thiệu Missav Trích xuất hàng loạt là một công cụ để sao lưu các mục yêu thích và trích xuất nội dung video。Nó có thể thu thập dữ liệu tất cả các video ngoại trừ trang chủ,Nó cũng cung cấp các chức năng đặt tên và tốc độ trích xuất tùy chỉnh。Sau khi tải xuống hoàn tất,Tạo một bức tranh chứa `img` Thư mục và một `Lưu tên tệp.html` Tên tệp web,Được sử dụng để xem thông tin video thu được。 - + ## Chức năng @@ -101,11 +101,11 @@ Missav Trích xuất hàng loạt là một công cụ để sao lưu các mục - **Tải xuống hình ảnh lớn độ nét cao**:Hỗ trợ tải xuống hình ảnh lớn độ nét cao。 - **ủng hộWebDAVHỗ trợ**:Lưu đếnwebdav。 - + ## Cập nhật hồ sơ - + ### 2024/6/14 gia hạn @@ -118,13 +118,13 @@ Missav Trích xuất hàng loạt là một công cụ để sao lưu các mục - **HTML Tạo raGiao diện hỗ trợ nhận hình ảnh từ mạng**:Tạo ra HTML Giao diện có thể lấy hình ảnh từ mạng。 - **Tải xuống hình ảnh lớn độ nét cao**:Hỗ trợ tải xuống hình ảnh lớn độ nét cao。 - + ## Các vấn đề đã biết - **Sau khi trang cuối cùng được truy xuất, nó được nhắc để có được thông tin vượt quá trang tối đa.**:Tôi sẽ không thực sự nhận được nó。 - + ## Hướng dẫn sử dụng @@ -135,7 +135,7 @@ Missav Trích xuất hàng loạt là một công cụ để sao lưu các mục 5. **Kiểm tra `jsonindex` Tệp trang web**:Xem thông tin video,Nhấp vào hình ảnh để xem bản xem trước,Nhấp vào tiêu đề để nhảy đến Missav trang。 - + > ### 🔍Bạn có thể đang tìm kiếm kịch bản người lớn > @@ -152,7 +152,7 @@ Missav Trích xuất hàng loạt là một công cụ để sao lưu các mục - + ## Giúp đỡ @@ -166,14 +166,14 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - + > ### 🔍Bạn có thể đang tìm kiếmChatGPTTập lệnh liên quan > @@ -186,7 +186,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web > @@ -204,7 +204,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -227,7 +227,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGoogleTập lệnh liên quan > @@ -237,7 +237,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -256,7 +256,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm kịch bản người lớn > @@ -274,7 +274,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm bản dịch tự động > @@ -285,7 +285,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các kịch bản truyền thông xã hội > @@ -296,7 +296,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - +
    diff --git a/missav-explorer/README_zh-TW.md b/missav-explorer/README_zh-TW.md index 6709e9ecf..03c08d057 100644 --- a/missav-explorer/README_zh-TW.md +++ b/missav-explorer/README_zh-TW.md @@ -40,7 +40,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -73,17 +73,17 @@ - + # Missav 批量提取器 - + ## 簡介 Missav 批量提取器是一個用於備份收藏夾和提取視頻內容的工具。它可以抓取除了主頁下的所有視頻,並提供了自定義提取速度和文件命名的功能。下載完成後,生成一個包含圖片的 `img` 文件夾和一個 `保存文件名.html` 命名網頁文件,用於查看獲得的視頻信息。 - + ## 功能 @@ -101,11 +101,11 @@ Missav 批量提取器是一個用於備份收藏夾和提取視頻內容的工 - **高清大圖下載**:支持下載高清大圖。 - **支持WebDAV備份**:在下載同時保存到webdav。 - + ## 更新記錄 - + ### 2024/6/14 更新 @@ -118,13 +118,13 @@ Missav 批量提取器是一個用於備份收藏夾和提取視頻內容的工 - **HTML 生成的界面支持從網絡獲取圖片**:生成的 HTML 界面可以從網絡獲取圖片。 - **下載高清大圖**:支持下載高清大圖。 - + ## 已知問題 - **最後一頁獲取完成後提示獲取超出最大頁的信息**:實際不會去獲取。 - + ## 使用說明 @@ -135,7 +135,7 @@ Missav 批量提取器是一個用於備份收藏夾和提取視頻內容的工 5. **查看 `jsonindex` 網頁文件**:查看視頻信息,點擊圖片查看預覽,點擊標題跳轉到 Missav 頁面。 - + > ### 🔍你可能在找成人腳本 > @@ -152,7 +152,7 @@ Missav 批量提取器是一個用於備份收藏夾和提取視頻內容的工 - + ## 使用幫助 @@ -166,14 +166,14 @@ Missav 批量提取器是一個用於備份收藏夾和提取視頻內容的工 **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相關腳本 > @@ -186,7 +186,7 @@ Missav 批量提取器是一個用於備份收藏夾和提取視頻內容的工 - + > ### 🔍你可能在找網頁相關腳本 > @@ -204,7 +204,7 @@ Missav 批量提取器是一個用於備份收藏夾和提取視頻內容的工 - + > ### 🔍你可能在找GitHub相關腳本 > @@ -227,7 +227,7 @@ Missav 批量提取器是一個用於備份收藏夾和提取視頻內容的工 - + > ### 🔍你可能在找Google相關腳本 > @@ -237,7 +237,7 @@ Missav 批量提取器是一個用於備份收藏夾和提取視頻內容的工 - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -256,7 +256,7 @@ Missav 批量提取器是一個用於備份收藏夾和提取視頻內容的工 - + > ### 🔍你可能在找成人腳本 > @@ -274,7 +274,7 @@ Missav 批量提取器是一個用於備份收藏夾和提取視頻內容的工 - + > ### 🔍你可能在找自動翻譯 > @@ -285,7 +285,7 @@ Missav 批量提取器是一個用於備份收藏夾和提取視頻內容的工 - + > ### 🔍你可能在找社交媒體腳本 > @@ -296,7 +296,7 @@ Missav 批量提取器是一個用於備份收藏夾和提取視頻內容的工 - +
    diff --git a/missav-m3u8-finder/README.md b/missav-m3u8-finder/README.md index c5c69f725..2846c7693 100644 --- a/missav-m3u8-finder/README.md +++ b/missav-m3u8-finder/README.md @@ -40,7 +40,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -85,7 +85,7 @@ 增加下载进度显示。别问。问就是更新的贼快 - + > ### 🔍你可能在找成人脚本 > @@ -102,7 +102,7 @@ - + ## 使用帮助 @@ -116,13 +116,13 @@ **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相关脚本 > @@ -134,7 +134,7 @@ - + > ### 🔍你可能在找网页相关脚本 > @@ -151,7 +151,7 @@ - + > ### 🔍你可能在找GitHub相关脚本 > @@ -173,7 +173,7 @@ - + > ### 🔍你可能在找Google相关脚本 > @@ -182,7 +182,7 @@ - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -200,7 +200,7 @@ - + > ### 🔍你可能在找成人脚本 > @@ -217,7 +217,7 @@ - + > ### 🔍你可能在找自动翻译 > @@ -227,7 +227,7 @@ - + > ### 🔍你可能在找社交媒体脚本 > @@ -238,7 +238,7 @@ - +
    diff --git a/missav-m3u8-finder/README_en.md b/missav-m3u8-finder/README_en.md index 0ec849b99..8dce774c8 100644 --- a/missav-m3u8-finder/README_en.md +++ b/missav-m3u8-finder/README_en.md @@ -40,7 +40,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -85,7 +85,7 @@ Added download function,Multi-threaded asynchronous download。No progress dis Increase download progress display。Don’t ask。Ask it’s very fast to update - + > ### 🔍You might be looking for adult scripts > @@ -102,7 +102,7 @@ Increase download progress display。Don’t ask。Ask it’s very fast to updat - + ## Help @@ -116,13 +116,13 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - + > ### 🔍You may be looking forChatGPTRelated scripts > @@ -134,7 +134,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for web-related scripts > @@ -151,7 +151,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -173,7 +173,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGoogleRelated scripts > @@ -182,7 +182,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -200,7 +200,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for adult scripts > @@ -217,7 +217,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for automatic translation > @@ -227,7 +227,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for social media scripts > @@ -238,7 +238,7 @@ Recommended browser and script manager: - +
    diff --git a/missav-m3u8-finder/README_ko.md b/missav-m3u8-finder/README_ko.md index 0db40d993..dc7829558 100644 --- a/missav-m3u8-finder/README_ko.md +++ b/missav-m3u8-finder/README_ko.md @@ -40,7 +40,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -85,7 +85,7 @@ 다운로드 진행 상황 디스플레이를 늘리십시오。묻지 마세요。업데이트하는 것이 매우 빠릅니다 - + > ### 🔍성인 스크립트를 찾고있을 수 있습니다 > @@ -102,7 +102,7 @@ - + ## 돕다 @@ -116,13 +116,13 @@ **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - + > ### 🔍당신은 찾고있을 수 있습니다ChatGPT관련 스크립트 > @@ -134,7 +134,7 @@ - + > ### 🔍웹 관련 스크립트를 찾고있을 수 있습니다 > @@ -151,7 +151,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -173,7 +173,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다Google관련 스크립트 > @@ -182,7 +182,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -200,7 +200,7 @@ - + > ### 🔍성인 스크립트를 찾고있을 수 있습니다 > @@ -217,7 +217,7 @@ - + > ### 🔍자동 번역을 찾고있을 수 있습니다 > @@ -227,7 +227,7 @@ - + > ### 🔍소셜 미디어 스크립트를 찾고있을 수 있습니다 > @@ -238,7 +238,7 @@ - +
    diff --git a/missav-m3u8-finder/README_vi.md b/missav-m3u8-finder/README_vi.md index 034a58f99..d6b9da58f 100644 --- a/missav-m3u8-finder/README_vi.md +++ b/missav-m3u8-finder/README_vi.md @@ -40,7 +40,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -85,7 +85,7 @@ Có sẵn [m3u8 Người tải xuống](https://github.com/nilaoda/N_m3u8DL-RE)T Tăng màn hình tiến trình tải xuống。Đừng hỏi。Hỏi nó rất nhanh để cập nhật - + > ### 🔍Bạn có thể đang tìm kiếm kịch bản người lớn > @@ -102,7 +102,7 @@ Tăng màn hình tiến trình tải xuống。Đừng hỏi。Hỏi nó rất n - + ## Giúp đỡ @@ -116,13 +116,13 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - + > ### 🔍Bạn có thể đang tìm kiếmChatGPTTập lệnh liên quan > @@ -134,7 +134,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web > @@ -151,7 +151,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -173,7 +173,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGoogleTập lệnh liên quan > @@ -182,7 +182,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -200,7 +200,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm kịch bản người lớn > @@ -217,7 +217,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm bản dịch tự động > @@ -227,7 +227,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các kịch bản truyền thông xã hội > @@ -238,7 +238,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - +
    diff --git a/missav-m3u8-finder/README_zh-TW.md b/missav-m3u8-finder/README_zh-TW.md index dd852dd2f..c64458cf6 100644 --- a/missav-m3u8-finder/README_zh-TW.md +++ b/missav-m3u8-finder/README_zh-TW.md @@ -40,7 +40,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -85,7 +85,7 @@ 增加下載進度顯示。別問。問就是更新的賊快 - + > ### 🔍你可能在找成人腳本 > @@ -102,7 +102,7 @@ - + ## 使用幫助 @@ -116,13 +116,13 @@ **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相關腳本 > @@ -134,7 +134,7 @@ - + > ### 🔍你可能在找網頁相關腳本 > @@ -151,7 +151,7 @@ - + > ### 🔍你可能在找GitHub相關腳本 > @@ -173,7 +173,7 @@ - + > ### 🔍你可能在找Google相關腳本 > @@ -182,7 +182,7 @@ - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -200,7 +200,7 @@ - + > ### 🔍你可能在找成人腳本 > @@ -217,7 +217,7 @@ - + > ### 🔍你可能在找自動翻譯 > @@ -227,7 +227,7 @@ - + > ### 🔍你可能在找社交媒體腳本 > @@ -238,7 +238,7 @@ - +
    diff --git a/no-zh-terminator/README.md b/no-zh-terminator/README.md index 46dc5ef89..981d5a7a0 100644 --- a/no-zh-terminator/README.md +++ b/no-zh-terminator/README.md @@ -40,7 +40,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -74,7 +74,7 @@

    使用的Goolge翻译.无法连接Google的请不要下载

    - + # 外语终结者 @@ -82,7 +82,7 @@ **作者:** [人民的勤务员](https://greasyfork.org/zh-CN/users/1169082) **描述:** 识别非中文字符,如果长度大于5且翻译文本中不含中文,则替换为中文。 - + ## 功能说明 @@ -90,7 +90,7 @@ - **站点控制:** 用户可以通过菜单命令来控制翻译功能在特定站点的启用或禁用。 - + ## 使用说明 @@ -98,7 +98,7 @@ - 可通过用户菜单控制翻译功能的启用和禁用。 - 编辑生效站点列表,定制哪些站点启用翻译功能。 - + ## 配置和定制 @@ -107,19 +107,19 @@ - **添加/移出翻译:** 选择当前站点是否启用翻译。 - **编辑生效站点:** 手动编辑站点列表,定制翻译功能。 - + ## 使用前: ![bf.png](https://s2.loli.net/2024/08/24/kuC7yUIwPmcRje8.png) - + ## 使用后: ![af.png](https://s2.loli.net/2024/08/24/nYrsvgqNukK1ADZ.png) - + > ### 🔍你可能在找自动翻译 > @@ -129,7 +129,7 @@ - + ## 使用帮助 @@ -143,14 +143,14 @@ **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相关脚本 > @@ -163,7 +163,7 @@ - + > ### 🔍你可能在找网页相关脚本 > @@ -181,7 +181,7 @@ - + > ### 🔍你可能在找GitHub相关脚本 > @@ -204,7 +204,7 @@ - + > ### 🔍你可能在找Google相关脚本 > @@ -214,7 +214,7 @@ - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -233,7 +233,7 @@ - + > ### 🔍你可能在找成人脚本 > @@ -251,7 +251,7 @@ - + > ### 🔍你可能在找自动翻译 > @@ -262,7 +262,7 @@ - + > ### 🔍你可能在找社交媒体脚本 > @@ -273,7 +273,7 @@ - +
    diff --git a/no-zh-terminator/README_en.md b/no-zh-terminator/README_en.md index 5033086c5..efaba1a5f 100644 --- a/no-zh-terminator/README_en.md +++ b/no-zh-terminator/README_en.md @@ -40,7 +40,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -74,7 +74,7 @@

    UsedGoolgetranslate.Unable to connectGooglePlease do not download

    - + # Foreign Language Terminator @@ -82,7 +82,7 @@ **author:** [人民的勤务员](https://greasyfork.org/zh-CN/users/1169082) **describe:** Recognize non-Chinese characters,If the length is greater than5And the translated text does not contain Chinese,Replace it with Chinese。 - + ## Function description @@ -90,7 +90,7 @@ This script can recognize non-Chinese characters on web pages,and automaticall - **Site Control:** Users can control the activation or disabling of translation functions on specific sites through menu commands.。 - + ## Instructions for use @@ -98,7 +98,7 @@ This script can recognize non-Chinese characters on web pages,and automaticall - The user menu can control the enablement and disabling of the translation function.。 - Edit the effective site list,Customize which sites enable translation。 - + ## Configuration and customization @@ -107,19 +107,19 @@ Users can use the following command to perform the following operations: - **Add to/Move out translation:** Select whether to enable translation on the current site。 - **Edit effective site:** Manually edit site list,Customized translation functions。 - + ## Before use: ![bf.png](https://s2.loli.net/2024/08/24/kuC7yUIwPmcRje8.png) - + ## After use: ![af.png](https://s2.loli.net/2024/08/24/nYrsvgqNukK1ADZ.png) - + > ### 🔍You may be looking for automatic translation > @@ -129,7 +129,7 @@ Users can use the following command to perform the following operations: - + ## Help @@ -143,14 +143,14 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - + > ### 🔍You may be looking forChatGPTRelated scripts > @@ -163,7 +163,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for web-related scripts > @@ -181,7 +181,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -204,7 +204,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGoogleRelated scripts > @@ -214,7 +214,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -233,7 +233,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for adult scripts > @@ -251,7 +251,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for automatic translation > @@ -262,7 +262,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for social media scripts > @@ -273,7 +273,7 @@ Recommended browser and script manager: - +
    diff --git a/no-zh-terminator/README_ko.md b/no-zh-terminator/README_ko.md index 2b67ec671..76a1dfaf6 100644 --- a/no-zh-terminator/README_ko.md +++ b/no-zh-terminator/README_ko.md @@ -40,7 +40,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -74,7 +74,7 @@

    사용된Goolge번역하다.연결할 수 없습니다Google다운로드하지 마십시오

    - + # 외국어 터미네이터 @@ -82,7 +82,7 @@ **작가:** [人民的勤务员](https://greasyfork.org/zh-CN/users/1169082) **설명하다:** 비 중국어 캐릭터를 인식합니다,길이가 더 큰 경우5번역 된 텍스트에는 중국어가 포함되어 있지 않습니다,중국어로 교체하십시오。 - + ## 기능 설명 @@ -90,7 +90,7 @@ - **사이트 제어:** 사용자는 메뉴 명령을 통해 특정 사이트에서 번역 기능의 활성화 또는 비활성화를 제어 할 수 있습니다.。 - + ## 사용 지침 @@ -98,7 +98,7 @@ - 사용자 메뉴는 번역 기능의 활성화 및 비활성화를 제어 할 수 있습니다.。 - 유효 사이트 목록을 편집하십시오,어떤 사이트가 번역을 활성화하는지 사용자 정의하십시오。 - + ## 구성 및 사용자 정의 @@ -107,19 +107,19 @@ - **추가/번역을 옮기십시오:** 현재 사이트에서 번역을 활성화할지 여부를 선택하십시오。 - **효과적인 사이트를 편집하십시오:** 사이트 목록을 수동으로 편집합니다,맞춤형 번역 기능。 - + ## 사용하기 전에: ![bf.png](https://s2.loli.net/2024/08/24/kuC7yUIwPmcRje8.png) - + ## 사용 후: ![af.png](https://s2.loli.net/2024/08/24/nYrsvgqNukK1ADZ.png) - + > ### 🔍자동 번역을 찾고있을 수 있습니다 > @@ -129,7 +129,7 @@ - + ## 돕다 @@ -143,14 +143,14 @@ **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - + > ### 🔍당신은 찾고있을 수 있습니다ChatGPT관련 스크립트 > @@ -163,7 +163,7 @@ - + > ### 🔍웹 관련 스크립트를 찾고있을 수 있습니다 > @@ -181,7 +181,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -204,7 +204,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다Google관련 스크립트 > @@ -214,7 +214,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -233,7 +233,7 @@ - + > ### 🔍성인 스크립트를 찾고있을 수 있습니다 > @@ -251,7 +251,7 @@ - + > ### 🔍자동 번역을 찾고있을 수 있습니다 > @@ -262,7 +262,7 @@ - + > ### 🔍소셜 미디어 스크립트를 찾고있을 수 있습니다 > @@ -273,7 +273,7 @@ - +
    diff --git a/no-zh-terminator/README_vi.md b/no-zh-terminator/README_vi.md index 45c59541b..31bbec86d 100644 --- a/no-zh-terminator/README_vi.md +++ b/no-zh-terminator/README_vi.md @@ -40,7 +40,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -74,7 +74,7 @@

    Đã sử dụngGoolgedịch.Không thể kết nốiGoogleVui lòng không tải xuống

    - + # Terminator ngoại ngữ @@ -82,7 +82,7 @@ **tác giả:** [人民的勤务员](https://greasyfork.org/zh-CN/users/1169082) **mô tả:** Nhận ra các ký tự không phải người Trung Quốc,Nếu độ dài lớn hơn5Và văn bản dịch không chứa tiếng Trung,Thay thế nó bằng tiếng Trung。 - + ## Mô tả chức năng @@ -90,7 +90,7 @@ Tập lệnh này có thể nhận ra các ký tự không phải người Trung - **Kiểm soát trang web:** Người dùng có thể kiểm soát việc kích hoạt hoặc vô hiệu hóa các hàm dịch trên các trang web cụ thể thông qua các lệnh menu.。 - + ## Hướng dẫn sử dụng @@ -98,7 +98,7 @@ Tập lệnh này có thể nhận ra các ký tự không phải người Trung - Menu người dùng có thể kiểm soát việc hỗ trợ và vô hiệu hóa chức năng dịch.。 - Chỉnh sửa danh sách trang web hiệu quả,Tùy chỉnh trang web nào cho phép dịch。 - + ## Cấu hình và tùy chỉnh @@ -107,19 +107,19 @@ Người dùng có thể sử dụng lệnh sau để thực hiện các hoạt - **Thêm vào/Di chuyển ra bản dịch:** Chọn xem có thể bật dịch trên trang web hiện tại。 - **Chỉnh sửa trang web hiệu quả:** Danh sách trang web chỉnh sửa thủ công,Chức năng dịch tùy chỉnh。 - + ## Trước khi sử dụng: ![bf.png](https://s2.loli.net/2024/08/24/kuC7yUIwPmcRje8.png) - + ## Sau khi sử dụng: ![af.png](https://s2.loli.net/2024/08/24/nYrsvgqNukK1ADZ.png) - + > ### 🔍Bạn có thể đang tìm kiếm bản dịch tự động > @@ -129,7 +129,7 @@ Người dùng có thể sử dụng lệnh sau để thực hiện các hoạt - + ## Giúp đỡ @@ -143,14 +143,14 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - + > ### 🔍Bạn có thể đang tìm kiếmChatGPTTập lệnh liên quan > @@ -163,7 +163,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web > @@ -181,7 +181,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -204,7 +204,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGoogleTập lệnh liên quan > @@ -214,7 +214,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -233,7 +233,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm kịch bản người lớn > @@ -251,7 +251,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm bản dịch tự động > @@ -262,7 +262,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các kịch bản truyền thông xã hội > @@ -273,7 +273,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - +
    diff --git a/no-zh-terminator/README_zh-TW.md b/no-zh-terminator/README_zh-TW.md index 2175ec6e1..2428172ab 100644 --- a/no-zh-terminator/README_zh-TW.md +++ b/no-zh-terminator/README_zh-TW.md @@ -40,7 +40,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -74,7 +74,7 @@

    使用的Goolge翻譯.無法連接Google的請不要下載

    - + # 外語終結者 @@ -82,7 +82,7 @@ **作者:** [人民的勤务员](https://greasyfork.org/zh-CN/users/1169082) **描述:** 識別非中文字符,如果長度大於5且翻譯文本中不含中文,則替換為中文。 - + ## 功能說明 @@ -90,7 +90,7 @@ - **站點控制:** 用戶可以通過菜單命令來控制翻譯功能在特定站點的啟用或禁用。 - + ## 使用說明 @@ -98,7 +98,7 @@ - 可通過用戶菜單控制翻譯功能的啟用和禁用。 - 編輯生效站點列表,定制哪些站點啟用翻譯功能。 - + ## 配置和定制 @@ -107,19 +107,19 @@ - **添加/移出翻譯:** 選擇當前站點是否啟用翻譯。 - **編輯生效站點:** 手動編輯站點列表,定制翻譯功能。 - + ## 使用前: ![bf.png](https://s2.loli.net/2024/08/24/kuC7yUIwPmcRje8.png) - + ## 使用後: ![af.png](https://s2.loli.net/2024/08/24/nYrsvgqNukK1ADZ.png) - + > ### 🔍你可能在找自動翻譯 > @@ -129,7 +129,7 @@ - + ## 使用幫助 @@ -143,14 +143,14 @@ **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相關腳本 > @@ -163,7 +163,7 @@ - + > ### 🔍你可能在找網頁相關腳本 > @@ -181,7 +181,7 @@ - + > ### 🔍你可能在找GitHub相關腳本 > @@ -204,7 +204,7 @@ - + > ### 🔍你可能在找Google相關腳本 > @@ -214,7 +214,7 @@ - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -233,7 +233,7 @@ - + > ### 🔍你可能在找成人腳本 > @@ -251,7 +251,7 @@ - + > ### 🔍你可能在找自動翻譯 > @@ -262,7 +262,7 @@ - + > ### 🔍你可能在找社交媒體腳本 > @@ -273,7 +273,7 @@ - +
    diff --git a/popup-window/README.md b/popup-window/README.md index 4c4abf2bd..7bfe7ba7e 100644 --- a/popup-window/README.md +++ b/popup-window/README.md @@ -40,7 +40,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -125,17 +125,17 @@ - + ## 功能介绍 🔗 拖拽即开小窗 — 拖拽网页链接,便捷地在小窗口中打开并预览,使用 Edge 的预读技术。小窗口后方有亚克力效果,提升视觉体验。 - + # 菜单选项说明 - + ## 选项列表 @@ -194,14 +194,14 @@ **每个选项后面都有一个对应的操作函数,这些函数用于更新菜单的设置。通过点击选项,用户可以直接改变相关配置,并立即看到效果。** - + ## 支持的网页 🌐 全网页适用 — 支持所有网页,随时随地享受便捷的链接预览与打开功能。 - + > ### 🔍你可能在找网页相关脚本 > @@ -217,7 +217,7 @@ > - [**MarkDown 云剪笔记**](https://greasyfork.org/scripts/530139): 将网页内容转换为 Markdown 格式的工具,支持复制、下载、发送到 GitHub 和 Obsidian 等功能。 - + ## 脚本亮点: @@ -227,7 +227,7 @@ 可调节模糊效果强度。 自定义小窗口尺寸。 - + ## 注意事项: @@ -235,7 +235,7 @@ 立即体验! 🚀 提升浏览效率 — 安装脚本,享受智能链接预览和美观小窗口! - + ## ☭ 感谢 @@ -244,7 +244,7 @@ - **[hmjz100](https://greasyfork.org/zh-CN/users/893941)** - **[tony0809](https://greasyfork.org/zh-CN/users/20361)** 为脚本添加了自定义域名设置的代码 - + ## 脚本演示 @@ -262,7 +262,7 @@ ![1.png](https://greasyfork.s3.us-east-2.amazonaws.com/45120umjmiqk1lfkh0116ad6pnui) - + ## 使用帮助 @@ -276,14 +276,14 @@ **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相关脚本 > @@ -296,7 +296,7 @@ - + > ### 🔍你可能在找网页相关脚本 > @@ -314,7 +314,7 @@ - + > ### 🔍你可能在找GitHub相关脚本 > @@ -337,7 +337,7 @@ - + > ### 🔍你可能在找Google相关脚本 > @@ -347,7 +347,7 @@ - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -366,7 +366,7 @@ - + > ### 🔍你可能在找成人脚本 > @@ -384,7 +384,7 @@ - + > ### 🔍你可能在找自动翻译 > @@ -395,7 +395,7 @@ - + > ### 🔍你可能在找社交媒体脚本 > @@ -406,7 +406,7 @@ - +
    diff --git a/popup-window/README_en.md b/popup-window/README_en.md index 8d1e0e827..f8103316e 100644 --- a/popup-window/README_en.md +++ b/popup-window/README_en.md @@ -40,7 +40,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -125,17 +125,17 @@ - + ## Feature Introduction 🔗 **Drag and Drop to Open Preview Window** — Easily open and preview web links in a small window by dragging them, utilizing Edge's pre-read technology. The background of the small window features an acrylic effect to enhance visual appeal. - + # Menu Options Description - + ## Options List @@ -193,13 +193,13 @@ **Each option is followed by a corresponding action function, which is used to update the menu settings. By clicking on an option, users can directly change the related configuration and see the effect immediately.** - + ## Supported Web Pages 🌐 **Applicable to All Web Pages** — Supports all web pages, allowing convenient link preview and opening functionality anytime, anywhere. - + ## Script Highlights: @@ -209,7 +209,7 @@ - Adjustable blur effect intensity. - Customizable small window size. - + ## Notes: @@ -223,14 +223,14 @@ ![1.png](https://greasyfork.s3.us-east-2.amazonaws.com/45120umjmiqk1lfkh0116ad6pnui) - + ## Original Author [hiisme](https://greasyfork.org/zh-CN/scripts/504567) - + > ### 🔍You may be looking for web-related scripts > @@ -247,7 +247,7 @@ - + ## Help @@ -261,14 +261,14 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - + > ### 🔍You may be looking forChatGPTRelated scripts > @@ -281,7 +281,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for web-related scripts > @@ -299,7 +299,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -322,7 +322,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGoogleRelated scripts > @@ -332,7 +332,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -351,7 +351,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for adult scripts > @@ -369,7 +369,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for automatic translation > @@ -380,7 +380,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for social media scripts > @@ -391,7 +391,7 @@ Recommended browser and script manager: - +
    diff --git a/popup-window/README_ko.md b/popup-window/README_ko.md index 48cd3f03c..a4edb9348 100644 --- a/popup-window/README_ko.md +++ b/popup-window/README_ko.md @@ -40,7 +40,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -125,17 +125,17 @@ - + ## 기능적 소개 🔗 창을 끌고 떨어 뜨립니다 — 웹 링크를 드래그 앤 드롭합니다,작은 창에서 편리하게 열리고 미리보기,사용 Edge 독서 기술。작은 창 뒤에 아크릴 효과,시각적 경험을 향상시킵니다。 - + # 메뉴 옵션 설명 - + ## 옵션 목록 @@ -194,14 +194,14 @@ **각 옵션 후에 해당 조작 기능이 있습니다,이러한 기능은 메뉴 설정을 업데이트하는 데 사용됩니다。옵션을 클릭하여,사용자는 관련 구성을 직접 변경할 수 있습니다,그리고 그 효과를 즉시 확인하십시오。** - + ## 지원되는 웹 페이지 🌐 모든 페이지가 적용됩니다 — 모든 웹 페이지를 지원합니다,언제 어디서나 편리한 링크 미리보기 및 개방 기능을 즐기십시오。 - + > ### 🔍웹 관련 스크립트를 찾고있을 수 있습니다 > @@ -217,7 +217,7 @@ > - [**마크 다운 클라우드 컷 메모**](https://greasyfork.org/scripts/530139): 웹 컨텐츠를 Markdown 형식으로 변환하는 도구는 복사, 다운로드 및 Github 및 Obsidian으로 전송과 같은 기능을 지원합니다. - + ## 스크립트 하이라이트: @@ -227,7 +227,7 @@ 조정 가능한 블러 효과 강도。 창 크기를 사용자 정의하십시오。 - + ## 주목해야 할 것: @@ -235,7 +235,7 @@ 지금 경험하십시오! 🚀 탐색 효율성을 향상시킵니다 — 설치 스크립트,스마트 링크 미리보기와 아름다운 창을 즐기십시오! - + ## ☭ 고마워하는 @@ -244,7 +244,7 @@ - **[hmjz100](https://greasyfork.org/zh-CN/users/893941)** - **[tony0809](https://greasyfork.org/zh-CN/users/20361)** 사용자 정의 도메인 이름 설정에 스크립트에 코드가 추가되었습니다. - + ## 스크립트 데모 @@ -262,7 +262,7 @@ ![1.png](https://greasyfork.s3.us-east-2.amazonaws.com/45120umjmiqk1lfkh0116ad6pnui) - + ## 돕다 @@ -276,14 +276,14 @@ **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - + > ### 🔍당신은 찾고있을 수 있습니다ChatGPT관련 스크립트 > @@ -296,7 +296,7 @@ - + > ### 🔍웹 관련 스크립트를 찾고있을 수 있습니다 > @@ -314,7 +314,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -337,7 +337,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다Google관련 스크립트 > @@ -347,7 +347,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -366,7 +366,7 @@ - + > ### 🔍성인 스크립트를 찾고있을 수 있습니다 > @@ -384,7 +384,7 @@ - + > ### 🔍자동 번역을 찾고있을 수 있습니다 > @@ -395,7 +395,7 @@ - + > ### 🔍소셜 미디어 스크립트를 찾고있을 수 있습니다 > @@ -406,7 +406,7 @@ - +
    diff --git a/popup-window/README_vi.md b/popup-window/README_vi.md index 7744827b0..e303ebbb1 100644 --- a/popup-window/README_vi.md +++ b/popup-window/README_vi.md @@ -40,7 +40,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -125,17 +125,17 @@ - + ## Giới thiệu chức năng 🔗 Kéo và thả cửa sổ — Kéo và thả liên kết web,Mở thuận tiện và xem trước trong các cửa sổ nhỏ,sử dụng Edge Công nghệ đọc。Hiệu ứng acrylic phía sau cửa sổ nhỏ,Cải thiện trải nghiệm hình ảnh。 - + # Mô tả tùy chọn menu - + ## Danh sách tùy chọn @@ -194,14 +194,14 @@ **Có một chức năng hoạt động tương ứng sau mỗi tùy chọn,Các chức năng này được sử dụng để cập nhật cài đặt menu。Bằng cách nhấp vào các tùy chọn,Người dùng có thể thay đổi trực tiếp cấu hình có liên quan,Và xem hiệu ứng ngay lập tức。** - + ## Các trang web được hỗ trợ 🌐 Tất cả các trang đều được áp dụng — Hỗ trợ tất cả các trang web,Thưởng thức xem trước liên kết thuận tiện và mở các chức năng mọi lúc, mọi nơi。 - + > ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web > @@ -217,7 +217,7 @@ > - [**Markdown Cloud Cut Ghi chú**](https://greasyfork.org/scripts/530139): Một công cụ chuyển đổi nội dung web thành định dạng đánh dấu, hỗ trợ các tính năng như sao chép, tải xuống và gửi đến GitHub và Obsidian. - + ## Kịch bản nổi bật: @@ -227,7 +227,7 @@ Cài đặt tùy chọn: Cường độ hiệu ứng mờ có thể điều chỉnh。 Tùy chỉnh kích thước của cửa sổ。 - + ## Những điều cần lưu ý: @@ -235,7 +235,7 @@ Khi nhấp hoặc cuộn một trang,Có thể tự động đóng các cửa Kinh nghiệm ngay bây giờ! 🚀 Cải thiện hiệu quả duyệt web — Tập lệnh cài đặt,Thưởng thức xem trước liên kết thông minh và cửa sổ đẹp! - + ## ☭ tri ân @@ -244,7 +244,7 @@ Kinh nghiệm ngay bây giờ! - **[hmjz100](https://greasyfork.org/zh-CN/users/893941)** - **[tony0809](https://greasyfork.org/zh-CN/users/20361)** Đã thêm mã vào tập lệnh vào cài đặt tên miền tùy chỉnh - + ## Tập lệnh demo @@ -262,7 +262,7 @@ Kịch bản báo chí dài,Kéo và kéo,Ghi lại vị trí cửa sổ trình ![1.png](https://greasyfork.s3.us-east-2.amazonaws.com/45120umjmiqk1lfkh0116ad6pnui) - + ## Giúp đỡ @@ -276,14 +276,14 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - + > ### 🔍Bạn có thể đang tìm kiếmChatGPTTập lệnh liên quan > @@ -296,7 +296,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web > @@ -314,7 +314,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -337,7 +337,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGoogleTập lệnh liên quan > @@ -347,7 +347,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -366,7 +366,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm kịch bản người lớn > @@ -384,7 +384,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm bản dịch tự động > @@ -395,7 +395,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các kịch bản truyền thông xã hội > @@ -406,7 +406,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - +
    diff --git a/popup-window/README_zh-TW.md b/popup-window/README_zh-TW.md index da370f054..b55982156 100644 --- a/popup-window/README_zh-TW.md +++ b/popup-window/README_zh-TW.md @@ -40,7 +40,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -125,17 +125,17 @@ - + ## 功能介紹 🔗 拖拽即開小窗 — 拖拽網頁鏈接,便捷地在小窗口中打開並預覽,使用 Edge 的預讀技術。小窗口後方有亞克力效果,提升視覺體驗。 - + # 菜單選項說明 - + ## 選項列表 @@ -194,14 +194,14 @@ **每個選項後面都有一個對應的操作函數,這些函數用於更新菜單的設置。通過點擊選項,用戶可以直接改變相關配置,並立即看到效果。** - + ## 支持的網頁 🌐 全網頁適用 — 支持所有網頁,隨時隨地享受便捷的鏈接預覽與打開功能。 - + > ### 🔍你可能在找網頁相關腳本 > @@ -217,7 +217,7 @@ > - [**MarkDown 雲剪筆記**](https://greasyfork.org/scripts/530139): 將網頁內容轉換為 Markdown 格式的工具,支持複製、下載、發送到 GitHub 和 Obsidian 等功能。 - + ## 腳本亮點: @@ -227,7 +227,7 @@ 可調節模糊效果強度。 自定義小窗口尺寸。 - + ## 注意事項: @@ -235,7 +235,7 @@ 立即體驗! 🚀 提升瀏覽效率 — 安裝腳本,享受智能鏈接預覽和美觀小窗口! - + ## ☭ 感謝 @@ -244,7 +244,7 @@ - **[hmjz100](https://greasyfork.org/zh-CN/users/893941)** - **[tony0809](https://greasyfork.org/zh-CN/users/20361)** 為腳本添加了自定義域名設置的代碼 - + ## 腳本演示 @@ -262,7 +262,7 @@ ![1.png](https://greasyfork.s3.us-east-2.amazonaws.com/45120umjmiqk1lfkh0116ad6pnui) - + ## 使用幫助 @@ -276,14 +276,14 @@ **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相關腳本 > @@ -296,7 +296,7 @@ - + > ### 🔍你可能在找網頁相關腳本 > @@ -314,7 +314,7 @@ - + > ### 🔍你可能在找GitHub相關腳本 > @@ -337,7 +337,7 @@ - + > ### 🔍你可能在找Google相關腳本 > @@ -347,7 +347,7 @@ - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -366,7 +366,7 @@ - + > ### 🔍你可能在找成人腳本 > @@ -384,7 +384,7 @@ - + > ### 🔍你可能在找自動翻譯 > @@ -395,7 +395,7 @@ - + > ### 🔍你可能在找社交媒體腳本 > @@ -406,7 +406,7 @@ - +
    diff --git a/pornhub-download/README.md b/pornhub-download/README.md index b3fdf9b92..fccc97348 100644 --- a/pornhub-download/README.md +++ b/pornhub-download/README.md @@ -40,7 +40,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -110,7 +110,7 @@ ![](https://greasyfork.s3.us-east-2.amazonaws.com/ekvnnglp08sc4cciiunnmwor3cef) ![](https://greasyfork.s3.us-east-2.amazonaws.com/xl7sqh5acft7a6fd2wu3ird3f1dw) - + > ### 🔍你可能在找成人脚本 > @@ -127,7 +127,7 @@ - + ## 使用帮助 @@ -141,13 +141,13 @@ **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相关脚本 > @@ -159,7 +159,7 @@ - + > ### 🔍你可能在找网页相关脚本 > @@ -176,7 +176,7 @@ - + > ### 🔍你可能在找GitHub相关脚本 > @@ -198,7 +198,7 @@ - + > ### 🔍你可能在找Google相关脚本 > @@ -207,7 +207,7 @@ - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -225,7 +225,7 @@ - + > ### 🔍你可能在找成人脚本 > @@ -242,7 +242,7 @@ - + > ### 🔍你可能在找自动翻译 > @@ -252,7 +252,7 @@ - + > ### 🔍你可能在找社交媒体脚本 > @@ -263,7 +263,7 @@ - +
    diff --git a/pornhub-download/README_en.md b/pornhub-download/README_en.md index 159e952f7..4a450b001 100644 --- a/pornhub-download/README_en.md +++ b/pornhub-download/README_en.md @@ -40,7 +40,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -113,7 +113,7 @@ - + > ### 🔍You might be looking for adult scripts > @@ -130,7 +130,7 @@ - + ## Help @@ -144,13 +144,13 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - + > ### 🔍You may be looking forChatGPTRelated scripts > @@ -162,7 +162,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for web-related scripts > @@ -179,7 +179,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -201,7 +201,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGoogleRelated scripts > @@ -210,7 +210,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -228,7 +228,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for adult scripts > @@ -245,7 +245,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for automatic translation > @@ -255,7 +255,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for social media scripts > @@ -266,7 +266,7 @@ Recommended browser and script manager: - +
    diff --git a/pornhub-download/README_ko.md b/pornhub-download/README_ko.md index fe0c723f9..f715ce32a 100644 --- a/pornhub-download/README_ko.md +++ b/pornhub-download/README_ko.md @@ -40,7 +40,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -113,7 +113,7 @@ - + > ### 🔍성인 스크립트를 찾고있을 수 있습니다 > @@ -130,7 +130,7 @@ - + ## 돕다 @@ -144,13 +144,13 @@ **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - + > ### 🔍당신은 찾고있을 수 있습니다ChatGPT관련 스크립트 > @@ -162,7 +162,7 @@ - + > ### 🔍웹 관련 스크립트를 찾고있을 수 있습니다 > @@ -179,7 +179,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -201,7 +201,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다Google관련 스크립트 > @@ -210,7 +210,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -228,7 +228,7 @@ - + > ### 🔍성인 스크립트를 찾고있을 수 있습니다 > @@ -245,7 +245,7 @@ - + > ### 🔍자동 번역을 찾고있을 수 있습니다 > @@ -255,7 +255,7 @@ - + > ### 🔍소셜 미디어 스크립트를 찾고있을 수 있습니다 > @@ -266,7 +266,7 @@ - +
    diff --git a/pornhub-download/README_vi.md b/pornhub-download/README_vi.md index edd8b95ee..529d8cc81 100644 --- a/pornhub-download/README_vi.md +++ b/pornhub-download/README_vi.md @@ -40,7 +40,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -112,7 +112,7 @@ - + > ### 🔍Bạn có thể đang tìm kiếm kịch bản người lớn > @@ -129,7 +129,7 @@ - + ## Giúp đỡ @@ -143,13 +143,13 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - + > ### 🔍Bạn có thể đang tìm kiếmChatGPTTập lệnh liên quan > @@ -161,7 +161,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web > @@ -178,7 +178,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -200,7 +200,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGoogleTập lệnh liên quan > @@ -209,7 +209,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -227,7 +227,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm kịch bản người lớn > @@ -244,7 +244,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm bản dịch tự động > @@ -254,7 +254,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các kịch bản truyền thông xã hội > @@ -265,7 +265,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - +
    diff --git a/pornhub-download/README_zh-TW.md b/pornhub-download/README_zh-TW.md index e0e0c3343..ad6baa1d6 100644 --- a/pornhub-download/README_zh-TW.md +++ b/pornhub-download/README_zh-TW.md @@ -40,7 +40,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -113,7 +113,7 @@ - + > ### 🔍你可能在找成人腳本 > @@ -130,7 +130,7 @@ - + ## 使用幫助 @@ -144,13 +144,13 @@ **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相關腳本 > @@ -162,7 +162,7 @@ - + > ### 🔍你可能在找網頁相關腳本 > @@ -179,7 +179,7 @@ - + > ### 🔍你可能在找GitHub相關腳本 > @@ -201,7 +201,7 @@ - + > ### 🔍你可能在找Google相關腳本 > @@ -210,7 +210,7 @@ - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -228,7 +228,7 @@ - + > ### 🔍你可能在找成人腳本 > @@ -245,7 +245,7 @@ - + > ### 🔍你可能在找自動翻譯 > @@ -255,7 +255,7 @@ - + > ### 🔍你可能在找社交媒體腳本 > @@ -266,7 +266,7 @@ - +
    diff --git a/remove-link-underlines/README.md b/remove-link-underlines/README.md index f8c83d5d9..f2b2f2eaf 100644 --- a/remove-link-underlines/README.md +++ b/remove-link-underlines/README.md @@ -40,7 +40,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -68,22 +68,22 @@ - + # Remove Link Underlines - + ## Description This userscript removes underlines from all links on any website and dynamically handles new links. It ensures a cleaner and more visually appealing browsing experience. - + ## Description in Multiple Languages - + > ### 🔍你可能在找网页相关脚本 > @@ -99,67 +99,67 @@ This userscript removes underlines from all links on any website and dynamically > - [**MarkDown 云剪笔记**](https://greasyfork.org/scripts/530139): 将网页内容转换为 Markdown 格式的工具,支持复制、下载、发送到 GitHub 和 Obsidian 等功能。 - + ### 中文(简体) 这个用户脚本移除所有网站上的链接下划线,并动态处理新链接。它确保了更干净和更有视觉吸引力的浏览体验。 - + ### 中文(繁体) 这个使用者脚本移除所有网站上的连结底线,并动态处理新连结。它确保了更干净和更有视觉吸引力的浏览体验。 - + ### Français Ce script utilisateur supprime les soulignements de tous les liens sur n'importe quel site Web et gère dynamiquement les nouveaux liens. Il assure une expérience de navigation plus propre et plus attrayante visuellement. - + ### 日本语 このユーザースクリプトは、任意のWebサイト上のすべてのリンクの下线を削除し、新しいリンクを动的に処理します。これにより、よりクリーンで视覚的に魅力的なブラウジング体験が保証されます。 - + ### Deutsch Dieses Benutzerskript entfernt die Unterstreichungen aller Links auf jeder Website und behandelt neue Links dynamisch. Es sorgt für ein saubereres und optisch ansprechenderes Surferlebnis. - + ### 한국어 이 사용자 스크립트는 모든 웹사이트에서 모든 링크의 밑줄을 제거하고 새 링크를 동적으로 처리합니다. 이는 더 깨끗하고 시각적으로 매력적인 브라우징 경험을 보장합니다. - + ### Tiếng Việt Tập lệnh người dùng này xóa gạch chân khỏi tất cả các liên kết trên bất kỳ trang web nào và xử lý động các liên kết mới. Nó đảm bảo trải nghiệm duyệt web sạch hơn và hấp dẫn hơn về mặt hình ảnh. - + ### العربية يقوم هذا النص البرمجي للمستخدم بإزالة التسطير من جميع الروابط على أي موقع ويب والتعامل ديناميكيًا مع الروابط الجديدة. يضمن تجربة تصفح أنظف وأكثر جاذبية بصريًا. - + ### हिंदी यह उपयोगकर्ता स्क्रिप्ट किसी भी वेबसाइट पर सभी लिंक से रेखांकन हटा देती है और नए लिंक को गतिशील रूप से संभालती है। यह एक क्लीनर और अधिक आकर्षक ब्राउज़िंग अनुभव सुनिश्चित करता है। - + ### Español Este script de usuario elimina los subrayados de todos los enlaces en cualquier sitio web y maneja dinámicamente los nuevos enlaces. Garantiza una experiencia de navegación más limpia y visualmente atractiva. - + ## Author @@ -167,7 +167,7 @@ Este script de usuario elimina los subrayados de todos los enlaces en cualquier [china.qinwuyuan@gmail.com](mailto:china.qinwuyuan@gmail.com) - + ## 使用帮助 @@ -181,14 +181,14 @@ Este script de usuario elimina los subrayados de todos los enlaces en cualquier **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相关脚本 > @@ -201,7 +201,7 @@ Este script de usuario elimina los subrayados de todos los enlaces en cualquier - + > ### 🔍你可能在找网页相关脚本 > @@ -219,7 +219,7 @@ Este script de usuario elimina los subrayados de todos los enlaces en cualquier - + > ### 🔍你可能在找GitHub相关脚本 > @@ -242,7 +242,7 @@ Este script de usuario elimina los subrayados de todos los enlaces en cualquier - + > ### 🔍你可能在找Google相关脚本 > @@ -252,7 +252,7 @@ Este script de usuario elimina los subrayados de todos los enlaces en cualquier - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -271,7 +271,7 @@ Este script de usuario elimina los subrayados de todos los enlaces en cualquier - + > ### 🔍你可能在找成人脚本 > @@ -289,7 +289,7 @@ Este script de usuario elimina los subrayados de todos los enlaces en cualquier - + > ### 🔍你可能在找自动翻译 > @@ -300,7 +300,7 @@ Este script de usuario elimina los subrayados de todos los enlaces en cualquier - + > ### 🔍你可能在找社交媒体脚本 > @@ -311,7 +311,7 @@ Este script de usuario elimina los subrayados de todos los enlaces en cualquier - +
    diff --git a/remove-link-underlines/README_en.md b/remove-link-underlines/README_en.md index 40ce8e6ba..19faeeec4 100644 --- a/remove-link-underlines/README_en.md +++ b/remove-link-underlines/README_en.md @@ -40,7 +40,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -68,22 +68,22 @@ - + # Remove Link Underlines - + ## Description This userscript removes underlines from all links on any website and dynamically handles new links. It ensures a cleaner and more visually appealing browsing experience. - + ## Description in Multiple Languages - + > ### 🔍You may be looking for web-related scripts > @@ -99,67 +99,67 @@ This userscript removes underlines from all links on any website and dynamically > - [**MarkDown Cloud Cut Notes**](https://greasyfork.org/scripts/530139): A tool that converts web content to Markdown format, supports features such as copying, downloading, and sending to GitHub and Obsidian. - + ### Chinese(Simplified Chinese) This user script removes link underlines on all websites,And dynamically process new links。It ensures a cleaner and more visually appealing browsing experience。 - + ### Chinese(Traditional Chinese) This user script removes the links on all websites,And dynamically process new links。It ensures a cleaner and more visually appealing browsing experience。 - + ### Français Ce script utilisateur supprime les soulignements de tous les liens sur n'importe quel site Web et gère dynamiquement les nouveaux liens. Il assure une expérience de navigation plus propre et plus attrayante visuellement. - + ### Japanese このユーザースクリプトは、AnyのWebサイトsuperiorのすべてのリンクのOfflineをdeleteし、newしいリンクをMovingにprocessします。これにより、よりクリーンでVisionにCharmingなブラウジングExperienceがguaranteeされます。 - + ### Deutsch Dieses Benutzerskript entfernt die Unterstreichungen aller Links auf jeder Website und behandelt neue Links dynamisch. Es sorgt für ein saubereres und optisch ansprechenderes Surferlebnis. - + ### 한국어 이 사용자 스크립트는 모든 웹사이트에서 모든 링크의 밑줄을 제거하고 새 링크를 동적으로 처리합니다. 이는 더 깨끗하고 시각적으로 매력적인 브라우징 경험을 보장합니다. - + ### Tiếng Việt Tập lệnh người dùng này xóa gạch chân khỏi tất cả các liên kết trên bất kỳ trang web nào và xử lý động các liên kết mới. Nó đảm bảo trải nghiệm duyệt web sạch hơn và hấp dẫn hơn về mặt hình ảnh. - + ### العربية يقوم هذا النص البرمجي للمستخدم بإزالة التسطير من جميع الروابط على أي موقع ويب والتعامل ديناميكيًا مع الروابط الجديدة. يضمن تجربة تصفح أنظف وأكثر جاذبية بصريًا. - + ### हिंदी यह उपयोगकर्ता स्क्रिप्ट किसी भी वेबसाइट पर सभी लिंक से रेखांकन हटा देती है और नए लिंक को गतिशील रूप से संभालती है। यह एक क्लीनर और अधिक आकर्षक ब्राउज़िंग अनुभव सुनिश्चित करता है। - + ### Español Este script de usuario elimina los subrayados de todos los enlaces en cualquier sitio web y maneja dinámicamente los nuevos enlaces. Garantiza una experiencia de navegación más limpia y visualmente atractiva. - + ## Author @@ -167,7 +167,7 @@ Este script de usuario elimina los subrayados de todos los enlaces en cualquier [china.qinwuyuan@gmail.com](mailto:china.qinwuyuan@gmail.com) - + ## Help @@ -181,14 +181,14 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - + > ### 🔍You may be looking forChatGPTRelated scripts > @@ -201,7 +201,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for web-related scripts > @@ -219,7 +219,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -242,7 +242,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGoogleRelated scripts > @@ -252,7 +252,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -271,7 +271,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for adult scripts > @@ -289,7 +289,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for automatic translation > @@ -300,7 +300,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for social media scripts > @@ -311,7 +311,7 @@ Recommended browser and script manager: - +
    diff --git a/remove-link-underlines/README_ko.md b/remove-link-underlines/README_ko.md index f70c9bcd7..bf06ab3af 100644 --- a/remove-link-underlines/README_ko.md +++ b/remove-link-underlines/README_ko.md @@ -40,7 +40,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -68,22 +68,22 @@ - + # Remove Link Underlines - + ## Description This userscript removes underlines from all links on any website and dynamically handles new links. It ensures a cleaner and more visually appealing browsing experience. - + ## Description in Multiple Languages - + > ### 🔍웹 관련 스크립트를 찾고있을 수 있습니다 > @@ -99,67 +99,67 @@ This userscript removes underlines from all links on any website and dynamically > - [**마크 다운 클라우드 컷 메모**](https://greasyfork.org/scripts/530139): 웹 컨텐츠를 Markdown 형식으로 변환하는 도구는 복사, 다운로드 및 Github 및 Obsidian으로 전송과 같은 기능을 지원합니다. - + ### 중국인(단순화 된 중국어) 이 사용자 스크립트는 모든 웹 사이트에서 링크가 강조됩니다,새로운 링크를 동적으로 처리합니다。그것은 더 깨끗하고 시각적으로 매력적인 탐색 경험을 보장합니다.。 - + ### 중국인(전통적인 중국어) 이 사용자 스크립트는 모든 웹 사이트의 링크를 제거합니다,새로운 링크를 동적으로 처리합니다。그것은 더 깨끗하고 시각적으로 매력적인 탐색 경험을 보장합니다.。 - + ### Français Ce script utilisateur supprime les soulignements de tous les liens sur n'importe quel site Web et gère dynamiquement les nouveaux liens. Il assure une expérience de navigation plus propre et plus attrayante visuellement. - + ### 일본어 このユーザースクリプトは、어느のWebサイト우수한のすべてのリンクの오프라인を삭제し、새로운しいリンクを움직이는に프로세스します。これにより、よりクリーンで비전に매력적인なブラウジング경험が보장하다されます。 - + ### Deutsch Dieses Benutzerskript entfernt die Unterstreichungen aller Links auf jeder Website und behandelt neue Links dynamisch. Es sorgt für ein saubereres und optisch ansprechenderes Surferlebnis. - + ### 한국어 이 사용자 스크립트는 모든 웹사이트에서 모든 링크의 밑줄을 제거하고 새 링크를 동적으로 처리합니다. 이는 더 깨끗하고 시각적으로 매력적인 브라우징 경험을 보장합니다. - + ### Tiếng Việt Tập lệnh người dùng này xóa gạch chân khỏi tất cả các liên kết trên bất kỳ trang web nào và xử lý động các liên kết mới. Nó đảm bảo trải nghiệm duyệt web sạch hơn và hấp dẫn hơn về mặt hình ảnh. - + ### العربية يقوم هذا النص البرمجي للمستخدم بإزالة التسطير من جميع الروابط على أي موقع ويب والتعامل ديناميكيًا مع الروابط الجديدة. يضمن تجربة تصفح أنظف وأكثر جاذبية بصريًا. - + ### हिंदी यह उपयोगकर्ता स्क्रिप्ट किसी भी वेबसाइट पर सभी लिंक से रेखांकन हटा देती है और नए लिंक को गतिशील रूप से संभालती है। यह एक क्लीनर और अधिक आकर्षक ब्राउज़िंग अनुभव सुनिश्चित करता है। - + ### Español Este script de usuario elimina los subrayados de todos los enlaces en cualquier sitio web y maneja dinámicamente los nuevos enlaces. Garantiza una experiencia de navegación más limpia y visualmente atractiva. - + ## Author @@ -167,7 +167,7 @@ Este script de usuario elimina los subrayados de todos los enlaces en cualquier [china.qinwuyuan@gmail.com](mailto:china.qinwuyuan@gmail.com) - + ## 돕다 @@ -181,14 +181,14 @@ Este script de usuario elimina los subrayados de todos los enlaces en cualquier **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - + > ### 🔍당신은 찾고있을 수 있습니다ChatGPT관련 스크립트 > @@ -201,7 +201,7 @@ Este script de usuario elimina los subrayados de todos los enlaces en cualquier - + > ### 🔍웹 관련 스크립트를 찾고있을 수 있습니다 > @@ -219,7 +219,7 @@ Este script de usuario elimina los subrayados de todos los enlaces en cualquier - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -242,7 +242,7 @@ Este script de usuario elimina los subrayados de todos los enlaces en cualquier - + > ### 🔍당신은 찾고있을 수 있습니다Google관련 스크립트 > @@ -252,7 +252,7 @@ Este script de usuario elimina los subrayados de todos los enlaces en cualquier - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -271,7 +271,7 @@ Este script de usuario elimina los subrayados de todos los enlaces en cualquier - + > ### 🔍성인 스크립트를 찾고있을 수 있습니다 > @@ -289,7 +289,7 @@ Este script de usuario elimina los subrayados de todos los enlaces en cualquier - + > ### 🔍자동 번역을 찾고있을 수 있습니다 > @@ -300,7 +300,7 @@ Este script de usuario elimina los subrayados de todos los enlaces en cualquier - + > ### 🔍소셜 미디어 스크립트를 찾고있을 수 있습니다 > @@ -311,7 +311,7 @@ Este script de usuario elimina los subrayados de todos los enlaces en cualquier - +
    diff --git a/remove-link-underlines/README_vi.md b/remove-link-underlines/README_vi.md index 6ab576875..2edc4458e 100644 --- a/remove-link-underlines/README_vi.md +++ b/remove-link-underlines/README_vi.md @@ -40,7 +40,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -68,22 +68,22 @@ - + # Remove Link Underlines - + ## Description This userscript removes underlines from all links on any website and dynamically handles new links. It ensures a cleaner and more visually appealing browsing experience. - + ## Description in Multiple Languages - + > ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web > @@ -99,67 +99,67 @@ This userscript removes underlines from all links on any website and dynamically > - [**Markdown Cloud Cut Ghi chú**](https://greasyfork.org/scripts/530139): Một công cụ chuyển đổi nội dung web thành định dạng đánh dấu, hỗ trợ các tính năng như sao chép, tải xuống và gửi đến GitHub và Obsidian. - + ### Trung Quốc(Đơn giản hóa Trung Quốc) Tập lệnh người dùng này sẽ loại bỏ các liên kết gạch chân trên tất cả các trang web,Và tự động xử lý các liên kết mới。Nó đảm bảo trải nghiệm duyệt web sạch hơn và hấp dẫn hơn。 - + ### Trung Quốc(Trung Quốc truyền thống) Tập lệnh người dùng này sẽ xóa các liên kết trên tất cả các trang web,Và tự động xử lý các liên kết mới。Nó đảm bảo trải nghiệm duyệt web sạch hơn và hấp dẫn hơn。 - + ### Français Ce script utilisateur supprime les soulignements de tous les liens sur n'importe quel site Web et gère dynamiquement les nouveaux liens. Il assure une expérience de navigation plus propre et plus attrayante visuellement. - + ### Nhật Bản このユーザースクリプトは、Bất kìのWebサイトthượng đẳngのすべてのリンクのNgoại tuyếnをxóa bỏし、mớiしいリンクをDi chuyểnにquá trìnhします。これにより、よりクリーンでTầm nhìnにQuyến rũなブラウジングKinh nghiệmがbảo đảmされます。 - + ### Deutsch Dieses Benutzerskript entfernt die Unterstreichungen aller Links auf jeder Website und behandelt neue Links dynamisch. Es sorgt für ein saubereres und optisch ansprechenderes Surferlebnis. - + ### 한국어 이 사용자 스크립트는 모든 웹사이트에서 모든 링크의 밑줄을 제거하고 새 링크를 동적으로 처리합니다. 이는 더 깨끗하고 시각적으로 매력적인 브라우징 경험을 보장합니다. - + ### Tiếng Việt Tập lệnh người dùng này xóa gạch chân khỏi tất cả các liên kết trên bất kỳ trang web nào và xử lý động các liên kết mới. Nó đảm bảo trải nghiệm duyệt web sạch hơn và hấp dẫn hơn về mặt hình ảnh. - + ### العربية يقوم هذا النص البرمجي للمستخدم بإزالة التسطير من جميع الروابط على أي موقع ويب والتعامل ديناميكيًا مع الروابط الجديدة. يضمن تجربة تصفح أنظف وأكثر جاذبية بصريًا. - + ### हिंदी यह उपयोगकर्ता स्क्रिप्ट किसी भी वेबसाइट पर सभी लिंक से रेखांकन हटा देती है और नए लिंक को गतिशील रूप से संभालती है। यह एक क्लीनर और अधिक आकर्षक ब्राउज़िंग अनुभव सुनिश्चित करता है। - + ### Español Este script de usuario elimina los subrayados de todos los enlaces en cualquier sitio web y maneja dinámicamente los nuevos enlaces. Garantiza una experiencia de navegación más limpia y visualmente atractiva. - + ## Author @@ -167,7 +167,7 @@ Este script de usuario elimina los subrayados de todos los enlaces en cualquier [china.qinwuyuan@gmail.com](mailto:china.qinwuyuan@gmail.com) - + ## Giúp đỡ @@ -181,14 +181,14 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - + > ### 🔍Bạn có thể đang tìm kiếmChatGPTTập lệnh liên quan > @@ -201,7 +201,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web > @@ -219,7 +219,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -242,7 +242,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGoogleTập lệnh liên quan > @@ -252,7 +252,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -271,7 +271,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm kịch bản người lớn > @@ -289,7 +289,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm bản dịch tự động > @@ -300,7 +300,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các kịch bản truyền thông xã hội > @@ -311,7 +311,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - +
    diff --git a/remove-link-underlines/README_zh-TW.md b/remove-link-underlines/README_zh-TW.md index 3961b361d..95645b37f 100644 --- a/remove-link-underlines/README_zh-TW.md +++ b/remove-link-underlines/README_zh-TW.md @@ -40,7 +40,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -68,22 +68,22 @@ - + # Remove Link Underlines - + ## Description This userscript removes underlines from all links on any website and dynamically handles new links. It ensures a cleaner and more visually appealing browsing experience. - + ## Description in Multiple Languages - + > ### 🔍你可能在找網頁相關腳本 > @@ -99,67 +99,67 @@ This userscript removes underlines from all links on any website and dynamically > - [**MarkDown 雲剪筆記**](https://greasyfork.org/scripts/530139): 將網頁內容轉換為 Markdown 格式的工具,支持複製、下載、發送到 GitHub 和 Obsidian 等功能。 - + ### 中文(簡體) 這個用戶腳本移除所有網站上的鏈接下劃線,並動態處理新鏈接。它確保了更乾淨和更有視覺吸引力的瀏覽體驗。 - + ### 中文(繁體) 這個使用者腳本移除所有網站上的連結底線,並動態處理新連結。它確保了更乾淨和更有視覺吸引力的瀏覽體驗。 - + ### Français Ce script utilisateur supprime les soulignements de tous les liens sur n'importe quel site Web et gère dynamiquement les nouveaux liens. Il assure une expérience de navigation plus propre et plus attrayante visuellement. - + ### 日本語 このユーザースクリプトは、任意のWebサイト上のすべてのリンクの下線を刪除し、新しいリンクを動態的に過程します。これにより、よりクリーンで視覺上に魅力的なブラウジング經驗が保證されます。 - + ### Deutsch Dieses Benutzerskript entfernt die Unterstreichungen aller Links auf jeder Website und behandelt neue Links dynamisch. Es sorgt für ein saubereres und optisch ansprechenderes Surferlebnis. - + ### 한국어 이 사용자 스크립트는 모든 웹사이트에서 모든 링크의 밑줄을 제거하고 새 링크를 동적으로 처리합니다. 이는 더 깨끗하고 시각적으로 매력적인 브라우징 경험을 보장합니다. - + ### Tiếng Việt Tập lệnh người dùng này xóa gạch chân khỏi tất cả các liên kết trên bất kỳ trang web nào và xử lý động các liên kết mới. Nó đảm bảo trải nghiệm duyệt web sạch hơn và hấp dẫn hơn về mặt hình ảnh. - + ### العربية يقوم هذا النص البرمجي للمستخدم بإزالة التسطير من جميع الروابط على أي موقع ويب والتعامل ديناميكيًا مع الروابط الجديدة. يضمن تجربة تصفح أنظف وأكثر جاذبية بصريًا. - + ### हिंदी यह उपयोगकर्ता स्क्रिप्ट किसी भी वेबसाइट पर सभी लिंक से रेखांकन हटा देती है और नए लिंक को गतिशील रूप से संभालती है। यह एक क्लीनर और अधिक आकर्षक ब्राउज़िंग अनुभव सुनिश्चित करता है। - + ### Español Este script de usuario elimina los subrayados de todos los enlaces en cualquier sitio web y maneja dinámicamente los nuevos enlaces. Garantiza una experiencia de navegación más limpia y visualmente atractiva. - + ## Author @@ -167,7 +167,7 @@ Este script de usuario elimina los subrayados de todos los enlaces en cualquier [china.qinwuyuan@gmail.com](mailto:china.qinwuyuan@gmail.com) - + ## 使用幫助 @@ -181,14 +181,14 @@ Este script de usuario elimina los subrayados de todos los enlaces en cualquier **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相關腳本 > @@ -201,7 +201,7 @@ Este script de usuario elimina los subrayados de todos los enlaces en cualquier - + > ### 🔍你可能在找網頁相關腳本 > @@ -219,7 +219,7 @@ Este script de usuario elimina los subrayados de todos los enlaces en cualquier - + > ### 🔍你可能在找GitHub相關腳本 > @@ -242,7 +242,7 @@ Este script de usuario elimina los subrayados de todos los enlaces en cualquier - + > ### 🔍你可能在找Google相關腳本 > @@ -252,7 +252,7 @@ Este script de usuario elimina los subrayados de todos los enlaces en cualquier - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -271,7 +271,7 @@ Este script de usuario elimina los subrayados de todos los enlaces en cualquier - + > ### 🔍你可能在找成人腳本 > @@ -289,7 +289,7 @@ Este script de usuario elimina los subrayados de todos los enlaces en cualquier - + > ### 🔍你可能在找自動翻譯 > @@ -300,7 +300,7 @@ Este script de usuario elimina los subrayados de todos los enlaces en cualquier - + > ### 🔍你可能在找社交媒體腳本 > @@ -311,7 +311,7 @@ Este script de usuario elimina los subrayados de todos los enlaces en cualquier - +
    diff --git a/script-finder-plus/README.md b/script-finder-plus/README.md index cf009868a..d7b6a8260 100644 --- a/script-finder-plus/README.md +++ b/script-finder-plus/README.md @@ -40,7 +40,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -101,13 +101,13 @@ - + # Script Finder Script Finder 是一个用户脚本(userscript),它可以帮助你在任何网站上查找和管理用户脚本。它提供了一种方便的方式来搜索和安装来自 Greasy Fork 的用户脚本。借助 Script Finder,你可以轻松地一键将自定义脚本添加到你喜爱的网站上,从而增强你的浏览体验。 - + ## 功能 @@ -116,7 +116,7 @@ Script Finder 是一个用户脚本(userscript),它可以帮助你在任 - 一键安装用户脚本 - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -134,7 +134,7 @@ Script Finder 是一个用户脚本(userscript),它可以帮助你在任 - + ## 使用方法 @@ -148,21 +148,21 @@ Script Finder 是一个用户脚本(userscript),它可以帮助你在任 **注意**:该用户脚本需要在浏览器中安装用户脚本管理器才能正常使用(可在最底部查看可以使用的管理器) - + ## 图片 ![fi.png](https://s2.loli.net/2024/08/05/WOkL8vV2oxRASYQ.png) ![show.png](https://s2.loli.net/2024/08/05/EBsldxGySe9Kf3w.png) - + ## 原作者 脚本修改自用户 **[shiquda](https://greasyfork.org/zh-CN/users/935206)** 的脚本 [Script Finder](https://greasyfork.org/scripts/472056) 感谢原作者 **[shiquda](https://greasyfork.org/zh-CN/users/935206)** 的**勤劳**与**智慧** - + ## 使用帮助 @@ -176,14 +176,14 @@ Script Finder 是一个用户脚本(userscript),它可以帮助你在任 **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相关脚本 > @@ -196,7 +196,7 @@ Script Finder 是一个用户脚本(userscript),它可以帮助你在任 - + > ### 🔍你可能在找网页相关脚本 > @@ -214,7 +214,7 @@ Script Finder 是一个用户脚本(userscript),它可以帮助你在任 - + > ### 🔍你可能在找GitHub相关脚本 > @@ -237,7 +237,7 @@ Script Finder 是一个用户脚本(userscript),它可以帮助你在任 - + > ### 🔍你可能在找Google相关脚本 > @@ -247,7 +247,7 @@ Script Finder 是一个用户脚本(userscript),它可以帮助你在任 - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -266,7 +266,7 @@ Script Finder 是一个用户脚本(userscript),它可以帮助你在任 - + > ### 🔍你可能在找成人脚本 > @@ -284,7 +284,7 @@ Script Finder 是一个用户脚本(userscript),它可以帮助你在任 - + > ### 🔍你可能在找自动翻译 > @@ -295,7 +295,7 @@ Script Finder 是一个用户脚本(userscript),它可以帮助你在任 - + > ### 🔍你可能在找社交媒体脚本 > @@ -306,7 +306,7 @@ Script Finder 是一个用户脚本(userscript),它可以帮助你在任 - +
    diff --git a/script-finder-plus/README_en.md b/script-finder-plus/README_en.md index e877b4d2b..f6ea28d33 100644 --- a/script-finder-plus/README_en.md +++ b/script-finder-plus/README_en.md @@ -40,7 +40,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -101,13 +101,13 @@ - + # Script Finder The Script Finder userscript allows you to find and manage user scripts on any website. It provides a convenient way to search and install userscripts from Greasy Fork. With Script Finder, you can easily enhance your browsing experience by adding custom scripts to your favorite websites easily. - + ## Features @@ -115,7 +115,7 @@ The Script Finder userscript allows you to find and manage user scripts on any w - View detailed information about each script, including author, description, installs, version and rating - Install userscripts with a single click - + ## How to Use @@ -129,22 +129,22 @@ The Script Finder userscript allows you to find and manage user scripts on any w **Note**: This userscript requires a userscript manager extension to be installed in your browser. - + ## Preview ![fi.png](https://s2.loli.net/2024/08/05/WOkL8vV2oxRASYQ.png) ![show.png](https://s2.loli.net/2024/08/05/EBsldxGySe9Kf3w.png) - + ## Aoriginal Author - + # [shiquda](https://greasyfork.org/zh-CN/scripts/472056-script-finder) - + ## Modify content @@ -153,7 +153,7 @@ The Script Finder userscript allows you to find and manage user scripts on any w - Cancel the default sorting and change to sorting by update time - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -171,7 +171,7 @@ The Script Finder userscript allows you to find and manage user scripts on any w - + ## Help @@ -185,14 +185,14 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - + > ### 🔍You may be looking forChatGPTRelated scripts > @@ -205,7 +205,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for web-related scripts > @@ -223,7 +223,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -246,7 +246,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGoogleRelated scripts > @@ -256,7 +256,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -275,7 +275,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for adult scripts > @@ -293,7 +293,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for automatic translation > @@ -304,7 +304,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for social media scripts > @@ -315,7 +315,7 @@ Recommended browser and script manager: - +
    diff --git a/script-finder-plus/README_ko.md b/script-finder-plus/README_ko.md index a884bfa81..322cc3b05 100644 --- a/script-finder-plus/README_ko.md +++ b/script-finder-plus/README_ko.md @@ -40,7 +40,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -101,13 +101,13 @@ - + # Script Finder Script Finder 사용자 스크립트입니다(userscript),모든 웹 사이트에서 사용자 스크립트를 찾고 관리하는 데 도움이됩니다.。검색하고 설치하는 편리한 방법을 제공합니다. Greasy Fork 사용자 스크립트。도움으로 Script Finder,한 번의 클릭으로 좋아하는 웹 사이트에 사용자 정의 스크립트를 쉽게 추가 할 수 있습니다.,탐색 경험을 향상시키기 위해。 - + ## 기능 @@ -116,7 +116,7 @@ Script Finder 사용자 스크립트입니다(userscript),모든 웹 사 - 한 번의 클릭으로 사용자 스크립트를 설치하십시오 - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -134,7 +134,7 @@ Script Finder 사용자 스크립트입니다(userscript),모든 웹 사 - + ## 사용 방법 @@ -148,21 +148,21 @@ Script Finder 사용자 스크립트입니다(userscript),모든 웹 사 **알아채다**:이 사용자 스크립트는 브라우저에 설치하여 정상적으로 사용해야합니다.(바닥에서 사용 가능한 관리자를 볼 수 있습니다) - + ## 그림 ![fi.png](https://s2.loli.net/2024/08/05/WOkL8vV2oxRASYQ.png) ![show.png](https://s2.loli.net/2024/08/05/EBsldxGySe9Kf3w.png) - + ## 오리지널 저자 사용자로부터 스크립트를 수정하십시오 **[shiquda](https://greasyfork.org/zh-CN/users/935206)** ~의스크립트 [Script Finder](https://greasyfork.org/scripts/472056) 원래 저자에게 감사합니다 **[shiquda](https://greasyfork.org/zh-CN/users/935206)** ~의**성실한**그리고**지혜** - + ## 돕다 @@ -176,14 +176,14 @@ Script Finder 사용자 스크립트입니다(userscript),모든 웹 사 **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - + > ### 🔍당신은 찾고있을 수 있습니다ChatGPT관련 스크립트 > @@ -196,7 +196,7 @@ Script Finder 사용자 스크립트입니다(userscript),모든 웹 사 - + > ### 🔍웹 관련 스크립트를 찾고있을 수 있습니다 > @@ -214,7 +214,7 @@ Script Finder 사용자 스크립트입니다(userscript),모든 웹 사 - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -237,7 +237,7 @@ Script Finder 사용자 스크립트입니다(userscript),모든 웹 사 - + > ### 🔍당신은 찾고있을 수 있습니다Google관련 스크립트 > @@ -247,7 +247,7 @@ Script Finder 사용자 스크립트입니다(userscript),모든 웹 사 - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -266,7 +266,7 @@ Script Finder 사용자 스크립트입니다(userscript),모든 웹 사 - + > ### 🔍성인 스크립트를 찾고있을 수 있습니다 > @@ -284,7 +284,7 @@ Script Finder 사용자 스크립트입니다(userscript),모든 웹 사 - + > ### 🔍자동 번역을 찾고있을 수 있습니다 > @@ -295,7 +295,7 @@ Script Finder 사용자 스크립트입니다(userscript),모든 웹 사 - + > ### 🔍소셜 미디어 스크립트를 찾고있을 수 있습니다 > @@ -306,7 +306,7 @@ Script Finder 사용자 스크립트입니다(userscript),모든 웹 사 - +
    diff --git a/script-finder-plus/README_vi.md b/script-finder-plus/README_vi.md index d814e0be2..675d594ad 100644 --- a/script-finder-plus/README_vi.md +++ b/script-finder-plus/README_vi.md @@ -40,7 +40,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -101,13 +101,13 @@ - + # Script Finder 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ý tập lệnh người dùng trên bất kỳ trang web nào。Nó cung cấp một cách thuận tiện để tìm kiếm và cài đặt từ Greasy Fork Kịch bản người dùng。Với sự giúp đỡ Script Finder,Bạn có thể dễ dàng thêm các tập lệnh tùy chỉnh vào các trang web yêu thích của mình chỉ bằng một cú nhấp chuột,Để nâng cao trải nghiệm duyệt của bạn。 - + ## Chức năng @@ -116,7 +116,7 @@ Script Finder Đó là một tập lệnh người dùng(userscript),Nó g - Cài đặt tập lệnh người dùng chỉ bằng một cú nhấp chuột - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -134,7 +134,7 @@ Script Finder Đó là một tập lệnh người dùng(userscript),Nó g - + ## Cách sử dụng @@ -148,21 +148,21 @@ Script Finder Đó là một tập lệnh người dùng(userscript),Nó g **Để ý**:Tập lệnh người dùng này cần được cài đặt trong trình duyệt để sử dụng nó bình thường(Bạn có thể xem các trình quản lý có sẵn ở phía dưới) - + ## hình ảnh ![fi.png](https://s2.loli.net/2024/08/05/WOkL8vV2oxRASYQ.png) ![show.png](https://s2.loli.net/2024/08/05/EBsldxGySe9Kf3w.png) - + ## Tác giả gốc Sửa đổi tập lệnh từ người dùng **[shiquda](https://greasyfork.org/zh-CN/users/935206)** củaKịch bản [Script Finder](https://greasyfork.org/scripts/472056) Cảm ơn tác giả ban đầu **[shiquda](https://greasyfork.org/zh-CN/users/935206)** của**Siêng năng**Và**khôn ngoan** - + ## Giúp đỡ @@ -176,14 +176,14 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - + > ### 🔍Bạn có thể đang tìm kiếmChatGPTTập lệnh liên quan > @@ -196,7 +196,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web > @@ -214,7 +214,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -237,7 +237,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGoogleTập lệnh liên quan > @@ -247,7 +247,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -266,7 +266,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm kịch bản người lớn > @@ -284,7 +284,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm bản dịch tự động > @@ -295,7 +295,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các kịch bản truyền thông xã hội > @@ -306,7 +306,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - +
    diff --git a/script-finder-plus/README_zh-TW.md b/script-finder-plus/README_zh-TW.md index 214c7132a..8b8a0d1f1 100644 --- a/script-finder-plus/README_zh-TW.md +++ b/script-finder-plus/README_zh-TW.md @@ -40,7 +40,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -101,13 +101,13 @@ - + # Script Finder Script Finder 是一個用戶腳本(userscript),它可以幫助你在任何網站上查找和管理用戶腳本。它提供了一種方便的方式來搜索和安裝來自 Greasy Fork 的用戶腳本。借助 Script Finder,你可以輕鬆地一鍵將自定義腳本添加到你喜愛的網站上,從而增強你的瀏覽體驗。 - + ## 功能 @@ -116,7 +116,7 @@ Script Finder 是一個用戶腳本(userscript),它可以幫助你在任 - 一鍵安裝用戶腳本 - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -134,7 +134,7 @@ Script Finder 是一個用戶腳本(userscript),它可以幫助你在任 - + ## 使用方法 @@ -148,21 +148,21 @@ Script Finder 是一個用戶腳本(userscript),它可以幫助你在任 **注意**:該用戶腳本需要在瀏覽器中安裝用戶腳本管理器才能正常使用(可在最底部查看可以使用的管理器) - + ## 圖片 ![fi.png](https://s2.loli.net/2024/08/05/WOkL8vV2oxRASYQ.png) ![show.png](https://s2.loli.net/2024/08/05/EBsldxGySe9Kf3w.png) - + ## 原始作者 腳本修改自用戶 **[shiquda](https://greasyfork.org/zh-CN/users/935206)** 的腳本 [Script Finder](https://greasyfork.org/scripts/472056) 感謝原作者 **[shiquda](https://greasyfork.org/zh-CN/users/935206)** 的**勤勞**與**智慧** - + ## 使用幫助 @@ -176,14 +176,14 @@ Script Finder 是一個用戶腳本(userscript),它可以幫助你在任 **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相關腳本 > @@ -196,7 +196,7 @@ Script Finder 是一個用戶腳本(userscript),它可以幫助你在任 - + > ### 🔍你可能在找網頁相關腳本 > @@ -214,7 +214,7 @@ Script Finder 是一個用戶腳本(userscript),它可以幫助你在任 - + > ### 🔍你可能在找GitHub相關腳本 > @@ -237,7 +237,7 @@ Script Finder 是一個用戶腳本(userscript),它可以幫助你在任 - + > ### 🔍你可能在找Google相關腳本 > @@ -247,7 +247,7 @@ Script Finder 是一個用戶腳本(userscript),它可以幫助你在任 - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -266,7 +266,7 @@ Script Finder 是一個用戶腳本(userscript),它可以幫助你在任 - + > ### 🔍你可能在找成人腳本 > @@ -284,7 +284,7 @@ Script Finder 是一個用戶腳本(userscript),它可以幫助你在任 - + > ### 🔍你可能在找自動翻譯 > @@ -295,7 +295,7 @@ Script Finder 是一個用戶腳本(userscript),它可以幫助你在任 - + > ### 🔍你可能在找社交媒體腳本 > @@ -306,7 +306,7 @@ Script Finder 是一個用戶腳本(userscript),它可以幫助你在任 - +
    diff --git a/scroll-button/README.md b/scroll-button/README.md index 65e584c4b..d994e64c4 100644 --- a/scroll-button/README.md +++ b/scroll-button/README.md @@ -40,7 +40,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -73,7 +73,7 @@ ![1.png](https://s2.loli.net/2024/08/24/nOVbHuZzvmdtRUc.png) - + > ### 🔍你可能在找网页相关脚本 > @@ -90,7 +90,7 @@ - + ## 使用帮助 @@ -104,14 +104,14 @@ **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相关脚本 > @@ -124,7 +124,7 @@ - + > ### 🔍你可能在找网页相关脚本 > @@ -142,7 +142,7 @@ - + > ### 🔍你可能在找GitHub相关脚本 > @@ -165,7 +165,7 @@ - + > ### 🔍你可能在找Google相关脚本 > @@ -175,7 +175,7 @@ - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -194,7 +194,7 @@ - + > ### 🔍你可能在找成人脚本 > @@ -212,7 +212,7 @@ - + > ### 🔍你可能在找自动翻译 > @@ -223,7 +223,7 @@ - + > ### 🔍你可能在找社交媒体脚本 > @@ -234,7 +234,7 @@ - +
    diff --git a/scroll-button/README_en.md b/scroll-button/README_en.md index fa0177ff7..8c34374be 100644 --- a/scroll-button/README_en.md +++ b/scroll-button/README_en.md @@ -40,7 +40,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -73,7 +73,7 @@ Add up and down buttons to the right of each page,Convenient scrolling。 ![1.png](https://s2.loli.net/2024/08/24/nOVbHuZzvmdtRUc.png) - + > ### 🔍You may be looking for web-related scripts > @@ -90,7 +90,7 @@ Add up and down buttons to the right of each page,Convenient scrolling。 - + ## Help @@ -104,14 +104,14 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - + > ### 🔍You may be looking forChatGPTRelated scripts > @@ -124,7 +124,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for web-related scripts > @@ -142,7 +142,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -165,7 +165,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGoogleRelated scripts > @@ -175,7 +175,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -194,7 +194,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for adult scripts > @@ -212,7 +212,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for automatic translation > @@ -223,7 +223,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for social media scripts > @@ -234,7 +234,7 @@ Recommended browser and script manager: - +
    diff --git a/scroll-button/README_ko.md b/scroll-button/README_ko.md index ea6b012af..e420a1b7a 100644 --- a/scroll-button/README_ko.md +++ b/scroll-button/README_ko.md @@ -40,7 +40,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -73,7 +73,7 @@ ![1.png](https://s2.loli.net/2024/08/24/nOVbHuZzvmdtRUc.png) - + > ### 🔍웹 관련 스크립트를 찾고있을 수 있습니다 > @@ -90,7 +90,7 @@ - + ## 돕다 @@ -104,14 +104,14 @@ **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - + > ### 🔍당신은 찾고있을 수 있습니다ChatGPT관련 스크립트 > @@ -124,7 +124,7 @@ - + > ### 🔍웹 관련 스크립트를 찾고있을 수 있습니다 > @@ -142,7 +142,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -165,7 +165,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다Google관련 스크립트 > @@ -175,7 +175,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -194,7 +194,7 @@ - + > ### 🔍성인 스크립트를 찾고있을 수 있습니다 > @@ -212,7 +212,7 @@ - + > ### 🔍자동 번역을 찾고있을 수 있습니다 > @@ -223,7 +223,7 @@ - + > ### 🔍소셜 미디어 스크립트를 찾고있을 수 있습니다 > @@ -234,7 +234,7 @@ - +
    diff --git a/scroll-button/README_vi.md b/scroll-button/README_vi.md index 379c3a97a..92fd9a170 100644 --- a/scroll-button/README_vi.md +++ b/scroll-button/README_vi.md @@ -40,7 +40,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -73,7 +73,7 @@ Thêm các nút lên và xuống ở bên phải của mỗi trang,Cuộn thu ![1.png](https://s2.loli.net/2024/08/24/nOVbHuZzvmdtRUc.png) - + > ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web > @@ -90,7 +90,7 @@ Thêm các nút lên và xuống ở bên phải của mỗi trang,Cuộn thu - + ## Giúp đỡ @@ -104,14 +104,14 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - + > ### 🔍Bạn có thể đang tìm kiếmChatGPTTập lệnh liên quan > @@ -124,7 +124,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web > @@ -142,7 +142,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -165,7 +165,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGoogleTập lệnh liên quan > @@ -175,7 +175,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -194,7 +194,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm kịch bản người lớn > @@ -212,7 +212,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm bản dịch tự động > @@ -223,7 +223,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các kịch bản truyền thông xã hội > @@ -234,7 +234,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - +
    diff --git a/scroll-button/README_zh-TW.md b/scroll-button/README_zh-TW.md index 4a7e3a9d4..c955facc0 100644 --- a/scroll-button/README_zh-TW.md +++ b/scroll-button/README_zh-TW.md @@ -40,7 +40,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -73,7 +73,7 @@ ![1.png](https://s2.loli.net/2024/08/24/nOVbHuZzvmdtRUc.png) - + > ### 🔍你可能在找網頁相關腳本 > @@ -90,7 +90,7 @@ - + ## 使用幫助 @@ -104,14 +104,14 @@ **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相關腳本 > @@ -124,7 +124,7 @@ - + > ### 🔍你可能在找網頁相關腳本 > @@ -142,7 +142,7 @@ - + > ### 🔍你可能在找GitHub相關腳本 > @@ -165,7 +165,7 @@ - + > ### 🔍你可能在找Google相關腳本 > @@ -175,7 +175,7 @@ - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -194,7 +194,7 @@ - + > ### 🔍你可能在找成人腳本 > @@ -212,7 +212,7 @@ - + > ### 🔍你可能在找自動翻譯 > @@ -223,7 +223,7 @@ - + > ### 🔍你可能在找社交媒體腳本 > @@ -234,7 +234,7 @@ - +
    diff --git a/scroll-to-top-button/README.md b/scroll-to-top-button/README.md index 2b955ff12..d34ef7911 100644 --- a/scroll-to-top-button/README.md +++ b/scroll-to-top-button/README.md @@ -40,7 +40,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -74,7 +74,7 @@ 该脚本修改自 [金衍丞](https://greasyfork.org/scripts/498420/) - + ## 修改说明: @@ -82,7 +82,7 @@ - **处于滚动时,向下的按钮变成绿色。** - + > ### 🔍你可能在找网页相关脚本 > @@ -103,7 +103,7 @@ ![c.png](https://s2.loli.net/2024/08/26/UrwMu2lphEia3Q7.png) - + ## 使用帮助 @@ -117,14 +117,14 @@ **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相关脚本 > @@ -137,7 +137,7 @@ - + > ### 🔍你可能在找网页相关脚本 > @@ -155,7 +155,7 @@ - + > ### 🔍你可能在找GitHub相关脚本 > @@ -178,7 +178,7 @@ - + > ### 🔍你可能在找Google相关脚本 > @@ -188,7 +188,7 @@ - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -207,7 +207,7 @@ - + > ### 🔍你可能在找成人脚本 > @@ -225,7 +225,7 @@ - + > ### 🔍你可能在找自动翻译 > @@ -236,7 +236,7 @@ - + > ### 🔍你可能在找社交媒体脚本 > @@ -247,7 +247,7 @@ - +
    diff --git a/scroll-to-top-button/README_en.md b/scroll-to-top-button/README_en.md index a516243a4..a8dc137c2 100644 --- a/scroll-to-top-button/README_en.md +++ b/scroll-to-top-button/README_en.md @@ -40,7 +40,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -74,7 +74,7 @@ This script is modified from [Kim Yong-jo](https://greasyfork.org/scripts/498420/) - + ## Modification instructions: @@ -82,7 +82,7 @@ This script is modified from [Kim Yong-jo](https://greasyfork.org/scripts/498420 - **While scrolling,The down button turns green。** - + > ### 🔍You may be looking for web-related scripts > @@ -103,7 +103,7 @@ This script is modified from [Kim Yong-jo](https://greasyfork.org/scripts/498420 ![c.png](https://s2.loli.net/2024/08/26/UrwMu2lphEia3Q7.png) - + ## Help @@ -117,14 +117,14 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - + > ### 🔍You may be looking forChatGPTRelated scripts > @@ -137,7 +137,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for web-related scripts > @@ -155,7 +155,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -178,7 +178,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGoogleRelated scripts > @@ -188,7 +188,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -207,7 +207,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for adult scripts > @@ -225,7 +225,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for automatic translation > @@ -236,7 +236,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for social media scripts > @@ -247,7 +247,7 @@ Recommended browser and script manager: - +
    diff --git a/scroll-to-top-button/README_ko.md b/scroll-to-top-button/README_ko.md index b53fb94d2..b497bd4b5 100644 --- a/scroll-to-top-button/README_ko.md +++ b/scroll-to-top-button/README_ko.md @@ -40,7 +40,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -74,7 +74,7 @@ 스크립트는 수정되었습니다 [진이 첸 (Jin Yancheng)](https://greasyfork.org/scripts/498420/) - + ## 수정 지침: @@ -82,7 +82,7 @@ - **스크롤하는 동안,아래쪽 버튼이 녹색으로 변합니다。** - + > ### 🔍웹 관련 스크립트를 찾고있을 수 있습니다 > @@ -103,7 +103,7 @@ ![c.png](https://s2.loli.net/2024/08/26/UrwMu2lphEia3Q7.png) - + ## 돕다 @@ -117,14 +117,14 @@ **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - + > ### 🔍당신은 찾고있을 수 있습니다ChatGPT관련 스크립트 > @@ -137,7 +137,7 @@ - + > ### 🔍웹 관련 스크립트를 찾고있을 수 있습니다 > @@ -155,7 +155,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -178,7 +178,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다Google관련 스크립트 > @@ -188,7 +188,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -207,7 +207,7 @@ - + > ### 🔍성인 스크립트를 찾고있을 수 있습니다 > @@ -225,7 +225,7 @@ - + > ### 🔍자동 번역을 찾고있을 수 있습니다 > @@ -236,7 +236,7 @@ - + > ### 🔍소셜 미디어 스크립트를 찾고있을 수 있습니다 > @@ -247,7 +247,7 @@ - +
    diff --git a/scroll-to-top-button/README_vi.md b/scroll-to-top-button/README_vi.md index c09f2c51f..ecafc9e29 100644 --- a/scroll-to-top-button/README_vi.md +++ b/scroll-to-top-button/README_vi.md @@ -40,7 +40,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -74,7 +74,7 @@ Tập lệnh được sửa đổi từ [Jin Yancheng](https://greasyfork.org/scripts/498420/) - + ## Hướng dẫn sửa đổi: @@ -82,7 +82,7 @@ Tập lệnh được sửa đổi từ [Jin Yancheng](https://greasyfork.org/sc - **Trong khi cuộn,Nút đi xuống chuyển sang màu xanh lá cây。** - + > ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web > @@ -103,7 +103,7 @@ Tập lệnh được sửa đổi từ [Jin Yancheng](https://greasyfork.org/sc ![c.png](https://s2.loli.net/2024/08/26/UrwMu2lphEia3Q7.png) - + ## Giúp đỡ @@ -117,14 +117,14 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - + > ### 🔍Bạn có thể đang tìm kiếmChatGPTTập lệnh liên quan > @@ -137,7 +137,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web > @@ -155,7 +155,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -178,7 +178,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGoogleTập lệnh liên quan > @@ -188,7 +188,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -207,7 +207,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm kịch bản người lớn > @@ -225,7 +225,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm bản dịch tự động > @@ -236,7 +236,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các kịch bản truyền thông xã hội > @@ -247,7 +247,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - +
    diff --git a/scroll-to-top-button/README_zh-TW.md b/scroll-to-top-button/README_zh-TW.md index 89e00f5af..b7df3399f 100644 --- a/scroll-to-top-button/README_zh-TW.md +++ b/scroll-to-top-button/README_zh-TW.md @@ -40,7 +40,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -74,7 +74,7 @@ 該腳本修改自 [金衍丞](https://greasyfork.org/scripts/498420/) - + ## 修改說明: @@ -82,7 +82,7 @@ - **處於滾動時,向下的按鈕變成綠色。** - + > ### 🔍你可能在找網頁相關腳本 > @@ -103,7 +103,7 @@ ![c.png](https://s2.loli.net/2024/08/26/UrwMu2lphEia3Q7.png) - + ## 使用幫助 @@ -117,14 +117,14 @@ **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相關腳本 > @@ -137,7 +137,7 @@ - + > ### 🔍你可能在找網頁相關腳本 > @@ -155,7 +155,7 @@ - + > ### 🔍你可能在找GitHub相關腳本 > @@ -178,7 +178,7 @@ - + > ### 🔍你可能在找Google相關腳本 > @@ -188,7 +188,7 @@ - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -207,7 +207,7 @@ - + > ### 🔍你可能在找成人腳本 > @@ -225,7 +225,7 @@ - + > ### 🔍你可能在找自動翻譯 > @@ -236,7 +236,7 @@ - + > ### 🔍你可能在找社交媒體腳本 > @@ -247,7 +247,7 @@ - +
    diff --git a/smart-translator-tool/README.md b/smart-translator-tool/README.md index 8c10d504c..575621599 100644 --- a/smart-translator-tool/README.md +++ b/smart-translator-tool/README.md @@ -40,7 +40,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -108,7 +108,7 @@ - + > ### 🔍你可能在找自动翻译 > @@ -118,7 +118,7 @@ - + ## 使用帮助 @@ -132,13 +132,13 @@ **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相关脚本 > @@ -150,7 +150,7 @@ - + > ### 🔍你可能在找网页相关脚本 > @@ -167,7 +167,7 @@ - + > ### 🔍你可能在找GitHub相关脚本 > @@ -189,7 +189,7 @@ - + > ### 🔍你可能在找Google相关脚本 > @@ -198,7 +198,7 @@ - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -216,7 +216,7 @@ - + > ### 🔍你可能在找成人脚本 > @@ -233,7 +233,7 @@ - + > ### 🔍你可能在找自动翻译 > @@ -243,7 +243,7 @@ - + > ### 🔍你可能在找社交媒体脚本 > @@ -254,7 +254,7 @@ - +
    diff --git a/smart-translator-tool/README_en.md b/smart-translator-tool/README_en.md index f8ecabac1..3638a3eab 100644 --- a/smart-translator-tool/README_en.md +++ b/smart-translator-tool/README_en.md @@ -40,7 +40,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -108,7 +108,7 @@ - + > ### 🔍You may be looking for automatic translation > @@ -118,7 +118,7 @@ - + ## Help @@ -132,13 +132,13 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - + > ### 🔍You may be looking forChatGPTRelated scripts > @@ -150,7 +150,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for web-related scripts > @@ -167,7 +167,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -189,7 +189,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGoogleRelated scripts > @@ -198,7 +198,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -216,7 +216,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for adult scripts > @@ -233,7 +233,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for automatic translation > @@ -243,7 +243,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for social media scripts > @@ -254,7 +254,7 @@ Recommended browser and script manager: - +
    diff --git a/smart-translator-tool/README_ko.md b/smart-translator-tool/README_ko.md index 794427848..96fc97c21 100644 --- a/smart-translator-tool/README_ko.md +++ b/smart-translator-tool/README_ko.md @@ -40,7 +40,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -108,7 +108,7 @@ - + > ### 🔍자동 번역을 찾고있을 수 있습니다 > @@ -118,7 +118,7 @@ - + ## 돕다 @@ -132,13 +132,13 @@ **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - + > ### 🔍당신은 찾고있을 수 있습니다ChatGPT관련 스크립트 > @@ -150,7 +150,7 @@ - + > ### 🔍웹 관련 스크립트를 찾고있을 수 있습니다 > @@ -167,7 +167,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -189,7 +189,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다Google관련 스크립트 > @@ -198,7 +198,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -216,7 +216,7 @@ - + > ### 🔍성인 스크립트를 찾고있을 수 있습니다 > @@ -233,7 +233,7 @@ - + > ### 🔍자동 번역을 찾고있을 수 있습니다 > @@ -243,7 +243,7 @@ - + > ### 🔍소셜 미디어 스크립트를 찾고있을 수 있습니다 > @@ -254,7 +254,7 @@ - +
    diff --git a/smart-translator-tool/README_vi.md b/smart-translator-tool/README_vi.md index 5b1b24422..3a572ae23 100644 --- a/smart-translator-tool/README_vi.md +++ b/smart-translator-tool/README_vi.md @@ -40,7 +40,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -108,7 +108,7 @@ - + > ### 🔍Bạn có thể đang tìm kiếm bản dịch tự động > @@ -118,7 +118,7 @@ - + ## Giúp đỡ @@ -132,13 +132,13 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - + > ### 🔍Bạn có thể đang tìm kiếmChatGPTTập lệnh liên quan > @@ -150,7 +150,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web > @@ -167,7 +167,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -189,7 +189,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGoogleTập lệnh liên quan > @@ -198,7 +198,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -216,7 +216,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm kịch bản người lớn > @@ -233,7 +233,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm bản dịch tự động > @@ -243,7 +243,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các kịch bản truyền thông xã hội > @@ -254,7 +254,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - +
    diff --git a/smart-translator-tool/README_zh-TW.md b/smart-translator-tool/README_zh-TW.md index e53ead281..5f1461f04 100644 --- a/smart-translator-tool/README_zh-TW.md +++ b/smart-translator-tool/README_zh-TW.md @@ -40,7 +40,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -108,7 +108,7 @@ - + > ### 🔍你可能在找自動翻譯 > @@ -118,7 +118,7 @@ - + ## 使用幫助 @@ -132,13 +132,13 @@ **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相關腳本 > @@ -150,7 +150,7 @@ - + > ### 🔍你可能在找網頁相關腳本 > @@ -167,7 +167,7 @@ - + > ### 🔍你可能在找GitHub相關腳本 > @@ -189,7 +189,7 @@ - + > ### 🔍你可能在找Google相關腳本 > @@ -198,7 +198,7 @@ - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -216,7 +216,7 @@ - + > ### 🔍你可能在找成人腳本 > @@ -233,7 +233,7 @@ - + > ### 🔍你可能在找自動翻譯 > @@ -243,7 +243,7 @@ - + > ### 🔍你可能在找社交媒體腳本 > @@ -254,7 +254,7 @@ - +
    diff --git a/text-to-link/README.md b/text-to-link/README.md index f9b734c95..729411d2e 100644 --- a/text-to-link/README.md +++ b/text-to-link/README.md @@ -42,7 +42,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -84,7 +84,7 @@ - + ## 使用帮助 @@ -98,14 +98,14 @@ **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - +
    diff --git a/text-to-link/README_en.md b/text-to-link/README_en.md index 4037f259a..ef3757836 100644 --- a/text-to-link/README_en.md +++ b/text-to-link/README_en.md @@ -42,7 +42,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -84,7 +84,7 @@ Modified from [Text To link](https://greasyfork.org/scripts/342) to only add a d - + ## Help @@ -98,14 +98,14 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - +
    diff --git a/text-to-link/README_ko.md b/text-to-link/README_ko.md index b8739fe24..83be215c3 100644 --- a/text-to-link/README_ko.md +++ b/text-to-link/README_ko.md @@ -42,7 +42,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -84,7 +84,7 @@ - + ## 돕다 @@ -98,14 +98,14 @@ **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - +
    diff --git a/text-to-link/README_vi.md b/text-to-link/README_vi.md index e58d6a9d5..e2867e4cf 100644 --- a/text-to-link/README_vi.md +++ b/text-to-link/README_vi.md @@ -42,7 +42,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -84,7 +84,7 @@ - + ## Giúp đỡ @@ -98,14 +98,14 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - +
    diff --git a/text-to-link/README_zh-TW.md b/text-to-link/README_zh-TW.md index e76906de0..25beca750 100644 --- a/text-to-link/README_zh-TW.md +++ b/text-to-link/README_zh-TW.md @@ -42,7 +42,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -84,7 +84,7 @@ - + ## 使用幫助 @@ -98,14 +98,14 @@ **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - +
    diff --git a/thisav-auto-login-helper/README.md b/thisav-auto-login-helper/README.md index 5c12b67b7..0f79f66a9 100644 --- a/thisav-auto-login-helper/README.md +++ b/thisav-auto-login-helper/README.md @@ -40,7 +40,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -69,13 +69,13 @@ - + # ThisAV AutoLogin Helper 这是一个用于ThisAV管理用户账户的脚本,主要功能自动登录以及检测用户是否已登录。 - + ## 功能 @@ -83,7 +83,7 @@ - **登录功能**: 使用用户提供的电子邮件和密码进行登录,并处理登录错误。 - **用户检测**: 检测用户是否已登录,如果未登录则尝试自动登录。 - + ## 安装和使用 @@ -101,7 +101,7 @@ - 脚本会自动检测用户是否已登录。如果检测到未登录状态,它将使用提供的账户信息尝试登录。 - + > ### 🔍你可能在找成人脚本 > @@ -118,7 +118,7 @@ - + ## 使用帮助 @@ -132,14 +132,14 @@ **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相关脚本 > @@ -152,7 +152,7 @@ - + > ### 🔍你可能在找网页相关脚本 > @@ -170,7 +170,7 @@ - + > ### 🔍你可能在找GitHub相关脚本 > @@ -193,7 +193,7 @@ - + > ### 🔍你可能在找Google相关脚本 > @@ -203,7 +203,7 @@ - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -222,7 +222,7 @@ - + > ### 🔍你可能在找成人脚本 > @@ -240,7 +240,7 @@ - + > ### 🔍你可能在找自动翻译 > @@ -251,7 +251,7 @@ - + > ### 🔍你可能在找社交媒体脚本 > @@ -262,7 +262,7 @@ - +
    diff --git a/thisav-auto-login-helper/README_en.md b/thisav-auto-login-helper/README_en.md index 24f4e85c6..0b79d9078 100644 --- a/thisav-auto-login-helper/README_en.md +++ b/thisav-auto-login-helper/README_en.md @@ -40,7 +40,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -69,13 +69,13 @@ - + # ThisAV AutoLogin Helper This script is used for managing user accounts on ThisAV. It provides functionalities for automatic login and checking if the user is already logged in. - + ## Features @@ -83,7 +83,7 @@ This script is used for managing user accounts on ThisAV. It provides functional - **Login Functionality**: Logs in using the provided email and password, and handles login errors. - **User Detection**: Checks if the user is logged in. If not, it attempts to log in automatically. - + ## Installation and Usage @@ -101,7 +101,7 @@ This script is used for managing user accounts on ThisAV. It provides functional - The script will automatically check if the user is logged in. If it detects that the user is not logged in, it will attempt to log in using the provided account information. - + > ### 🔍You might be looking for adult scripts > @@ -118,7 +118,7 @@ This script is used for managing user accounts on ThisAV. It provides functional - + ## Help @@ -132,14 +132,14 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - + > ### 🔍You may be looking forChatGPTRelated scripts > @@ -152,7 +152,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for web-related scripts > @@ -170,7 +170,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -193,7 +193,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGoogleRelated scripts > @@ -203,7 +203,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -222,7 +222,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for adult scripts > @@ -240,7 +240,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for automatic translation > @@ -251,7 +251,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for social media scripts > @@ -262,7 +262,7 @@ Recommended browser and script manager: - +
    diff --git a/thisav-auto-login-helper/README_ko.md b/thisav-auto-login-helper/README_ko.md index 8c1320fff..ffeabb33d 100644 --- a/thisav-auto-login-helper/README_ko.md +++ b/thisav-auto-login-helper/README_ko.md @@ -40,7 +40,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -69,13 +69,13 @@ - + # ThisAV AutoLogin Helper 이것은ThisAV사용자 계정을 관리하는 스크립트,주요 기능은 자동으로 로그인하고 사용자가 로그인되는지 여부를 감지합니다.。 - + ## 기능 @@ -83,7 +83,7 @@ - **로그인 기능**: 사용자 제공 이메일 및 비밀번호를 사용하여 로그인하십시오,로그인 오류를 처리합니다。 - **사용자 탐지**: 사용자가 로그인되었는지 확인하십시오,로그인하지 않으면 자동으로 로그인하십시오。 - + ## 설치 및 사용 @@ -101,7 +101,7 @@ - 스크립트는 사용자가 로그인되었는지 자동으로 감지합니다.。로그인 상태가 감지 된 경우,제공된 계정 정보를 사용하여 로그인하려고합니다.。 - + > ### 🔍성인 스크립트를 찾고있을 수 있습니다 > @@ -118,7 +118,7 @@ - + ## 돕다 @@ -132,14 +132,14 @@ **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - + > ### 🔍당신은 찾고있을 수 있습니다ChatGPT관련 스크립트 > @@ -152,7 +152,7 @@ - + > ### 🔍웹 관련 스크립트를 찾고있을 수 있습니다 > @@ -170,7 +170,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -193,7 +193,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다Google관련 스크립트 > @@ -203,7 +203,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -222,7 +222,7 @@ - + > ### 🔍성인 스크립트를 찾고있을 수 있습니다 > @@ -240,7 +240,7 @@ - + > ### 🔍자동 번역을 찾고있을 수 있습니다 > @@ -251,7 +251,7 @@ - + > ### 🔍소셜 미디어 스크립트를 찾고있을 수 있습니다 > @@ -262,7 +262,7 @@ - +
    diff --git a/thisav-auto-login-helper/README_vi.md b/thisav-auto-login-helper/README_vi.md index 4517fbde9..7b49178f6 100644 --- a/thisav-auto-login-helper/README_vi.md +++ b/thisav-auto-login-helper/README_vi.md @@ -40,7 +40,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -69,13 +69,13 @@ - + # ThisAV AutoLogin Helper Đây là choThisAVTập lệnh để quản lý tài khoản người dùng,Các chức năng chính tự động đăng nhập và phát hiện xem người dùng có đăng nhập không。 - + ## Chức năng @@ -83,7 +83,7 @@ - **Hàm đăng nhập**: Đăng nhập bằng cách sử dụng email và mật khẩu do người dùng cung cấp,Và xử lý các lỗi đăng nhập。 - **Phát hiện người dùng**: Kiểm tra xem người dùng có đăng nhập không,Nếu không đăng nhập, hãy thử đăng nhập tự động。 - + ## Cài đặt và sử dụng @@ -101,7 +101,7 @@ - Tập lệnh sẽ tự động phát hiện xem người dùng có đăng nhập không。Nếu trạng thái đăng nhập được phát hiện,Nó sẽ cố gắng đăng nhập bằng cách sử dụng thông tin tài khoản được cung cấp。 - + > ### 🔍Bạn có thể đang tìm kiếm kịch bản người lớn > @@ -118,7 +118,7 @@ - + ## Giúp đỡ @@ -132,14 +132,14 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - + > ### 🔍Bạn có thể đang tìm kiếmChatGPTTập lệnh liên quan > @@ -152,7 +152,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web > @@ -170,7 +170,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -193,7 +193,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGoogleTập lệnh liên quan > @@ -203,7 +203,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -222,7 +222,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm kịch bản người lớn > @@ -240,7 +240,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm bản dịch tự động > @@ -251,7 +251,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các kịch bản truyền thông xã hội > @@ -262,7 +262,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - +
    diff --git a/thisav-auto-login-helper/README_zh-TW.md b/thisav-auto-login-helper/README_zh-TW.md index f923f7790..4afcdbc7e 100644 --- a/thisav-auto-login-helper/README_zh-TW.md +++ b/thisav-auto-login-helper/README_zh-TW.md @@ -40,7 +40,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -69,13 +69,13 @@ - + # ThisAV AutoLogin Helper 這是一個用於ThisAV管理用戶賬戶的腳本,主要功能自動登錄以及檢測用戶是否已登錄。 - + ## 功能 @@ -83,7 +83,7 @@ - **登錄功能**: 使用用戶提供的電子郵件和密碼進行登錄,並處理登錄錯誤。 - **用戶檢測**: 檢測用戶是否已登錄,如果未登錄則嘗試自動登錄。 - + ## 安裝和使用 @@ -101,7 +101,7 @@ - 腳本會自動檢測用戶是否已登錄。如果檢測到未登錄狀態,它將使用提供的賬戶信息嘗試登錄。 - + > ### 🔍你可能在找成人腳本 > @@ -118,7 +118,7 @@ - + ## 使用幫助 @@ -132,14 +132,14 @@ **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相關腳本 > @@ -152,7 +152,7 @@ - + > ### 🔍你可能在找網頁相關腳本 > @@ -170,7 +170,7 @@ - + > ### 🔍你可能在找GitHub相關腳本 > @@ -193,7 +193,7 @@ - + > ### 🔍你可能在找Google相關腳本 > @@ -203,7 +203,7 @@ - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -222,7 +222,7 @@ - + > ### 🔍你可能在找成人腳本 > @@ -240,7 +240,7 @@ - + > ### 🔍你可能在找自動翻譯 > @@ -251,7 +251,7 @@ - + > ### 🔍你可能在找社交媒體腳本 > @@ -262,7 +262,7 @@ - +
    diff --git a/tiktok-user-info/README.md b/tiktok-user-info/README.md index 55ff2ff87..0ea714ee4 100644 --- a/tiktok-user-info/README.md +++ b/tiktok-user-info/README.md @@ -42,7 +42,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -155,7 +155,7 @@ - + ## 使用帮助 @@ -169,14 +169,14 @@ **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - +
    diff --git a/tiktok-user-info/README_en.md b/tiktok-user-info/README_en.md index 81da0fef8..9ac52368b 100644 --- a/tiktok-user-info/README_en.md +++ b/tiktok-user-info/README_en.md @@ -42,7 +42,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -155,7 +155,7 @@ The message box contains the following content: - + ## Help @@ -169,14 +169,14 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - +
    diff --git a/tiktok-user-info/README_ko.md b/tiktok-user-info/README_ko.md index a94027eaa..cbfff6322 100644 --- a/tiktok-user-info/README_ko.md +++ b/tiktok-user-info/README_ko.md @@ -42,7 +42,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -155,7 +155,7 @@ - + ## 돕다 @@ -169,14 +169,14 @@ **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - +
    diff --git a/tiktok-user-info/README_vi.md b/tiktok-user-info/README_vi.md index 5cac21690..7734016f4 100644 --- a/tiktok-user-info/README_vi.md +++ b/tiktok-user-info/README_vi.md @@ -42,7 +42,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -155,7 +155,7 @@ Hộp thông báo chứa nội dung sau: - + ## Giúp đỡ @@ -169,14 +169,14 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - +
    diff --git a/tiktok-user-info/README_zh-TW.md b/tiktok-user-info/README_zh-TW.md index 265da935e..77688d8d5 100644 --- a/tiktok-user-info/README_zh-TW.md +++ b/tiktok-user-info/README_zh-TW.md @@ -42,7 +42,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -155,7 +155,7 @@ - + ## 使用幫助 @@ -169,14 +169,14 @@ **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - +
    diff --git a/translate-only-chinese/README.md b/translate-only-chinese/README.md index a6e9fed6c..c82efd993 100644 --- a/translate-only-chinese/README.md +++ b/translate-only-chinese/README.md @@ -40,7 +40,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -70,7 +70,7 @@ - + > ### 🔍你可能在找自动翻译 > @@ -132,7 +132,7 @@ - + ## 使用帮助 @@ -146,14 +146,14 @@ **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相关脚本 > @@ -166,7 +166,7 @@ - + > ### 🔍你可能在找网页相关脚本 > @@ -184,7 +184,7 @@ - + > ### 🔍你可能在找GitHub相关脚本 > @@ -207,7 +207,7 @@ - + > ### 🔍你可能在找Google相关脚本 > @@ -217,7 +217,7 @@ - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -236,7 +236,7 @@ - + > ### 🔍你可能在找成人脚本 > @@ -254,7 +254,7 @@ - + > ### 🔍你可能在找自动翻译 > @@ -265,7 +265,7 @@ - + > ### 🔍你可能在找社交媒体脚本 > @@ -276,7 +276,7 @@ - +
    diff --git a/translate-only-chinese/README_en.md b/translate-only-chinese/README_en.md index de72af69e..ac4e5c488 100644 --- a/translate-only-chinese/README_en.md +++ b/translate-only-chinese/README_en.md @@ -40,7 +40,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -70,7 +70,7 @@ - + > ### 🔍You may be looking for automatic translation > @@ -132,7 +132,7 @@ - + ## Help @@ -146,14 +146,14 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - + > ### 🔍You may be looking forChatGPTRelated scripts > @@ -166,7 +166,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for web-related scripts > @@ -184,7 +184,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -207,7 +207,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGoogleRelated scripts > @@ -217,7 +217,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -236,7 +236,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for adult scripts > @@ -254,7 +254,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for automatic translation > @@ -265,7 +265,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for social media scripts > @@ -276,7 +276,7 @@ Recommended browser and script manager: - +
    diff --git a/translate-only-chinese/README_ko.md b/translate-only-chinese/README_ko.md index 0f579b55a..febbaebeb 100644 --- a/translate-only-chinese/README_ko.md +++ b/translate-only-chinese/README_ko.md @@ -40,7 +40,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -70,7 +70,7 @@ - + > ### 🔍자동 번역을 찾고있을 수 있습니다 > @@ -132,7 +132,7 @@ - + ## 돕다 @@ -146,14 +146,14 @@ **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - + > ### 🔍당신은 찾고있을 수 있습니다ChatGPT관련 스크립트 > @@ -166,7 +166,7 @@ - + > ### 🔍웹 관련 스크립트를 찾고있을 수 있습니다 > @@ -184,7 +184,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -207,7 +207,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다Google관련 스크립트 > @@ -217,7 +217,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -236,7 +236,7 @@ - + > ### 🔍성인 스크립트를 찾고있을 수 있습니다 > @@ -254,7 +254,7 @@ - + > ### 🔍자동 번역을 찾고있을 수 있습니다 > @@ -265,7 +265,7 @@ - + > ### 🔍소셜 미디어 스크립트를 찾고있을 수 있습니다 > @@ -276,7 +276,7 @@ - +
    diff --git a/translate-only-chinese/README_vi.md b/translate-only-chinese/README_vi.md index 2b478eac8..1b3a4dff6 100644 --- a/translate-only-chinese/README_vi.md +++ b/translate-only-chinese/README_vi.md @@ -40,7 +40,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -70,7 +70,7 @@ - + > ### 🔍Bạn có thể đang tìm kiếm bản dịch tự động > @@ -132,7 +132,7 @@ - + ## Giúp đỡ @@ -146,14 +146,14 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - + > ### 🔍Bạn có thể đang tìm kiếmChatGPTTập lệnh liên quan > @@ -166,7 +166,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web > @@ -184,7 +184,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -207,7 +207,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGoogleTập lệnh liên quan > @@ -217,7 +217,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -236,7 +236,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm kịch bản người lớn > @@ -254,7 +254,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm bản dịch tự động > @@ -265,7 +265,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các kịch bản truyền thông xã hội > @@ -276,7 +276,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - +
    diff --git a/translate-only-chinese/README_zh-TW.md b/translate-only-chinese/README_zh-TW.md index 7cc86cf44..76d129c92 100644 --- a/translate-only-chinese/README_zh-TW.md +++ b/translate-only-chinese/README_zh-TW.md @@ -40,7 +40,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -70,7 +70,7 @@ - + > ### 🔍你可能在找自動翻譯 > @@ -132,7 +132,7 @@ - + ## 使用幫助 @@ -146,14 +146,14 @@ **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相關腳本 > @@ -166,7 +166,7 @@ - + > ### 🔍你可能在找網頁相關腳本 > @@ -184,7 +184,7 @@ - + > ### 🔍你可能在找GitHub相關腳本 > @@ -207,7 +207,7 @@ - + > ### 🔍你可能在找Google相關腳本 > @@ -217,7 +217,7 @@ - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -236,7 +236,7 @@ - + > ### 🔍你可能在找成人腳本 > @@ -254,7 +254,7 @@ - + > ### 🔍你可能在找自動翻譯 > @@ -265,7 +265,7 @@ - + > ### 🔍你可能在找社交媒體腳本 > @@ -276,7 +276,7 @@ - +
    diff --git a/twitter(X)-plus/README.md b/twitter(X)-plus/README.md index de27e7e6c..013ca63d3 100644 --- a/twitter(X)-plus/README.md +++ b/twitter(X)-plus/README.md @@ -42,7 +42,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -107,7 +107,7 @@ - + ## 使用帮助 @@ -121,14 +121,14 @@ **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - +
    diff --git a/twitter(X)-plus/README_en.md b/twitter(X)-plus/README_en.md index ef5f2817b..c4da779ee 100644 --- a/twitter(X)-plus/README_en.md +++ b/twitter(X)-plus/README_en.md @@ -42,7 +42,7 @@ Gmail - +
    Recommended:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: The above list of script managers and browsers is not exhaustive
    The script runs fine in the following environment
    Passed
    - +
    @@ -107,7 +107,7 @@ Provides several useful enhancements: - + ## Help @@ -121,14 +121,14 @@ Recommended browsers and script managers: **If you need to know more about how to install userscripts,[click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View graphic teaching!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-script%20list) - +
    diff --git a/twitter(X)-plus/README_ko.md b/twitter(X)-plus/README_ko.md index 4e02a695e..1a12bb56a 100644 --- a/twitter(X)-plus/README_ko.md +++ b/twitter(X)-plus/README_ko.md @@ -42,7 +42,7 @@ Gmail - +
    추천:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: 위의 스크립트 관리자 및 브라우저 목록은 완전한 것이 아닙니다.
    스크립트는 다음 환경에서 정상적으로 실행됩니다.
    Passed
    - +
    @@ -107,7 +107,7 @@ - + ## 돕다 @@ -121,14 +121,14 @@ **사용자 스크립트 설치 방법에 대해 더 알고 싶다면,[나를 클릭하세요](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그래픽 교육 보기!** - + ### [모든 게시 스크립트 보기](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8%20%EB%AA%A9%EB%A1%9D) - +
    diff --git a/twitter(X)-plus/README_vi.md b/twitter(X)-plus/README_vi.md index 402203f59..fb35276e6 100644 --- a/twitter(X)-plus/README_vi.md +++ b/twitter(X)-plus/README_vi.md @@ -42,7 +42,7 @@ Gmail - +
    Khuyến khích:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: Danh sách trình quản lý tập lệnh và trình duyệt ở trên không đầy đủ
    Tập lệnh chạy tốt trong môi trường sau
    Passed
    - +
    @@ -107,7 +107,7 @@ Cung cấp một số cải tiến hữu ích: - + ## Giúp đỡ @@ -121,14 +121,14 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần biết thêm về cách cài đặt userscript,[bấm vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem giảng dạy đồ họa!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-danh%20s%C3%A1ch%20k%E1%BB%8Bch%20b%E1%BA%A3n) - +
    diff --git a/twitter(X)-plus/README_zh-TW.md b/twitter(X)-plus/README_zh-TW.md index a8cd6e4ca..b78e032cc 100644 --- a/twitter(X)-plus/README_zh-TW.md +++ b/twitter(X)-plus/README_zh-TW.md @@ -42,7 +42,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運作正常
    Passed
    - +
    @@ -107,7 +107,7 @@ - + ## 使用幫助 @@ -121,14 +121,14 @@ **如果你需要了解更多關於如何安裝使用者腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - +
    diff --git a/twitter-download-blocklist/README.md b/twitter-download-blocklist/README.md index 940b77944..7eff167f4 100644 --- a/twitter-download-blocklist/README.md +++ b/twitter-download-blocklist/README.md @@ -42,7 +42,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -130,7 +130,7 @@ No. Account Name - + ## 使用帮助 @@ -144,14 +144,14 @@ No. Account Name **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - +
    diff --git a/twitter-download-blocklist/README_en.md b/twitter-download-blocklist/README_en.md index 3ab2e9869..6a2605e88 100644 --- a/twitter-download-blocklist/README_en.md +++ b/twitter-download-blocklist/README_en.md @@ -42,7 +42,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -130,7 +130,7 @@ No. Account Name - + ## Help @@ -144,14 +144,14 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - +
    diff --git a/twitter-download-blocklist/README_ko.md b/twitter-download-blocklist/README_ko.md index 320725c8e..a9dd1644e 100644 --- a/twitter-download-blocklist/README_ko.md +++ b/twitter-download-blocklist/README_ko.md @@ -42,7 +42,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -130,7 +130,7 @@ No. Account Name - + ## 돕다 @@ -144,14 +144,14 @@ No. Account Name **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - +
    diff --git a/twitter-download-blocklist/README_vi.md b/twitter-download-blocklist/README_vi.md index a0b21ddd1..a245b9f33 100644 --- a/twitter-download-blocklist/README_vi.md +++ b/twitter-download-blocklist/README_vi.md @@ -42,7 +42,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -130,7 +130,7 @@ No. Account Name - + ## Giúp đỡ @@ -144,14 +144,14 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - +
    diff --git a/twitter-download-blocklist/README_zh-TW.md b/twitter-download-blocklist/README_zh-TW.md index 0aa1a93c6..1d9de53c8 100644 --- a/twitter-download-blocklist/README_zh-TW.md +++ b/twitter-download-blocklist/README_zh-TW.md @@ -42,7 +42,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -130,7 +130,7 @@ No. Account Name - + ## 使用幫助 @@ -144,14 +144,14 @@ No. Account Name **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - +
    diff --git a/twitter-hide-reposts/README.md b/twitter-hide-reposts/README.md index f25946ed1..af1c948c0 100644 --- a/twitter-hide-reposts/README.md +++ b/twitter-hide-reposts/README.md @@ -40,7 +40,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -162,7 +162,7 @@ - + > ### 🔍你可能在找社交媒体脚本 > @@ -172,7 +172,7 @@ - + ## 使用帮助 @@ -186,13 +186,13 @@ **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相关脚本 > @@ -204,7 +204,7 @@ - + > ### 🔍你可能在找网页相关脚本 > @@ -221,7 +221,7 @@ - + > ### 🔍你可能在找GitHub相关脚本 > @@ -243,7 +243,7 @@ - + > ### 🔍你可能在找Google相关脚本 > @@ -252,7 +252,7 @@ - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -270,7 +270,7 @@ - + > ### 🔍你可能在找成人脚本 > @@ -287,7 +287,7 @@ - + > ### 🔍你可能在找自动翻译 > @@ -297,7 +297,7 @@ - + > ### 🔍你可能在找社交媒体脚本 > @@ -308,7 +308,7 @@ - +
    diff --git a/twitter-hide-reposts/README_en.md b/twitter-hide-reposts/README_en.md index b50ef0719..1b609d29f 100644 --- a/twitter-hide-reposts/README_en.md +++ b/twitter-hide-reposts/README_en.md @@ -40,7 +40,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -162,7 +162,7 @@ See details [GitHub Project gallery](https://github.com/ChinaGodMan/UserScripts) - + > ### 🔍You might be looking for social media scripts > @@ -172,7 +172,7 @@ See details [GitHub Project gallery](https://github.com/ChinaGodMan/UserScripts) - + ## Help @@ -186,13 +186,13 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - + > ### 🔍You may be looking forChatGPTRelated scripts > @@ -204,7 +204,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for web-related scripts > @@ -221,7 +221,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -243,7 +243,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGoogleRelated scripts > @@ -252,7 +252,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -270,7 +270,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for adult scripts > @@ -287,7 +287,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for automatic translation > @@ -297,7 +297,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for social media scripts > @@ -308,7 +308,7 @@ Recommended browser and script manager: - +
    diff --git a/twitter-hide-reposts/README_ko.md b/twitter-hide-reposts/README_ko.md index 56fac7354..d78f0695c 100644 --- a/twitter-hide-reposts/README_ko.md +++ b/twitter-hide-reposts/README_ko.md @@ -40,7 +40,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -162,7 +162,7 @@ - + > ### 🔍소셜 미디어 스크립트를 찾고있을 수 있습니다 > @@ -172,7 +172,7 @@ - + ## 돕다 @@ -186,13 +186,13 @@ **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - + > ### 🔍당신은 찾고있을 수 있습니다ChatGPT관련 스크립트 > @@ -204,7 +204,7 @@ - + > ### 🔍웹 관련 스크립트를 찾고있을 수 있습니다 > @@ -221,7 +221,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -243,7 +243,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다Google관련 스크립트 > @@ -252,7 +252,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -270,7 +270,7 @@ - + > ### 🔍성인 스크립트를 찾고있을 수 있습니다 > @@ -287,7 +287,7 @@ - + > ### 🔍자동 번역을 찾고있을 수 있습니다 > @@ -297,7 +297,7 @@ - + > ### 🔍소셜 미디어 스크립트를 찾고있을 수 있습니다 > @@ -308,7 +308,7 @@ - +
    diff --git a/twitter-hide-reposts/README_vi.md b/twitter-hide-reposts/README_vi.md index 7f4976af9..cce1f3343 100644 --- a/twitter-hide-reposts/README_vi.md +++ b/twitter-hide-reposts/README_vi.md @@ -40,7 +40,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -162,7 +162,7 @@ Xem chi tiết [GitHub Phòng trưng bày dự án](https://github.com/ChinaGodM - + > ### 🔍Bạn có thể đang tìm kiếm các kịch bản truyền thông xã hội > @@ -172,7 +172,7 @@ Xem chi tiết [GitHub Phòng trưng bày dự án](https://github.com/ChinaGodM - + ## Giúp đỡ @@ -186,13 +186,13 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - + > ### 🔍Bạn có thể đang tìm kiếmChatGPTTập lệnh liên quan > @@ -204,7 +204,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web > @@ -221,7 +221,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -243,7 +243,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGoogleTập lệnh liên quan > @@ -252,7 +252,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -270,7 +270,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm kịch bản người lớn > @@ -287,7 +287,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm bản dịch tự động > @@ -297,7 +297,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các kịch bản truyền thông xã hội > @@ -308,7 +308,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - +
    diff --git a/twitter-hide-reposts/README_zh-TW.md b/twitter-hide-reposts/README_zh-TW.md index 2bf1ee26f..9536d43f4 100644 --- a/twitter-hide-reposts/README_zh-TW.md +++ b/twitter-hide-reposts/README_zh-TW.md @@ -40,7 +40,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -162,7 +162,7 @@ - + > ### 🔍你可能在找社交媒體腳本 > @@ -172,7 +172,7 @@ - + ## 使用幫助 @@ -186,13 +186,13 @@ **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相關腳本 > @@ -204,7 +204,7 @@ - + > ### 🔍你可能在找網頁相關腳本 > @@ -221,7 +221,7 @@ - + > ### 🔍你可能在找GitHub相關腳本 > @@ -243,7 +243,7 @@ - + > ### 🔍你可能在找Google相關腳本 > @@ -252,7 +252,7 @@ - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -270,7 +270,7 @@ - + > ### 🔍你可能在找成人腳本 > @@ -287,7 +287,7 @@ - + > ### 🔍你可能在找自動翻譯 > @@ -297,7 +297,7 @@ - + > ### 🔍你可能在找社交媒體腳本 > @@ -308,7 +308,7 @@ - +
    diff --git a/twitter-media-downloader/README.md b/twitter-media-downloader/README.md index 52bebe65d..02688c857 100644 --- a/twitter-media-downloader/README.md +++ b/twitter-media-downloader/README.md @@ -40,7 +40,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -199,7 +199,7 @@ - + > ### 🔍你可能在找社交媒体脚本 > @@ -209,7 +209,7 @@ - + ## 使用帮助 @@ -223,13 +223,13 @@ **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相关脚本 > @@ -241,7 +241,7 @@ - + > ### 🔍你可能在找网页相关脚本 > @@ -258,7 +258,7 @@ - + > ### 🔍你可能在找GitHub相关脚本 > @@ -280,7 +280,7 @@ - + > ### 🔍你可能在找Google相关脚本 > @@ -289,7 +289,7 @@ - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -307,7 +307,7 @@ - + > ### 🔍你可能在找成人脚本 > @@ -324,7 +324,7 @@ - + > ### 🔍你可能在找自动翻译 > @@ -334,7 +334,7 @@ - + > ### 🔍你可能在找社交媒体脚本 > @@ -345,7 +345,7 @@ - +
    diff --git a/twitter-media-downloader/README_en.md b/twitter-media-downloader/README_en.md index 97f8ad4cd..dba6f9ef0 100644 --- a/twitter-media-downloader/README_en.md +++ b/twitter-media-downloader/README_en.md @@ -40,7 +40,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -199,7 +199,7 @@ See details [GitHub Project gallery](https://github.com/ChinaGodMan/UserScripts) - + > ### 🔍You might be looking for social media scripts > @@ -209,7 +209,7 @@ See details [GitHub Project gallery](https://github.com/ChinaGodMan/UserScripts) - + ## Help @@ -223,13 +223,13 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - + > ### 🔍You may be looking forChatGPTRelated scripts > @@ -241,7 +241,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for web-related scripts > @@ -258,7 +258,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -280,7 +280,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGoogleRelated scripts > @@ -289,7 +289,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -307,7 +307,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for adult scripts > @@ -324,7 +324,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for automatic translation > @@ -334,7 +334,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for social media scripts > @@ -345,7 +345,7 @@ Recommended browser and script manager: - +
    diff --git a/twitter-media-downloader/README_ko.md b/twitter-media-downloader/README_ko.md index 752813402..6a9771e65 100644 --- a/twitter-media-downloader/README_ko.md +++ b/twitter-media-downloader/README_ko.md @@ -40,7 +40,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -199,7 +199,7 @@ - + > ### 🔍소셜 미디어 스크립트를 찾고있을 수 있습니다 > @@ -209,7 +209,7 @@ - + ## 돕다 @@ -223,13 +223,13 @@ **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - + > ### 🔍당신은 찾고있을 수 있습니다ChatGPT관련 스크립트 > @@ -241,7 +241,7 @@ - + > ### 🔍웹 관련 스크립트를 찾고있을 수 있습니다 > @@ -258,7 +258,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -280,7 +280,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다Google관련 스크립트 > @@ -289,7 +289,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -307,7 +307,7 @@ - + > ### 🔍성인 스크립트를 찾고있을 수 있습니다 > @@ -324,7 +324,7 @@ - + > ### 🔍자동 번역을 찾고있을 수 있습니다 > @@ -334,7 +334,7 @@ - + > ### 🔍소셜 미디어 스크립트를 찾고있을 수 있습니다 > @@ -345,7 +345,7 @@ - +
    diff --git a/twitter-media-downloader/README_vi.md b/twitter-media-downloader/README_vi.md index 350d5983b..22471e7f0 100644 --- a/twitter-media-downloader/README_vi.md +++ b/twitter-media-downloader/README_vi.md @@ -40,7 +40,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -199,7 +199,7 @@ Xem chi tiết [GitHub Phòng trưng bày dự án](https://github.com/ChinaGodM - + > ### 🔍Bạn có thể đang tìm kiếm các kịch bản truyền thông xã hội > @@ -209,7 +209,7 @@ Xem chi tiết [GitHub Phòng trưng bày dự án](https://github.com/ChinaGodM - + ## Giúp đỡ @@ -223,13 +223,13 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - + > ### 🔍Bạn có thể đang tìm kiếmChatGPTTập lệnh liên quan > @@ -241,7 +241,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web > @@ -258,7 +258,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -280,7 +280,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGoogleTập lệnh liên quan > @@ -289,7 +289,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -307,7 +307,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm kịch bản người lớn > @@ -324,7 +324,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm bản dịch tự động > @@ -334,7 +334,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các kịch bản truyền thông xã hội > @@ -345,7 +345,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - +
    diff --git a/twitter-media-downloader/README_zh-TW.md b/twitter-media-downloader/README_zh-TW.md index 60da45ad4..bc802885a 100644 --- a/twitter-media-downloader/README_zh-TW.md +++ b/twitter-media-downloader/README_zh-TW.md @@ -40,7 +40,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -199,7 +199,7 @@ - + > ### 🔍你可能在找社交媒體腳本 > @@ -209,7 +209,7 @@ - + ## 使用幫助 @@ -223,13 +223,13 @@ **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相關腳本 > @@ -241,7 +241,7 @@ - + > ### 🔍你可能在找網頁相關腳本 > @@ -258,7 +258,7 @@ - + > ### 🔍你可能在找GitHub相關腳本 > @@ -280,7 +280,7 @@ - + > ### 🔍你可能在找Google相關腳本 > @@ -289,7 +289,7 @@ - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -307,7 +307,7 @@ - + > ### 🔍你可能在找成人腳本 > @@ -324,7 +324,7 @@ - + > ### 🔍你可能在找自動翻譯 > @@ -334,7 +334,7 @@ - + > ### 🔍你可能在找社交媒體腳本 > @@ -345,7 +345,7 @@ - +
    diff --git a/twitter-show-date-normally/README.md b/twitter-show-date-normally/README.md index 985860f25..86d9cc269 100644 --- a/twitter-show-date-normally/README.md +++ b/twitter-show-date-normally/README.md @@ -42,7 +42,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -88,7 +88,7 @@ - + ## 使用帮助 @@ -102,14 +102,14 @@ **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - +
    diff --git a/twitter-show-date-normally/README_en.md b/twitter-show-date-normally/README_en.md index 2a3595d65..99db5d073 100644 --- a/twitter-show-date-normally/README_en.md +++ b/twitter-show-date-normally/README_en.md @@ -42,7 +42,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -88,7 +88,7 @@ - + ## Help @@ -102,14 +102,14 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - +
    diff --git a/twitter-show-date-normally/README_ko.md b/twitter-show-date-normally/README_ko.md index ffaa58b77..ea0ff1a56 100644 --- a/twitter-show-date-normally/README_ko.md +++ b/twitter-show-date-normally/README_ko.md @@ -42,7 +42,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -88,7 +88,7 @@ - + ## 돕다 @@ -102,14 +102,14 @@ **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - +
    diff --git a/twitter-show-date-normally/README_vi.md b/twitter-show-date-normally/README_vi.md index 238b45297..ff39fedce 100644 --- a/twitter-show-date-normally/README_vi.md +++ b/twitter-show-date-normally/README_vi.md @@ -42,7 +42,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -88,7 +88,7 @@ - + ## Giúp đỡ @@ -102,14 +102,14 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - +
    diff --git a/twitter-show-date-normally/README_zh-TW.md b/twitter-show-date-normally/README_zh-TW.md index 0c83fce16..d137bff53 100644 --- a/twitter-show-date-normally/README_zh-TW.md +++ b/twitter-show-date-normally/README_zh-TW.md @@ -42,7 +42,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -88,7 +88,7 @@ - + ## 使用幫助 @@ -102,14 +102,14 @@ **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - +
    diff --git a/utils/docs/settings.json b/utils/docs/settings.json index 22596de46..c2d3475ed 100644 --- a/utils/docs/settings.json +++ b/utils/docs/settings.json @@ -2,5 +2,5 @@ "repository": "ChinaGodMan/UserScripts", "sub_repository": "ChinaGodMan/UserScriptsHistory", "greasyfork_user_id": 1169082, - "separator": "https://media.chatgptautorefresh.com/images/separators/gradient-aqua.png?latest" + "separator": "https://raw.githubusercontent.com/ChinaGodMan/UserScriptsHistory/main/images/separators/gradient-aqua.png" } diff --git a/web-clipper/README.md b/web-clipper/README.md index 08800204e..23f731246 100644 --- a/web-clipper/README.md +++ b/web-clipper/README.md @@ -40,7 +40,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -125,7 +125,7 @@ - + > ### 🔍你可能在找网页相关脚本 > @@ -142,7 +142,7 @@ - + ## 使用帮助 @@ -156,13 +156,13 @@ **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相关脚本 > @@ -174,7 +174,7 @@ - + > ### 🔍你可能在找网页相关脚本 > @@ -191,7 +191,7 @@ - + > ### 🔍你可能在找GitHub相关脚本 > @@ -213,7 +213,7 @@ - + > ### 🔍你可能在找Google相关脚本 > @@ -222,7 +222,7 @@ - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -240,7 +240,7 @@ - + > ### 🔍你可能在找成人脚本 > @@ -257,7 +257,7 @@ - + > ### 🔍你可能在找自动翻译 > @@ -267,7 +267,7 @@ - + > ### 🔍你可能在找社交媒体脚本 > @@ -278,7 +278,7 @@ - +
    diff --git a/web-clipper/README_en.md b/web-clipper/README_en.md index f7a45ec19..31e4527fd 100644 --- a/web-clipper/README_en.md +++ b/web-clipper/README_en.md @@ -40,7 +40,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -126,7 +126,7 @@ You can jump to view it after creation:
    - + > ### 🔍You may be looking for web-related scripts > @@ -143,7 +143,7 @@ You can jump to view it after creation:
    - + ## Help @@ -157,13 +157,13 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - + > ### 🔍You may be looking forChatGPTRelated scripts > @@ -175,7 +175,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for web-related scripts > @@ -192,7 +192,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -214,7 +214,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGoogleRelated scripts > @@ -223,7 +223,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -241,7 +241,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for adult scripts > @@ -258,7 +258,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for automatic translation > @@ -268,7 +268,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for social media scripts > @@ -279,7 +279,7 @@ Recommended browser and script manager: - +
    diff --git a/web-clipper/README_ko.md b/web-clipper/README_ko.md index 2d7281836..daf47f5b6 100644 --- a/web-clipper/README_ko.md +++ b/web-clipper/README_ko.md @@ -40,7 +40,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -126,7 +126,7 @@ - + > ### 🔍웹 관련 스크립트를 찾고있을 수 있습니다 > @@ -143,7 +143,7 @@ - + ## 돕다 @@ -157,13 +157,13 @@ **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - + > ### 🔍당신은 찾고있을 수 있습니다ChatGPT관련 스크립트 > @@ -175,7 +175,7 @@ - + > ### 🔍웹 관련 스크립트를 찾고있을 수 있습니다 > @@ -192,7 +192,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -214,7 +214,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다Google관련 스크립트 > @@ -223,7 +223,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -241,7 +241,7 @@ - + > ### 🔍성인 스크립트를 찾고있을 수 있습니다 > @@ -258,7 +258,7 @@ - + > ### 🔍자동 번역을 찾고있을 수 있습니다 > @@ -268,7 +268,7 @@ - + > ### 🔍소셜 미디어 스크립트를 찾고있을 수 있습니다 > @@ -279,7 +279,7 @@ - +
    diff --git a/web-clipper/README_vi.md b/web-clipper/README_vi.md index 39e01859c..94c810afd 100644 --- a/web-clipper/README_vi.md +++ b/web-clipper/README_vi.md @@ -40,7 +40,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -126,7 +126,7 @@ Bạn có thể nhảy để xem nó sau khi sáng tạo:
    - + > ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web > @@ -143,7 +143,7 @@ Bạn có thể nhảy để xem nó sau khi sáng tạo:
    - + ## Giúp đỡ @@ -157,13 +157,13 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - + > ### 🔍Bạn có thể đang tìm kiếmChatGPTTập lệnh liên quan > @@ -175,7 +175,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web > @@ -192,7 +192,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -214,7 +214,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGoogleTập lệnh liên quan > @@ -223,7 +223,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -241,7 +241,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm kịch bản người lớn > @@ -258,7 +258,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm bản dịch tự động > @@ -268,7 +268,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các kịch bản truyền thông xã hội > @@ -279,7 +279,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - +
    diff --git a/web-clipper/README_zh-TW.md b/web-clipper/README_zh-TW.md index 87d2e9f5f..041effd39 100644 --- a/web-clipper/README_zh-TW.md +++ b/web-clipper/README_zh-TW.md @@ -40,7 +40,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -126,7 +126,7 @@ - + > ### 🔍你可能在找網頁相關腳本 > @@ -143,7 +143,7 @@ - + ## 使用幫助 @@ -157,13 +157,13 @@ **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相關腳本 > @@ -175,7 +175,7 @@ - + > ### 🔍你可能在找網頁相關腳本 > @@ -192,7 +192,7 @@ - + > ### 🔍你可能在找GitHub相關腳本 > @@ -214,7 +214,7 @@ - + > ### 🔍你可能在找Google相關腳本 > @@ -223,7 +223,7 @@ - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -241,7 +241,7 @@ - + > ### 🔍你可能在找成人腳本 > @@ -258,7 +258,7 @@ - + > ### 🔍你可能在找自動翻譯 > @@ -268,7 +268,7 @@ - + > ### 🔍你可能在找社交媒體腳本 > @@ -279,7 +279,7 @@ - +
    diff --git a/wechat-black/README.md b/wechat-black/README.md index ac269d415..29cd91a56 100644 --- a/wechat-black/README.md +++ b/wechat-black/README.md @@ -38,7 +38,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -47,7 +47,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -96,7 +96,7 @@ - + ## 使用帮助 @@ -110,14 +110,14 @@ **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - +
    diff --git a/weibo-mobile-redirect/README.md b/weibo-mobile-redirect/README.md index 51bd70918..d10dd9d84 100644 --- a/weibo-mobile-redirect/README.md +++ b/weibo-mobile-redirect/README.md @@ -38,7 +38,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -47,7 +47,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -115,7 +115,7 @@ - + ## 使用帮助 @@ -129,14 +129,14 @@ **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - +
    diff --git a/xhamster-downloader/README.md b/xhamster-downloader/README.md index c90442fa2..34d429bee 100644 --- a/xhamster-downloader/README.md +++ b/xhamster-downloader/README.md @@ -40,7 +40,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -118,7 +118,7 @@ - + > ### 🔍你可能在找成人脚本 > @@ -135,7 +135,7 @@ - + ## 使用帮助 @@ -149,13 +149,13 @@ **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相关脚本 > @@ -167,7 +167,7 @@ - + > ### 🔍你可能在找网页相关脚本 > @@ -184,7 +184,7 @@ - + > ### 🔍你可能在找GitHub相关脚本 > @@ -206,7 +206,7 @@ - + > ### 🔍你可能在找Google相关脚本 > @@ -215,7 +215,7 @@ - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -233,7 +233,7 @@ - + > ### 🔍你可能在找成人脚本 > @@ -250,7 +250,7 @@ - + > ### 🔍你可能在找自动翻译 > @@ -260,7 +260,7 @@ - + > ### 🔍你可能在找社交媒体脚本 > @@ -271,7 +271,7 @@ - +
    diff --git a/xhamster-downloader/README_en.md b/xhamster-downloader/README_en.md index 3121be132..445a2eaf3 100644 --- a/xhamster-downloader/README_en.md +++ b/xhamster-downloader/README_en.md @@ -40,7 +40,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -118,7 +118,7 @@ - + > ### 🔍You might be looking for adult scripts > @@ -135,7 +135,7 @@ - + ## Help @@ -149,13 +149,13 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - + > ### 🔍You may be looking forChatGPTRelated scripts > @@ -167,7 +167,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for web-related scripts > @@ -184,7 +184,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -206,7 +206,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGoogleRelated scripts > @@ -215,7 +215,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -233,7 +233,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for adult scripts > @@ -250,7 +250,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for automatic translation > @@ -260,7 +260,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for social media scripts > @@ -271,7 +271,7 @@ Recommended browser and script manager: - +
    diff --git a/xhamster-downloader/README_ko.md b/xhamster-downloader/README_ko.md index d6fd4ba09..ec3af0609 100644 --- a/xhamster-downloader/README_ko.md +++ b/xhamster-downloader/README_ko.md @@ -40,7 +40,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -118,7 +118,7 @@ - + > ### 🔍성인 스크립트를 찾고있을 수 있습니다 > @@ -135,7 +135,7 @@ - + ## 돕다 @@ -149,13 +149,13 @@ **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - + > ### 🔍당신은 찾고있을 수 있습니다ChatGPT관련 스크립트 > @@ -167,7 +167,7 @@ - + > ### 🔍웹 관련 스크립트를 찾고있을 수 있습니다 > @@ -184,7 +184,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -206,7 +206,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다Google관련 스크립트 > @@ -215,7 +215,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -233,7 +233,7 @@ - + > ### 🔍성인 스크립트를 찾고있을 수 있습니다 > @@ -250,7 +250,7 @@ - + > ### 🔍자동 번역을 찾고있을 수 있습니다 > @@ -260,7 +260,7 @@ - + > ### 🔍소셜 미디어 스크립트를 찾고있을 수 있습니다 > @@ -271,7 +271,7 @@ - +
    diff --git a/xhamster-downloader/README_vi.md b/xhamster-downloader/README_vi.md index c8b6fefb1..e5fdec240 100644 --- a/xhamster-downloader/README_vi.md +++ b/xhamster-downloader/README_vi.md @@ -40,7 +40,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -118,7 +118,7 @@ - + > ### 🔍Bạn có thể đang tìm kiếm kịch bản người lớn > @@ -135,7 +135,7 @@ - + ## Giúp đỡ @@ -149,13 +149,13 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - + > ### 🔍Bạn có thể đang tìm kiếmChatGPTTập lệnh liên quan > @@ -167,7 +167,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web > @@ -184,7 +184,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -206,7 +206,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGoogleTập lệnh liên quan > @@ -215,7 +215,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -233,7 +233,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm kịch bản người lớn > @@ -250,7 +250,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm bản dịch tự động > @@ -260,7 +260,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các kịch bản truyền thông xã hội > @@ -271,7 +271,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - +
    diff --git a/xhamster-downloader/README_zh-TW.md b/xhamster-downloader/README_zh-TW.md index 19647361a..e12d0730a 100644 --- a/xhamster-downloader/README_zh-TW.md +++ b/xhamster-downloader/README_zh-TW.md @@ -40,7 +40,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -118,7 +118,7 @@ - + > ### 🔍你可能在找成人腳本 > @@ -135,7 +135,7 @@ - + ## 使用幫助 @@ -149,13 +149,13 @@ **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相關腳本 > @@ -167,7 +167,7 @@ - + > ### 🔍你可能在找網頁相關腳本 > @@ -184,7 +184,7 @@ - + > ### 🔍你可能在找GitHub相關腳本 > @@ -206,7 +206,7 @@ - + > ### 🔍你可能在找Google相關腳本 > @@ -215,7 +215,7 @@ - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -233,7 +233,7 @@ - + > ### 🔍你可能在找成人腳本 > @@ -250,7 +250,7 @@ - + > ### 🔍你可能在找自動翻譯 > @@ -260,7 +260,7 @@ - + > ### 🔍你可能在找社交媒體腳本 > @@ -271,7 +271,7 @@ - +
    diff --git a/xnxx-downloader/README.md b/xnxx-downloader/README.md index 951aa39ef..0a2f8d37c 100644 --- a/xnxx-downloader/README.md +++ b/xnxx-downloader/README.md @@ -40,7 +40,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -113,7 +113,7 @@ - + > ### 🔍你可能在找成人脚本 > @@ -130,7 +130,7 @@ - + ## 使用帮助 @@ -144,13 +144,13 @@ **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相关脚本 > @@ -162,7 +162,7 @@ - + > ### 🔍你可能在找网页相关脚本 > @@ -179,7 +179,7 @@ - + > ### 🔍你可能在找GitHub相关脚本 > @@ -201,7 +201,7 @@ - + > ### 🔍你可能在找Google相关脚本 > @@ -210,7 +210,7 @@ - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -228,7 +228,7 @@ - + > ### 🔍你可能在找成人脚本 > @@ -245,7 +245,7 @@ - + > ### 🔍你可能在找自动翻译 > @@ -255,7 +255,7 @@ - + > ### 🔍你可能在找社交媒体脚本 > @@ -266,7 +266,7 @@ - +
    diff --git a/xnxx-downloader/README_en.md b/xnxx-downloader/README_en.md index eff4fcd8e..562d652ff 100644 --- a/xnxx-downloader/README_en.md +++ b/xnxx-downloader/README_en.md @@ -40,7 +40,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -113,7 +113,7 @@ - + > ### 🔍You might be looking for adult scripts > @@ -130,7 +130,7 @@ - + ## Help @@ -144,13 +144,13 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - + > ### 🔍You may be looking forChatGPTRelated scripts > @@ -162,7 +162,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for web-related scripts > @@ -179,7 +179,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -201,7 +201,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGoogleRelated scripts > @@ -210,7 +210,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -228,7 +228,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for adult scripts > @@ -245,7 +245,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for automatic translation > @@ -255,7 +255,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for social media scripts > @@ -266,7 +266,7 @@ Recommended browser and script manager: - +
    diff --git a/xnxx-downloader/README_ko.md b/xnxx-downloader/README_ko.md index 224e2abc6..b58c97f66 100644 --- a/xnxx-downloader/README_ko.md +++ b/xnxx-downloader/README_ko.md @@ -40,7 +40,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -113,7 +113,7 @@ - + > ### 🔍성인 스크립트를 찾고있을 수 있습니다 > @@ -130,7 +130,7 @@ - + ## 돕다 @@ -144,13 +144,13 @@ **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - + > ### 🔍당신은 찾고있을 수 있습니다ChatGPT관련 스크립트 > @@ -162,7 +162,7 @@ - + > ### 🔍웹 관련 스크립트를 찾고있을 수 있습니다 > @@ -179,7 +179,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -201,7 +201,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다Google관련 스크립트 > @@ -210,7 +210,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -228,7 +228,7 @@ - + > ### 🔍성인 스크립트를 찾고있을 수 있습니다 > @@ -245,7 +245,7 @@ - + > ### 🔍자동 번역을 찾고있을 수 있습니다 > @@ -255,7 +255,7 @@ - + > ### 🔍소셜 미디어 스크립트를 찾고있을 수 있습니다 > @@ -266,7 +266,7 @@ - +
    diff --git a/xnxx-downloader/README_vi.md b/xnxx-downloader/README_vi.md index e7ea8e8b5..d97637207 100644 --- a/xnxx-downloader/README_vi.md +++ b/xnxx-downloader/README_vi.md @@ -40,7 +40,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -113,7 +113,7 @@ - + > ### 🔍Bạn có thể đang tìm kiếm kịch bản người lớn > @@ -130,7 +130,7 @@ - + ## Giúp đỡ @@ -144,13 +144,13 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - + > ### 🔍Bạn có thể đang tìm kiếmChatGPTTập lệnh liên quan > @@ -162,7 +162,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web > @@ -179,7 +179,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -201,7 +201,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGoogleTập lệnh liên quan > @@ -210,7 +210,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -228,7 +228,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm kịch bản người lớn > @@ -245,7 +245,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm bản dịch tự động > @@ -255,7 +255,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các kịch bản truyền thông xã hội > @@ -266,7 +266,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - +
    diff --git a/xnxx-downloader/README_zh-TW.md b/xnxx-downloader/README_zh-TW.md index c9998dc66..560d67e3f 100644 --- a/xnxx-downloader/README_zh-TW.md +++ b/xnxx-downloader/README_zh-TW.md @@ -40,7 +40,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -113,7 +113,7 @@ - + > ### 🔍你可能在找成人腳本 > @@ -130,7 +130,7 @@ - + ## 使用幫助 @@ -144,13 +144,13 @@ **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相關腳本 > @@ -162,7 +162,7 @@ - + > ### 🔍你可能在找網頁相關腳本 > @@ -179,7 +179,7 @@ - + > ### 🔍你可能在找GitHub相關腳本 > @@ -201,7 +201,7 @@ - + > ### 🔍你可能在找Google相關腳本 > @@ -210,7 +210,7 @@ - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -228,7 +228,7 @@ - + > ### 🔍你可能在找成人腳本 > @@ -245,7 +245,7 @@ - + > ### 🔍你可能在找自動翻譯 > @@ -255,7 +255,7 @@ - + > ### 🔍你可能在找社交媒體腳本 > @@ -266,7 +266,7 @@ - +
    diff --git a/xvideos-enhance/README.md b/xvideos-enhance/README.md index 924bbe59f..9d52be1ae 100644 --- a/xvideos-enhance/README.md +++ b/xvideos-enhance/README.md @@ -40,7 +40,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -93,7 +93,7 @@ ![](https://greasyfork.s3.us-east-2.amazonaws.com/n5gszupnqiigj78b72756pvp1xx6) - + > ### 🔍你可能在找成人脚本 > @@ -110,7 +110,7 @@ - + ## 使用帮助 @@ -124,13 +124,13 @@ **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相关脚本 > @@ -142,7 +142,7 @@ - + > ### 🔍你可能在找网页相关脚本 > @@ -159,7 +159,7 @@ - + > ### 🔍你可能在找GitHub相关脚本 > @@ -181,7 +181,7 @@ - + > ### 🔍你可能在找Google相关脚本 > @@ -190,7 +190,7 @@ - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -208,7 +208,7 @@ - + > ### 🔍你可能在找成人脚本 > @@ -225,7 +225,7 @@ - + > ### 🔍你可能在找自动翻译 > @@ -235,7 +235,7 @@ - + > ### 🔍你可能在找社交媒体脚本 > @@ -246,7 +246,7 @@ - +
    diff --git a/xvideos-enhance/README_en.md b/xvideos-enhance/README_en.md index dd1d4c4fa..cdaeb2a0c 100644 --- a/xvideos-enhance/README_en.md +++ b/xvideos-enhance/README_en.md @@ -40,7 +40,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -93,7 +93,7 @@ This script focuses on improving the viewing effect and video download experienc ![](https://greasyfork.s3.us-east-2.amazonaws.com/n5gszupnqiigj78b72756pvp1xx6) - + > ### 🔍You might be looking for adult scripts > @@ -110,7 +110,7 @@ This script focuses on improving the viewing effect and video download experienc - + ## Help @@ -124,13 +124,13 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - + > ### 🔍You may be looking forChatGPTRelated scripts > @@ -142,7 +142,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for web-related scripts > @@ -159,7 +159,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -181,7 +181,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGoogleRelated scripts > @@ -190,7 +190,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -208,7 +208,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for adult scripts > @@ -225,7 +225,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for automatic translation > @@ -235,7 +235,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for social media scripts > @@ -246,7 +246,7 @@ Recommended browser and script manager: - +
    diff --git a/xvideos-enhance/README_ko.md b/xvideos-enhance/README_ko.md index a1846fec6..a68f7e71d 100644 --- a/xvideos-enhance/README_ko.md +++ b/xvideos-enhance/README_ko.md @@ -40,7 +40,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -93,7 +93,7 @@ ![](https://greasyfork.s3.us-east-2.amazonaws.com/n5gszupnqiigj78b72756pvp1xx6) - + > ### 🔍성인 스크립트를 찾고있을 수 있습니다 > @@ -110,7 +110,7 @@ - + ## 돕다 @@ -124,13 +124,13 @@ **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - + > ### 🔍당신은 찾고있을 수 있습니다ChatGPT관련 스크립트 > @@ -142,7 +142,7 @@ - + > ### 🔍웹 관련 스크립트를 찾고있을 수 있습니다 > @@ -159,7 +159,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -181,7 +181,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다Google관련 스크립트 > @@ -190,7 +190,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -208,7 +208,7 @@ - + > ### 🔍성인 스크립트를 찾고있을 수 있습니다 > @@ -225,7 +225,7 @@ - + > ### 🔍자동 번역을 찾고있을 수 있습니다 > @@ -235,7 +235,7 @@ - + > ### 🔍소셜 미디어 스크립트를 찾고있을 수 있습니다 > @@ -246,7 +246,7 @@ - +
    diff --git a/xvideos-enhance/README_vi.md b/xvideos-enhance/README_vi.md index 12f396798..e4717c4c0 100644 --- a/xvideos-enhance/README_vi.md +++ b/xvideos-enhance/README_vi.md @@ -40,7 +40,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -93,7 +93,7 @@ Kịch bản này tập trung vào việc cải thiện hiệu ứng xem và tr ![](https://greasyfork.s3.us-east-2.amazonaws.com/n5gszupnqiigj78b72756pvp1xx6) - + > ### 🔍Bạn có thể đang tìm kiếm kịch bản người lớn > @@ -110,7 +110,7 @@ Kịch bản này tập trung vào việc cải thiện hiệu ứng xem và tr - + ## Giúp đỡ @@ -124,13 +124,13 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - + > ### 🔍Bạn có thể đang tìm kiếmChatGPTTập lệnh liên quan > @@ -142,7 +142,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web > @@ -159,7 +159,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -181,7 +181,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGoogleTập lệnh liên quan > @@ -190,7 +190,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -208,7 +208,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm kịch bản người lớn > @@ -225,7 +225,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm bản dịch tự động > @@ -235,7 +235,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các kịch bản truyền thông xã hội > @@ -246,7 +246,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - +
    diff --git a/xvideos-enhance/README_zh-TW.md b/xvideos-enhance/README_zh-TW.md index d650dedf1..97f4822fe 100644 --- a/xvideos-enhance/README_zh-TW.md +++ b/xvideos-enhance/README_zh-TW.md @@ -40,7 +40,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -93,7 +93,7 @@ ![](https://greasyfork.s3.us-east-2.amazonaws.com/n5gszupnqiigj78b72756pvp1xx6) - + > ### 🔍你可能在找成人腳本 > @@ -110,7 +110,7 @@ - + ## 使用幫助 @@ -124,13 +124,13 @@ **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相關腳本 > @@ -142,7 +142,7 @@ - + > ### 🔍你可能在找網頁相關腳本 > @@ -159,7 +159,7 @@ - + > ### 🔍你可能在找GitHub相關腳本 > @@ -181,7 +181,7 @@ - + > ### 🔍你可能在找Google相關腳本 > @@ -190,7 +190,7 @@ - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -208,7 +208,7 @@ - + > ### 🔍你可能在找成人腳本 > @@ -225,7 +225,7 @@ - + > ### 🔍你可能在找自動翻譯 > @@ -235,7 +235,7 @@ - + > ### 🔍你可能在找社交媒體腳本 > @@ -246,7 +246,7 @@ - +
    diff --git a/youtube-better-volume-control/README.md b/youtube-better-volume-control/README.md index 6c6ba2da6..723ac82d0 100644 --- a/youtube-better-volume-control/README.md +++ b/youtube-better-volume-control/README.md @@ -42,7 +42,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -107,7 +107,7 @@ YouTube 的视频页面和 Shorts 页面提供自定义音量滑块功能,使 - + ## 使用帮助 @@ -121,14 +121,14 @@ YouTube 的视频页面和 Shorts 页面提供自定义音量滑块功能,使 **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - +
    diff --git a/youtube-better-volume-control/README_en.md b/youtube-better-volume-control/README_en.md index a51c3d8e8..9802822ed 100644 --- a/youtube-better-volume-control/README_en.md +++ b/youtube-better-volume-control/README_en.md @@ -42,7 +42,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -107,7 +107,7 @@ YouTube Video page and Shorts The page provides custom volume slider function, - + ## Help @@ -121,14 +121,14 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - +
    diff --git a/youtube-better-volume-control/README_ko.md b/youtube-better-volume-control/README_ko.md index 63c28f29b..806761e3a 100644 --- a/youtube-better-volume-control/README_ko.md +++ b/youtube-better-volume-control/README_ko.md @@ -42,7 +42,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -107,7 +107,7 @@ YouTube 비디오 페이지 및 Shorts 이 페이지는 사용자 정의 볼륨 - + ## 돕다 @@ -121,14 +121,14 @@ YouTube 비디오 페이지 및 Shorts 이 페이지는 사용자 정의 볼륨 **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - +
    diff --git a/youtube-better-volume-control/README_vi.md b/youtube-better-volume-control/README_vi.md index 059056adc..f1e2f5589 100644 --- a/youtube-better-volume-control/README_vi.md +++ b/youtube-better-volume-control/README_vi.md @@ -42,7 +42,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -107,7 +107,7 @@ YouTube Trang video và Shorts Trang cung cấp chức năng thanh trượt kh - + ## Giúp đỡ @@ -121,14 +121,14 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - +
    diff --git a/youtube-better-volume-control/README_zh-TW.md b/youtube-better-volume-control/README_zh-TW.md index 265ede93d..8bdb4841f 100644 --- a/youtube-better-volume-control/README_zh-TW.md +++ b/youtube-better-volume-control/README_zh-TW.md @@ -42,7 +42,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -107,7 +107,7 @@ YouTube 的視頻頁面和 Shorts 頁面提供自定義音量滑塊功能,使 - + ## 使用幫助 @@ -121,14 +121,14 @@ YouTube 的視頻頁面和 Shorts 頁面提供自定義音量滑塊功能,使 **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - +
    diff --git a/youtube-dynamic-grid/README.md b/youtube-dynamic-grid/README.md index 2b06c195f..bab1157e8 100644 --- a/youtube-dynamic-grid/README.md +++ b/youtube-dynamic-grid/README.md @@ -42,7 +42,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -123,7 +123,7 @@ - + ## 使用帮助 @@ -137,14 +137,14 @@ **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - +
    diff --git a/youtube-dynamic-grid/README_en.md b/youtube-dynamic-grid/README_en.md index c87265696..9d0fdc5f3 100644 --- a/youtube-dynamic-grid/README_en.md +++ b/youtube-dynamic-grid/README_en.md @@ -42,7 +42,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -123,7 +123,7 @@ This script calculates the best number of videos(Between3arrive12between), - + ## Help @@ -137,14 +137,14 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - +
    diff --git a/youtube-dynamic-grid/README_ko.md b/youtube-dynamic-grid/README_ko.md index 90e4216df..895a713a5 100644 --- a/youtube-dynamic-grid/README_ko.md +++ b/youtube-dynamic-grid/README_ko.md @@ -42,7 +42,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -123,7 +123,7 @@ - + ## 돕다 @@ -137,14 +137,14 @@ **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - +
    diff --git a/youtube-dynamic-grid/README_vi.md b/youtube-dynamic-grid/README_vi.md index 31159c613..80c2dd9d5 100644 --- a/youtube-dynamic-grid/README_vi.md +++ b/youtube-dynamic-grid/README_vi.md @@ -42,7 +42,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -123,7 +123,7 @@ Tập lệnh này tính toán số lượng video tốt nhất(Giữa3đến12 - + ## Giúp đỡ @@ -137,14 +137,14 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - +
    diff --git a/youtube-dynamic-grid/README_zh-TW.md b/youtube-dynamic-grid/README_zh-TW.md index d094cfe02..dd16a3a55 100644 --- a/youtube-dynamic-grid/README_zh-TW.md +++ b/youtube-dynamic-grid/README_zh-TW.md @@ -42,7 +42,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -123,7 +123,7 @@ - + ## 使用幫助 @@ -137,14 +137,14 @@ **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - +
    diff --git a/youtube-helper/README.md b/youtube-helper/README.md index 5d315c577..f626fe2f1 100644 --- a/youtube-helper/README.md +++ b/youtube-helper/README.md @@ -40,7 +40,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -106,7 +106,7 @@ - + > ### 🔍你可能在找社交媒体脚本 > @@ -116,7 +116,7 @@ - + ## 使用帮助 @@ -130,13 +130,13 @@ **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相关脚本 > @@ -148,7 +148,7 @@ - + > ### 🔍你可能在找网页相关脚本 > @@ -165,7 +165,7 @@ - + > ### 🔍你可能在找GitHub相关脚本 > @@ -187,7 +187,7 @@ - + > ### 🔍你可能在找Google相关脚本 > @@ -196,7 +196,7 @@ - + > ### 🔍你可能在找GreasyFork相关脚本 > @@ -214,7 +214,7 @@ - + > ### 🔍你可能在找成人脚本 > @@ -231,7 +231,7 @@ - + > ### 🔍你可能在找自动翻译 > @@ -241,7 +241,7 @@ - + > ### 🔍你可能在找社交媒体脚本 > @@ -252,7 +252,7 @@ - +
    diff --git a/youtube-helper/README_en.md b/youtube-helper/README_en.md index 8d96813b1..90aa97e5b 100644 --- a/youtube-helper/README_en.md +++ b/youtube-helper/README_en.md @@ -40,7 +40,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -106,7 +106,7 @@ - + > ### 🔍You might be looking for social media scripts > @@ -116,7 +116,7 @@ - + ## Help @@ -130,13 +130,13 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - + > ### 🔍You may be looking forChatGPTRelated scripts > @@ -148,7 +148,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for web-related scripts > @@ -165,7 +165,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGitHubRelated scripts > @@ -187,7 +187,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGoogleRelated scripts > @@ -196,7 +196,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking forGreasyForkRelated scripts > @@ -214,7 +214,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for adult scripts > @@ -231,7 +231,7 @@ Recommended browser and script manager: - + > ### 🔍You may be looking for automatic translation > @@ -241,7 +241,7 @@ Recommended browser and script manager: - + > ### 🔍You might be looking for social media scripts > @@ -252,7 +252,7 @@ Recommended browser and script manager: - +
    diff --git a/youtube-helper/README_ko.md b/youtube-helper/README_ko.md index f313e4747..719a84361 100644 --- a/youtube-helper/README_ko.md +++ b/youtube-helper/README_ko.md @@ -40,7 +40,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -106,7 +106,7 @@ - + > ### 🔍소셜 미디어 스크립트를 찾고있을 수 있습니다 > @@ -116,7 +116,7 @@ - + ## 돕다 @@ -130,13 +130,13 @@ **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - + > ### 🔍당신은 찾고있을 수 있습니다ChatGPT관련 스크립트 > @@ -148,7 +148,7 @@ - + > ### 🔍웹 관련 스크립트를 찾고있을 수 있습니다 > @@ -165,7 +165,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GitHub관련 스크립트 > @@ -187,7 +187,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다Google관련 스크립트 > @@ -196,7 +196,7 @@ - + > ### 🔍당신은 찾고있을 수 있습니다GreasyFork관련 스크립트 > @@ -214,7 +214,7 @@ - + > ### 🔍성인 스크립트를 찾고있을 수 있습니다 > @@ -231,7 +231,7 @@ - + > ### 🔍자동 번역을 찾고있을 수 있습니다 > @@ -241,7 +241,7 @@ - + > ### 🔍소셜 미디어 스크립트를 찾고있을 수 있습니다 > @@ -252,7 +252,7 @@ - +
    diff --git a/youtube-helper/README_vi.md b/youtube-helper/README_vi.md index 4337d209d..4b4edf7a3 100644 --- a/youtube-helper/README_vi.md +++ b/youtube-helper/README_vi.md @@ -40,7 +40,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -106,7 +106,7 @@ - + > ### 🔍Bạn có thể đang tìm kiếm các kịch bản truyền thông xã hội > @@ -116,7 +116,7 @@ - + ## Giúp đỡ @@ -130,13 +130,13 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - + > ### 🔍Bạn có thể đang tìm kiếmChatGPTTập lệnh liên quan > @@ -148,7 +148,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các tập lệnh liên quan đến web > @@ -165,7 +165,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGitHubTập lệnh liên quan > @@ -187,7 +187,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGoogleTập lệnh liên quan > @@ -196,7 +196,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếmGreasyForkTập lệnh liên quan > @@ -214,7 +214,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm kịch bản người lớn > @@ -231,7 +231,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm bản dịch tự động > @@ -241,7 +241,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - + > ### 🔍Bạn có thể đang tìm kiếm các kịch bản truyền thông xã hội > @@ -252,7 +252,7 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: - +
    diff --git a/youtube-helper/README_zh-TW.md b/youtube-helper/README_zh-TW.md index b86faf47b..fc239cd6a 100644 --- a/youtube-helper/README_zh-TW.md +++ b/youtube-helper/README_zh-TW.md @@ -40,7 +40,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -49,7 +49,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -106,7 +106,7 @@ - + > ### 🔍你可能在找社交媒體腳本 > @@ -116,7 +116,7 @@ - + ## 使用幫助 @@ -130,13 +130,13 @@ **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - + > ### 🔍你可能在找ChatGPT相關腳本 > @@ -148,7 +148,7 @@ - + > ### 🔍你可能在找網頁相關腳本 > @@ -165,7 +165,7 @@ - + > ### 🔍你可能在找GitHub相關腳本 > @@ -187,7 +187,7 @@ - + > ### 🔍你可能在找Google相關腳本 > @@ -196,7 +196,7 @@ - + > ### 🔍你可能在找GreasyFork相關腳本 > @@ -214,7 +214,7 @@ - + > ### 🔍你可能在找成人腳本 > @@ -231,7 +231,7 @@ - + > ### 🔍你可能在找自動翻譯 > @@ -241,7 +241,7 @@ - + > ### 🔍你可能在找社交媒體腳本 > @@ -252,7 +252,7 @@ - +
    diff --git a/youtube-pro-audio-ambient/README.md b/youtube-pro-audio-ambient/README.md index 5fbc2e41e..f7413c78b 100644 --- a/youtube-pro-audio-ambient/README.md +++ b/youtube-pro-audio-ambient/README.md @@ -42,7 +42,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -161,7 +161,7 @@ MIT License - + ## 使用帮助 @@ -175,14 +175,14 @@ MIT License **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - +
    diff --git a/youtube-pro-audio-ambient/README_en.md b/youtube-pro-audio-ambient/README_en.md index 6df55a74f..2092e8ce7 100644 --- a/youtube-pro-audio-ambient/README_en.md +++ b/youtube-pro-audio-ambient/README_en.md @@ -42,7 +42,7 @@ Gmail - +
    Recommended:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: The above list of script managers and browsers is not exhaustive
    The script runs fine in the following environment
    Passed
    - +
    @@ -161,7 +161,7 @@ For study and personal use only,Please use it reasonably。 - + ## Help @@ -175,14 +175,14 @@ Recommended browsers and script managers: **If you need to know more about how to install userscripts,[click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View graphic teaching!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-script-list) - +
    diff --git a/youtube-pro-audio-ambient/README_ko.md b/youtube-pro-audio-ambient/README_ko.md index 49a3fb206..d1ac07df9 100644 --- a/youtube-pro-audio-ambient/README_ko.md +++ b/youtube-pro-audio-ambient/README_ko.md @@ -42,7 +42,7 @@ Gmail - +
    추천:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: 위의 스크립트 관리자 및 브라우저 목록은 완전한 것이 아닙니다.
    스크립트는 다음 환경에서 정상적으로 실행됩니다.
    Passed
    - +
    @@ -161,7 +161,7 @@ MIT License - + ## 돕다 @@ -175,14 +175,14 @@ MIT License **사용자 스크립트 설치 방법에 대해 더 알고 싶다면,[나를 클릭하세요](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그래픽 교육 보기!** - + ### [모든 게시 스크립트 보기](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - +
    diff --git a/youtube-pro-audio-ambient/README_vi.md b/youtube-pro-audio-ambient/README_vi.md index 5d910e850..5704ae1f2 100644 --- a/youtube-pro-audio-ambient/README_vi.md +++ b/youtube-pro-audio-ambient/README_vi.md @@ -42,7 +42,7 @@ Gmail - +
    Khuyến khích:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: Danh sách trình quản lý tập lệnh và trình duyệt ở trên không đầy đủ
    Tập lệnh chạy tốt trong môi trường sau
    Passed
    - +
    @@ -161,7 +161,7 @@ Chỉ dành cho học tập và sử dụng cá nhân,Hãy sử dụng nó m - + ## Giúp đỡ @@ -175,14 +175,14 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần biết thêm về cách cài đặt userscript,[bấm vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem giảng dạy đồ họa!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-danh-s%C3%A1ch-k%E1%BB%8Bch-b%E1%BA%A3n) - +
    diff --git a/youtube-pro-audio-ambient/README_zh-TW.md b/youtube-pro-audio-ambient/README_zh-TW.md index e6d0d536c..dac359c51 100644 --- a/youtube-pro-audio-ambient/README_zh-TW.md +++ b/youtube-pro-audio-ambient/README_zh-TW.md @@ -42,7 +42,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -161,7 +161,7 @@ MIT License - + ## 使用幫助 @@ -175,14 +175,14 @@ MIT License **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - +
    diff --git a/youtube-watch-later-shortcut/README.md b/youtube-watch-later-shortcut/README.md index a2b82c0b6..832d6ee88 100644 --- a/youtube-watch-later-shortcut/README.md +++ b/youtube-watch-later-shortcut/README.md @@ -42,7 +42,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -89,7 +89,7 @@ - + ## 使用帮助 @@ -103,14 +103,14 @@ **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - +
    diff --git a/youtube-watch-later-shortcut/README_en.md b/youtube-watch-later-shortcut/README_en.md index 87943a0cb..f59c1de20 100644 --- a/youtube-watch-later-shortcut/README_en.md +++ b/youtube-watch-later-shortcut/README_en.md @@ -42,7 +42,7 @@ Gmail - +
    Recommended use:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: The script manager and browser listed above do not represent all
    The script runs normally in the following environment
    Passed
    - +
    @@ -89,7 +89,7 @@ - + ## Help @@ -103,14 +103,14 @@ Recommended browser and script manager: **If you need to learn more about how to install user scripts,[Click me](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/en#readme)View the teaching of pictures and texts!** - + ### [View all publish scripts](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/en#-Script-List) - +
    diff --git a/youtube-watch-later-shortcut/README_ko.md b/youtube-watch-later-shortcut/README_ko.md index 3cfa8e2f5..b272e396d 100644 --- a/youtube-watch-later-shortcut/README_ko.md +++ b/youtube-watch-later-shortcut/README_ko.md @@ -42,7 +42,7 @@ Gmail - +
    권장 사용:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: 위에 나열된 스크립트 관리자와 브라우저가 모두를 나타내지는 않습니다.
    스크립트는 정상적으로 다음 환경에서 실행됩니다
    Passed
    - +
    @@ -89,7 +89,7 @@ - + ## 돕다 @@ -103,14 +103,14 @@ **사용자 스크립트를 설치하는 방법에 대해 자세히 알아야 할 경우,[나를 클릭하십시오](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/ko#readme)그림과 텍스트의 가르침을보십시오!** - + ### [모든 게시 스크립트를보십시오](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/ko#-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%AA%A9%EB%A1%9D) - +
    diff --git a/youtube-watch-later-shortcut/README_vi.md b/youtube-watch-later-shortcut/README_vi.md index 87ee1449e..07edbdd68 100644 --- a/youtube-watch-later-shortcut/README_vi.md +++ b/youtube-watch-later-shortcut/README_vi.md @@ -42,7 +42,7 @@ Gmail - +
    Sử dụng được đề xuất:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: Trình quản lý tập lệnh và trình duyệt được liệt kê ở trên không đại diện cho tất cả
    Tập lệnh chạy bình thường trong môi trường sau
    Passed
    - +
    @@ -89,7 +89,7 @@ - + ## Giúp đỡ @@ -103,14 +103,14 @@ Trình duyệt và trình quản lý tập lệnh được đề xuất: **Nếu bạn cần tìm hiểu thêm về cách cài đặt tập lệnh người dùng,[Nhấp vào tôi](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/vi#readme)Xem việc dạy hình ảnh và văn bản!** - + ### [Xem tất cả các tập lệnh xuất bản](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/vi#-Danh-s%C3%A1ch-t%E1%BA%ADp-l%E1%BB%87nh) - +
    diff --git a/youtube-watch-later-shortcut/README_zh-TW.md b/youtube-watch-later-shortcut/README_zh-TW.md index 7db2f1b2a..0d7653f6a 100644 --- a/youtube-watch-later-shortcut/README_zh-TW.md +++ b/youtube-watch-later-shortcut/README_zh-TW.md @@ -42,7 +42,7 @@ Gmail - +
    推薦使用:
    Support
    @@ -51,7 +51,7 @@ 💡 Tip: 以上已列出的腳本管理器和瀏覽器不代表全部
    腳本在以下環境中運行正常
    Passed
    - +
    @@ -89,7 +89,7 @@ - + ## 使用幫助 @@ -103,14 +103,14 @@ **如果你需要了解更多關於如何安裝用戶腳本,[點擊我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/zh-TW#readme)查看圖文教學!** - + ### [查看所有發布腳本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/zh-TW#-%E8%85%B3%E6%9C%AC%E5%88%97%E8%A1%A8) - +
    diff --git a/zhihu-black/README.md b/zhihu-black/README.md index c301f57a7..5c11ff065 100644 --- a/zhihu-black/README.md +++ b/zhihu-black/README.md @@ -38,7 +38,7 @@ Gmail - +
    推荐使用:
    Support
    @@ -47,7 +47,7 @@ 💡 Tip: 以上已列出的脚本管理器和浏览器不代表全部
    脚本在以下环境中运行正常
    Passed
    - +
    @@ -162,7 +162,7 @@ - + ## 使用帮助 @@ -176,14 +176,14 @@ **如果你需要了解更多关于如何安装用户脚本,[点击我](https://github.com/ChinaGodMan/UserScripts/blob/main/docs/help/#readme)查看图文教学!** - + ### [查看所有发布脚本](https://github.com/ChinaGodMan/UserScripts/tree/main/docs/#-%E8%84%9A%E6%9C%AC%E5%88%97%E8%A1%A8) - +
    From abaeb8d1cb6571726a013325ae643dc63eee4286 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=BA=E6=B0=91=E7=9A=84=E5=8B=A4=E5=8A=A1=E5=91=98?= Date: Sat, 6 Jun 2026 17:08:25 +0800 Subject: [PATCH 094/104] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E8=8E=B7=E5=8F=96=E5=B7=B2=E7=99=BB=E5=BD=95=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E7=9A=84=E7=A7=81=E4=BA=BA=E5=AD=98=E5=82=A8=E5=BA=93?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- github-repo-size-view/CHANGELOG.md | 6 ++++++ .../github-repo-size-view.user.js | 16 ++++++---------- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/github-repo-size-view/CHANGELOG.md b/github-repo-size-view/CHANGELOG.md index a0f253acd..d14f0a954 100644 --- a/github-repo-size-view/CHANGELOG.md +++ b/github-repo-size-view/CHANGELOG.md @@ -1,5 +1,11 @@ # **🛠️ GitHub Repo Size+ 升级日志** +### **📅 2026.6.6.1** + +**修复**: 修复无法获取已登录用户的私人存储库问题
    + +--- + ### **📅 2026.3.16.1** **新增**: 在个人资料页显示`查看 Gist 资料`
    ![2026.03.16](https://files.seeusercontent.com/2026/03/16/1Kqb/pic_1773644853242.png)
    来自[GitHub: View User Gists](https://greasyfork.org/zh-CN/scripts/559202)
    diff --git a/github-repo-size-view/github-repo-size-view.user.js b/github-repo-size-view/github-repo-size-view.user.js index 2bff9bedc..d15ba5516 100644 --- a/github-repo-size-view/github-repo-size-view.user.js +++ b/github-repo-size-view/github-repo-size-view.user.js @@ -80,7 +80,7 @@ // @description:zh-HK 🤠 倉庫顯示大小:在 GitHub 的程式碼搜尋、倉庫搜尋、議題頁面、使用者倉庫清單和儲存庫頁面上,倉庫名稱旁會顯示該倉庫的大小,方便使用者快速了解倉庫的規模,最佳化選擇。不活躍開發警告:如果某個倉庫在過去六個月內沒有更新,系統會在倉庫的頂部添加提示,提醒用戶該倉庫不活躍,並顯示最後一次更新的時間。這有助於使用者判斷倉庫的活躍程度和維護狀況。倉庫內快速跳轉:在瀏覽倉庫時,使用者可以方便地查看該使用者的所有倉庫列表,提供一個快速跳到不同倉庫的入口。用戶可以快速找到和存取感興趣的其他項目,提高工作效率。使用情境:開發者:可以透過顯示倉庫大小和活躍警告,快速篩選出適當的庫進行開發,避免使用不再維護的項目。專案管理者:透過快速跳轉功能,方便管理和協調多個項目,提高工作效率。學習者:在學習新科技時,可以更方便地找到相關的開源項目,快速查看專案的活躍程度和規模。 🤠 // @description:fr-CA 🤠 Taille d’affichage de l’entrepôt : sur la recherche de code, la recherche d’entrepôt, la page de problèmes, la liste d’entrepôts d’utilisateurs et la page de référentiel de GitHub, la taille de l’entrepôt sera affichée à côté du nom de l’entrepôt, permettant aux utilisateurs de comprendre rapidement l’échelle de l’entrepôt et d’optimiser leur sélection. Avertissement de développement inactif : si un référentiel n’a pas été mis à jour au cours des six derniers mois, le système ajoutera une invite en haut du référentiel pour rappeler aux utilisateurs que le référentiel est inactif et affichera l’heure de la dernière mise à jour. Cela aide les utilisateurs à déterminer l’activité et l’état de maintenance de l’entrepôt. Saut rapide dans l’entrepôt : lors de la navigation dans l’entrepôt, l’utilisateur peut facilement consulter la liste de tous les entrepôts de l’utilisateur, offrant ainsi une entrée pour accéder rapidement à différents entrepôts. Les utilisateurs peuvent trouver et accéder rapidement à d’autres projets d’intérêt, améliorant ainsi l’efficacité du travail. Scénarios d’utilisation : Développeurs : en affichant la taille de l’entrepôt et les avertissements actifs, vous pouvez rapidement filtrer les bibliothèques appropriées pour le développement et éviter d’utiliser des projets qui ne sont plus maintenus. Gestionnaire de projet : grâce à la fonction de saut rapide, il est facile de gérer et de coordonner plusieurs projets et d’améliorer l’efficacité du travail. Apprenants : lorsqu’ils apprennent de nouvelles technologies, ils peuvent plus facilement trouver des projets open source pertinents et vérifier rapidement l’activité et l’ampleur des projets. 🤠 // @namespace https://github.com/ChinaGodMan/UserScripts -// @version 2026.3.16.1 +// @version 2026.6.6.1 // @author Khalila Gazal,mshll & 人民的勤务员 // @match https://github.com/* // @run-at document-start @@ -107,7 +107,7 @@ * File Created: 2024/11/24,Sunday 12:38:48 * Author: 人民的勤务员@ChinaGodMan (china.qinwuyuan@gmail.com) * ----- - * Last Modified: 2026/03/16,Monday 15:09:30 + * Last Modified: 2026/06/06,Saturday 17:04:45 * Modified By: 人民的勤务员@ChinaGodMan (china.qinwuyuan@gmail.com) * ----- * License: MIT License @@ -528,7 +528,8 @@ const addSizeToRepos = () => { } if (pageType === 'repo') { - const reposApi = isLoggedInUser(jsn.owner.avatar_url) + // const reposApi = isLoggedInUser(jsn.owner.login) + const reposApi = isLoggedInUser_f() ? (PAT_GITHUB_TOKEN ? 'https://api.github.com/user/repos' : jsn.owner.repos_url) : jsn.owner.repos_url function fetchReposWithCache(ownerKey, reposApi, headers) { @@ -986,13 +987,8 @@ function insertReposList(links, tip = false) { } } function isLoggedInUser(avatar_url) {//从返回的json判断 - const imgElement = document.querySelector('.AppHeader-user button span span img') - if (imgElement) { - const imgSrc = imgElement.src - return imgSrc === avatar_url - } else { - return false - } + const username = location.pathname.split('/').filter(Boolean)[0] + return avatar_url.includes(username) } function getMReponame() { //获取当前移动设备页面的仓库名 return document.querySelector('#responsive-meta-container .flex-wrap') From 4ceb5fc4c1ce99a7578c526ce4bcdcfa5fd060de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=BA=E6=B0=91=E7=9A=84=E5=8B=A4=E5=8A=A1=E5=91=98?= Date: Sat, 6 Jun 2026 17:10:12 +0800 Subject: [PATCH 095/104] =?UTF-8?q?build:=20=E8=BF=BD=E5=8A=A0=20`commitli?= =?UTF-8?q?nt.config.js`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 - commitlint.config.js | 67 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 67 insertions(+), 1 deletion(-) create mode 100644 commitlint.config.js diff --git a/.gitignore b/.gitignore index 1a7616675..8745dce2f 100644 --- a/.gitignore +++ b/.gitignore @@ -6,5 +6,4 @@ node_modules/ __pycache__/ .history/ changelog.config.js -commitlint.config.js tempCodeRunnerFile.* diff --git a/commitlint.config.js b/commitlint.config.js new file mode 100644 index 000000000..5a258f696 --- /dev/null +++ b/commitlint.config.js @@ -0,0 +1,67 @@ +const { defineConfig } = require('cz-git') + +module.exports = defineConfig({ + rules: { + // @see: https://commitlint.js.org/#/reference-rules + }, + prompt: { + alias: { fd: 'docs: fix typos' }, + messages: { + type: '选择你要提交的变更类型:', + scope: '标明此变更的范围(可选):', + customScope: '标明此变更的范围:', + subject: '写一个简短的、命令式的变更描述:\n', + body: '提供一个更长的变更描述(可选)。使用 "|" 来分隔换行:\n', + breaking: '列出任何破坏性变更(可选)。使用 "|" 来分隔换行:\n', + footerPrefixesSelect: '选择此变更所关联的ISSUES类型(可选):', + customFooterPrefix: '输入ISSUES前缀:', + footer: '列出此变更相关的ISSUES。例如:#31, #34:\n', + generatingByAI: '正在生成你的AI提交标题...', + generatedSelectByAI: '选择AI生成的合适标题:', + confirmCommit: '你确定要提交上述变更吗?' + }, + types: [ + { value: 'feat', name: 'feat: ✨ 新功能', emoji: '✨' }, + { value: 'fix', name: 'fix: 🐛 修复 bug', emoji: '🐛' }, + { value: 'docs', name: 'docs: 📝 仅修改文档', emoji: '📝' }, + { value: 'style', name: 'style: 💄 不影响代码意义的变动', emoji: '💄' }, + { value: 'refactor', name: 'refactor: ♻️ 代码重构,既不修复bug也不新增功能', emoji: '♻️' }, + { value: 'perf', name: 'perf: ⚡️ 提升性能的代码变动', emoji: '⚡️' }, + { value: 'test', name: 'test: ✅ 添加或修正测试', emoji: ':✅' }, + { value: 'build', name: 'build: 📦️ 影响构建系统或外部依赖的变动', emoji: '📦️' }, + { value: 'ci', name: 'ci: 🎡 修改CI配置文件和脚本', emoji: '🎡' }, + { value: 'chore', name: 'chore: 🔨 其他不修改源代码或测试文件的变动', emoji: '🔨' }, + { value: 'revert', name: 'revert: ⏪️ 回滚之前的提交', emoji: '⏪️' } + ] + , + useEmoji: false, + emojiAlign: 'center', + useAI: false, + aiNumber: 1, + themeColorCode: '', + scopes: [], + allowCustomScopes: true, + allowEmptyScopes: true, + customScopesAlign: 'bottom', + customScopesAlias: '自定义', + emptyScopesAlias: '无', + upperCaseSubject: false, + markBreakingChangeMode: false, + allowBreakingChanges: ['feat', 'fix'], + breaklineNumber: 100, + breaklineChar: '|', + skipQuestions: [], + issuePrefixes: [{ value: 'closed', name: 'closed: ISSUES has been processed' }], + customIssuePrefixAlign: 'top', + emptyIssuePrefixAlias: '跳过', + customIssuePrefixAlias: '自定义', + allowCustomIssuePrefix: true, + allowEmptyIssuePrefix: true, + confirmColorize: true, + scopeOverrides: undefined, + defaultBody: '', + defaultIssues: '', + defaultScope: '', + defaultSubject: '' + } +}) From f2060e6fa4243b8c6543675da8ad932aaa723c40 Mon Sep 17 00:00:00 2001 From: ChinaGodBot Date: Sat, 6 Jun 2026 17:11:45 +0800 Subject: [PATCH 096/104] =?UTF-8?q?docs(sync):=20=F0=9F=A4=96=20=E5=90=8C?= =?UTF-8?q?=E6=AD=A5=20[`README=5F[lang].md`]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- github-repo-size-view/README.md | 3 +++ github-repo-size-view/README_en.md | 3 +++ github-repo-size-view/README_ko.md | 3 +++ github-repo-size-view/README_vi.md | 3 +++ github-repo-size-view/README_zh-TW.md | 3 +++ 5 files changed, 15 insertions(+) diff --git a/github-repo-size-view/README.md b/github-repo-size-view/README.md index cd4752832..22ef827e4 100644 --- a/github-repo-size-view/README.md +++ b/github-repo-size-view/README.md @@ -65,6 +65,9 @@

    Download:Github | ⭐Greasy Fork

    更新记录

    🛠️ GitHub Repo Size+ 升级日志

    +

    📅 2026.6.6.1

    +

    修复: 修复无法获取已登录用户的私人存储库问题

    +

    📅 2026.3.16.1

    新增: 在个人资料页显示查看 Gist 资料
    2026.03.16
    来自GitHub: View User Gists
    修复: 修改Code按钮查找逻辑

    diff --git a/github-repo-size-view/README_en.md b/github-repo-size-view/README_en.md index 812fe5050..a88f8bed7 100644 --- a/github-repo-size-view/README_en.md +++ b/github-repo-size-view/README_en.md @@ -65,6 +65,9 @@

    Download:Github | ⭐Greasy Fork

    Update record

    🛠️ GitHub Repo Size+ Upgrade log

    +

    📅 2026.6.6.1

    +

    repair: Fixed an issue where private repositories of logged-in users could not be obtained

    +

    📅 2026.3.16.1

    New: 在个人material页显示Check Gist 资料
    2026.03.16
    fromGitHub: View User Gists
    repair: ReviseCodeButton search logic

    diff --git a/github-repo-size-view/README_ko.md b/github-repo-size-view/README_ko.md index 1b8fc7776..596ef7e1c 100644 --- a/github-repo-size-view/README_ko.md +++ b/github-repo-size-view/README_ko.md @@ -65,6 +65,9 @@

    Download:Github | ⭐Greasy Fork

    기록 업데이트

    🛠️ GitHub Repo Size+ 업그레이드 로그

    +

    📅 2026.6.6.1

    +

    수리하다: 로그인한 사용자의 개인 저장소를 얻을 수 없는 문제를 수정했습니다.

    +

    📅 2026.3.16.1

    새로운: 在个人재료页显示확인하다 Gist 资料
    2026.03.16
    ~에서GitHub: View User Gists
    수리하다: 개정하다Code버튼 검색 로직

    diff --git a/github-repo-size-view/README_vi.md b/github-repo-size-view/README_vi.md index 74fa3bb4c..d1da8e0b3 100644 --- a/github-repo-size-view/README_vi.md +++ b/github-repo-size-view/README_vi.md @@ -65,6 +65,9 @@

    Download:Github | ⭐Greasy Fork

    Cập nhật bản ghi

    🛠️ GitHub Repo Size+ Nhật ký nâng cấp

    +

    📅 2026.6.6.1

    +

    Sửa chữa: Đã khắc phục sự cố không thể lấy được kho riêng của người dùng đã đăng nhập

    +

    📅 2026.3.16.1

    Mới: 在个人vật liệu页显示Kiểm tra Gist 资料
    2026.03.16
    từGitHub: View User Gists
    Sửa chữa: Ôn lạiCodeLogic tìm kiếm nút

    diff --git a/github-repo-size-view/README_zh-TW.md b/github-repo-size-view/README_zh-TW.md index d6ef3660e..1bfa5099a 100644 --- a/github-repo-size-view/README_zh-TW.md +++ b/github-repo-size-view/README_zh-TW.md @@ -65,6 +65,9 @@

    Download:Github | ⭐Greasy Fork

    更新記錄

    🛠️ GitHub Repo Size+ 升級日誌

    +

    📅 2026.6.6.1

    +

    修復: 修復無法取得已登入使用者的私人儲存庫問題

    +

    📅 2026.3.16.1

    新增: 在个人資料页显示查看 Gist 资料
    2026.03.16
    來自GitHub: View User Gists
    修復: 修改Code按鈕查找邏輯

    From 8ba8064cd264853041d8af28e0def11c53bf4717 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 02:43:45 +0800 Subject: [PATCH 097/104] chore(deps-dev): bump prettier from 3.8.3 to 3.8.4 (#302) --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 76e0f5d8f..618c72335 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "eslint-plugin-yml": "^3.4.0", "husky": "^9.1.7", "lint-staged": "^17.0.7", - "prettier": "^3.8.3" + "prettier": "^3.8.4" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -4013,9 +4013,9 @@ } }, "node_modules/prettier": { - "version": "3.8.3", - "resolved": "https://registry.npmmirror.com/prettier/-/prettier-3.8.3.tgz", - "integrity": "sha512-7igPTM53cGHMW8xWuVTydi2KO233VFiTNyF5hLJqpilHfmn8C8gPf+PS7dUT64YcXFbiMGZxS9pCSxL/Dxm/Jw==", + "version": "3.8.4", + "resolved": "https://registry.npmmirror.com/prettier/-/prettier-3.8.4.tgz", + "integrity": "sha512-N2MylSdi48+5N/6S5j+maeHbUSIzzZ5uOcX5Hm4QpV8Dkb1HFjfAKTKX6yNPJQD9AhcT3ifHNB66tWTTJDi11Q==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 0fc1223d1..1db2cb4f4 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "eslint-plugin-yml": "^3.4.0", "husky": "^9.1.7", "lint-staged": "^17.0.7", - "prettier": "^3.8.3" + "prettier": "^3.8.4" }, "scripts": { "prepare": "husky", From 8b66899dda0e4f3f5e558ae94a69fcb03042f2ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 02:43:05 +0800 Subject: [PATCH 098/104] chore(deps): bump actions/checkout from 6 to 7 (#305) --- .github/workflows/SyncDoc.yml | 2 +- .github/workflows/SyncGreasyFork.yml | 2 +- .github/workflows/eslint-on-push-pr.yml | 2 +- .github/workflows/pr-dependency-review.yml | 2 +- .github/workflows/update-contributors.yml | 2 +- .github/workflows/validate-links-on-push-pr.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/SyncDoc.yml b/.github/workflows/SyncDoc.yml index 9d1ce40fe..98aebec3e 100644 --- a/.github/workflows/SyncDoc.yml +++ b/.github/workflows/SyncDoc.yml @@ -16,7 +16,7 @@ jobs: TZ: Asia/Shanghai steps: - name: 检出代码 - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: token: ${{ secrets.QWY_SYNC_BOT_TOKEN }} fetch-depth: 0 #检查时间用. diff --git a/.github/workflows/SyncGreasyFork.yml b/.github/workflows/SyncGreasyFork.yml index a6df98e2d..5c0a6de57 100644 --- a/.github/workflows/SyncGreasyFork.yml +++ b/.github/workflows/SyncGreasyFork.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: 设置 Python uses: actions/setup-python@v6.2.0 diff --git a/.github/workflows/eslint-on-push-pr.yml b/.github/workflows/eslint-on-push-pr.yml index 7a68144ae..f5fcee71d 100644 --- a/.github/workflows/eslint-on-push-pr.yml +++ b/.github/workflows/eslint-on-push-pr.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Node.js uses: actions/setup-node@v6 diff --git a/.github/workflows/pr-dependency-review.yml b/.github/workflows/pr-dependency-review.yml index 02467c39a..9f0314652 100644 --- a/.github/workflows/pr-dependency-review.yml +++ b/.github/workflows/pr-dependency-review.yml @@ -9,6 +9,6 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Checkout Repository' - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: 'Dependency Review' uses: actions/dependency-review-action@v5 diff --git a/.github/workflows/update-contributors.yml b/.github/workflows/update-contributors.yml index f847b1461..d505c5fa7 100644 --- a/.github/workflows/update-contributors.yml +++ b/.github/workflows/update-contributors.yml @@ -10,7 +10,7 @@ jobs: TZ: Asia/Shanghai steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: token: ${{ secrets.QWY_SYNC_BOT_TOKEN }} - name: Generate Contributors Images diff --git a/.github/workflows/validate-links-on-push-pr.yml b/.github/workflows/validate-links-on-push-pr.yml index 2f7cdb972..0c3fcc220 100644 --- a/.github/workflows/validate-links-on-push-pr.yml +++ b/.github/workflows/validate-links-on-push-pr.yml @@ -12,7 +12,7 @@ jobs: linkinator: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@v7 - uses: JustinBeckwith/linkinator-action@v2.4.2 with: paths: "**/*.md" From 1b9894ef6b9ccc7d7277af2735b722e11b6a361b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 02:43:46 +0800 Subject: [PATCH 099/104] chore(deps-dev): bump lint-staged from 17.0.7 to 17.0.8 (#306) --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 618c72335..52347d261 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "eslint-plugin-userscripts": "^0.5.6", "eslint-plugin-yml": "^3.4.0", "husky": "^9.1.7", - "lint-staged": "^17.0.7", + "lint-staged": "^17.0.8", "prettier": "^3.8.4" } }, @@ -2642,9 +2642,9 @@ } }, "node_modules/lint-staged": { - "version": "17.0.7", - "resolved": "https://registry.npmmirror.com/lint-staged/-/lint-staged-17.0.7.tgz", - "integrity": "sha512-JrSobt+tW3rH8IOMi8tDZd3foorM5yPEkLD/V2NxobgHrFfHWGee4MOLVuZeScgxftEwbHrPHIFA/ZL+nUJeuA==", + "version": "17.0.8", + "resolved": "https://registry.npmmirror.com/lint-staged/-/lint-staged-17.0.8.tgz", + "integrity": "sha512-B2P/d+jVW0UXOQ0MVMLrB/9ydA1P+zz6jYfdrbbEd9ur3S2rcbduFWKiUCC02Sm5hbC8nrm7y24WuYMG54HfxA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 1db2cb4f4..f2d1387f3 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "eslint-plugin-userscripts": "^0.5.6", "eslint-plugin-yml": "^3.4.0", "husky": "^9.1.7", - "lint-staged": "^17.0.7", + "lint-staged": "^17.0.8", "prettier": "^3.8.4" }, "scripts": { From dc76cf74c1140b64b3ddec9969d33c281884b50a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 02:42:51 +0800 Subject: [PATCH 100/104] chore(deps): bump actions/setup-python from 6.2.0 to 6.3.0 (#307) --- .github/workflows/SyncDoc.yml | 2 +- .github/workflows/SyncGreasyFork.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/SyncDoc.yml b/.github/workflows/SyncDoc.yml index 98aebec3e..01cadaf4a 100644 --- a/.github/workflows/SyncDoc.yml +++ b/.github/workflows/SyncDoc.yml @@ -27,7 +27,7 @@ jobs: node-version: "lts/*" - name: 设置 Python - uses: actions/setup-python@v6.2.0 + uses: actions/setup-python@v6.3.0 with: python-version: "3.12.4" diff --git a/.github/workflows/SyncGreasyFork.yml b/.github/workflows/SyncGreasyFork.yml index 5c0a6de57..d61ad721c 100644 --- a/.github/workflows/SyncGreasyFork.yml +++ b/.github/workflows/SyncGreasyFork.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v7 - name: 设置 Python - uses: actions/setup-python@v6.2.0 + uses: actions/setup-python@v6.3.0 with: python-version: "3.12.4" From e9ae3af83a1fe76be7c43769e4e19e87569188a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 02:43:13 +0800 Subject: [PATCH 101/104] chore(deps-dev): bump eslint-plugin-yml from 3.4.0 to 3.5.0 (#308) --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 52347d261..c67b7ef18 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "eslint-plugin-import": "^2.32.0", "eslint-plugin-regexp": "^3.1.0", "eslint-plugin-userscripts": "^0.5.6", - "eslint-plugin-yml": "^3.4.0", + "eslint-plugin-yml": "^3.5.0", "husky": "^9.1.7", "lint-staged": "^17.0.8", "prettier": "^3.8.4" @@ -1507,9 +1507,9 @@ } }, "node_modules/eslint-plugin-yml": { - "version": "3.4.0", - "resolved": "https://registry.npmmirror.com/eslint-plugin-yml/-/eslint-plugin-yml-3.4.0.tgz", - "integrity": "sha512-j6U3ESrAkidkvNb3HFN2UMxke46GNp6bsJokabXCICcgomSy3YU4oED9cjzkZ58nYxWD5qnWV1b/2YlqyWMOxA==", + "version": "3.5.0", + "resolved": "https://registry.npmmirror.com/eslint-plugin-yml/-/eslint-plugin-yml-3.5.0.tgz", + "integrity": "sha512-u2UkSIp/+th1wYCt0QWeCI6agf24dxX6PbFfCCN18gGQHmXh3Cn9D/U5OiP5RNYTEwjXCLusj1OJRK+zwdvFqQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index f2d1387f3..17d1804d7 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "eslint-plugin-import": "^2.32.0", "eslint-plugin-regexp": "^3.1.0", "eslint-plugin-userscripts": "^0.5.6", - "eslint-plugin-yml": "^3.4.0", + "eslint-plugin-yml": "^3.5.0", "husky": "^9.1.7", "lint-staged": "^17.0.8", "prettier": "^3.8.4" From 514d1384b077f1b40e5f9de7a65c27b4535a7c45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 02:43:16 +0800 Subject: [PATCH 102/104] chore(deps-dev): bump prettier from 3.8.4 to 3.8.5 (#309) --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c67b7ef18..66e242be5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "eslint-plugin-yml": "^3.5.0", "husky": "^9.1.7", "lint-staged": "^17.0.8", - "prettier": "^3.8.4" + "prettier": "^3.8.5" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -4013,9 +4013,9 @@ } }, "node_modules/prettier": { - "version": "3.8.4", - "resolved": "https://registry.npmmirror.com/prettier/-/prettier-3.8.4.tgz", - "integrity": "sha512-N2MylSdi48+5N/6S5j+maeHbUSIzzZ5uOcX5Hm4QpV8Dkb1HFjfAKTKX6yNPJQD9AhcT3ifHNB66tWTTJDi11Q==", + "version": "3.8.5", + "resolved": "https://registry.npmmirror.com/prettier/-/prettier-3.8.5.tgz", + "integrity": "sha512-zxcTTCedNGJM4R8sj/Cq/F0W/c4iE0afWBcBwMTRtw4WHYP9TWkYjdiH3npPRUYsXQCPR0hTU9yjovOu+E6EQA==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 17d1804d7..72b29c93c 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "eslint-plugin-yml": "^3.5.0", "husky": "^9.1.7", "lint-staged": "^17.0.8", - "prettier": "^3.8.4" + "prettier": "^3.8.5" }, "scripts": { "prepare": "husky", From 0beb3c888569b156093cbb1b5b4426cd6275788b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 02:43:23 +0800 Subject: [PATCH 103/104] chore(deps-dev): bump eslint-plugin-regexp from 3.1.0 to 3.1.1 (#310) --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 66e242be5..b821be46a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "czg": "^1.13.1", "eslint": "^9.39.2", "eslint-plugin-import": "^2.32.0", - "eslint-plugin-regexp": "^3.1.0", + "eslint-plugin-regexp": "^3.1.1", "eslint-plugin-userscripts": "^0.5.6", "eslint-plugin-yml": "^3.5.0", "husky": "^9.1.7", @@ -1456,9 +1456,9 @@ } }, "node_modules/eslint-plugin-regexp": { - "version": "3.1.0", - "resolved": "https://registry.npmmirror.com/eslint-plugin-regexp/-/eslint-plugin-regexp-3.1.0.tgz", - "integrity": "sha512-qGXIC3DIKZHcK1H9A9+Byz9gmndY6TTSRkSMTZpNXdyCw2ObSehRgccJv35n9AdUakEjQp5VFNLas6BMXizCZg==", + "version": "3.1.1", + "resolved": "https://registry.npmmirror.com/eslint-plugin-regexp/-/eslint-plugin-regexp-3.1.1.tgz", + "integrity": "sha512-MxR5nqoQCtVWmJwia0D2+NlXX1xzdpkslsVOZLEYQ4PQWEaL65PCZXURxaBc3lPnkNFpNxzMIRmYVxdl8giXRA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 72b29c93c..7f7c6581e 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "czg": "^1.13.1", "eslint": "^9.39.2", "eslint-plugin-import": "^2.32.0", - "eslint-plugin-regexp": "^3.1.0", + "eslint-plugin-regexp": "^3.1.1", "eslint-plugin-userscripts": "^0.5.6", "eslint-plugin-yml": "^3.5.0", "husky": "^9.1.7", From c298f2cb95e83785fddaf3586bc4a7c15fc8c7e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 02:43:35 +0800 Subject: [PATCH 104/104] chore(deps-dev): bump prettier from 3.8.5 to 3.9.3 (#311) --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b821be46a..ed454315c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "eslint-plugin-yml": "^3.5.0", "husky": "^9.1.7", "lint-staged": "^17.0.8", - "prettier": "^3.8.5" + "prettier": "^3.9.3" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -4013,9 +4013,9 @@ } }, "node_modules/prettier": { - "version": "3.8.5", - "resolved": "https://registry.npmmirror.com/prettier/-/prettier-3.8.5.tgz", - "integrity": "sha512-zxcTTCedNGJM4R8sj/Cq/F0W/c4iE0afWBcBwMTRtw4WHYP9TWkYjdiH3npPRUYsXQCPR0hTU9yjovOu+E6EQA==", + "version": "3.9.3", + "resolved": "https://registry.npmmirror.com/prettier/-/prettier-3.9.3.tgz", + "integrity": "sha512-HWmu+K+zvHNpaMfSnYeqdqrDbR16cuIXaPx8WoHaviQkDJh1/0BNtOZmHVQI5jc3wXv0H1yXc9wjvFdXh+n3hQ==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 7f7c6581e..ece73d684 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "eslint-plugin-yml": "^3.5.0", "husky": "^9.1.7", "lint-staged": "^17.0.8", - "prettier": "^3.8.5" + "prettier": "^3.9.3" }, "scripts": { "prepare": "husky",