Skip to content

Latest commit

 

History

History
62 lines (40 loc) · 2.39 KB

File metadata and controls

62 lines (40 loc) · 2.39 KB

Magics Userscript+ (under development)

About

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
Example

Features

Installation

The userscript version is limited info. Browser extension should be able to run on most sites.

Manual

Note: Userscript+ will be installed as a Temporary Extension

Build Setup

web-ext documentation

# 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/

License

MIT