add scissors in quoted fragment for fun

This commit is contained in:
2025-08-04 04:10:50 +03:00
parent 4bdd01569c
commit 3699daa44a

View File

@ -106,7 +106,7 @@
if (ta.value.trim() !== "") {
ta.value += "\n"
}
ta.value += `[url=${postPermalink}]${authorUsername} said:[/url]\n[quote]${document.getSelection().toString()}[/quote]\n`;
ta.value += `[url=${postPermalink}]${authorUsername} said:[/url]\n[quote]< :scissors: > ${document.getSelection().toString()} < :scissors: >[/quote]\n`;
ta.scrollIntoView()
ta.focus();