Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Learn More

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

  • 2 Antworten
  • 1 hat dieses Problem
  • 437 Aufrufe
  • Letzte Antwort von cor-el

more options

Just for a simplistic look .

Just for a simplistic look .
Angefügte Screenshots

Ausgewählte Lösung

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.

Diese Antwort im Kontext lesen 👍 1

Alle Antworten (2)

more options

Ausgewählte Lösung

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.

Geändert am von 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.