Design Mode (TIL)

Published on –

tl;dr – Design Mode in the browser


There is something in the browser called “Design Mode”. Nice one! You can enable it by running:

document.designMode = "on";

To test this load this page (or others here in ) using the search params ?designmode=on.