Ocene za Transparent standalone images
Transparent standalone images — Jared W
50 ocen
- Ocenjeno z 5 od 5— Uporabnik Firefoxa 13396088, pred 10 meseci
- Ocenjeno z 5 od 5— hans, pred enim letomExactly what I needed while debugging a web transparent image generator, thanks!
- Ocenjeno z 5 od 5— rubah, pred 2 letoma
- Ocenjeno z 5 od 5— Uporabnik Firefoxa 18011409, pred 2 letoma
- Ocenjeno z 5 od 5— Uporabnik Firefoxa 17962437, pred 2 letomaAll the time I wasted thinking I was doing something wrong when exporting my images. And all I needed was this. Perfect solution!
- Ocenjeno z 5 od 5— nwalkewicz, pred 3 leti
- Ocenjeno z 3 od 5— BrunoGF, pred 3 letiHow can I get this extension to work?? I never see an option to use it when I click (or right click) an image..
- Ocenjeno z 5 od 5— Ythan, pred 3 leti
- Ocenjeno z 3 od 5— Uporabnik Firefoxa 14386494, pred 3 letiYou 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;
}
}
} - Ocenjeno z 5 od 5— Black🏴☠️Sails, pred 4 leti
- Ocenjeno z 5 od 5— Boersenfeger, pred 4 leti
- Ocenjeno z 5 od 5— Uporabnik Firefoxa 16315383, pred 4 letiBeen using this ever since Firefox stopped showing transparency in PNGs.
- Ocenjeno z 5 od 5— Seth Falco, pred 5 letiThis 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; } } - Ocenjeno z 5 od 5— Ashton99, pred 5 leti
- Ocenjeno z 4 od 5— Nik, pred 5 leti
- Ocenjeno z 5 od 5— Jacksaur, pred 5 letiWorks perfectly. Crucial if you plan on doing literally any work with images.
- Ocenjeno z 5 od 5— StillMissingOldFF, pred 5 letiLong, 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.
- Ocenjeno z 5 od 5— Ender, pred 5 leti
- Ocenjeno z 5 od 5— Cirno, pred 6 leti
- Ocenjeno z 5 od 5— Uporabnik Firefoxa 15163168, pred 6 leti
- Ocenjeno z 5 od 5— TechnicJelle, pred 6 letiA godsend! It does exactly what you need it to do and nothing more! I wish this was in Firefox as a default!
- Ocenjeno z 5 od 5— Uporabnik Firefoxa 14789129, pred 6 leti
- Ocenjeno z 5 od 5— Uporabnik Firefoxa 14733778, pred 6 leti
- Ocenjeno z 5 od 5— Uporabnik Firefoxa 14393956, pred 6 leti