You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
934 B

6 years ago
# easyVarCode
yahoo! It can be unbelievably easy to fight with robots by including this Plugin~
## What is easyVarCode?
easyVarCode is a friendly plugin which can help you expel robots which are trying to steal user infomation from your website.</br>
With the help of easyVarCode you can easily identify whether it is a robot who is visiting your website.</br>
Basing on easyVarCode, it becomes quick and convenient for users to finish their login process which can make your site more friendly.
## Quick start
[Click here to see how it works!](https://cn.yimian.xyz/etc/easyVarCode/)
## How to use easyVarCode?
To use easyVarCode, you must include the easyVarCode.js first.</br>
The generated fingerprint is stored in global variabel fp.</br>
A simple example:
```html
<script type="text/javascript" src="https://cdn.yimian.ac.cn/easyVarCode/easyVarCode.js"></script>
<script type="text/javascript">alert(fp);</script>
```