Not all browsers are compatible with high entropy data, but those that do, you can use JS to get those values using your browser's console:
navigator.userAgentData
.getHighEntropyValues([
"architecture",
"bitness",
"formFactor",
"fullVersionList",
"model",
"platformVersio...