#author("2018-01-29T18:11:12+00:00","default:tumeda","tumeda")
#author("2018-05-19T15:58:51+00:00","default:tumeda","tumeda")
#contents

* Firefox Quantum以降のノウハウ [#q4fa033c]
** 多段タブ [#r3acf183]
+ [ヘルプ]-[トラブルシューティング情報]-[プロファイルフォルダー]からフォルダを開く
+ Chromeフォルダを作成し、そこで下記内容のuserChrome.cssファイルを作成
>#titlebar-buttonbox {
>display: block !important;
>vertical-align: top !important;
>}
>.tabbrowser-arrowscrollbox scrollbox {
>overflow: visible !important;
>}
>.tabbrowser-arrowscrollbox scrollbox > box {
>display: block !important;
>} 
>
>/* タブの高さ・横幅設定 */
>.tabbrowser-tab:not([pinned]) {
>min-height: 30px !important;
>max-height: 30px !important;
>min-width: 170px !important;
>}
>.tabbrowser-tabs .tabbrowser-tab {
>vertical-align: top !important;
>-moz-box-sizing: border-box !important;
>min-height: 30px !important;
>max-height: 30px !important;
>}
>
>/* 新しいタブボタン設定 */
>.tabs-newtab-button {
>vertical-align: bottom !important;
>height: 30px !important;
>}

** タブの幅を変更 [#m30d43cb]
+ about:configを開き、browser.tabs.tabMinWidthに100とか入れる
** 検索窓からの検索結果を新しいタブで開く [#h9fa9379]
+ about:configを開き、browser.search.openintab をtrueにする
** ロケーションバーから新しいタブを開く [#q6376fb5]
https://addons.mozilla.org/ja/firefox/addon/new-tab-from-location-bar/


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