Sleazy Fork is available in English.
Shows just fullsize Image with hotkeys & without pop-ups on many image-hosting sites
< Feedback on Handy Image
fix pronpic.orgcan you fix pronpic.org? it shows the first image found...suggestion: replacei = q('img[src*="/pic/"]'); with i = q('img[id="small_img"][src*="/pic/"]');
fixed as suggested
Sign in to post a reply.
fix pronpic.org
can you fix pronpic.org? it shows the first image found...
suggestion: replace
i = q('img[src*="/pic/"]');
with
i = q('img[id="small_img"][src*="/pic/"]');