javascript to edit any website like google

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 .

because when we paste it will look like as

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

 then u have to add " javascript: in beginning of code so it will look like this:-

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

•and hit enter
•Now u can edit any website