|
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 | +> Show current site all UserJS,The easier way to install UserJs for Tampermonkey. |
| 13 | +
|
| 14 | +**Userscript +** is a `Tampermonkey` user script, the role is when you browse the web, from the bottom right corner automatically for you to recommend the current page `Tampermonkey` script, and can install a designated script. |
| 15 | + |
| 16 | +Many times, we do not know whether some sites have users to provide the script to optimize the page, but **Userscript+** will be able to help you automatically find the applicable UserJS, and by default, according to the score from high to low order recommended to you, bring you a new `Tampermonkey` use experience! |
13 | 17 |
|
14 |
| -显示当前网站的所有可用Tampermonkey脚本 |
15 | 18 | > [中文说明](https://github.com/jae-jae/Userscript-Plus/blob/master/README-ZH.md)
|
| 19 | +
|
| 20 | +## Installation |
| 21 | +1. Install the Chrome plugin `Tampermonkey` |
| 22 | + |
| 23 | + Chrome Store: [https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo]( https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo) |
| 24 | + |
| 25 | +2. Install `Userscript+` |
| 26 | + |
| 27 | + You can install this script via `GreasyFork` or` GitHub`:: |
| 28 | + - GreasyFork: [https://greasyfork.org/zh-CN/scripts/24508](https://greasyfork.org/zh-CN/scripts/24508-userscript-show-site-all-userjs) |
| 29 | + - 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) |
| 30 | + |
| 31 | +## Features |
| 32 | +- Automatically appear in the lower right corner, recommend scripts for you, and will automatically disappear after 10 seconds |
| 33 | +- Filter the top 50 script with the highest score |
| 34 | +- The script list supports custom sorting |
| 35 | +- Supports one-click installation script |
| 36 | +- Support for viewing script details |
| 37 | +- Support access to the script home page and author home page |
| 38 | +- Click the close button, the current site `this session` all the pages will no longer appear prompt box |
| 39 | +- A prompt box is displayed only when found available script for the current site |
| 40 | +- i18n international multilingual support |
| 41 | +- Vue + iView UI design smooth and beautiful |
| 42 | + |
| 43 | +## Whitelist and blacklist |
| 44 | +> Edit script => Settings tab => Includes/Excludes |
| 45 | +
|
| 46 | +In the `Tampermonkey` to enter the script editing interface, select` Setting `tab, this tab below the` Includes/Excludes `option, set the white list and blacklist here, see Figure: |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | +## Known bug |
| 51 | + |
| 52 | +1. In some sites below the plug-in interface icon is not displayed,Such as:Github |
| 53 | + |
| 54 | + **Reason**:This is because the security policy of these sites to prevent the plug-in icon font file loading, resulting in the icon does not display properly. |
| 55 | + |
| 56 | +## Contribute |
| 57 | + |
| 58 | +If you are willing to contribute code to this project, please follow the [standard](https://standardjs.com/) specification. |
| 59 | + |
| 60 | +## License |
| 61 | +MIT |
| 62 | + |
| 63 | + |
| 64 | + |
0 commit comments