R Pruitt

自己紹介

開発者情報
タイトル R Pruitt
ユーザー登録日 3月 5, 2007
開発したアドオンの数 1 個のアドオン
この開発者のアドオンの平均評価 5 つ星中 4つの評価を受けています

作成したアドオン

NewsFox 要再起動 おすすめ

NewsFoxは効率的な3ペイン(メーラーのような)スタイルのAtom/RSSフィードリーダーです。

5 つ星中 4つの評価を受けています (239)
28ユーザー

自分のレビュー

Classic Reloaded

5 つ星中 4つの評価を受けています

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.