jscher2000 / Save-webP-as-extension

Firefox extension to overlay format and JPEG quality buttons on inline or stand-alone images for quickly saving a converted version of the image.
Mozilla Public License 2.0
32 stars 1 forks source link

Add <picture> <source> workaround #14

Open jscher2000 opened 1 year ago

jscher2000 commented 1 year ago

On some sites like 9gag, the <img> tag has a JPEG file but Firefox overrides that using a WebP <source>.

Possible options:

(1) Automatically strip the WebP <source> (2) Add a button to use the <img> tag URL (3) Add the <img> tag URL in the Info panel for easier manual access