Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arcanoix/0e4f15ffdb43958a3d7d7ac4b4c3e841 to your computer and use it in GitHub Desktop.
Save arcanoix/0e4f15ffdb43958a3d7d7ac4b4c3e841 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