document.designMode
Warning
This post is more than a year old. Information may be outdated.
document.designMode = 'on'
TIL you can turn any website into an editable canvas with just a simple command in the console:
document.designMode = 'on'Original Post Link
— Steven Tey (@steventey) November 4, 2023
Backlinks (1)