LordDamokles

自己紹介

開発者情報
タイトル LordDamokles
ユーザー登録日 8月 3, 2008
開発したアドオンの数 0個のアドオン
この開発者のアドオンの平均評価 まだ評価されていません

自分のレビュー

AutoPager Fixed

5 つ星中 3つの評価を受けています

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.

5 つ星中 4つの評価を受けています

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.