Im trying to insert an overlay through a custom chrome extension, however, when simply adding HTML to the body of the document the dynamic websites will crash and buttons will not work + connections will not work.
Is there any other ways to approach this without crashing the applications?
content.js
document.body.innerHTML += `<div>innerHTML</div>`