List view
valueEl.innerHTML = '' + rawEmail + ''; } }); } linkAndFormatContacts(); const observer = new MutationObserver(function () { linkAndFormatContacts(); }); observer.observe(document.body, { childList: true, subtree: true }); });