Tree Style Tab 的评价
Tree Style Tab 作者: Piro (piro_or)
Soulyaris 的评价
评分 5 / 5
来自 Soulyaris,7 年前Скрываем вкладки сверху/How you can hide tabs on top
Russian:
Идем в папку профиля фаерфокса. Обычно это лежит в c:\Users\*user*\AppData\Roaming\Mozilla\Firefox\Profiles\*что-нибудь*-default (смотрите по дате измения). Заходим, создаем папку chrome, в ней сосздаем 2 файла userChrome.css и userContent.css(достаточно первого). В файле userChrome.css пишем:
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* Следующая строка будет прятать вкладки*/
#TabsToolbar { visibility: collapse; }
Сохраняем, идем в about:config, ставим toolkit.legacyUserProfileCustomizations.stylesheets в true, перезапускаем огнелис. Радуемся.
English
Inside your profile folder(it usual c:\Users\*user*\AppData\Roaming\Mozilla\Firefox\Profiles\*something*-default (check date of modified), create a new folder named chrome. Inside the chrome folder, create two new files, userChrome.css and userContent.css. At the top of userChrome.css, add the following code:
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* Hides tab bar*/
#TabsToolbar { visibility: collapse; }
Save it, check toolkit.legacyUserProfileCustomizations.stylesheets in about:config(in FF) is true, and restart firefox. Enjoy.
Russian:
Идем в папку профиля фаерфокса. Обычно это лежит в c:\Users\*user*\AppData\Roaming\Mozilla\Firefox\Profiles\*что-нибудь*-default (смотрите по дате измения). Заходим, создаем папку chrome, в ней сосздаем 2 файла userChrome.css и userContent.css(достаточно первого). В файле userChrome.css пишем:
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* Следующая строка будет прятать вкладки*/
#TabsToolbar { visibility: collapse; }
Сохраняем, идем в about:config, ставим toolkit.legacyUserProfileCustomizations.stylesheets в true, перезапускаем огнелис. Радуемся.
English
Inside your profile folder(it usual c:\Users\*user*\AppData\Roaming\Mozilla\Firefox\Profiles\*something*-default (check date of modified), create a new folder named chrome. Inside the chrome folder, create two new files, userChrome.css and userContent.css. At the top of userChrome.css, add the following code:
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* Hides tab bar*/
#TabsToolbar { visibility: collapse; }
Save it, check toolkit.legacyUserProfileCustomizations.stylesheets in about:config(in FF) is true, and restart firefox. Enjoy.