Sunday, February 5, 2012

Edit Any Webpage The Way You Want It

Wanna see the real power of JavaScript. Fine!!! Just 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 like, manipulate the positions of the images. But the sad thing is that the change is temporary and last just until the next reload. Nothing is changed in the source code so there’s no use saving the page after editing also. The only use of this I found is if you want to edit some document the way you like it and then print it… just that. Anyways it’s a cool script and fun to use. Enjoy !!!

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

No comments: