R Pruitt

על עצמי

מידע על המפתח
שם R Pruitt
משתמש מאז מרץ 5, 2007
מספר התוספות שנוצרו תוספת אחת
דירוג ממוצע של התוספות של המפתח דירוג 4 מתוך 5 כוכבים

תוספות שיצרתי

NewsFox נדרשת הפעלה מחדש מומלצים

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

דירוג 4 מתוך 5 כוכבים (239)
29 משתמשים

הסקירות שלי

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.