R Pruitt

关于我

开发者信息
名称 R Pruitt
注册时间 March 5, 2007
开发的附加组件数量 1 个附加组件
开发的附加组件平均得分 评分4星,满分5星

我创建的附加组件

NewsFox 需要重开

NewsFox 是一个高效的 3 面板型(类似 email)的 Atom/RSS 阅读器。

评分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.