#author("2017-12-16T15:40:41+00:00","default:tumeda","tumeda")
#contents

* Firefox Quantum以降のノウハウ [#q4fa033c]
** 多段タブ [#r3acf183]
+ [ヘルプ]-[トラブルシューティング情報]-[プロファイルフォルダー]からフォルダを開く
+ Chromeフォルダを作成し、そこで下記内容のuserChrome.cssファイルを作成
>.tabbrowser-tab {
>    flex-wrap:wrap;
>}
>.tabbrowser-tab,.tab-background {
>    height:29px;
>}
>.tab-stack {
>    width: 100%;
>}
>.tabbrowser-tabs .scrollbox-innerbox {
>    display: flex;
>    flex-wrap: wrap;
>}
>.tabbrowser-tabs .arrowscrollbox-scrollbox {
>    overflow: visible;
>    display: block;
>}
>.tabbrowser-tabs .scrollbutton-up,.tabbrowser-tabs .scrollbutton-down,#alltabs-button{
>    display: none;
>}
** タブの幅を変更 [#m30d43cb]
+ about:configを開き、browser.tabs.tabMinWidthに100とか入れる
** 検索窓からの検索結果を新しいタブで開く [#h9fa9379]
+ about:configを開き、browser.search.openintab をtrueにする

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS