Post

Edit page in the browser in real time

Guide about Edit page in the browser in real time. !

is not necessary to go into the source code of the page to make small changes to text, position elements, their number, etc. To do this, just follow these steps:

  1. Open the page of the site of interest.
  2. Launch developer tools by pressing F12either the keyboard shortcut Ctrl + Shift + i.
  3. Go to the Console tab.
  4. Enter the indicated command: As a result, you will be able to edit text, delete and add elements directly on the page in the activated design mode. document.designMode=’on’;
This post is licensed under CC BY 4.0 by the author.