GET READY...
SOMETHING REALLY COOL IS COMING SOON

Follow my Facebook Page to stay updated with the latest news!

document.addEventListener("DOMContentLoaded", function () { setTimeout(function () { // Modificata la funzione arrow in funzione classica var buttons = document.querySelectorAll("a"); buttons.forEach(function (button) { if (button.textContent.trim().toLowerCase() === "click here" || button.textContent.trim().toLowerCase() === "clicca qui") { if (window.location.href.includes("/en/")) { button.href = "https://www.bleaching-academy.com/"; // Link inglese } else { button.href = "https://www.bleaching-academy.it/"; // Link italiano } console.log("Link cambiato:", button.href); } }); }, 1000); // Aspetta 2 secondi per il caricamento del DOM });