stormdamage.org - Art, Webdesign and CSS.

Jul
11

One line of code to rearrange other people’s page layouts

Posted by Leonie under Interesting Links.

Here’s a nifty trick to make the content of any website editable – simply copy and paste this line of Javascript into your browser window, then play around with the content to your heart’s content:

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

Of course it doesn’t alter their code in anyway, it just changes the way you see it in your browser. There isn’t much of legitimate use for this, but it’s an interesting Javascript curiosity nonetheless.

(Shamelessly stolen from Blogstorm.)

Tags: ,

You can follow any responses to this entry through the Comments RSS Feed.
You can leave a response, or trackback from your own site.

Comments:

aSKer Says:

You are a very smart person!

Leave a reply: