Fork of Userscript+ : Show Site All UserJS. Authors source code & information found here.
Finds available UserJS for current site.
Magics Userscript+ is designed to be used along side with Tampermonkey OR compatiable UserJS manager
Currently Userscript+ can only find UserJS through GreasyFork, I've added support for SleazyFork along with additional features!
| Preview |
|---|
![]() |
- Added SleazyFork
The userscript version is limited info. Browser extension should be able to run on most sites.
-
Userscript available from GreasyFork or GitHub direct link
Note: Userscript+ will be installed as a Temporary Extension
- Download the zip, load the extension folder as a Temporary Extension.
# Install development dependencies
npm i -D
# Build if src was modified
webpack
# Run
web-ext run -s ./extension/
# Recommended to create additional profile about:profiles
web-ext run -p <profile> -s ./extension/MIT
