document.designMode
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
Backlinks1
231108Comments
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
No comments yet. Be the first to share your thoughts.