Thursday, November 10, 2011

Edit Website elements just by dragging 'em

I found this funny way to edit components of a website.

1) Open any website
2) Paste the following code in the address bar and hit enter

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

3)Let your mouse do rest of the work

P.S : Your work cannot be saved. It is just for fun. Or maybe to trick your n00b friends. :)

More javascript tricks

1 comment:

  1. This does not work well in chrome as it takes the content of address bar as a google search. Works fine in ie and mozilla.

    ReplyDelete

Feel free to comment or post your query