belaviyo / save-images

Save loaded images in nested iframe pages
https://webextension.org/listing/save-images.html
254 stars 61 forks source link

Does not find all images on app.adventuresinodyssey.com #80

Closed frederickjh closed 1 year ago

frederickjh commented 1 year ago

With the default settings the extension only finds one image at the following address: https://app.adventuresinodyssey.com/albums. There are clearly more images on this webpage but only one shows up in the gallery.

belaviyo commented 1 year ago

Thanks for the report.

This website uses the Flutter engine. Currently, it uses custom elements to add content. The recent commit addresses this issue (the extension now inspects the body of custom elements). Note that the latest Flutter version includes a custom rendering engine that loads the entire DOM onto a single canvas element. Therefore, if the website owner upgrades the engine, the extension may not be able to capture images once again.

frederickjh commented 1 year ago

How long will it be before the new version is available in the browser? Just checked for updates none available current version in my Firefox is 0.7.9 is from March 8, 2023.

belaviyo commented 1 year ago

It is still on review. Usually it takes about 3 days for AMO to accept a new version.