KINDLY REPLY HOW YOU LIKE IT

Programming Tutorials on different platforms

Any general and specialized interesting programming language training and exploration . Fun with knowledge .

Search This Blog

Wednesday, July 20, 2011

JavaScript effect that will let you edit ANY webpage

1) Go to any website
2) Delete everything in the address bar
3) Paste the following code in the address bar:

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

4) Start playing


Although I personally didn't check the authenticity of above code,so user discretion is advised !

No comments:

Post a Comment