Tag Archives: code

2 interesting code

Posted on 04. Mar, 2009 by Yao Yuan.

0

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

input this in your url bar, then you can edit the website you are viewing.
code 2

javascript:document.body.contentEditable='false'; void 0

exit

Continue Reading