R Pruitt

내 정보

개발자 정보
이름 R Pruitt
가입한 날짜 3월 5, 2007
개발한 부가 기능 수 부가 기능 1개
이 개발자의 부가 기능의 평균 별점 5점중 4점 받음

제작한 부가 기능

NewsFox 다시 시작 필요 추천

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

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.