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
*Fork of [Userscript+ : Show Site All UserJS](https://greasyfork.org/scripts/24508-userscript-show-site-all-userjs). Authors source code & information found [here](https://github.com/jae-jae/Userscript-Plus#userscript).*
6
+
7
+
-[Magics Userscript+](#magics-userscript)
6
8
-[Installation](#installation)
7
9
-[Manual](#manual)
10
+
-[About](#about)
11
+
-[Features](#features)
8
12
-[Build Setup](#build-setup)
13
+
-[Known bug](#known-bug)
9
14
-[License](#license)
10
15
11
-
## About
12
-
13
-
_Fork of [Userscript+ : Show Site All UserJS](https://greasyfork.org/scripts/24508-userscript-show-site-all-userjs). Authors source code & information found [here](https://github.com/jae-jae/Userscript-Plus#userscript)._
16
+
***
14
17
15
-
**Finds available UserJS for current site.**
18
+
## Installation
16
19
17
-
Magics Userscript+ is designed to be used along side with `Tampermonkey OR compatiable UserJS manager`
20
+
> **There are no excluded websites, use at your own risk.**
18
21
19
-
Currently [Userscript+](https://github.com/jae-jae/Userscript-Plus#userscript) can only find UserJS through [GreasyFork](https://greasyfork.org), I've added support for [SleazyFork](https://sleazyfork.org) along with additional features!
> The userscript version is **limited**[info](https://github.com/jae-jae/Userscript-Plus#known-bug). Browser extension should be able to run on most sites.
32
+
- Download the [zip](https://api.github.com/repos/magicoflolis/Userscript-Plus/zipball/master), load the [extension folder](https://github.com/magicoflolis/Userscript-Plus/tree/master/extension) as a [Temporary Extension](https://extensionworkshop.com/documentation/develop/temporary-installation-in-firefox/).
-Userscript available from [GreasyFork](https://greasyfork.org/scripts/421603) or GitHub [direct link](https://github.com/magicoflolis/Userscript-Plus/raw/master/dist/magic-userjsplus.user.js)
38
+
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!
> **Note:** Userscript+ will be installed as a [Temporary Extension](https://extensionworkshop.com/documentation/develop/temporary-installation-in-firefox/)
44
+
## Features
42
45
43
-
- Download the [zip](https://api.github.com/repos/magicoflolis/Userscript-Plus/zipball/master), load the [extension folder](https://github.com/magicoflolis/Userscript-Plus/tree/master/extension) as a [Temporary Extension](https://extensionworkshop.com/documentation/develop/temporary-installation-in-firefox/).
46
+
- Added [SleazyFork](https://sleazyfork.org).
47
+
- Added Dark Theme.
48
+
- Compatible with TamperMonkey and ViolentMonkey.
44
49
45
50
## Build Setup
46
51
@@ -57,6 +62,16 @@ web-ext run -s ./extension/
57
62
web-ext run -p <profile> -s ./extension/
58
63
```
59
64
65
+
> Code is a bit of a mess right now
66
+
67
+
## Known bug
68
+
69
+
- May leave a opened tab when TamperMonkey is used alongside.
70
+
- In some sites below the plug-in interface icon is not displayed,Such as: Github
71
+
-**This will result in *i.table.noDataText* when no UserJS is found for current site.**
72
+
73
+
> **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.
0 commit comments