Thursday 30 August 2012

Edit Any Website Like Facebook


This is very cool javascript which can be used to edit the content of any website like facebook or google you just have to copy javascript on your address bar and hit enter




This is how it works:-

Open any website in Google Chrome, or in Opera and enter the below code to the address bar of the browser.

javascript:document.body.contentEditable='true'; document.designMode='on'; void 0

and press enter

Note :- while using This code in google chrome it may not work just by pasting it on address bar you have to add " javascript: " in the beginning manually .


In chrome it will look like This when you paste it:-

document.body.contentEditable='true'; document.designMode='on'; void 0

0 comments:

Post a Comment