Skip to content

Commit 8cb31e4

Browse files
committed
Rearranging
Signed-off-by: MagicOfLolis <aaronthecodpro@gmail.com>
1 parent d57e171 commit 8cb31e4

14 files changed

Lines changed: 33377 additions & 8528 deletions

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ node_modules/
22
browser/
33
build/
44
web-ext-artifacts/
5+
.vscode/
6+
.eslintrc.json
57
.idea/
68
.DS_Store
7-
.web-extension-id
9+
*.web-extension-id
10+
*.bak
11+
*.code-workspace

README.md

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,28 @@
11
<!-- ![userscript+.gif](https://cdn.rawgit.com/jae-jae/_resources/master/img/userscript+.gif) -->
2-
> Fork of [https://github.com/jae-jae/Userscript-Plus#userscript](https://github.com/jae-jae/Userscript-Plus#userscript)
3-
4-
![](https://raw.githubusercontent.com/jae-jae/_resources/master/img/175033.png)
52

63
# Userscript+ For Firefox
74

8-
> Show current site all UserJS,The easier way to install UserJs for Tampermonkey.
5+
> Finds available UserJS for current site.
96
10-
**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.
7+
![Preview](https://raw.githubusercontent.com/jae-jae/_resources/master/img/175033.png)
8+
9+
> Fork of [https://github.com/jae-jae/Userscript-Plus#userscript](https://github.com/jae-jae/Userscript-Plus#userscript)
1110
12-
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!
11+
## More Information [here](https://github.com/jae-jae/Userscript-Plus)
1312

1413
## Installation
15-
- Firefox Add-on: [https://addons.mozilla.org/en-US/firefox/addon/userscript-for-tampermonkey](https://addons.mozilla.org/en-US/firefox/addon/userscript-for-tampermonkey)
14+
15+
- [Firefox Addon](https://addons.mozilla.org/addon/uscriptplus)
1616

1717
- 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)
18+
19+
### Build Setup
20+
21+
``` bash
22+
# install development dependencies
23+
npm install
24+
# compile
25+
npm run [chrome, firefox]
26+
```
27+
28+
Note that Windows users should download a tool like [Git Bash](https://git-scm.com/download/win) or [Cygwin](http://cygwin.com/) to build.

0 commit comments

Comments
 (0)