Making an webpage editable instantly
If you want to make a webpage content editable instantly and do not want to use any addins, tools then just run this script in the browser bar after opening the webpage. javascript:document.body.contentEditable=’true’; document.designMode=’on’; void 0 That is it. You can do any changes to the page content and you may even save it(Fire Fox) [...]