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.

Home Page:https://samy.pl/evercookie/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReferenceError: evercookie is not defined

matiasleibovich opened this issue · comments

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!

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

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