Transparent standalone images 的评价
Transparent standalone images 作者: Jared W
Firefox 用户 14200811 的评价
评分 5 / 5
来自 Firefox 用户 14200811,6 年前50 条评价
- 评分 5 / 5来自 Firefox 用户 13396088,21 天前
- 评分 5 / 5来自 hans,5 个月前Exactly what I needed while debugging a web transparent image generator, thanks!
- 评分 5 / 5来自 rubah,10 个月前
- 评分 5 / 5来自 Firefox 用户 18011409,1 年前
- 评分 5 / 5来自 Firefox 用户 17962437,1 年前All the time I wasted thinking I was doing something wrong when exporting my images. And all I needed was this. Perfect solution!
- 评分 5 / 5来自 nwalkewicz,2 年前
- 评分 3 / 5来自 BrunoGF,2 年前How can I get this extension to work?? I never see an option to use it when I click (or right click) an image..
- 评分 5 / 5来自 Ythan,3 年前
- 评分 3 / 5来自 Firefox 用户 14386494,3 年前You don't need an extension for this! Always check if you can do simple changes with a CSS script, and you can for new tab image transparency: https://github.com/MrOtherGuy/firefox-csshacks/blob/master/content/standalone_image_page_mods.css
In your search bar, type in "about:support", find and open "Profile directory", create a "chrome" folder, create userContent.css there and add this to it:
@-moz-document regexp("(.*\.(apng|png|jpg|jpeg|gif|webp|avif|ico|bmp|APNG|PNG|JPG|JPEG|GIF|WEBP|AVIF|ICO|BMP)([\?#].*)*$)|(^data:image/.*)"){
@media not print {
img.transparent:only-child{
background: none !important;
}
}
} - 评分 5 / 5来自 Black🏴☠️Sails,3 年前
- 评分 5 / 5来自 Boersenfeger,4 年前
- 评分 5 / 5来自 Firefox 用户 16315383,4 年前Been using this ever since Firefox stopped showing transparency in PNGs.
- 评分 5 / 5来自 Seth Falco,4 年前This does exactly what it says and doesn't introduce any problems.
Despite this, I've personally uninstalled it as I also had the Stylus extension already, so have instead opted to remove the styles myself and reduce one extension.
If you happen to use Stylus already, you can use this to achieve the same result:
@media not print { head + body > img:first-child.transparent[src][alt] { background: none; } } - 评分 5 / 5来自 Ashton99,4 年前
- 评分 4 / 5来自 Nik,4 年前
- 评分 5 / 5来自 Jacksaur,5 年前Works perfectly. Crucial if you plan on doing literally any work with images.
- 评分 5 / 5来自 StillMissingOldFF,5 年前Long, long ago Firefox was able to show transparency correctly as any other browser today. And then they decided to fk it up. Thanks for this addon, it gives Firefox back what it once had. Been using it for years.
- 评分 5 / 5来自 Ender,5 年前
- 评分 5 / 5来自 Cirno,5 年前
- 评分 5 / 5来自 Firefox 用户 15163168,5 年前
- 评分 5 / 5来自 TechnicJelle,5 年前A godsend! It does exactly what you need it to do and nothing more! I wish this was in Firefox as a default!
- 评分 5 / 5来自 Firefox 用户 14789129,6 年前
- 评分 5 / 5来自 Firefox 用户 14733778,6 年前
- 评分 5 / 5来自 Firefox 用户 14393956,6 年前