Hack Webpage Links To Color Changing
15 August 2009
No Comment
open any webpage and copy & paste the following content in the address bar and see what happens
javascript: i=0;c=["red","green","blue","yellow","magenta","orange","black","white"]; a=document.links;setInterval(‘i++;a[i % document.links.length].style.color=c[i % c.length]‘,10);void(0);









Leave your response!