Wednesday, July 9, 2008

Firefox in design mode

Open any page you want to make editable every single place and run this snippet in address bar:

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

No comments:

Post a Comment