Edit any webpage

Leros

Lifer
Jul 11, 2004
21,867
7
81
Go to any webpage and paste this into the address bar and press enter. You can edit anything on the page.

javascript:document.body.contentEditable='true'; document.designMode='on'; void 0
 

ForumMaster

Diamond Member
Feb 24, 2005
7,792
1
0
i still like this one:

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);

disclaimer: i didn't make it. posted on here.
 

Mrvile

Lifer
Oct 16, 2004
14,066
1
0
Oh btw it doesn't work if you have it set so that anything entered in the address bar creates a new tab. I'm too lazy to change it.

*proceeds with life*
 

Journer

Banned
Jun 30, 2005
4,355
0
0
awesome. now i need to write a little script that will run this code after every page load and annoy the hell out of my friends >)