Wraps URLs with angle brackets (<https://example.com>) when pasting into discord to avoid link embeds
< 脚本 Discord Paste Links without Embeds 的反馈
Explanation within the code was kept short. Let's make sure it's explained clearly: replaceLinksInMessage
refers to pasting when the clipboard contains more than just a URL, like having "sample text http://example.com" on the clipboardreplaceStandaloneLinks
means if the only thing on the clipboard is the URL (no extra text)
With your explanation, I get the impression your clipboard only contains the URL and you're typing the other words. If that's the case, replaceStandaloneLinks
is what applies.
If you mean something else, can you describe it more?
With your explanation, I get the impression your clipboard only contains the URL and you're typing the other words. If that's the case,
replaceStandaloneLinks
is what applies.
Thanks, I understand, this scipt is for the content of the clipboard.
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
Hi, why after I set it like this, it doesn't work for both link formats:
But when I reversed the settings it worked again for all link formats:
I typed
check out
before the link and it didn't work, can I replacecheck out
with any other words here?