Firefox Quantum以降のノウハウ

多段タブ

  1. [ヘルプ]-[トラブルシューティング情報]-[プロファイルフォルダー]からフォルダを開く
  2. 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;

    }

タブの幅を変更

  1. about:configを開き、browser.tabs.tabMinWidthに100とか入れる

検索窓からの検索結果を新しいタブで開く

  1. about:configを開き、browser.search.openintab をtrueにする

ロケーションバーから新しいタブを開く

https://addons.mozilla.org/ja/firefox/addon/new-tab-from-location-bar/


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