>>2170
Great tool! Thank for supporting paheal as well, however "download with tags" doesn't work there because the doDownload function isn't able to find the link to the image.
In case anyone is interested in a fix, with my very limited coding knowledge I managed to do it.
I added this line, directly under the first query in the doDownload function:
if (!a) var a = document.querySelector('img[src*="/_images/"]');