From 9f0007b7093c8b140d51701144aeb082155ac837 Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Wed, 20 Aug 2025 15:04:11 -0400 Subject: [PATCH] disable AI chat --- user.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/user.js b/user.js index e2c839d..62f430a 100644 --- a/user.js +++ b/user.js @@ -179,6 +179,7 @@ user_pref("browser.privateWindowSeparation.enabled", false); // WINDOWS /** AI ***/ user_pref("browser.ml.enable", false); +user_pref("browser.ml.chat.enabled", false); /** FULLSCREEN NOTICE ***/ user_pref("full-screen-api.transition-duration.enter", "0 0"); @@ -234,3 +235,4 @@ user_pref("layout.word_select.eat_space_to_next_word", false); +