Skip to content

Instantly share code, notes, and snippets.

@ddffx
Last active July 16, 2020 23:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ddffx/73c4a46a8666abd0c9b3ccf1f0c52b8a to your computer and use it in GitHub Desktop.
Save ddffx/73c4a46a8666abd0c9b3ccf1f0c52b8a to your computer and use it in GitHub Desktop.
Turn on design mode on Google Chrome to enable webpage editing
  1. Open Chrome, open any webpage
  2. Right click on the page and select Inspect from the Context menu to open the Developer Console
  3. Go to Console tab and type:
document.designMode = 'on'
  1. Start editing the page by clicking anywhere
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment