Friday, April 16, 2010

Edit Any Website Content (For Fun)

Its a very cool trick using which you can make a webpage editable while it is open in your browser. Here’s the trick-

1. Open the webpage that you want to edit.

2. Paste the following javascript code into the browsers address bar(instead of the website’s URL), and press enter.

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

That’s it. Now you can directly edit the web page inside the browser. Try it, its really cool

2 comments: