Skip to content

Commit aa549ca

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

5 files changed

Lines changed: 5781 additions & 5642 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ browser/
33
build/
44
web-ext-artifacts/
55
.vscode/
6-
.eslintrc.json
76
.idea/
87
.DS_Store
98
*.web-extension-id

.travis.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,16 @@
44

55
> Finds available UserJS for current site.
66
7-
![Preview](https://raw.githubusercontent.com/jae-jae/_resources/master/img/175033.png)
7+
![Preview](https://raw.githubusercontent.com/magicoflolis/Userscript-Plus/master/resources/example.png)
88

99
> Fork of [https://github.com/jae-jae/Userscript-Plus#userscript](https://github.com/jae-jae/Userscript-Plus#userscript)
1010
1111
## More Information [here](https://github.com/jae-jae/Userscript-Plus)
1212

1313
## Installation
1414

15+
- Download from [release](https://github.com/magicoflolis/Userscript-Plus/releases)
16+
1517
- [Firefox Addon](https://addons.mozilla.org/addon/uscriptplus)
1618

1719
- 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)
@@ -20,9 +22,7 @@
2022

2123
``` bash
2224
# install development dependencies
23-
npm install
24-
# compile
25-
npm run [chrome, firefox]
25+
npm i
26+
# run
27+
web-ext run -s ./extension-dist/
2628
```
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)