Κριτικές για το Transparent standalone images
Transparent standalone images από Jared W
50 κριτικές
- Βαθμολογία 5 από 5από Χρήστης Firefox 13396088, 9 μήνες πριν
- Βαθμολογία 5 από 5από hans, ένας χρόνος πρινExactly what I needed while debugging a web transparent image generator, thanks!
- Βαθμολογία 5 από 5από rubah, 2 χρόνια πριν
- Βαθμολογία 5 από 5από Χρήστης Firefox 18011409, 2 χρόνια πριν
- Βαθμολογία 5 από 5από Χρήστης Firefox 17962437, 2 χρόνια πρινAll the time I wasted thinking I was doing something wrong when exporting my images. And all I needed was this. Perfect solution!
- Βαθμολογία 5 από 5από nwalkewicz, 3 χρόνια πριν
- Βαθμολογία 3 από 5από BrunoGF, 3 χρόνια πρινHow can I get this extension to work?? I never see an option to use it when I click (or right click) an image..
- Βαθμολογία 5 από 5από Ythan, 3 χρόνια πριν
- Βαθμολογία 3 από 5από Χρήστης Firefox 14386494, 3 χρόνια πριν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;
}
}
} - Βαθμολογία 5 από 5από Black🏴☠️Sails, 4 χρόνια πριν
- Βαθμολογία 5 από 5από Boersenfeger, 4 χρόνια πριν
- Βαθμολογία 5 από 5από Χρήστης Firefox 16315383, 4 χρόνια πρινBeen using this ever since Firefox stopped showing transparency in PNGs.
- Βαθμολογία 5 από 5από 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; } } - Βαθμολογία 5 από 5από Ashton99, 5 χρόνια πριν
- Βαθμολογία 4 από 5από Nik, 5 χρόνια πριν
- Βαθμολογία 5 από 5από Jacksaur, 5 χρόνια πρινWorks perfectly. Crucial if you plan on doing literally any work with images.
- Βαθμολογία 5 από 5από StillMissingOldFF, 5 χρόνια πριν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.
- Βαθμολογία 5 από 5από Ender, 5 χρόνια πριν
- Βαθμολογία 5 από 5από Cirno, 6 χρόνια πριν
- Βαθμολογία 5 από 5από Χρήστης Firefox 15163168, 6 χρόνια πριν
- Βαθμολογία 5 από 5από TechnicJelle, 6 χρόνια πρινA godsend! It does exactly what you need it to do and nothing more! I wish this was in Firefox as a default!
- Βαθμολογία 5 από 5από Χρήστης Firefox 14789129, 6 χρόνια πριν
- Βαθμολογία 5 από 5από Χρήστης Firefox 14733778, 6 χρόνια πριν
- Βαθμολογία 5 από 5από Χρήστης Firefox 14393956, 6 χρόνια πριν