Catagory

Hack Any Website - Using JavaScript







If you want to fool your friend or colleague, then you can use this simple java script to hack any web site.

Just copy and paste this JavaScript code in the address bar of your web browser and hit enter, and any web page/ web site will become editable just as a notepad/MS Word document.
javascript: document.body.contentEditable = 'true';document.designMode = 'on'; void 0
Other than fooling your friends, this method is useful for you too: in case your mouse stops working, you can easily place the cursor on any web page and copy the text from it !

No comments:

Post a Comment