https://greasyfork.org/en/scripts/513021-bluesky-image-video-download-buttonThe way this script works, downloading an image will result in the "imageNumber" variable being 0 for the first image (or only image) in a post and 1, 2, and 3 for successive images in the same post. Is there a way to edit the script so that variable starts at 1 instead of 0 and the successive numbers go 2, 3, and 4?
just rename them afterwards.
>>1560239I would prefer to save myself the trouble if it's possible
>>1560240<%img_num + 1>
>>1560243what line?
found it - line 2288, change it to this:img_num: data.imageNumber + 1,