document.addEventListener('DOMContentLoaded', function() { console.log("DOM fully loaded and parsed"); document.body.addEventListener('click', function(event) { const link = event.target.closest('a'); if (link) { try { console.log("Processing link:", link.href); // Check if the link is external const isExternal = new URL(link.href).hostname !== window.location.hostname; console.log("Is external:", isExternal); if (isExternal) { event.preventDefault(); console.log("External link clicked:", link.href); const leaveSite = confirm("You are about to visit an external link that is independent of UNITYMIX. To proceed, select Confirm."); if (leaveSite) { window.location.href = link.href; } } } catch (error) { console.error("Error processing link: ", link.href, error); } } }); });
  2 Δημοσιεύσεις |  1 τις φωτογραφίες μου  | 0 Videos

Passion Blinds δεν έχει φίλους