Recenze doplňku Transparent Standalone Images
Transparent Standalone Images od Waterfall Cat
Recenze od uživatele Seth Falco
Hodnocení: 4 z 5
od uživatele Seth Falco, před 2 letyWeird thing, this extension appears to be a clone of an extension by a Mozilla employee that came out a year before. Even has the same name, etc. Otherwise, this does exactly what it says and doesn't introduce any problems.
https://addons.mozilla.org/en-US/firefox/addon/transparent-standalone-image/
The extension above also has the source repository publicly visible.
Regardless, 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; } }
https://addons.mozilla.org/en-US/firefox/addon/transparent-standalone-image/
The extension above also has the source repository publicly visible.
Regardless, 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; } }
4 recenze
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 15166984, před 5 letyNice, it works and is smaller / less permissions than the other add-on with the same name.
- Hodnocení: 4 z 5od uživatele Khlieb, před 7 letyYou can add a menu item or button to turn it on or off.