The browser has a built-in mode where we can easily edit the whole content. It can be useful for prototyping or quick changes during the call.

document.designMode = "on";

More information: MDN