Answer the question
In order to leave comments, you need to log in
What list of static data about the user can be obtained in the browser?
Now I plan to collect static (not changed) data available inside js objects in the user's browser.
At the moment I get the following array:
var usr = [
document.documentElement.clientWidth,
document.documentElement.clientHeight,
screen.width,
screen.height,
screen.colorDepth,
screen.pixlerDepth,
navigator.platform,
navigator.hardwareConcurrency,
navigator.cookieEnabled,
navigator.deviceMemory,
navigator.doNotTrack,
navigator.language,
navigator.userAgent,
navigator.vendor,
];
Answer the question
In order to leave comments, you need to log in
https://browserleaks.com/features
https://browserleaks.com/javascript
You can also ask the browser to do some complicated work and then remove the hash sum from the result of this work. This is how browsers are fingerprinted. If interested
https://habr.com/ru/company/oleg-bunin/blog/321294/
https://www.youtube.com/watch?v=3D7HjYLkVrs
The most powerful prints in my humble opinion are
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question