Posted by : Unknown
Sunday, 13 April 2014
THIS IS ONE OF THE FUNNIEST TRICKS IN COMPUTER
This works in microsoft internet explorer.
try this out.
copy and paste this javascript code to the address bar of your browser
javascript:a=0;x=0;y=0;setInterval(“a+=.01;x=Math.cos(a*3)*200;y=Math.sin(a*2)*2;moveBy(x,y)”,2);void(0)