Skip to content

Commit 211a897

Browse files
committed
update readme
1 parent 816341e commit 211a897

2 files changed

Lines changed: 43 additions & 4 deletions

File tree

README-ZH.md

Lines changed: 42 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![userscript+.gif](https://cdn.rawgit.com/jae-jae/_resources/master/img/userscript+.gif)
1+
![userscript+cn.gif](https://cdn.rawgit.com/jae-jae/_resources/master/img/userscript+cn.gif)
22
# Userscript+
33

44
[![Tampermonkey](https://img.shields.io/badge/Tampermonkey-up%20to%20date-green.svg)](https://tampermonkey.net/)
@@ -9,6 +9,45 @@
99
[![i18n](https://img.shields.io/badge/i18n-PR-blue.svg)](https://github.com/jae-jae/Userscript-Plus/tree/master/src/common/lang)
1010
[![GitHub stars](https://img.shields.io/github/stars/badges/shields.svg?style=social&label=Star&style=flat-square)](https://github.com/jae-jae/Userscript-Plus)
1111

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+
1353

14-
显示当前网站的所有可用Tampermonkey脚本

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"tampermonkey"
1616
],
1717
"author": "Jaeger <JaegerCode@gmail.com>",
18-
"license": "ISC",
18+
"license": "MIT",
1919
"bugs": {
2020
"url": "https://github.com/jae-jae/Show-Site-All-UserJS/issues"
2121
},

0 commit comments

Comments
 (0)