Análises de Transparent standalone images
Transparent standalone images por Jared W
Análise de Usuário 14188620 do Firefox
50 análises
- Avaliado em 5 de 5por Usuário 13396088 do Firefox, há 9 meses
- Avaliado em 5 de 5por Usuário 18011409 do Firefox, há 2 anos
- Avaliado em 5 de 5por Usuário 17962437 do Firefox, há 2 anosAll the time I wasted thinking I was doing something wrong when exporting my images. And all I needed was this. Perfect solution!
- Avaliado em 5 de 5por nwalkewicz, há 3 anos
- Avaliado em 3 de 5por Usuário 14386494 do Firefox, há 3 anosYou 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;
}
}
} - Avaliado em 5 de 5por Black🏴☠️Sails, há 4 anos
- Avaliado em 5 de 5por Boersenfeger, há 4 anos
- Avaliado em 5 de 5por Usuário 16315383 do Firefox, há 4 anosBeen using this ever since Firefox stopped showing transparency in PNGs.
- Avaliado em 5 de 5por Seth Falco, há 5 anosThis 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; } } - Avaliado em 5 de 5por StillMissingOldFF, há 5 anosLong, 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.
- Avaliado em 5 de 5por Usuário 15163168 do Firefox, há 6 anos
- Avaliado em 5 de 5por TechnicJelle, há 6 anosA godsend! It does exactly what you need it to do and nothing more! I wish this was in Firefox as a default!
- Avaliado em 5 de 5por Usuário 14789129 do Firefox, há 6 anos
- Avaliado em 5 de 5por Usuário 14733778 do Firefox, há 6 anos
- Avaliado em 5 de 5por Usuário 14393956 do Firefox, há 6 anos