by http://webgeektutorials.blogspot.com

Tuesday, January 4, 2011

Javascript Trick To Edit Webpage

This is actually a fun with javascript , a very small line of code and what you can do is you can edit your online page.

Open any website and paste this javascript code in url (address bar) and press enter.

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

 Now whole page is editable, just click anywhere in web page and edit whatever you want.

Have fun! :)

No comments:

Post a Comment