const url = window.location.href; const clipboard = navigator.clipboard; clipboard.writeText(url); console.log(`Wrote URL: ${url}`);