samyk / evercookie

Produces persistent, respawning "super" cookies in a browser, abusing over a dozen techniques. Its goal is to identify users after they've removed standard cookies and other privacy data such as Flash cookies (LSOs), HTML5 storage, SilverLight storage, and others.
https://samy.pl/evercookie/
4.42k stars 663 forks source link

Array of candidates values #112

Closed SerhiiThivinskiy closed 8 years ago

SerhiiThivinskiy commented 8 years ago

Now evercookie figure out which is the best candidate simple by counting amount of values. For my project this logic is incorrect. Could you implement interface, which give me access to array of all values saved by evercookie? Or tell me how it can be implemented by myself.

samyk commented 8 years ago

Step 1) learn javascript Step 2) implement it Step 3) send pull request