SeaMonkey ส่วนเสริม

ยินดีต้อนรับสู่ส่วนเสริม SeaMonkey

Add extra features and styles to make SeaMonkey your own.

ปิด

On the go?

Check out our Mobile Add-ons site.

ปิด

R Pruitt

เกี่ยวกับฉัน

Developer Information
ชื่อ R Pruitt
User since มี.ค. 5, 2007
Number of add-ons developed 1 ส่วนเสริม
Average rating of developer's add-ons Rated 4 out of 5 stars

Add-ons I've created

NewsFox Requires Restart แนะนำ

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

Rated 4 out of 5 stars (239)
24 ผู้ใช้

My Reviews

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.