Firefox: Последняя вкладка

Отучаем ФФ закрываться при закрытии последней вкладки:

Идём в about:config и меняем переменную
browser.tabs.closeWindowWithLastTab с true на false.

Добавляем кнопку закрытия на единственную вкладку:
Дописываем в userChrome.css следующие строки:

/* Add tab-close-button to last tab*/
.tabbrowser-tabs[closebuttons=«alltabs»] > .tabbrowser-tab >
.tab-close-button { display: -moz-box !important; }
.tabbrowser-tabs:not([closebuttons=«noclose»]):not
([closebuttons=«closeatend»]) >
.tabbrowser-tab[selected=«true»] > .tab-close-button { display: -moz-
box !important; }

Scroll to top