navigator.preference(name) navigator.preference(name, value)
The preference() method of the navigator object is used to read or set any user preferences in the browser. For security reasons, reading a preference with the preference() method requires the UniversalPreferencesRead privilege. Setting a preference with this method requires the UniversalPreferencesWrite privilege.