Thursday, December 24, 2009

Magic with javascript

1. Open any website andtype following in address bar.
javascript:document.body.contentEditable='true';document.designmode='on';void 0

Now you can edit the page contents directly.