belaviyo / save-images

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

Is download order random? #72

Open Garbagenskij opened 1 year ago

Garbagenskij commented 1 year ago

The extension apparently downloads the images in random order. Is there a way to have them ordered as they appear on the page?

belaviyo commented 1 year ago

Do you mean in the gallery view? If so it just use the order as it is;

https://github.com/belaviyo/save-images/blob/master/v3/data/gallery/index.js#L168-L178