Wednesday, April 29, 2009

Edit any website with a single line of code

All you need to do is visit the site you want to edit, paste the code below into your web browser address bar (tested in Firefox & IE7) and hit the Enter button.Then simply select a portion of text on the page and start editing.

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

Monday, April 27, 2009