/////////////////////////////////////////////////// function copyURL() { var url = location.href; navigator.clipboard.writeText(url); }