-->

Edit any Webpage!

Today I am back with another great trick. Its very old, but still a very useful one ;)
This is something like a hack where you can edit the webpage, including the text and the position of the pictures, etc.

Here is how:
Copy this code,  
 javascript:document.body.contentEditable='true'; document.designMode='on'; void 0
and paste it to the address bar of the page which you want to edit and press the enter button.
And thats it.Now you can edit anything that is written on the page.

Click To Enlarge.




How this trick actually works.

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

No comments:

Post a Comment

Leave your valuable feedback...