你正在訪問的內容是外部程式的映像位址,僅用於使用者加速訪問,本站無法保證其可靠性。當前的連結位址(單點即可複製)為 https://greasyfork.org.cn/zh-CN/scripts/421603-magic-userscript-show-site-all-userjs,源站連結 點此以跳轉

Magic Userscript+ :显示站点所有 UserJS

为当前网页查找可用的用户脚本。

当前为 2024-10-23 提交的版本,查看 最新版本


點此查看下載連結位址https://update.greasyfork.org.cn/scripts/421603/1469656/Magic%20Userscript%2B%20%3A%20Show%20Site%20All%20UserJS.user.js

安装此脚本?
访问作者的支持站点提供反馈或发表评价,或举报此脚本
作者
magicoflolis
评分
0 0 0
版本
6.8.0
创建于
2021-02-11
更新于
2024-10-23
大小
165.2 KB
兼容性
与 Firefox 兼容 与 Chrome 兼容 与 Opera 兼容 与 Safari 兼容 与 Edge 兼容
许可证
MIT
适用于
所有网站

Magic Userscript+

IMPORTANT

If the current webpage is set to block resources through CSP

It can cause this script not work for that webpage!

https://developer.mozilla.org/docs/Web/HTTP/CSP

GitHub License GitHub Issues or Pull Requests GitHub Release Greasy Fork Downloads GitHub Stars

A complete rewrite of Userscript+ : Show Site All UserJS

Finds available Userscripts for the current webpage, the power of Greasy Fork on the go!

Changelog

List of known issues by Web Browser

Download

Userscript:

Userscript Userscript

Web Extension:

Web Extension has not been updated for a long time, please use Userscript until this is resolved!

Version Install Alternative Notes
Chrome/Edge/Opera GitHub N/A Work in progress
Firefox GitHub Add-on Store Work in progress

(Not Recommended) Bookmarklet:

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)})();

Demos
Using Tabs
Installing Userscript

Features

Userscript Features:

Tested and compatible with TamperMonkey or ViolentMonkey

Bookmarklet Features:

Webextension Features:

FAQ / Troubleshooting

How do I open the menu?:

Nothing appears bottom right:

List of known issues by Web Browser

Error occurred while injecting Container:

Error occurred while loading UserJS for this webpage:

No available UserJS for this webpage:

Viewing UserJS Logs

Build

Developed in VSCodium

Install Node.js and pnpm. The version of Node.js should match "node" key in package.json.

# Install dependencies
$ pnpm i

Userscript Version

Desktop version - developed using ViolentMonkey, see How to edit scripts with your favorite editor?

Mobile version - developed using FireFox Developer Edition "Responsive Design Mode" on desktop + cromite app on Android

# Watch and compile to local HTTP server
$ pnpm run dev:UserJS

# Compile UserJS
$ pnpm run pub:UserJS

Webextension Version

# Compile webextension (dev version) for "Chromium" to "./tests/chrome"
$ pnpm run dev:Cr
# Compile webextension (dev version) for "Firefox" to "./tests/chrome"
$ pnpm run dev:FF
# Compile webextension (public version) for "Chromium" to "./tests/chrome"
$ pnpm run webpack:Cr
# Compile webextension (public version) for "Firefox" to "./tests/chrome"
$ pnpm run webpack:FF

# [ Testing ]
# Browsers can be launched via "Run and Debug" in VSCode.
# Edit runtimeExecutable in ".vscode/launch.json" to your Chrome executable.
# Recommended to create an additional profile "about:profiles" for Firefox.

Roadmap

Source Code