Here's a tip for anyone that uses firefox to view dexes like this:
1. Create a new bookmark by right clicking on your bookmarks toolbar and then clicking on "New Bookmark..."
2. Call the new bookmark: linked images
3. Put in the location field:
javascript: (function(){function I(u){var t=u.split('.'),e=t[t.length-1].toLowerCase();return {gif:1,jpg:1,jpeg:1,png:1,mng:1}[e]}function hE(s){return s.replace(/&/g,'&').replace(/>/g,'>').replace(/</g,'<').replace(/%22/g,'"');}var q,h,i,z=open().document;z.write('<p>Images linked to by '+hE(location.href)+':</p><hr>');for(i=0;q=document.links;++i){h=q.href;if(h&&I(h))z.write('<p>'+q.innerHTML+' ('+hE(h)+')<br><img src=%22'+hE(h)+'%22>');}z.close();})()
4. Hit ok
5. Go to a dex (i.e. the one linked from the original post)
6. Click on your linked images bookmark
:cheers: