document.addEventListener("DOMContentLoaded",(function(){document.querySelectorAll(".share-link").forEach((function(t){t.addEventListener("click",(function(t){t.preventDefault();const e=this.getAttribute("data-url");"Copy Link"!==this.getAttribute("data-platform")?window.open(e,"shareWindow","height=450, width=550, top="+(window.innerHeight/2-225)+", left="+(window.innerWidth/2-275)+", toolbar=0, location=0, menubar=0, directories=0, scrollbars=0"):window.navigator.clipboard.writeText(e)}))}))}));