你正在訪問的內容是外部程式的映像位址,僅用於使用者加速訪問,本站無法保證其可靠性。當前的連結位址(單點即可複製)為 https://greasyfork.org.cn/zh-CN/scripts/183-add-ons-manager-scriptish-screenshot,源站連結 點此以跳轉。
[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+.
