main
Haoming 2025-01-11 23:46:21 +08:00
parent e6fe0b95eb
commit b64f61ba6c
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ onUiLoaded(() => {
let paste = (event.clipboardData || window.clipboardData).getData('text');
if (config.booru) {
paste = paste.replace(/\s[\d.]{2,}[kM]?|\?\s+/g, ", ");
paste = paste.replace(/\s[\d.]{2,}[kM]?|[\?\+\-]\s+/g, ", ");
for (const excl of ["Artist", "Characters", "Character", "Copyright", "Tags", "Tag", "General"])
paste = paste.replace(excl, "");