user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 11dcc54b61b84d4d3cc0d82d44857ce3e4be2921
parent d40d7dbabd884ebbae973f34bb56e67547f3c902
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Tue,  9 Jul 2019 03:16:40 +0000

0321 tweak

`url` and `discover` prefs stop the recommendations, the `enabled` pref hides the leftover recommended section and "Find more add-ons" button
Diffstat:
Muser.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/user.js b/user.js @@ -220,6 +220,7 @@ user_pref("extensions.webservice.discoverURL", ""); /* 0321: disable recommendations in about:addons' Extensions and Themes panes [FF68+] ***/ user_pref("extensions.getAddons.discovery.api_url", ""); user_pref("extensions.htmlaboutaddons.discover.enabled", false); +user_pref("extensions.htmlaboutaddons.recommendations.enabled", false); /* 0330: disable telemetry * the pref (.unified) affects the behaviour of the pref (.enabled) * IF unified=false then .enabled controls the telemetry module