document.querySelectorAll('.update-components-mini-update-v2__reshared-content .update-components-article--rounded-border').forEach(el => {
    if (el.textContent.includes("ACT Conference")) {
        el.textContent = "New Name"; // Replace with your desired text
    }
});