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;
