Firefox Safari テーマ
Firefox 80 以降用の MacOSX Safari テーマ
これは、Firefox を MacOSX Safari テーマに近づけるための CSS コードの束です。
https://github.com/rafaelmardojai/firefox-gnome-theme に基づく
ターミナルで次のコマンドを実行します。
./install.sh
使用法: ./install.sh
[オプション...]
-m, --monterey
Install 'Monterey' theme for Firefox and connect it to the current Firefox profiles
-a, --alt
Install 'Monterey' theme alt version for Firefox and connect it to the current Firefox profiles
-A, --adaptive
Install Firefox adaptive color version...
-e, --edit
Edit 'WhiteSur' theme for Firefox settings and also connect the theme to the current Firefox profiles
-r, --remove, --revert
Remove themes, do the opposite things of install and connect
-h, --help
Show this help
スタイルを編集したい場合は、次のようにします。
./install.sh -e
を実行します。
Monterey
スタイルを使用したい場合は、次のようにします。
./install.sh -m
を実行します。
Monterey
alt
スタイルを使用したい場合は、次のようにします。
./install.sh -a
を実行します。
AdamXweb - WhiteSurFirefoxThemeMacOS: https://github.com/AdamXweb/WhiteSurFirefoxThemeMacOS
about:support
に移動します。chrome
フォルダー Firefox configフォルダーをコピーします。about:config
に移動します。toolkit.legacyUserProfileCustomizations.stylesheets
を検索し、 true
に設定します。テキスト エディタでuserChrome.css
を開き、指示に従って追加機能を有効にします。このファイルは将来のバージョンで変更される可能性があり、設定が失われる可能性があることに注意してください。更新を存続させたい場合は、有効にする @imports をchrome
ディレクトリ内のcustomChrome
という名前の新しいファイルに直接コピーできます。すべての @import はファイルの先頭、他のステートメントの前になければならないことに注意してください。
上流のバグを参照してください。
about:config
ページに移動しますlayers.acceleration.force-enabled
設定を検索し、true に設定します。about:config
ページに移動しますmozilla.widget.use-argb-visuals
と入力しますboolean
として設定し、追加ボタンをクリックします。スタイルをいじって何かを変更したい場合は、これらのものが役立つかもしれません。
インスペクターを使用して UI をデバッグするには、任意のページで開発者ツール (F12) を開き、オプションに移動して、次の両方をオンにします。
これで、これらのツールを閉じ、Ctrl+Alt+Shift+I を押してブラウザー UI を検査できるようになります。