Email Defuscator

码农软件 · 软件分类 · 其他jQuery插件 · 2020-01-13 11:14:09

软件介绍

About

This is a very simple plugin that allows you to hide email addresses from spambots while still being accessible. Visitors with JavaScript enabled browsers will see the email addresses correctly, while those without JavaScript will be provided with instructions for retrieving your email address. Spambots will see this same information, but won't know that it's an email address.

Obfuscate

For this plugin to defuscate email addresses, you first have to obfuscate them. This is very easy. Instead of writing name@example.com, you write:
name(put the 'at' sign here)example.com

What goes into the paranthese is up to you. You can even do:
name(replace this paranthese with the 'at' sign to get my email address)example.com

The Defuscator will recognize the obfuscated email address and defuscate it. This also works on mailto links such as:
<a target="_blank" rel="nofollow" href="mailto:name(put the 'at' sign here)example.com">Email me</a>

Defuscate

Include the plugin and run the .defuscate() function on the elements containing obfuscated email addresses:
$('p').defuscate();

You can also set it to not create mailto links, like this:
$('p').defuscate({link: false});

It will defuscate multiple email addresses in the given element(s).

Credits

Joakim Stai wrote it and forgot about it.
Ariel Flesler contributed and made Joakim remember to finish it.

Disclaimer

Although this works with most spambots, it's not bullet proof protection. A spambot that can run JavaScript would be able to see your email address. But if you're that paranoid of someone stealing your email address, you shouldn't put it out on the web in the first place.

Terms of use: FYI, WFM. YMMV, UAYOR, IANAL. IOW TINLA AFAIC. OWTTE. DQMOT. MTFBWU. EOM :)

Download

To download, please use this release instead of the one listed below:
http://jquery.com/plugins/node/627

本文地址:https://codercto.com/soft/d/23281.html

游戏化思维

游戏化思维

[美] 凯文·韦巴赫(Kevin Werbach)、[美] 丹·亨特(Dan Hunter) / 周逵、王晓丹 / 浙江人民出版社 / 2014-4 / 36.90

[内容简介] ●本书由开设了全世界第一个游戏化课程的沃顿商学院副教授凯文·韦巴赫和丹·亨特所著,第一次全面系统地介绍游戏化的理论,阐述了如何将游戏的理念应用到商业实践中。 ●作者指出,在商业竞争日益激烈的今天,传统的激励方式渐渐失效,未来的管理将更多地建立在员工和消费者的内在动机和自我激励上。这些制作精良、设计巧妙的游戏建立在多年来对人类动机和人类心理的研究基础之上,可以最大限度地激发......一起来看看 《游戏化思维》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

URL 编码/解码
URL 编码/解码

URL 编码/解码

SHA 加密
SHA 加密

SHA 加密工具