Análises para Transparent standalone images
Transparent standalone images por Jared W
50 análises
- Avaliado em 5 de 5por Utilizador do Firefox 13396088 , há 10 meses
- Avaliado em 5 de 5por Utilizador do Firefox 18011409 , há 2 anos
- Avaliado em 5 de 5por Utilizador do Firefox 17962437 , 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 Utilizador do Firefox 14386494 , há 4 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 Utilizador do Firefox 16315383 , há 5 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 Utilizador do Firefox 15163168 , 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 Utilizador do Firefox 14789129 , há 6 anos
- Avaliado em 5 de 5por Utilizador do Firefox 14733778 , há 6 anos
- Avaliado em 5 de 5por Utilizador do Firefox 14393956 , há 7 anos