Name: Anonymous 2007-02-10 16:14
This is my /b/, /s/ and /gif/ bookmarklet. The recent changes to 4chan's bits made a bunch of annoying broken images to appear when I use it now. I'm a javascript n00b, so please help me fix it:
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,'"');}function notcontains(arr, url ){var i;for( i=0; i<arr.length; i++ ){if( arr[i] == url )return 0;}return 1;}var q,h,i,z=open().document;var a = new Array();z.write('<p>Images linked to by '+hE(location.href)+':</p><hr>');for (i=0; q=document.links[i]; ++i){h=q.href;if(h&&I(h)&¬contains(a,h)){z.write('<p><img src='+hE(h)+'>');a.push(h);}}z.close();})()
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,'"');}function notcontains(arr, url ){var i;for( i=0; i<arr.length; i++ ){if( arr[i] == url )return 0;}return 1;}var q,h,i,z=open().document;var a = new Array();z.write('<p>Images linked to by '+hE(location.href)+':</p><hr>');for (i=0; q=document.links[i]; ++i){h=q.href;if(h&&I(h)&¬contains(a,h)){z.write('<p><img src='+hE(h)+'>');a.push(h);}}z.close();})()