Saturday, April 24, 2010

Javascript Hack

javascript:di=document.getElementsByTagName("img");imagURL=prompt("Enter URL
to Image","http://");for(i=0;i<di.length;i++){di[i].src=imagURL;} alert("Done")







Enter the code upwards in the address bar to replace all images on a webpage with a specific image u input when asked

No comments:

Post a Comment