firefox怎么才能显示红叉
没有红叉太不方便了,甚至会导致某些网页的排版问题,有方法能解决吗? 没有显示图标占位符这个功能吧,设置里没看到有。 在用Stylish吗,没的话去装一个,然后@-moz-document url-prefix(http), url-prefix(file)
{
img:-moz-broken
{
-moz-force-broken-image-icon: 1 !important;
width: 24px;
height: 24px;
}
} 地址栏输入about:config
查找browser.display.showimageplaceholders,值设为true
回 3楼(暁美ほむら) 的帖子
3L真是FF折腾帝 为什么我按3L的方法设了以后一点作用都没有最后还是用stylish的css搞定回 5楼(erre_1) 的帖子
一试确实如此红叉还是没有
不过能载入的图片在载入成功之前 就先占好位置了 也算有点用吧
stylish的回头再试 在
Application Data\\Mozilla\\Firefox\\Profiles\\aorqcarh.default\\chrome
找到userContent.css,没有就建个
把下面代码复制进去
/*
*显示缺失图像占位符
*/
@-moz-document url-prefix(http), url-prefix(file) {
img:-moz-broken{
-moz-force-broken-image-icon:1;
width:24px;
height:24px;
}
}
好像和2L一样
回 2楼(东原亚希) 的帖子
终于等到stylish更新了,这个方法真管用 为了色彩管理转战firefox,前来学习
页:
[1]