eight04 / image-picka

A Firefox/Chrome extension helping you download images.
MIT License
171 stars 19 forks source link

Unable to download blob images with downloads API #318

Open bumbaras opened 1 year ago

bumbaras commented 1 year ago

it's more feature request than issue. Such site is using images coded as blob (or whatever blob object is) https://mangaplus.shueisha.co.jp/viewer/2000659 Of course addon is not detecting images in it. Is is possible to add the way to fetch images from such mechanism? Firefox is also not able to detect or save images, but browser capabilities are limited on this field.

eight04 commented 1 year ago

The addon is able to detect the image URL, but then the download fails.

Related: https://bugzilla.mozilla.org/show_bug.cgi?id=1696174

However, we need a way to make fetch work on page script blob.

bumbaras commented 1 year ago

In general I would suggest to not count for FF team too much. FF is no longer so user swayed into browser. The team has own ideas and taking also into account if user should be download or not something. In my opinion Chrome is less strict in this matter. I have seen sites where Chrome was able to download complete webpage as complete, where FF wasn't. It doesn't mean Google will provide additional download feature if current is not working, and Chrome is also not able to download blob images.