LordDamokles

معلومات عنّي

معلومات المطور
الاسم LordDamokles
مُستخدم منذ أغسطس 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.