- Go to any website, say www.google.com
- Paste the code given below into the address bar, i.e. where you just typed www.google.com, and press enter.
- Now have fun editing the elements of the site!
The Code:
javascript: document.body.contentEditable= "true"; document.designMode= "on"; void 0
Note: this will work only for javascript enabled websites. This is not a serious hack. What you are doing is that you are editing web elements on the client so it wont be affecting the actual web server. So it's safe to try! I tried with Google and Rediff, it worked. You can find this all over the internet. Got this one from Digg.
No comments:
Post a Comment
Please post your comments on whether you liked it and what else would you like me to write on. Suggestions of all types are welcome.