document.querySelectorAll('.ms-gb > a').forEach(function(item){ item.textContent = item.nextSibling.nodeValue.trim(); item.nextSibling.remove(); });