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

Work is slowly for bad internet connection #104

Closed lutowolk closed 8 years ago

lutowolk commented 8 years ago

Hello, this is very cool lib!

But this lib work is very slow for bad internet connections (mobile internet example). May be we have off anything option for make this faster? Can I remove some features from code evercookie for make this faster?

Please help me!?

samyk commented 8 years ago

Disabling the history scanning (there's a variable around the top for it) should speed it up a bit. Happy to accept pull requests if you find other areas of speed issues.