R Pruitt

معلومات عنّي

معلومات المطور
الاسم R Pruitt
مُستخدم منذ مارس 5, 2007
عدد الإضافات التي طورتها إضافة واحدة
معدّل التقييم من مطوري الإضافات مقيمة بـ 4 من 5 نجوم

الإضافات التي أنشأتها

NewsFox Requires Restart متميزة

NewsFox is an efficient 3-pane(email) style Atom/RSS feed reader.

مقيمة بـ 4 من 5 نجوم (239)

تعليقاتي

Classic Reloaded

مقيمة بـ 4 من 5 نجوم

To remove the message header toolbar entirely, put the following line in userChrome.css:

#header-view-toolbox { display: none; }

Edited to add: to have the message header buttons display normally(to the right for LTR languages) use the following:

#expandedHeadersTopBox { display: block; }

Apparently this is overwritten in the extension, and it is what allows the From and buttons to be moved with CSS.