email obfuscation #51
Labels
No labels
bug
duplicate
enhancement
optimization
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Anri/mylloon.fr#51
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
very simple counter measure who will only trap very very simple bot
<span class="at">(at)</span>
email
is true, add this script at the bottom of the page:document.getElementById('at').textContent = '@';
(this is for ids and not classes but you got the idea)other example: user (at) domain (dot) ext
done in
ed404bacca
will never work in /c and its intended as we only hide in markdown files, and /c are builded with the metadata header in yml
bece8ef147
introduces a regression when[text](mailto:mail)
where used, now thetext
is preservedcurrent limitation: when no js available, data stored is not showed, as the reconstruction happen in js
also, if text contains a quote
'
it will break