OurPicks have an interesting piece of code snippet on their forums. A simple JavaScript code that lets you edit any webpage, static or dynamic on the fly
Let us try this:
Step # 1: Go to any website. Let us go to Slashdot.org
Step # 2: Delete everything in the address bar
Step # 3: Paste the following JavaScript code in the address bar
javascript:document.body.contentEditable=’true’; document.designMode=’on’; void 0
Step # 4: Enjoy

Similar Posts:
- Excellent JS based English to LEET translator
- How to hide your email address from spammers, a thorough guide
- How to develop ShellCode, a crucial point of any exploit software
- How to prevent your email from being spammed
- Encrypt HTML form data without using SSL



Recent Comments