Javascript to edit webpage
I came across a really cool javascript today. It enables the end user to edit any web page which see. All you have to do is to paste the code in the address bar and the current page will be enabled for editing. Generally people who want to make page edits use photoshop and other similar iimage editing softwares but this script will make all those unnecsaary!
Check out the script
javascript:document.body.contentEditable=’true’; document.designMode=’on’; void 0