R Pruitt

Giới thiệu về tôi

Thông tin về Nhà phát triển
Tên R Pruitt
Người dùng kể từ Tháng ba 5, 2007
Số tiện ích được phát triển 1 add-on
Đánh giá trung bình của các tiện ích của nhà phát triển Rated 4 out of 5 stars

Tiện ích mà tôi đã tạo ra

NewsFox Bắt buộc khởi động lại Nên dùng

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

Rated 4 out of 5 stars (239)
28 người dùng28 người dùng

Đánh giá Của tôi

Classic Reloaded

Rated 4 out of 5 stars

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.