Many of you may know the "edit the page" code, but there is way more to that. Paste the following codes into your URL bar, then press enter!
CREDITS:
Page Spin code: hmnwilson
------------------------------------------
1) Edit Page code: javascript:document.body.contentEditable='true'; document.designMode='on'; void 0
2) Page Spin code: 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)
3) Super Page Spin code: javascript:x=0;e=document.body;e.style.position="absolute";function rt(){e.style.top=100-(500*Math.cos(x*Math.PI/180))+"px";e.style.left=100+(500*Math.sin(x*Math.PI/180))+"px";x+=5}; setInterval("rt()",50);void(0)
4) Picture Spin at top of the page code: javascript: R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName("img"); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+"px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',5); void(0);
Try 'em all, and post new ones if you have them!
Last edited by terminator68 (2010-07-01 21:14:44)

Offline
hmnwilson discovered 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), not me
Offline
waveOSBeta wrote:
hmnwilson discovered 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), not me
![]()
Thanks, I'll change that.

Offline
javascript: R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName("html"); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+"px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',5); void(0);
Offline
Number 4 is cool!
Offline
Here's a crazy one I made by editing the page spin one:
javascript:x=0;e=document.body;e.style.position="absolute";function rt(){e.style.top=200-(200*Math.cos(x*Math.PI/280))+"px";e.style.left=100+(210*Math.sin(x*Math.PI/180))+"px";x+=5}; setInterval("rt()",50);void(0)
Offline
Aidan wrote:
Number 4 is cool!
I was excited when I found that one
! It is awesome in google or bing image searches, or on big forum posts here
wmays wrote:
is it possible to put these in your website in the <head> section?
I don't get what you mean. Could you please explain?
Last edited by terminator68 (2010-07-02 12:22:20)

Offline