Skip to content

Instantly share code, notes, and snippets.

@josemmo
Created March 28, 2018 08:25
Show Gist options
  • Save josemmo/6b378f72c4a295cc179620b53a52b955 to your computer and use it in GitHub Desktop.
Save josemmo/6b378f72c4a295cc179620b53a52b955 to your computer and use it in GitHub Desktop.
new Fingerprint2({
excludeUserAgent: true
}).get(function(fp) {
console.log('Tu fingerprint es ' + fp);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment