Just for Fun
written by ,
at Friday, January 16, 2009
Try this small JavaScript hack.
javascript: document.body.contentEditable = 'true';document.designMode = 'on'; void 0
Copy the above line of command and paste into your browser ( before this open any web page ) and hit enter. Then see the fun. Now, you can EDIT any part of the web page, cut, copy, type can do all kinds of fun as if you are editing a Notepad or Wordpad.