javascript replace text in html code example
Example: javascript replace text within dom
document.body.innerHTML = document.body.innerHTML.replace('hello', 'hi');
document.body.innerHTML = document.body.innerHTML.replace('hello', 'hi');