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.
 
 
 
呓喵酱 e4186dfc34 Set theme jekyll-theme-cayman 5 years ago
.gitignore add .gitignore 5 years ago
CNAME Create CNAME 5 years ago
LICENSE Update LICENSE 5 years ago
README.md update readme 5 years ago
_config.yml Set theme jekyll-theme-cayman 5 years ago
fp.js solve diff device same fp problem 5 years ago
fp.js.map solve diff device same fp problem 5 years ago
test-fp.js Add files via upload 5 years ago

README.md

fp

wow~ ⊙o⊙ Such a smart fingerprint generator that I don't even need a cookie anymore~

What is fp?

fp is a smart js which can generate an unique 'fingerprint' for each visitor basing on visitor's device and your domain.
With the help of fp you can easily identify who is visiting your website.
Basing on fp, it becomes possible to release your whole site from cookie which is considered unsafe for user's privacy.

Quick start

Click here to see how it works!

How to use fp?

To use fp, you must include the fp.js first.
The generated fingerprint is stored in global variabel fp.
A simple example:

<script type="text/javascript" src="https://cdn.yimian.ac.cn/fp/fp.js"></script>
<script type="text/javascript">alert(fp);</script>