marximus
내 정보
이름 | marximus |
---|---|
가입한 날짜 | 3월 5, 2007 |
개발한 부가 기능 수 | 부가 기능 0개 |
이 개발자의 부가 기능의 평균 별점 | 아직 별점 없음 |
내 검토
Gmail Manager-community
5점중 5점 받음
the best gmail checker ever , on all browser
이 검토는 현재 부가 기능의 이전 (0.7-beta.1.1-signed) 버전에 대한 것입니다.Gmail Manager NG
5점중 5점 받음
Odilatinam solved thet :D
GREAT !!!
Odilatinam wrote:Fixed it by changing the following
components/gmParser.js
_xpath: function(aNode, aExpression, aType)
{
var results = null;
try {
// Evaluate the XPath expression
//var xpathEvaluator = Components.classes["@mozilla.org/dom/xpath-evaluator;1"].createInstance(Components.interfaces.nsIDOMXPathEvaluator);
//results = xpathEvaluator.evaluate(aExpression, aNode, null, aType, null);
var aDoc = aNode.ownerDocument ? aNode.ownerDocument : aNode;
results = aDoc.evaluate(aExpression, aNode, null, aType, null);
} catch(e) {}
return results;
},
commented out the two existing lines and added ownerDocument code. If you had tried to mess with adding accounts back in, then look in your (profile directory)/gmanager/prefs.bak and hopefully it still has your old settings, if you only tried to add accounts back in once.
To edit the extension:
Go to your Firefox profile directory
Go to the extensions directory
Gmail Manager is gmail-manager-ng@nedwidek.github.com.xpi
(if it is an xpi, then you need to copy it, rename to zip, unpack, do the change, rezip, rename; if it is a directory, you can just do the changes directly)
http://forums.mozillazine.org/viewtopic.php?f=48&t=332634
모음집을 제작하시려면 Mozilla 부가 기능 계정이 있어야 합니다.
아니면 현재 사용중인 계정으로 로그인 하세요