Похожие чаты

Hello, I want to store a unique id for each

device how i can do this?

3 ответов

29 просмотров
asif-ahmad Автор вопроса

will it works? let navigatorInfo = window.navigator let screenInfo = window.screen let uid = navigatorInfo.mimeTypes.length uid += navigatorInfo.userAgent.replace(/\D+/g, '') uid += navigatorInfo.plugins.length uid += screenInfo.height || '' uid += screenInfo.width || '' uid += screenInfo.pixelDepth || '' console.log(uid);

asif ahmad
will it works? let navigatorInfo = window.navigat...

What you have attempted here is similar to browser fingerprinting

Похожие вопросы

Обсуждают сегодня

Карта сайта