Destroy the web

Entering this code and pressing the enter key while browsing a page will bring you in a kinda “edit” mode, in which you’ll be able to edit web pages as you were using some editor like M$ Word or sth..

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

Obviously you will not be able to save the changes to the server, so the page won’t be changed.. anyway, you can save the whole webpage on your computer (ctrl + s || file – save page as)

Source: stamcar.com

Ps: i wrote this 3 days or so later than the 90% of Slovenian blogs.. does anyone care? :D

Pps: another nice line to write in the address bar and hit enter is 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.images; 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 it somewhere, even here is fine :D

If you liked this post think about subscribing to my RSS feed and prevent missing anything interesting. It's free, fast and doesn't hurt. Promise. Click here.
Related posts: