function copy() { let addr = 'biglyderv'; navigator.clipboard.writeText(addr); alert(addr); }