Fingerprinting on `*.google.com` sites (only)

Thanks to

for me, via

On a *.google.com site, e.g. mail.google.com, docs.google.com, drive.google.com, meet.google.com, try:

chrome.runtime.sendMessage(
  "nkeimhogjdpnpccoofpliimaahmaaome",
  { method: "cpu.getInfo" },
  (response) => {
    console.log(JSON.stringify(response, null, 2));
  },
);

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.