Sunday, February 1, 2009

Java Script Hacks

Here are a couple different java script hacks. All you need to do is paste the code into your url bar and press Enter to run it.

Display when web page was last updated:

j
avascript:alert(document.lastModified)

Edit any website:

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

No comments:

Post a Comment