您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
显示当前网站的所有可用UserJS(Tampermonkey)脚本,交流QQ群:104267383
当前为
Finds available UserJS for current site.
Fork of Userscript+ : Show Site All UserJS. Source code & authors information found here.
Recommended to install "Greasyfork Search with Sleazyfork Results include"
Currently Userscript+ can only find userscripts through GreasyFork, I've added support for SleazyFork along with a few additional features and tweaks!
let sleazyfork_redirect = false; // "true" to enable, "false" to disable
Chrome:
There are no excluded websites, use at your own risk.
Firefox:
There are no excluded websites, use at your own risk.
User Script:
The userscript WON'T work for all websites, info.
Manual:
Chromium
userscript_for_tampermonkey-*
/ desired folder.Firefox
about:debugging#/runtime/this-firefox
into your URL.userscript_for_tampermonkey-*
/ desired folder.Reason:This is because the security policy of these sites to prevent the plug-in icon font file loading, resulting in the icon does not display properly.
Additional help
# Install dependencies ( if error use npm i --force )
npm i
# [ Production ] Builds both User Script and Browser Extension
npm run build:all
# [ Development ] User Script
# Recommend bookmarking for faster deployment
# http://localhost:8080/magic-userjs.user.js
npm run dev:user
npm run http-server
# [ Development ] Browser Extension
# For Firefox use web-ext
# Recommended to create additional profile about:profiles
web-ext run -p <profile>
npm run dev:browser
# For Chrome load unpacked, REPLACE manifest.json with chrome-manifest.json
MIT