So what can you do with this trick?
You can edit content of any website including facebook,myspace,twitter etc.For instance see the pic below(click to zoom)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 onThe code
void 0
tells the browser not to show any errorSo, enjoy this funny trick to hack facebook
Update:-The javascript code doesn’t work in the latest version of Google Chrome Browser
0 Responses to Funny Trick To Hack Facebook
Confused? Feel free to ask
Your feedback is always appreciated. We will try to reply to your queries as soon as time allows.
Note:
1. To add HTML CODE in comments then please use our HTML Encoder.
2. If you are including a link, Please include it using html tags. However irrelevant links are not tolerated.
3. Please do not spam, Spam comments will be deleted immediately after our review.
Regards,
Rupesh.