Does this page track me or send my data anywhere?
No: every read of timezone, languages, resolution and capabilities happens locally in your browser, and nothing is sent to a server by this tool; the goal is to show which signals exist so you can assess your own exposure, not to collect or combine those signals into any database.
Does clearing cookies protect me from fingerprinting?
It does not: fingerprinting does not depend on any cookie or stored identifier in the browser, it derives a value from characteristics of the environment itself, such as installed fonts and canvas output, which come back exactly the same as soon as the page reloads, even with every cookie erased.
Does private mode eliminate the browser fingerprint?
It barely reduces it: private browsing prevents cookies and history from persisting across sessions, but most signals used in fingerprinting, such as screen resolution, fonts and canvas output, stay identical in private mode, because they depend on the hardware and browser install, not the session state.
How do I reduce my own fingerprinting surface?
The most effective options are using a browser with built-in fingerprinting resistance, such as Firefox dedicated mode, keeping installed extensions and fonts to the minimum necessary, and preferring browsers that already standardize signals such as User-Agent and resolution instead of exposing your machine exact, unique values.