Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
BenSchaechter
on Sept 22, 2010
|
parent
|
context
|
favorite
| on:
Evercookie: A cookie that undeletes itself from 8 ...
Heh, after a quick look at some of the source code for storing the "cookie" in the browser history:
// sorry google.
var url = '
http://www.google.com/evercookie/cache/
+ this.getHost() + '/' + name;
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
// sorry google.
var url = 'http://www.google.com/evercookie/cache/ + this.getHost() + '/' + name;