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

Magic Userscript+ :显示站点所有 UserJS

显示站点的用户脚本 (UserJS)。 为 Tampermonkey 安装自定义脚本的简单方法。

当前为 2024-03-06 提交的版本,查看 最新版本


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

安装此脚本?
访问作者的支持站点提供反馈或发表评价,或举报此脚本
作者
magicoflolis
评分
0 0 0
版本
6.5.1
创建于
2021-02-11
更新于
2024-03-06
大小
116.3 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 Release Greasy Fork Downloads jsDelivr hits (GitHub) GitHub Stars

Fork of Userscript+ : Show Site All UserJS - authors & source code found here

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

Version Link Alternative Note
Userscript Greasy Fork Install (GitHub) N/A
Chrome/Edge/Opera GitHub N/A Work in progress
Firefox GitHub Add-on Store Work in progress

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

Previews
Demo 1

Features

Changelog (GitHub)

Userscript Features:

Tested and compatible with TamperMonkey and ViolentMonkey

Bookmarklet Features:

Webextension Features:

FAQ / Troubleshooting

Nothing appears bottom right:

Error occurred while injecting Container:

Error occurred while loading UserJS for this webpage:

No available UserJS for this webpage:

Viewing UserJS Logs

Development

Code editor used - 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.

Source Code

Contacts

GitHub

Twitter

Greasy Fork