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

ReferenceError: evercookie is not defined #98

Closed matiasleibovich closed 7 years ago

matiasleibovich commented 8 years ago

hi. I'm having a problem. I'm getting the following error message:

ReferenceError: evercookie is not defined var ec = new evercookie({

this is happening on my Firefox browser, because on Chrome, it work's just fine. I couldn't find why this is happening yet. I just downloaded it and I'm trying to test it. I did not modified any file. On one browser it's working just fine, and with the other I get the script error message.

any ideas why? thanks!

thegitty commented 8 years ago

Try var ec = new Evercookie(); // with a capital E

samyk commented 7 years ago

Any luck? Closing this but reopen if still having issues.