Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

javascript help

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,'&amp;').replace(/>/g,'&gt;').replace(/</g,'&lt;').replace(/%22/g,'&quot;');}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)&&notcontains(a,h)){z.write('<p><img src='+hE(h)+'>');a.push(h);}}z.close();})()

Name: Anonymous 2007-02-10 16:34

javascript:function esc(d){return (''+d).replace( /\x26/g, '&' ).replace( /\x22/g, '"' ).replace( /\x27/g, ''' ).replace( /\x3C/g, '<' ).replace( /\x3E/g, '>' ).replace( /\x5C/g, '\' );}var a = document.getElementsByTagName( 'a' ), o = open().document;o.write('<h1>Images linked to on '+esc(location.href)+'</h1>');for( var i = 0; i < a.length; i++ ){if ( a[ i ].href.match(/src\/[0-9]+\.[a-z]+$/) ){ o.write( '<p><img src="' + esc(a[ i ].href) + '" alt="" /></p>' ); }}o.close();void(0);


Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List