LordDamokles

關於我

開發者資訊
名稱 LordDamokles
加入日期 Aug. 3, 2008
參與開發的附加元件數量 0 個附加元件
此開發者的附加元件平均分數 未經評分

我所發表的評論

AutoPager Fixed

評分: 3 / 5 顆星

There is still an error in splitbrowse.js on Line 244

newEntry = newEntry.QueryInterface(Components.interfaces.nsIHistoryEntry);

NS_ERROR_XPC_BAD_CONVERT_JS: Could not convert JavaScript argument arg 0 [nsISupports.QueryInterface]

this line seems to be redundant since it is immediately followed and overridden by
newEntry = newEntry.QueryInterface(Components.interfaces.nsISHContainer);

Before Mozilla started to sign all extensions I just removed it locally, and it worked fine.

評分: 4 / 5 顆星

Works good for me, but it the summary even gets displayed if I have 0 unread waves. I would like an option to disable summary if you have 0 unread waves.