Java Script to edit page content on the fly
>> Thursday, July 2, 2009
Have you ever seen like this google page!
This page is been edited by this JavaScript line:
javascript:document.body.contentEditable='true'; document.designMode='on'; void 0
How to:
Just to put that JavaScript line at the url of your browser instead of the url of Web Page which you want to edit the content(eg: http://www.google.com/) .
Have a nice time! :)