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.
Mozilla