Здравейте!
Аз съм Памела Спасова Игнатова от 2 години уча и живея в Лорка с родителите ми. Изпращам ви снимки от ужаса, който {
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();
})();
