За да изпробвате хилядите добавки, достъпни тук изтеглете Mozilla Firefox – бърз и свободен начин да разглеждате Мрежата!

Затваряне

Добре дошли в Добавки за Firefox.

Изберете измежду хилядите възможности и стилове, за да направите Firefox изцяло ваш.

Затваряне

On the go?

Check out our Mobile Add-ons site.

Затваряне

R Pruitt

За мен

Информация за разработчика
Име R Pruitt
Потребител от Март 5, 2007
Брой добавки 1 добавка
Средна оценка на добавките Оценена с 4 от 5 звезди

Добавки, които съм създал

NewsFox Изисква рестартиране

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

Оценена с 4 от 5 звезди (239)
25 потребители

Мои отзиви

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.