If you want to fool your friend or colleague, then you can use this simple java scriptto 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 usefulfor you too: in case your mouse stops working, you can easily place the cursor on anyweb page and copy the text from it !
No comments:
Post a Comment