Pógódnośenja za Transparent standalone images
Transparent standalone images wót Jared W
Pógódnośenja wót Seth Falco
Z 5 z 5 pógódnośony
wót Seth Falco, 5 лет назад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; } }
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; } }
50 pógódnośenjow
- Z 5 z 5 pógódnośonywót Akela, 2 года назад
- Z 5 z 5 pógódnośonywót hans, 2 года назадExactly what I needed while debugging a web transparent image generator, thanks!
- Z 5 z 5 pógódnośonywót rubah, 2 года назад
- Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 18011409, 3 года назад
- Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 17962437, 3 года назадAll the time I wasted thinking I was doing something wrong when exporting my images. And all I needed was this. Perfect solution!
- Z 5 z 5 pógódnośonywót nwalkewicz, 4 года назад
- Z 3 z 5 pógódnośonywót BrunoGF, 4 года назадHow can I get this extension to work?? I never see an option to use it when I click (or right click) an image..
- Z 5 z 5 pógódnośonywót Ythan, 4 года назад
- Z 3 z 5 pógódnośonywót Wužywaŕ Firefox 14386494, 4 года назад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;
}
}
} - Z 5 z 5 pógódnośonywót Black🏴☠️Sails, 4 года назад
- Z 5 z 5 pógódnośonywót Boersenfeger, 5 лет назад
- Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 16315383, 5 лет назадBeen using this ever since Firefox stopped showing transparency in PNGs.
- Z 5 z 5 pógódnośonywót Ashton99, 5 лет назад
- Z 4 z 5 pógódnośonywót Nik, 6 лет назад
- Z 5 z 5 pógódnośonywót Jacksaur, 6 лет назадWorks perfectly. Crucial if you plan on doing literally any work with images.
- Z 5 z 5 pógódnośonywót StillMissingOldFF, 6 лет назад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.
- Z 5 z 5 pógódnośonywót Ender, 6 лет назад
- Z 5 z 5 pógódnośonywót Cirno, 6 лет назад
- Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 15163168, 7 лет назад
- Z 5 z 5 pógódnośonywót TechnicJelle, 7 лет назадA godsend! It does exactly what you need it to do and nothing more! I wish this was in Firefox as a default!
- Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 14789129, 7 лет назад
- Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 14733778, 7 лет назад
- Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 14393956, 7 лет назад