| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,4 @@ | |||
| 1 | -  | ||
| 1 | +  | ||
| 2 | 2 | # Userscript+ | |
| 3 | 3 | ||
| 4 | 4 | [](https://tampermonkey.net/) | |
@@ -9,6 +9,45 @@ | |||
| 9 | 9 | [](https://github.com/jae-jae/Userscript-Plus/tree/master/src/common/lang) | |
| 10 | 10 | [](https://github.com/jae-jae/Userscript-Plus) | |
| 11 | 11 | ||
| 12 | - Show current site all UserJS,The easier way to install UserJs for Tampermonkey. | ||
| 12 | + **Userscript+** 是一款`Tampermonkey`脚本,作用是当你浏览网页的时候,从右下角自动为你推荐适用于当前页面的`Tampermonkey`脚本,并且可以一键安装指定的脚本。 | ||
| 13 | + | ||
| 14 | + 很多时候,我们并不知道一些网站是否有用户提供用来优化页面的脚本,而**Userscript+** 就能帮你自动寻找适用的UserJS,并默认按照评分高低排序推荐给你,给你带来一种全新的`Tampermonkey`使用体验! | ||
| 15 | + | ||
| 16 | + ## 安装 | ||
| 17 | + 1. 安装Chrome插件`Tampermonkey` | ||
| 18 | + | ||
| 19 | + Chrome Store: [https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo]( https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo) | ||
| 20 | + | ||
| 21 | + 2. 安装`Userscript+` | ||
| 22 | + | ||
| 23 | + 你可以通过`GreasyFork`或者`GitHub`来安装此脚本: | ||
| 24 | + - GreasyFork: [https://greasyfork.org/zh-CN/scripts/24508](https://greasyfork.org/zh-CN/scripts/24508-userscript-show-site-all-userjs) | ||
| 25 | + - GitHub: [https://github.com/jae-jae/Userscript-Plus/raw/master/dist/show-site-all-userjs.user.js](https://github.com/jae-jae/Userscript-Plus/raw/master/dist/show-site-all-userjs.user.js) | ||
| 26 | + | ||
| 27 | + ## 特性 | ||
| 28 | + - 自动在右下角静默为你推荐脚本,并会在10秒后自动消失 | ||
| 29 | + - 筛选评分最高的前50条脚本 | ||
| 30 | + - 脚本列表支持自定义排序 | ||
| 31 | + - 支持一键安装脚本 | ||
| 32 | + - 支持查看脚本详情 | ||
| 33 | + - 支持访问脚本首页和作者首页 | ||
| 34 | + - 点击关闭按钮后,当前网站的`本次会话`的所有页面都将不会再出现本插件的提示框 | ||
| 35 | + - 只有当找到了适用于当前网站的脚本的时候才会显示提示框 | ||
| 36 | + - Vue+iView界面设计流畅漂亮 | ||
| 37 | + | ||
| 38 | + ## 已知Bug | ||
| 39 | + | ||
| 40 | + 1. 在某些网站下面插件界面图标不显示,如:Githuh | ||
| 41 | + | ||
| 42 | + **原因**:这是因为这些网站的安全策略阻止了插件图标字体文件的加载,导致图标无法正常显示 | ||
| 43 | + | ||
| 44 | + | ||
| 45 | + | ||
| 46 | + ## 贡献代码 | ||
| 47 | + | ||
| 48 | + 如果你愿意为本项目贡献代码,请遵守[standard](https://standardjs.com/)规范。 | ||
| 49 | + | ||
| 50 | + ## License | ||
| 51 | + MIT | ||
| 52 | + | ||
| 13 | 53 | ||
| 14 | - 显示当前网站的所有可用Tampermonkey脚本 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -15,7 +15,7 @@ | |||
| 15 | 15 | "tampermonkey" | |
| 16 | 16 | ], | |
| 17 | 17 | "author": "Jaeger <JaegerCode@gmail.com>", | |
| 18 | - "license": "ISC", | ||
| 18 | + "license": "MIT", | ||
| 19 | 19 | "bugs": { | |
| 20 | 20 | "url": "https://github.com/jae-jae/Show-Site-All-UserJS/issues" | |
| 21 | 21 | }, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments