pull/3/head
IoTcat 5 years ago
commit 3215887ef7
  1. 1
      CNAME
  2. 7
      README.md
  3. 1
      _config.yml
  4. 2
      demo.html

@ -0,0 +1 @@
fp.yimian.xyz

@ -10,7 +10,7 @@ Basing on fp, it becomes possible to release your whole site from cookie which i
## Quick start
[Click here to see how it works!](https://cn.yimian.xyz/etc/fp/)
[Click here to see how it works!](https://fp.yimian.xyz/demo.html)
## How to use fp?
@ -18,8 +18,9 @@ To use fp, you must include the fp.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/fp/fp.js"></script>
<script type="text/javascript" src="https://cdn.yimian.xyz/fp/fp.min.js"></script>
<script type="text/javascript">alert(fp);</script>
```
## Background
This project is developed from https://github.com/Valve/fingerprintjs

@ -0,0 +1 @@
theme: jekyll-theme-cayman

@ -1,3 +1,3 @@
<script type="text/javascript" src="https://cdn.yimian.xyz/fp/fp.min.js"></script>
<script type="text/javascript">alert('Your fp is: '+fp);</script>
<a href="https://fp.yimian.xyz">Go to fp's Web Page!</a>
<a href="https://fp.yimian.xyz">Go to fp's Web Page!</a>

Loading…
Cancel
Save