You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+35-42Lines changed: 35 additions & 42 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,52 +1,49 @@
1
1
# Magic Userscript+
2
2
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.
4
4
5
5
*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).*
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
+
7
21
## Features
8
22
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).*
10
24
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!
12
26
13
27
* Tested and compatible with TamperMonkey n ViolentMonkey.
14
28
* Trimmed / moved some @resources to this build.
15
29
* Added [SleazyFork](https://sleazyfork.org).
16
30
* Added Dark Theme.
17
31
* 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).
19
33
20
34
```bash
21
35
let sleazyfork_redirect = false; // "true" to enable, "false" to disable
*[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.
48
45
49
-
**Manual:**
46
+
## Manual Install
50
47
51
48
Chromium
52
49
@@ -69,23 +66,15 @@ Firefox
69
66
* Select the directory `userscript_for_tampermonkey-*` / desired folder.
70
67
* Click *Open*.
71
68
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
-
82
69
## Build Setup
83
70
84
-
> Additional help
71
+
> Developed using [VSCodium](https://vscodium.com).
*[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)
[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) |
89
78
90
79
```bash
91
80
# Install dependencies ( if error use npm i --force )
@@ -105,7 +94,11 @@ npm run dev:browser
105
94
# For Chrome load unpacked, REPLACE manifest.json with chrome-manifest.json
0 commit comments