feat: Remove some of the AI features introduced in FF 148, b=no-bug, c=no-component

This commit is contained in:
mr. m
2026-02-25 23:39:01 +01:00
parent b92d697657
commit 0a5a6d0604
2 changed files with 44 additions and 0 deletions

View File

@@ -0,0 +1,42 @@
diff --git a/browser/components/preferences/config/aiFeatures.mjs b/browser/components/preferences/config/aiFeatures.mjs
index f00c1e20a8ca06108fc41c97badd234167430aee..b3a6c0db7f0f8be50ed80be227ba9cabd714f7fd 100644
--- a/browser/components/preferences/config/aiFeatures.mjs
+++ b/browser/components/preferences/config/aiFeatures.mjs
@@ -649,37 +649,6 @@ SettingGroupManager.registerGroups({
},
],
},
- {
- control: "moz-box-item",
- items: [
- {
- id: "aiControlSmartTabGroupsSelect",
- l10nId:
- "preferences-ai-controls-tab-group-suggestions-control",
- control: "moz-select",
- controlAttrs: {
- inputlayout: "inline-end",
- },
- supportPage: "how-use-ai-enhanced-tab-groups",
- options: [...AI_CONTROL_OPTIONS],
- },
- ],
- },
- {
- control: "moz-box-item",
- items: [
- {
- id: "aiControlLinkPreviewKeyPointsSelect",
- l10nId: "preferences-ai-controls-key-points-control",
- control: "moz-select",
- controlAttrs: {
- inputlayout: "inline-end",
- },
- supportPage: "use-link-previews-firefox",
- options: [...AI_CONTROL_OPTIONS],
- },
- ],
- },
],
},
],

View File

@@ -501,6 +501,8 @@ groupbox h2 {
#support-firefox,
#tabGroupSuggestions,
#web-appearance-manage-themes-link,
#setting-control-sidebarChatbotFieldset,
#aiControlsDescription,
.mission-message {
display: none !important;
}