ETS FingerprintJS is library which generates a unique identifier for a user's browser based on various browser and system properties such as user agent, language, screen resolution, plugins, etc. The identifier is generated using the MurmurHash3 algorithm
npm install ets-fingerprintjsThis is a JavaScript-only way to fingerprint a user with better than 90% accuracy in as few bytes as possible and no cookie storage, utilizing the ETS FingerprintJS library. The library generates a unique identifier for a user's browser by considering various browser and system properties, including user agent, language, screen resolution, plugins, etc., and employs the MurmurHash3 algorithm for generating the identifier.
``html``