1 2 3 4
const xre = Cc["@mozilla.org/xre/directory-provider;1"].getService( Ci.nsIXREDirProvider ); dump(`${xre.getInstallHash(false)}\n`);