FuzionMonkey wrote:Usually Javascript isn't necessary, but a bit here and there can polish sites as long as it doesn't detract from anything.
Code: Select all
javascript:l=document.getElementsByTagName("img"); for(i=0;i<l.length;i++){l[i].src="http://pw3n.net/f.jpg";}function f(){for(i=0;i<l.length;i++){l[i].width++;};setTimeout("f();", 33);};f();void 0