mirror of
https://github.com/almet/notmyidea.git
synced 2025-04-28 19:42:37 +02:00
431 B
431 B
tags | title |
---|---|
JavaScript | document.designMode = "on"; |
I've learned today a really simple trick I wasn't aware of, to turn any webpage into something I can edit, I just need to enter:
document.designMode = "on";
You can enter this directly in the console, or in the document directly. Very impressive when used on newspaper websites.