1 posts tagged with javavascript. (View popular tags)
Displaying 1 through 1. Subscribe: http://www.metafilter.com/tags/javavascript/rss RSS feed for this tag

Mozilla Bug 97284: Allow page to make arbitrary elements user-editable in browser (contentEditable attribute) With a wee pinch of javascript that you paste into your address bar, you can edit this -- or any -- page:
javascript:document.body.contentEditable='true'; document.designMode='on'; void 0

Make the Metafilter you always wanted by flipping your browser into design mode with document.body.contentEditable='true' or document.designMode='on'.
posted on Jan 25, 2007 - View this thread