您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
[Scriptish only] Show screenshot on Scriptish user script page in Add-ons Manager.
This will only work if the user script has @screenshot
metadata.
If you'd rather use Stylish, use this CSS code:
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
@-moz-document url(about:addons),
url(chrome://mozapps/content/extensions/extensions.xul){
#detail-view[type=userscript] #detail-screenshot[width=null][height=null]{
min-width: 200px;
min-height: 150px;
}
}
Firefox 24+ or compatible with Scriptish 0.1+.