Source code

Revision control

Copy as Markdown

Other Tools

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