搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

How to remove 'Recommendations' tab in about:addons .

  • 2 个回答
  • 1 人有此问题
  • 510 次查看
  • 最后回复者为 cor-el

more options

Just for a simplistic look .

Just for a simplistic look .
已附加屏幕截图

被采纳的解决方案

You can look at these prefs on the about:config page. Recommendations pane:

  • extensions.getAddons.showPane = false

Recommendations on Extensions pane.

  • extensions.htmlaboutaddons.recommendations.enabled = false

You can open the about:config page via the location/address bar. If you get the warning page, you can click the "Accept the Risk and Continue" button.

WARNING: modifying prefs directly via the about:config page can sometimes break Firefox or cause strange behavior, and there is no guarantee that this will keep working in future Firefox releases, so be cautious with modifying prefs if you aren't sure you understand their purpose.

定位到答案原位置 👍 1

所有回复 (2)

more options

选择的解决方案

You can look at these prefs on the about:config page. Recommendations pane:

  • extensions.getAddons.showPane = false

Recommendations on Extensions pane.

  • extensions.htmlaboutaddons.recommendations.enabled = false

You can open the about:config page via the location/address bar. If you get the warning page, you can click the "Accept the Risk and Continue" button.

WARNING: modifying prefs directly via the about:config page can sometimes break Firefox or cause strange behavior, and there is no guarantee that this will keep working in future Firefox releases, so be cautious with modifying prefs if you aren't sure you understand their purpose.

由cor-el于修改

more options

Note that you may have to create extensions.getAddons.showPane as a new Boolean pref as this pref isn't present by default on the about:config page.