All the direct links in the "[s]" blocks instead link to a malformed version of the 240x240 image that goes to a 404. I made a fix, though.
In the current script, replace line #391 with the following two lines:
var fixByRemoval = imgSrc.replace(/_s\.|_m\.|_100\.|_64x64|_master1200\./i, ".");var srcR = fixByRemoval.replace("c/240x240/img-master", "img-original");
Doesn't link directly to images for me
All the direct links in the "[s]" blocks instead link to a malformed version of the 240x240 image that goes to a 404. I made a fix, though.
In the current script, replace line #391 with the following two lines:
var fixByRemoval = imgSrc.replace(/_s\.|_m\.|_100\.|_64x64|_master1200\./i, ".");
var srcR = fixByRemoval.replace("c/240x240/img-master", "img-original");