Recensiones de Transparent standalone images
Transparent standalone images per Jared W
50 recensiones
- Classificate 5 de 5per Usator de Firefox 13396088, ett år siden
- Classificate 5 de 5per hans, ett år sidenExactly what I needed while debugging a web transparent image generator, thanks!
- Classificate 5 de 5per rubah, 2 år siden
- Classificate 5 de 5per Usator de Firefox 18011409, 2 år siden
- Classificate 5 de 5per Usator de Firefox 17962437, 2 år sidenAll the time I wasted thinking I was doing something wrong when exporting my images. And all I needed was this. Perfect solution!
- Classificate 5 de 5per nwalkewicz, 3 år siden
- Classificate 3 de 5per BrunoGF, 3 år sidenHow can I get this extension to work?? I never see an option to use it when I click (or right click) an image..
- Classificate 5 de 5per Ythan, 4 år siden
- Classificate 3 de 5per Usator de Firefox 14386494, 4 år sidenYou 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;
}
}
} - Classificate 5 de 5per Black🏴☠️Sails, 4 år siden
- Classificate 5 de 5per Boersenfeger, 4 år siden
- Classificate 5 de 5per Usator de Firefox 16315383, 5 år sidenBeen using this ever since Firefox stopped showing transparency in PNGs.
- Classificate 5 de 5per Seth Falco, 5 år sidenThis 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; } } - Classificate 5 de 5per Ashton99, 5 år siden
- Classificate 4 de 5per Nik, 5 år siden
- Classificate 5 de 5per Jacksaur, 5 år sidenWorks perfectly. Crucial if you plan on doing literally any work with images.
- Classificate 5 de 5per StillMissingOldFF, 6 år sidenLong, 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.
- Classificate 5 de 5per Ender, 6 år siden
- Classificate 5 de 5per Cirno, 6 år siden
- Classificate 5 de 5per Usator de Firefox 15163168, 6 år siden
- Classificate 5 de 5per TechnicJelle, 6 år sidenA godsend! It does exactly what you need it to do and nothing more! I wish this was in Firefox as a default!
- Classificate 5 de 5per Usator de Firefox 14789129, 6 år siden
- Classificate 5 de 5per Usator de Firefox 14733778, 7 år siden
- Classificate 5 de 5per Usator de Firefox 14393956, 7 år siden