Transparent standalone images のレビュー
Transparent standalone images 作成者: Jared W
合計レビュー数: 50
- 5 段階中 5 の評価Firefox ユーザー 13396088 によるレビュー (10ヶ月前)
- 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年前)
- 5 段階中 3 の評価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 の評価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 の評価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年前)