JavaScript Trick To Edit A Loaded WebPage In Your Browser

Using this JavaScript trick you can edit a loaded webpage in your browser,though the changes don’t reflect on the original page.So try changing a WebPage using this trick.If you refresh the page, you will get back to the original page. Using this trick you can change image positions,button positions, change text,insert text in the loaded webpage.

Before The Trick

After The Trick

Click on the images for a larger view.

Enter this code in the address bar and press enter.

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

Click anywhere in the webpage and you can start your work.

Via — Blogiseverything

Similar Post  2 Tools To Remind Users To Unplug USB Devices Before System Shutdown

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.