![userscript+.gif](https://cdn.rawgit.com/jae-jae/_resources/master/img/userscript+.gif) # Userscript+ [![Build Status](https://travis-ci.org/jae-jae/Userscript-Plus.svg?branch=master)](https://travis-ci.org/jae-jae/Userscript-Plus) [![Tampermonkey](https://img.shields.io/badge/Tampermonkey-up%20to%20date-green.svg)](https://tampermonkey.net/) [![webpack](https://img.shields.io/badge/webpack-3.x-orange.svg)](https://github.com/webpack/webpack) [![Vue](https://img.shields.io/badge/Vue-2.4%2B-yellow.svg)](https://vuejs.org/) [![iView](https://img.shields.io/badge/iView-2.2.0-brightgreen.svg)](https://www.iviewui.com) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) [![i18n](https://img.shields.io/badge/i18n-PR-blue.svg)](https://github.com/jae-jae/Userscript-Plus/tree/master/src/common/lang) [![GitHub stars](https://img.shields.io/github/stars/jae-jae/Userscript-Plus.svg?style=social&label=Star&style=flat-square)](https://github.com/jae-jae/Userscript-Plus) > Show current site all UserJS,The easier way to install UserJs for Tampermonkey. **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. 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! > - [中文说明](https://github.com/jae-jae/Userscript-Plus/blob/master/README-ZH.md) > - [Описание на русском](https://github.com/jae-jae/Userscript-Plus/blob/master/README-RU.md) ## Installation 1. Install the Chrome/Firefox plugin `Tampermonkey` Chrome Store: [https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo]( https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo) Firefox addons:[https://addons.mozilla.org/en-US/firefox/addon/tampermonkey](https://addons.mozilla.org/en-US/firefox/addon/tampermonkey) 2. Install `Userscript+` You can install this script via `GreasyFork` or` GitHub`:: - GreasyFork: [https://greasyfork.org/en/scripts/24508](https://greasyfork.org/en/scripts/24508-userscript-show-site-all-userjs) - 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) ### Userscript+ Chrome/Firefox extension ![](https://raw.githubusercontent.com/jae-jae/_resources/master/img/175033.png) - Chrome webstore:[https://chrome.google.com/webstore/detail/okiocdganiomklllkfkmhneoibegifch](https://chrome.google.com/webstore/detail/okiocdganiomklllkfkmhneoibegifch) - Github: [https://github.com/jae-jae/Userscript-Plus/raw/master/crx/extension.crx](https://github.com/jae-jae/Userscript-Plus/raw/master/crx/extension.crx) - Firefox Add-ons: [https://addons.mozilla.org/en-US/firefox/addon/userscript-for-tampermonkey](https://addons.mozilla.org/en-US/firefox/addon/userscript-for-tampermonkey) ## Features - Automatically appear in the lower right corner, recommend scripts for you, and will automatically disappear after 10 seconds - Filter the top 50 script with the highest score - The script list supports search filtering - The script list supports custom sorting - Supports one-click installation script - Support for viewing script details - Support access to the script home page and author home page - Click the close button, the current site `this session` all the pages will no longer appear prompt box - A prompt box is displayed only when found available script for the current site - i18n international multilingual support.(**[Locale contributions](https://github.com/jae-jae/Userscript-Plus/tree/master/src/common/lang) are welcomed!**) - Vue + iView UI design smooth and beautiful ## Whitelist and blacklist > Edit script => Settings tab => Includes/Excludes 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: ![us+en-ex.gif](https://cdn.rawgit.com/jae-jae/_resources/master/img/us+en-ex.gif) ## Known bug 1. In some sites below the plug-in interface icon is not displayed,Such as:Github **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. ## Contribute If you are willing to contribute code to this project, please follow the [standard](https://standardjs.com/) specification. ## License MIT