Linkify Plus Plus

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

< Feedback on Linkify Plus Plus

Question/comment

wOxxOmMod
§
Posted: 2015-04-20
Edited: 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)?

eightAuthor
§
Posted: 2015-04-21
Edited: 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.)

Post reply

Sign in to post a reply.