A complete rewrite of Userscript+ : Show Site All UserJS
Finds available UserScripts and UserStyles for the current webpage, the power of Greasy Fork on the go!
List of known issues by Web Browser
UserScript:
Important
The UserScript only works on HTTPS
sites! (https://example.com)
- Greasy Fork
- GitHub Repo
- Open UserJS - Outdated
Web Extension:
- GitHub Repo
- Firefox Add-ons
- Chrome Web Store
- Edge Add-ons
Opera Add-ons- Under review
Bookmarklet (not recommended):
Save this URL as a bookmark, clicking it will cause the UserScript version to inject itself into the current webpage.
javascript:(function(){['https://cdn.jsdelivr.net/gh/magicoflolis/Userscript-Plus@master/userscript/dist/magic-userjs.user.js'].map(s=>document.body.appendChild(document.createElement('script')).src=s)})();
- General:
- UI designed for mobile and desktop devices
- Multiple language support - date formats are based on your current language
- Import / export config and theme
- Customize theme UI
- Query UserScripts and UserStyles from:
- Greasy Fork - enabled by default
- Sleazy Fork - disabled by default
- GitHub ( requires Personal Access Token, no permissions are required ) - disabled by default
- Built-in UserScripts:
- GreasyFork Bullshit Filter - disabled by default
- Greasyfork Search with Sleazyfork Results include - disabled by default
- Automation:
- Fetch on load - query on page load
- Blacklist:
- Attempts to exclude certain hosts from being queried - localhost, bank, government, etc.
- Menu:
- Search for UserScripts - for shortcuts see Wiki
- Filter UserScripts which do not match your current language
- Sort UserScripts, default sorting "Daily Installs"
- Preview UserScripts code before install
- Save UserScript as a local file
- UserScript highlights:
- UserScripts created by the author - enabled by default
- UserScript recommendations - enabled by default
UserScript Features:
Tested and compatible with TamperMonkey or ViolentMonkey
- General:
- Maximize, minimize, or close menu
- Sync config with UserScript manager or per host
- Customize timeout window - can be re-injected using your managers User Script Commands menu
- Query UserScripts and UserStyles from:
- Open UserJS ( limited availability, will read
Too many requests...
if limit is reached ) - disabled by default
- Open UserJS ( limited availability, will read
- Automation:
- Inject on load - injects menu on page load
- Automatic fullscreen - maximizes menu when opened
- UserScript Commands via
GM_registerMenuCommand
:- Inject Userscript+ - injects menu into the page
- Close Userscript+ - removes menu from the page
Web Extension Features:
- General:
- You can fullscreen the list and it will open it to a new tab
(UserScript) How do I open the menu?:
- Click or touch the bottom right of a webpage
(UserScript) Nothing appears bottom right:
- Try again on another webpage [Test Page]
- Default timeout is 10000ms before the count disappears
- If issue persists, see View Console Logs or submit a New Issue
(UserScript) Error occurred while injecting Container:
- Try again on another webpage [Test Page]
- This error is caused by the current webpage not supporting attachShadow
(UserScript) Error occurred while loading UserJS for this webpage:
- Reload the webpage or try again on a different webpage [Test Page]
- This error may be caused by
- An error occurred in an enabled search engine while fetching content
- Script is unable to fetch content on current or all webpages
No available UserJS for this webpage:
- This error can be caused when no UserJS could be found in enabled search engines
- If there are known UserJS to exist in enabled search engines, enable
Filter out other languages
- Open your web browsers Inspect Element and navigate to it's Console
- Locate the following [UserJS] < message > ( you can filter your Console by entering UserJS or [ )
- If nothing appears, this means the script is not executing at all!
- For any additional help, submit a New Issue
Fork this repo and open a pull request - Rules - Guide
How to add or edit translations? How to build? - Build
- See TODO section in UserScript Changelog
- See TODO section in Web Extension Changelog