R Pruitt

Hakkımda

Geliştirici Bilgileri
İsim R Pruitt
Üyelik başlangıcı Mart 5, 2007
Geliştirilen eklentilerin sayısı 1 eklenti
Geliştiricinin eklentilerinin ortalama puanı Rated 4 out of 5 stars

Geliştirdiğim eklentiler

NewsFox Yeniden başlatma gerektirir

NewsFox, 3-panelli (eposta) tarzı bir Atom/RSS besleme okuyucusudur.

Rated 4 out of 5 stars (239)
24 kullanıcı

İncelemelerim

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.