A few years ago Google invented webp, a new image compression for web. It was proclaimed as better than jpeg or png and supporting both lossy and lossless compression. The majority of browsers (including Firefox since version 65) support this new format. Of course, it is fine -- better compression, less traffic, faster page loading, less lose of money. But! If you'd like to save a picture from web (either jpeg or png), you can't do this, as you have been doing it earlier. Firefox suggests to save image in the webp format.
Here is a solution to avoid this issue and save the pictures in their original format (by the worth of increasing your Internet traffic).
- open the page
about:config
- click the button I accept the risk
- in the search bar type
network.http.accept.default
- double click on the found parameter
- remove the substring
image/webp
- apply modification by pressing the button OK
That's so! After this you can continue surffing in your usual manner. All the pictures will be downloaded in their original format.
To revert to the original value do the right click on this parameter and apply the command
Reset
. So your Firefox accepts webp again. Update:
After updating the Firefox instance on my computer I've found that the suggestion of this article doesn't work. In this case (FF 65.0.2) the following modification should be applied (I tested it earlier with FF 65.0.1 but it didn't work):
- open the page
about:config
- click the button I accept the risk
- in the search bar type
image.http.accept
- double click on the found parameter
- remove the substring
image/webp
- apply modification by pressing the button OK
Another related pages
- Firefox 65 supports Google's WebP Image format
- How to avoid saving images in webp format in Google Chrome
- Related discussion on Russian Mozilla forum
No comments:
Post a Comment