Live Edit Any Webpage

Want to edit a webpage you are surfing? Want to see how a page would seem with a different text or without a menu, etc.? You don’t need any browser plugin for getting this feature in your browser.

Its just a small (Well not exactly!) JavaScript code which you can copy-paste to your browser’s address bar while surfing a site you want to edit and make it editable.

So here goes the code:
javascript:document.body.contentEditable='true'; document.designMode='on'; void 0

Just Copy & Paste it in your browser’s address bar and start editing that page!

Also read...

Comments are closed.