你正在訪問的內容是外部程式的映像位址,僅用於使用者加速訪問,本站無法保證其可靠性。當前的連結位址(單點即可複製)為 https://greasyfork.org.cn/zh-CN/scripts/4255-linkify-plus-plus/discussions/9468,源站連結 點此以跳轉

Linkify Plus Plus

Based on Linkify Plus. Turn plain text URLs into links.

< 脚本 Linkify Plus Plus 的反馈

提问 / 留言

woxxom管理员
§
发布于:2015-04-20
编辑于:2015-04-20

spam-protected email links

spam-protected email links in greasyfork user profiles look somewhat wacky after linkification, see the test page.

Screenshot:
screenshot

The original html randomly splits the address:

<span class="Email">
  <span style="display:none;display:inline">
    jason.barn
  </span>
  <span style="display:inline;display:none">
    nor@tznvy.
  </span>
  <span style="display:none;display:inline">
    abe@gmail.
  </span>
  <span style="display:inline;display:none">
    pbz
  </span>
  <span style="display:none;display:inline">
    com
  </span>
</span>

Maybe it's worth special handling (if it's possible, of course)?

eight作者
§
发布于:2015-04-21
编辑于:2015-04-21

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.)

发布留言

登录以发布留言。