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://github.com/jae-jae/Userscript-Plus#userscript) - authors & source code found [here](https://github.com/jae-jae/Userscript-Plus)*
16
+
*A complete rewrite of [Userscript+ : Show Site All UserJS](https://github.com/jae-jae/Userscript-Plus#userscript) - authors & source code found [here](https://github.com/jae-jae/Userscript-Plus)*
17
17
18
-
Finds available UserJS for the current webpage, the power of [Greasy Fork](https://greasyfork.org) on the go!
18
+
Finds available Userscripts for the current webpage, the power of [Greasy Fork](https://greasyfork.org) on the go!
| Chrome/Edge/Opera |[GitHub](https://github.com/magicoflolis/Userscript-Plus/releases)|*N/A*| Work in progress |
24
36
| Firefox |[GitHub](https://github.com/magicoflolis/Userscript-Plus/releases)|[Add-on Store](https://addons.mozilla.org/firefox/addon/userscript-plus/)| Work in progress |
25
37
26
-
**(Optional) Bookmarklet:**
38
+
**(Not Recommended) Bookmarklet:**
27
39
28
-
> Save this URL as a bookmark, clicking it will cause the userscript version to inject itself into the current webpage.
40
+
Save this URL as a bookmark, clicking it will cause the userscript version to inject itself into the current webpage.
* Try again on another webpage [[Test Page](https://google.com)]
98
+
> [List of known issues by Web Browser](https://github.com/magicoflolis/Userscript-Plus/blob/master/browser-issues.md)
99
+
100
+
* Try again on another webpage [[Test Page](https://youtube.com)]
84
101
* Default timeout is 10000ms before the count disappears
85
-
* If issue persists, see [Viewing UserJS Logs](#viewing-userjs-logs)
102
+
* If issue persists, see [Viewing UserJS Logs](#viewing-userjs-logs) or submit a [New Issue](https://github.com/magicoflolis/Magic-PH/issues/new/choose)
86
103
87
-
Error occurred while injecting Container:
104
+
**Error occurred while injecting Container:**
88
105
89
-
* Try again on another webpage [[Test Page](https://google.com)]
106
+
* Try again on another webpage [[Test Page](https://youtube.com)]
90
107
* This error is caused by the current webpage not supporting [attachShadow](https://developer.mozilla.org/en-US/docs/Web/API/Element/attachShadow)
91
108
92
-
Error occurred while loading UserJS for this webpage:
109
+
**Error occurred while loading UserJS for this webpage:**
93
110
94
-
* Reload the webpage or try again on a different webpage [[Test Page](https://google.com)]
111
+
* Reload the webpage or try again on a different webpage [[Test Page](https://youtube.com)]
95
112
* This error *may* be caused by
96
113
* An error occurred in an enabled search engine while fetching content
97
114
* Script is unable to fetch content on current or all webpages
98
115
99
-
No available UserJS for this webpage:
116
+
**No available UserJS for this webpage:**
100
117
101
118
* This error *can* be caused when no UserJS could be found in enabled search engines
102
119
* If there are known UserJS to exist in enabled search engines, enable `Filter out other languages`
@@ -105,15 +122,14 @@ No available UserJS for this webpage:
105
122
106
123
* Open your web browsers Inspect Element and navigate to it's Console
107
124
* Locate the following **[UserJS] < message >** ( you can filter your Console by entering **UserJS** or **[** )
108
-
*Feel free to screenshot any error messages to the [GitHub](https://github.com/magicoflolis/Userscript-Plus/issues) for addition help
109
-
*If nothing appears, this means the script is not executing at all
125
+
***If nothing appears, this means the script is not executing at all!**
126
+
*For any additional help, submit a [New Issue](https://github.com/magicoflolis/Magic-PH/issues/new/choose)
110
127
111
-
## Development
128
+
## Build
112
129
113
-
> Code editor used -[VSCodium](https://vscodium.com)
130
+
> Developed in[VSCodium](https://vscodium.com)
114
131
115
-
Install [Node.js](https://nodejs.org/) and [pnpm](https://pnpm.io/).
116
-
The version of Node.js should match `"node"` key in `package.json`.
132
+
Install [Node.js](https://nodejs.org/) and [pnpm](https://pnpm.io/). The version of Node.js should match `"node"` key in `package.json`.
117
133
118
134
```sh
119
135
# Install dependencies
@@ -152,6 +168,10 @@ $ pnpm run webpack:FF
152
168
# Recommended to create an additional profile "about:profiles" for Firefox.
[Submit a New Issue](https://github.com/magicoflolis/Magic-PH/issues/new/choose)
6
+
7
+
-[Currently known issues by Web Browser](#currently-known-issues-by-web-browser)
8
+
-[Google Chrome](#google-chrome)
9
+
-[Cromite](#cromite)
10
+
-[Kiwi Browser](#kiwi-browser)
11
+
-[Microsoft Edge](#microsoft-edge)
12
+
-[Mozilla Firefox](#mozilla-firefox)
13
+
-[Opera](#opera)
14
+
15
+
## Google Chrome
16
+
17
+
**TamperMonkey:**
18
+
19
+
- N/A
20
+
21
+
**ViolentMonkey:**
22
+
23
+
- N/A
24
+
25
+
## Cromite
26
+
27
+
**TamperMonkey:**
28
+
29
+
- N/A
30
+
31
+
**ViolentMonkey:**
32
+
33
+
- N/A
34
+
35
+
## Kiwi Browser
36
+
37
+
**Installed using (from .zip/.crx/.user.js):**
38
+
39
+
- Userscript version does not have access to Privileged APIs (`GM_*` or `GM.*`)
40
+
- Recommended to install using a userscript manager!
41
+
42
+
## Microsoft Edge
43
+
44
+
**TamperMonkey:**
45
+
46
+
- N/A
47
+
48
+
**ViolentMonkey:**
49
+
50
+
- N/A
51
+
52
+
## Mozilla Firefox
53
+
54
+
**TamperMonkey:**
55
+
56
+
- N/A
57
+
58
+
**ViolentMonkey:**
59
+
60
+
- N/A
61
+
62
+
## Opera
63
+
64
+
**General:**
65
+
66
+
- Cannot load on search engine sites (common example: [google.com](https://www.google.com))
67
+
- As stated using ViolentMonkey: _Violentmonkey cannot run userscripts in this page (common examples: browser UI, an extension, blocked via policies, a search engine site in Opera)_
0 commit comments