Още материали по темата:
Видео с двата трамвая.
{ const selectedText = window.getSelection().toString(); if (selectedText.length < this.textLengthThreshold) return; const sourceUrl = new URL(location.href); sourceUrl.searchParams.set("campaignsrc", "clipboard"); const textWithSource = selectedText + `\n\nИзточник: ` + sourceUrl.href; e.clipboardData.setData("text/plain", textWithSource); e.preventDefault(); }); }, }; Copifier.Init(); })();