Skip to content

Commit 52617e9

Browse files
committed
README.md Update
Signed-off-by: MagicOfLolis <magicoflolis@tuta.io>
1 parent 3bb99c6 commit 52617e9

4 files changed

Lines changed: 36 additions & 42 deletions

File tree

LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SEE: https://mit-license.org/

README.md

Lines changed: 35 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,49 @@
11
# Magic Userscript+
22

3-
> Finds available UserJS for current site.
3+
> [09/09/21] Greasy Fork version may not work due to userscript library being removed. Use [GitHub](https://raw.githubusercontent.com/magicoflolis/Userscript-Plus/master/dist/magic-userjs.user.js) version for now.
44
55
*Fork of [Userscript+ : Show Site All UserJS](https://greasyfork.org/scripts/24508-userscript-show-site-all-userjs). Source code & authors information found [here](https://github.com/jae-jae/Userscript-Plus#userscript).*
66

7+
> Finds available UserJS for current site.
8+
9+
![Preview](https://raw.githubusercontent.com/magicoflolis/Userscript-Plus/master/resources/preview.png)
10+
11+
***
12+
13+
| Version | Link | Note | Alternative | Build |
14+
|:----------:|:----------:|:----------:|:----------:|:----------:|
15+
Chrome | ~~Install [Chrome Web Store]~~ | **There are no excluded websites, use at your own risk.** *Must be installed [manually](#manual-install).* | [Install [GitHub]](https://github.com/magicoflolis/Userscript-Plus/releases) | [Extension](#build-setup)
16+
Firefox | [Install [Firefox Add-ons]](https://addons.mozilla.org/addon/userscript-plus) | **There are no excluded websites, use at your own risk.** *Can be installed [manually](#manual-install).* | [Install [GitHub]](https://github.com/magicoflolis/Userscript-Plus/releases) | [Add-on](#build-setup)
17+
Userscript | [Install [GitHub]](https://raw.githubusercontent.com/magicoflolis/Userscript-Plus/master/dist/magic-userjs.user.js) | The userscript **WON'T** work for all websites, [info](#known-bugs). | [Install [Greasy Fork]](https://greasyfork.org/scripts/421603) | [Userscript](#build-setup)
18+
19+
***
20+
721
## Features
822

9-
*Recommended to install ["Greasyfork Search with Sleazyfork Results include"](https://greasyfork.org/scripts/23840)*
23+
**_Optional_** *install [Greasyfork Search with Sleazyfork Results include](https://greasyfork.org/scripts/23840).*
1024

11-
> Currently [Userscript+](https://github.com/jae-jae/Userscript-Plus#userscript) can only find userscripts through [GreasyFork](https://greasyfork.org), I've added support for [SleazyFork](https://sleazyfork.org) along with a few additional features and tweaks!
25+
> Currently [Userscript+](https://github.com/jae-jae/Userscript-Plus#userscript) can only find userscripts through __GreasyFork__, I've added support for __SleazyFork__ along with a few additional features and tweaks!
1226
1327
* Tested and compatible with TamperMonkey n ViolentMonkey.
1428
* Trimmed / moved some @resources to this build.
1529
* Added [SleazyFork](https://sleazyfork.org).
1630
* Added Dark Theme.
1731
* Added extra @excludes.
18-
* Added built-in ["Greasyfork Search with Sleazyfork Results include"](https://greasyfork.org/scripts/23840)
32+
* Added built-in [Greasyfork Search with Sleazyfork Results include](https://greasyfork.org/scripts/23840).
1933

2034
```bash
2135
let sleazyfork_redirect = false; // "true" to enable, "false" to disable
2236
```
2337

24-
![Preview](https://raw.githubusercontent.com/magicoflolis/Userscript-Plus/master/resources/preview.png)
25-
26-
***
27-
28-
**Chrome:**
29-
30-
> **There are no excluded websites, use at your own risk.**
31-
32-
* ~~Chrome Web Store~~
33-
* [GitHub Releases](https://github.com/magicoflolis/Userscript-Plus/releases)
34-
35-
**Firefox:**
36-
37-
> **There are no excluded websites, use at your own risk.**
38-
39-
* [Add-ons web site](https://addons.mozilla.org/firefox/addon/userscript-plus)
40-
* [GitHub Releases](https://github.com/magicoflolis/Userscript-Plus/releases)
41-
42-
**User Script:**
38+
## Known bugs
4339

44-
> The userscript **WON'T** work for all websites, [info.](#known-bugs)
40+
* [ All ] May leave a opened tab when installing User Scripts.
41+
* [ User Script ] Found count may not appear.
42+
* [ User Script ] In some sites below the plug-in interface icon is not displayed
4543

46-
* [Greasy Fork](https://greasyfork.org/scripts/421603)
47-
* [GitHub Direct Link](https://github.com/magicoflolis/Userscript-Plus/raw/master/dist/magic-userjs.user.js)
44+
> **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.
4845
49-
**Manual:**
46+
## Manual Install
5047

5148
Chromium
5249

@@ -69,23 +66,15 @@ Firefox
6966
* Select the directory `userscript_for_tampermonkey-*` / desired folder.
7067
* Click *Open*.
7168

72-
***
73-
74-
## Known bugs
75-
76-
* [ All ] May leave a opened tab when installing User Scripts.
77-
* [ User Script ] Found count may not appear.
78-
* [ User Script ] In some sites below the plug-in interface icon is not displayed
79-
80-
> **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.
81-
8269
## Build Setup
8370

84-
> Additional help
71+
> Developed using [VSCodium](https://vscodium.com).
8572
86-
* [web-ext documentation](https://extensionworkshop.com/documentation/develop/getting-started-with-web-ext/)
87-
* [http-server](https://github.com/http-party/http-server)
88-
* [How to edit scripts with your favorite editor?](https://violentmonkey.github.io/posts/how-to-edit-scripts-with-your-favorite-editor/#install-a-local-script)
73+
| Help Links |
74+
|:----------:|
75+
[web-ext documentation](https://extensionworkshop.com/documentation/develop/getting-started-with-web-ext/) |
76+
[http-server](https://github.com/http-party/http-server) |
77+
[How to edit scripts with your favorite editor?](https://violentmonkey.github.io/posts/how-to-edit-scripts-with-your-favorite-editor/#install-a-local-script) |
8978

9079
```bash
9180
# Install dependencies ( if error use npm i --force )
@@ -105,7 +94,11 @@ npm run dev:browser
10594
# For Chrome load unpacked, REPLACE manifest.json with chrome-manifest.json
10695
```
10796

108-
## License
97+
## Source Code
98+
99+
* [GitHub](https://github.com/magicoflolis/Userscript-Plus)
100+
101+
### License
109102

110103
MIT
111104

build/userscript-chrome.zip

1.65 MB
Binary file not shown.
1.72 MB
Binary file not shown.

0 commit comments

Comments
 (0)