|
1 | | -<!--  --> |
| 1 | +# Additional source code & information found [here](https://github.com/jae-jae/Userscript-Plus#userscript) |
2 | 2 |
|
3 | | -# Userscript+ For Firefox |
| 3 | +**Finds available UserJS for current site.** |
4 | 4 |
|
5 | | -> Finds available UserJS for current site. |
| 5 | +- [Additional source code & information found here](#additional-source-code--information-found-here) |
| 6 | + - [About](#about) |
| 7 | + - [Installation](#installation) |
| 8 | + - [Firefox Add-ons web site](#firefox-add-ons-web-site) |
| 9 | + - [Manual](#manual) |
| 10 | + - [Build Setup](#build-setup) |
| 11 | + - [License](#license) |
6 | 12 |
|
7 | | - |
| 13 | +## About |
8 | 14 |
|
9 | | -> Fork of [https://github.com/jae-jae/Userscript-Plus#userscript](https://github.com/jae-jae/Userscript-Plus#userscript) |
| 15 | +Userscript+ is a `Firefox addon` designed to be used along side with `Tampermonkey` |
10 | 16 |
|
11 | | -## More Information [here](https://github.com/jae-jae/Userscript-Plus) |
| 17 | +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! |
| 18 | + |
| 19 | +| Preview | |
| 20 | +:----------: |
| 21 | +|| |
12 | 22 |
|
13 | 23 | ## Installation |
14 | 24 |
|
15 | | -- Download from [release](https://github.com/magicoflolis/Userscript-Plus/releases) |
| 25 | +### [Firefox Add-ons web site](https://addons.mozilla.org/firefox/addon/userscript-plus) |
| 26 | + |
| 27 | +### Manual |
| 28 | + |
| 29 | +> **Note:** Userscript+ will be installed as a [Temporary Extension](https://extensionworkshop.com/documentation/develop/temporary-installation-in-firefox/) |
16 | 30 |
|
17 | | -- [Firefox Addon](https://addons.mozilla.org/addon/uscriptplus) |
| 31 | +- Direct download the [zip](https://raw.githubusercontent.com/magicoflolis/Userscript-Plus/master/web-ext/userscript_for_tampermonkey-2.0.zip), load it as a [Temporary Extension](https://extensionworkshop.com/documentation/develop/temporary-installation-in-firefox/). |
| 32 | +- _OR_ clone the repository, zip the [extension folder](https://github.com/magicoflolis/Userscript-Plus/tree/master/extension), load as a [Temporary Extension](https://extensionworkshop.com/documentation/develop/temporary-installation-in-firefox/). |
18 | 33 |
|
19 | | -- Chrome Extension: [https://github.com/jae-jae/Userscript-Plus/raw/master/crx/extension.crx](https://github.com/jae-jae/Userscript-Plus/raw/master/crx/extension.crx) |
| 34 | +## Build Setup |
20 | 35 |
|
21 | | -### Build Setup |
| 36 | +> [web-ext documentation](https://extensionworkshop.com/documentation/develop/getting-started-with-web-ext/) |
22 | 37 |
|
23 | | -``` bash |
24 | | -# install development dependencies |
| 38 | +```bash |
| 39 | +# Install development dependencies |
25 | 40 | npm i |
26 | | -# run |
27 | | -web-ext run -s ./extension-dist/ |
| 41 | +# Build if src was modified |
| 42 | +webpack |
| 43 | +# Run |
| 44 | +web-ext run -s ./extension/ |
| 45 | +# Recommended to create additional profile about:profiles |
| 46 | +web-ext run -p <profile> -s ./extension/ |
28 | 47 | ``` |
| 48 | + |
| 49 | +## License |
| 50 | + |
| 51 | +MIT |
0 commit comments