Archive for the ‘XUL’ Category
Getting user information for Firefox extension using Javascript
var userInfo = Components.classes["@mozilla.org/userinfo;1"] .getService(Components.interfaces.nsIUserInfo); /* userInfo will now have the following readonly properties: username domain fullname emailAddress */