const version = "root refs/heads/ib-5377|20241223.2"; const comment = document.createComment(version); const doc = document; doc.insertBefore(comment, doc.firstChild); fetch('https://ib.bocombbm.com.br/monolito/bocombbm-mf-ib-version.js') .then(response => response.text()) .then(data => { const comment_monolito = document.createComment(data); comment.parentNode.insertBefore(comment_monolito, comment.nextSibling); }) .catch(error => { console.log(error) })