mirror of
https://github.com/arkenfox/user.js.git
synced 2025-05-16 05:37:11 +02:00
disable searchTerms
- currently gated behind `browser.urlbar.showSearchTerms.featureGate` - which is only true in Nightly. We can fixup the FF versioning later, but lets add it now - adding to personal (I do not see this as a privacy issue) as something desktop users and especially users of this repo do not want/need
This commit is contained in:
parent
fa09d2c777
commit
6f174dc592
1 changed files with 4 additions and 1 deletions
5
user.js
5
user.js
|
@ -1,6 +1,6 @@
|
||||||
/******
|
/******
|
||||||
* name: arkenfox user.js
|
* name: arkenfox user.js
|
||||||
* date: 5 January 2023
|
* date: 9 January 2023
|
||||||
* version: 108
|
* version: 108
|
||||||
* url: https://github.com/arkenfox/user.js
|
* url: https://github.com/arkenfox/user.js
|
||||||
* license: MIT: https://github.com/arkenfox/user.js/blob/master/LICENSE.txt
|
* license: MIT: https://github.com/arkenfox/user.js/blob/master/LICENSE.txt
|
||||||
|
@ -1186,6 +1186,9 @@ user_pref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr.addons", fa
|
||||||
user_pref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features", false);
|
user_pref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features", false);
|
||||||
/* 9003: disable What's New toolbar icon [FF69+] ***/
|
/* 9003: disable What's New toolbar icon [FF69+] ***/
|
||||||
user_pref("browser.messaging-system.whatsNewPanel.enabled", false);
|
user_pref("browser.messaging-system.whatsNewPanel.enabled", false);
|
||||||
|
/* 9004: disable seach terms [FF110+]
|
||||||
|
* [SETTING] Search > SearchBar > Use the address bar for search and navigation > Show search terms instead of URL... ***/
|
||||||
|
user_pref("browser.urlbar.showSearchTerms.enabled", false);
|
||||||
|
|
||||||
/*** [SECTION 9999]: DEPRECATED / REMOVED / LEGACY / RENAMED
|
/*** [SECTION 9999]: DEPRECATED / REMOVED / LEGACY / RENAMED
|
||||||
Documentation denoted as [-]. Items deprecated prior to FF91 have been archived at [1]
|
Documentation denoted as [-]. Items deprecated prior to FF91 have been archived at [1]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue