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
+10-69Lines changed: 10 additions & 69 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,29 +1,25 @@
1
1
# Magic Userscript+
2
2
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
-
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).*
3
+
*Fork of [Userscript+ : Show Site All UserJS](https://github.com/jae-jae/Userscript-Plus#userscript). Source code & authors information found [here](https://github.com/jae-jae/Userscript-Plus).*
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)
**_Optional_***install [Greasyfork Search with Sleazyfork Results include](https://greasyfork.org/scripts/23840).*
24
-
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!
26
-
27
23
* Tested and compatible with TamperMonkey n ViolentMonkey.
28
24
* Trimmed / moved some @resources to this build.
29
25
* Added [SleazyFork](https://sleazyfork.org).
@@ -44,64 +40,9 @@ let sleazyfork_redirect = false; // "true" to enable, "false" to disable
44
40
45
41
> **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.
46
42
47
-
## Manual Install
48
-
49
-
Chromium
50
-
51
-
* Download and unzip [latest release](https://github.com/magicoflolis/Userscript-Plus/releases) into desired folder.
52
-
* Go to chromium/chrome *Extensions*.
53
-
* Click to check *Developer mode*.
54
-
* Click *Load unpacked extension...*.
55
-
* In the file selector dialog:
56
-
* Select the directory `userscript_for_tampermonkey-*` / desired folder.
57
-
* Click *Open*.
58
-
59
-
Firefox
60
-
61
-
> See: [Temporary installation in Firefox](https://extensionworkshop.com/documentation/develop/temporary-installation-in-firefox)
62
-
63
-
* Download and unzip [latest release](https://github.com/magicoflolis/Userscript-Plus/releases) into desired folder.
64
-
* Copy and paste `about:debugging#/runtime/this-firefox` into your URL.
65
-
* Click *Load Temporary Add-on…*.
66
-
* In the file selector dialog:
67
-
* Select the directory `userscript_for_tampermonkey-*` / desired folder.
68
-
* Click *Open*.
69
-
70
-
## Build Setup
71
-
72
-
> 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) |
79
-
80
-
```bash
81
-
# Install dependencies ( if error use npm i --force )
82
-
npm i
83
-
# [ Production ] Builds both User Script and Browser Extension
84
-
npm run build:all
85
-
# [ Development ] User Script
86
-
# Recommend bookmarking for faster deployment
87
-
# http://localhost:8080/magic-userjs.user.js
88
-
npm run dev:user
89
-
npm run http-server
90
-
# [ Development ] Browser Extension
91
-
# For Firefox use web-ext
92
-
# Recommended to create additional profile about:profiles
93
-
web-ext run -p <profile>
94
-
npm run dev:browser
95
-
# For Chrome load unpacked, REPLACE manifest.json with chrome-manifest.json
0 commit comments