remove Extensions button added in v109
This commit is contained in:
parent
53d87559b2
commit
1df538b5e3
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue