Posted at
Funny trick to Hack facebook

If you really want to impress someone with your hacking skills then this trick will surely help you.Well this is actually not any hacking just a simple javascript trick but the other person will surely believe you as a hacker. You have to only do is to run this javascript in your address bar of your web browser. This will not harm any of your’s and victim’s actual facebook account privacy.
How to perform this trick?
Open any website of your choice (like facebook) in  browser (internet explorer,google chrome,firefox) and clear the address bar of the browser.
Copy paste the following javascript code in the address bar of your browser
javascript:document.body.contentEditable='true'; document.designMode='on'; void 0
And thats it.Now you can edit anything that is written on the page.
                                  How this trick actually work?

This is a javascript code on the the browser side.It is temporary and the changes will be gone once you refresh the webpage.
The javascript code JavaScript:document.body.contentEditable=’true’; makes the website editable in your browser.
The code document.designMode=’on’ tells the browser to turn the designmode on
The code void 0 tells the browser not to show any error
So, enjoy this funny trick to hack facebook
Update:-The javascript code doesn’t work in the latest version of Google Chrome Browser 
Please note:for this trick to work please use Mozilla firefox 3.6 or old version of google chrome





Posted in , |