Salta al contenuto
document.addEventListener("DOMContentLoaded", function() {
var h2Elements = document.querySelectorAll('h2');
h2Elements.forEach(function(h2) {
if (h2.textContent.trim() === "vedi tutti i numeri") {
h2.style.cursor = "pointer";
h2.addEventListener("click", function() {
window.location.href = "https://www.difrancoshoes.com/collections/svuota-tutto";
});
}
});
});