June 3rd 2026 - Interesting Finds

Make any web page editable

We can run the following command in the console to make any web page editable:

document.designMode = "on"

This can be used to edit text and move images around.

Reference