Menu

Hi Friends..!

Today I am going to share very cool Java Script trick which can be used to edit the content of any website like Facebook or Gmail.


Open any website in your web browser and enter the below code to the address bar of the browser.

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

Then press Enter. Now u can edit any website.

Edited Facebook homepage using javascript
  
Works well with Firefox, Internet Explorer, Opera, Chrome etc.,

 Edited Gmail homepage using javascript



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 .


Thank U..!



0 comments:

Post a Comment

 
Top