mirror of
https://github.com/arkenfox/user.js.git
synced 2025-11-22 15:10:40 -05:00
MOAR featuregates
JFC
This commit is contained in:
parent
845872ca65
commit
59c17aad4c
1 changed files with 2 additions and 0 deletions
2
user.js
2
user.js
|
|
@ -285,6 +285,8 @@ user_pref("browser.urlbar.trending.featureGate", false);
|
|||
/* 0806: disable urlbar suggestions ***/
|
||||
user_pref("browser.urlbar.addons.featureGate", false); // [FF115+]
|
||||
user_pref("browser.urlbar.amp.featureGate", false); // [FF141+] adMarketplace
|
||||
user_pref("browser.urlbar.importantDates.featureGate", false); // [FF143+]
|
||||
user_pref("browser.urlbar.market.featureGate", false); // [FF143+] financial stocks
|
||||
user_pref("browser.urlbar.mdn.featureGate", false); // [FF117+]
|
||||
user_pref("browser.urlbar.weather.featureGate", false); // [FF108+]
|
||||
user_pref("browser.urlbar.wikipedia.featureGate", false); // [FF141+]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue