Transparent standalone images incelemeleri
Transparent standalone images geliştiren: Jared W
50 inceleme
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 13396088, bir yıl önce
- 5 üzerinden 5 puanyazan: hans, bir yıl önceExactly what I needed while debugging a web transparent image generator, thanks!
- 5 üzerinden 5 puanyazan: rubah, 2 yıl önce
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 18011409, 2 yıl önce
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 17962437, 2 yıl önceAll the time I wasted thinking I was doing something wrong when exporting my images. And all I needed was this. Perfect solution!
- 5 üzerinden 5 puanyazan: nwalkewicz, 3 yıl önce
- 5 üzerinden 3 puanyazan: BrunoGF, 3 yıl önceHow can I get this extension to work?? I never see an option to use it when I click (or right click) an image..
- 5 üzerinden 5 puanyazan: Ythan, 4 yıl önce
- 5 üzerinden 3 puanyazan: Firefox kullanıcısı 14386494, 4 yıl önceYou 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;
}
}
} - 5 üzerinden 5 puanyazan: Black🏴☠️Sails, 4 yıl önce
- 5 üzerinden 5 puanyazan: Boersenfeger, 4 yıl önce
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 16315383, 5 yıl önceBeen using this ever since Firefox stopped showing transparency in PNGs.
- 5 üzerinden 5 puanyazan: Seth Falco, 5 yıl önceThis 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; } } - 5 üzerinden 5 puanyazan: Ashton99, 5 yıl önce
- 5 üzerinden 4 puanyazan: Nik, 5 yıl önce
- 5 üzerinden 5 puanyazan: Jacksaur, 5 yıl önceWorks perfectly. Crucial if you plan on doing literally any work with images.
- 5 üzerinden 5 puanyazan: StillMissingOldFF, 5 yıl önceLong, 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.
- 5 üzerinden 5 puanyazan: Ender, 5 yıl önce
- 5 üzerinden 5 puanyazan: Cirno, 6 yıl önce
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 15163168, 6 yıl önce
- 5 üzerinden 5 puanyazan: TechnicJelle, 6 yıl önceA godsend! It does exactly what you need it to do and nothing more! I wish this was in Firefox as a default!
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 14789129, 6 yıl önce
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 14733778, 6 yıl önce
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 14393956, 7 yıl önce