R Pruitt

關於我

開發者資訊
名稱 R Pruitt
加入日期 March 5, 2007
參與開發的附加元件數量 1 個附加元件
此開發者的附加元件平均分數 評分: 4 / 5 顆星

由我建立的附加元件

NewsFox 需要重新啟動 精選

NewsFox 是一個高效率三欄式 (類似 email) 的 Atom/RSS feed 閱讀器。

評分: 4 / 5 顆星 (239)
32 位使用者

我所發表的評論

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.