Archive for the ‘Javascript’ Category

h1

Make a webpage editable

October 14, 2009

This javascript can be used in the address bar to make any webpage editable (the changes don’t show up for anyone else, obviously, and are lost once you leave the page). It’s like a WYSIWYG version of Firebug…

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

Follow

Get every new post delivered to your Inbox.