Skip to content

Instantly share code, notes, and snippets.

@FocussedFlyer3
FocussedFlyer3 / enable-chrome-design-mode.md
Last active August 1, 2023 02:26
Enable webpage editing by turning on design mode in Google Chrome
  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