Wednesday, August 20, 2008

Edit Any Web Page In Your Browser

Well, I came across this trick because I actually needed to print a web page but after doing some editing on it. Previously, what I used to do was save the pages, edit them in Dreamweaver and then print it. But then few days ago a friend told me that there is a JavaScript code then enables you to be able to edit the web page right in the browser. Then it was just a matter of time I found out that code ... thanks to Google.
Well, here is the code. All you need to do it is copy the javascript line below in the blockquote, paste it in the address bad or any web page and enter. You’ll enter an editable mode of the browser where you can edit virtually everything just like in Wiki. You can change the text to whatever you likeor even manipulate the positions of the images. Try it and enjoy..

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

No comments: