Fingerprint Pro Internals
Collector s146

Inspector global

whether the objectToInspect global exists, a devtools and harness tell

Group: Automation and tampering · signal map · run it live

// s146 — sig_s146_objectToInspect
// module cm, stage3, codes 0
//
// measures
//   objectToInspect
// reported value
//   boolean
//
// 0 owned helpers inlined below.

// agent.clean.js:4929
function sig_s146_objectToInspect() {
  try {
    objectToInspect;
    return { s: 0, v: true };
  } catch (v693) {
    return { s: 0, v: false };
  }
}