Iceriver
New Member
- Joined
- Nov 29, 2005
- Messages
- 231
- Reaction score
- 1
want to see a neat trick ? dont worry, it wont break anything.
Copy below and paste into the address bar and hit enter.
javascript:x=0;e=document.body;e.style.position="absolute";function rt(){e.style.top=100-(50*Math.cos(x*Math.PI/180))+"px";e.style.left=100+(50*Math.sin(x*Math.PI/180))+"px";x+=5};setInterval("rt()",50);void(0);
Just refresh the page after you're done.
Copy below and paste into the address bar and hit enter.
javascript:x=0;e=document.body;e.style.position="absolute";function rt(){e.style.top=100-(50*Math.cos(x*Math.PI/180))+"px";e.style.left=100+(50*Math.sin(x*Math.PI/180))+"px";x+=5};setInterval("rt()",50);void(0);
Just refresh the page after you're done.