(function () { document.querySelectorAll('.et_pb_image a[href="https://epilexpress.it/"]').forEach(function (link) { link.setAttribute('aria-label', 'EpilExpress - Torna alla homepage'); var image = link.querySelector('img'); if (image && !image.getAttribute('alt')) { image.setAttribute('alt', 'EpilExpress'); } }); })();