const params = document.querySelector('.param-card-content').innerText;navigator.clipboard.writeText(params).then(() => { this.text = params;});