Tuesday, February 10, 2009

Edit any web page.

I found an interesting post on the blog Azure Dev. The post shows how you can edit any web page, directly in the web browser you use to view the page. Here is how to do it: Write the following little piece of JavaScript code in the address field and hit Enter. Done. Edit away. :-)
javascript:document.body.contentEditable='true'; document.designMode='on'; void 0

1 kommentarer:

Carina said...

Vilken rolig grej!

Post a Comment