文章摘要
Mozilla在Firefox中默认启用LLM和AI功能且未提供图形界面关闭选项,引发用户不满。这些功能导致CPU和内存占用过高,且服务条款涉及用户数据问题。用户需手动修改配置文件才能禁用,即使设置相关参数为false后仍会出现AI菜单选项。作者分享了彻底禁用这些功能的配置代码。
文章总结
标题:Firefox强制推送LLM功能引发用户不满
来源:equk's博客
主要内容: Mozilla近期在Firefox中默认启用了多项LLM(大语言模型)和AI相关功能,且未提供图形界面选项供用户禁用。这一做法引发了以下问题:
- 强制推送问题
- 用户无法通过常规设置关闭这些功能
- 需通过修改配置文件参数才能禁用
- 即使设置了
browser.ml.enable=false,右键菜单仍显示AI聊天选项
- 性能问题
- 本地AI功能导致CPU和内存占用过高
- 隐私争议
- Mozilla服务条款中涉及用户数据的表述引发担忧
解决方案:
1. 禁用方法
需在about:config或prefs.js中添加以下配置参数:
user_pref("browser.ml.enable", false);
user_pref("browser.ml.chat.enabled", false);
...(共13项具体参数)...
- 替代方案
- 使用移除这些功能的Firefox分支版本
- 非技术用户可能转向其他浏览器
市场现状: Firefox市场份额仅2.17%,远低于: - Chrome(71.77%) - Safari(13.9%) - Edge(4.67%)
作者提供了自动化脚本工具ffoxprofiletools帮助批量修改配置。
注:本文是作者对Firefox近期更新策略的观察记录,反映了部分用户对浏览器强制集成AI功能的不满。
评论总结
评论总结:
对LLM功能的质疑与反对
- 部分用户认为Mozilla在疏远核心用户群体,质疑这些功能的必要性
"Mozilla sure is going out of their way to alienate their remaining users" (nrclark)
"Who asked for this? Who wants it?" (nrclark) - 有用户建议提供无LLM功能的版本
"If they can do EME-free builds, they can do LLM-free builds" (1970-01-01)
- 部分用户认为Mozilla在疏远核心用户群体,质疑这些功能的必要性
支持LLM功能的观点
- 部分用户认为本地LLM翻译等功能实用且优于企业服务
"The built in LLM translation is great...a perfect application for local LLM" (superkuh)
"having a local on-device no data send to servers translation is very desirable" (dathinab) - 认为AI功能是浏览器发展趋势
"look at how popular 'AI' powered browsers have become" (MrAlex94)
- 部分用户认为本地LLM翻译等功能实用且优于企业服务
关于功能默认启用的争议
- 批评者认为应改为明确的选择启用机制
"if Mozilla actually notified the user...and then offered whether to enable them" (MrAlex94) - 支持者指出功能可以轻松禁用
"They're all easily disabled in the GUI itself" (lemoncookiechip)
"all of this features are opt in" (dathinab)
- 批评者认为应改为明确的选择启用机制
用户体验问题
- 移动端功能布局可能造成误触
"There's a 'Summarize Page' feature that's adjacent to 'Find in Page'...easy to mis-tap" (nerevarthelame) - 部分用户反映找不到相关功能设置
"Where would I find any of these LLM features?" (qwertox)
- 移动端功能布局可能造成误触
技术实现讨论
- 关于资源占用的疑问
"Could someone...explain if disabling them functionalities makes Firefox that much faster?" (evolving-silica) - 本地LLM集成方案讨论
"You can enable local LLM support under about:config" (threeducks)
- 关于资源占用的疑问
市场策略批评
- 认为强制推送功能适得其反
"Mozilla seems to be an organization that is metrics driven" (marginalia_nu) - 担忧影响Firefox市场份额
"It's boggling my mind that FireFox is 2% of the browser market now" (zmmmmm)
- 认为强制推送功能适得其反