ユーザースタイルシート

Firefox向け

對象 Firefox バージョン:66.0.5

空白ページの背景色を變更する

userChrome.css

Firefoxの外觀を變更するためのスタイルシート。

ツールバー上の擴張機能ボタンのサイズを變更する
.webextension-browser-action > .toolbarbutton-badge-stack > .toolbarbutton-icon {
    width: 21px !important;
    height: 21px !important;
}

擴張機能用

Tab Center Redux
userChrome-tabcenterredux.css(2022年1月23日)
ツリー型タブ (Tree Style Tab)用:設定詳細設定サイドバー内用の追加のスタイル指定に記載
userChrome-treestyletab.css(2022年1月23日)
CSS適用後のイメージ。文字に影を附けて、視認性を高めてゐる。