user.configのUI設定
Proton UIの無効化設定
Proton UIの無効化設定です。
- user_pref("browser.proton.contextmenus.enabled", false);
- user_pref("browser.proton.doorhangers.enabled", false);
- user_pref("browser.proton.enabled", false);
- user_pref("browser.proton.modals.enabled", false);
拡張機能アイコンの非表示設定
右上の拡張機能アイコンの非表示設定です。
拡張機能アイコンの非表示:user_pref("extensions.unifiedExtensions.enabled", false);