remove Extensions button added in v109

This commit is contained in:
tengel 2024-03-20 11:25:14 -05:00
parent 53d87559b2
commit 1df538b5e3

View file

@ -1,6 +1,5 @@
// user.js // user.js
// ref: https://github.com/pyllyukko/user.js/blob/master/user.js // ref: https://github.com/pyllyukko/user.js/blob/master/user.js
// updated for v99
user_pref("accessibility.typeaheadfind.autostart", false); user_pref("accessibility.typeaheadfind.autostart", false);
user_pref("accessibility.typeaheadfind.flashBar", 0); user_pref("accessibility.typeaheadfind.flashBar", 0);
@ -88,6 +87,7 @@ user_pref("extensions.pocket.enabled", false);
user_pref("extensions.pocket.oAuthConsumerKey", ""); user_pref("extensions.pocket.oAuthConsumerKey", "");
user_pref("extensions.pocket.site", ""); user_pref("extensions.pocket.site", "");
user_pref("browser.toolbarbuttons.introduced.pocket-button", true); user_pref("browser.toolbarbuttons.introduced.pocket-button", true);
user_pref("extensions.unifiedExtensions.enabled", false);
user_pref("browser.search.suggest.enabled", false); user_pref("browser.search.suggest.enabled", false);
user_pref("browser.search.widget.inNavBar", true); user_pref("browser.search.widget.inNavBar", true);