Based on Linkify Plus. Turn plain text URLs into links.
IMO, that's how spam protection works - make it hard to detect email. I don't think we should make any effort to it.
Also, if the url is split into two nodes, we can't detect it.
<span>example</span><span>.com</span>
example<span></span>.com
(Wow that's a nice code block.)
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
spam-protected email links
spam-protected email links in greasyfork user profiles look somewhat wacky after linkification, see the test page.
Screenshot:

The original html randomly splits the address:
Maybe it's worth special handling (if it's possible, of course)?