|
1 | 1 | /******
|
2 | 2 | * name: arkenfox user.js
|
3 |
| -* date: 26 August 2024 |
4 |
| -* version: 128 |
| 3 | +* date: 15 September 2024 |
| 4 | +* version: 130 |
5 | 5 | * urls: https://github.com/arkenfox/user.js [repo]
|
6 | 6 | * : https://arkenfox.github.io/gui/ [interactive]
|
7 | 7 | * license: MIT: https://github.com/arkenfox/user.js/blob/master/LICENSE.txt
|
@@ -312,10 +312,11 @@ user_pref("browser.urlbar.suggest.searches", false);
|
312 | 312 | user_pref("browser.urlbar.trending.featureGate", false);
|
313 | 313 | /* 0806: disable urlbar suggestions ***/
|
314 | 314 | user_pref("browser.urlbar.addons.featureGate", false); // [FF115+]
|
| 315 | +user_pref("browser.urlbar.fakespot.featureGate", false); // [FF130+] [DEFAULT: false] |
315 | 316 | user_pref("browser.urlbar.mdn.featureGate", false); // [FF117+] [HIDDEN PREF]
|
316 | 317 | user_pref("browser.urlbar.pocket.featureGate", false); // [FF116+] [DEFAULT: false]
|
317 | 318 | user_pref("browser.urlbar.weather.featureGate", false); // [FF108+] [DEFAULT: false]
|
318 |
| -user_pref("browser.urlbar.yelp.featureGate", false); // [FF124+] [DEFAULT: false] |
| 319 | +user_pref("browser.urlbar.yelp.featureGate", false); // [FF124+] |
319 | 320 | /* 0807: disable urlbar clipboard suggestions [FF118+] ***/
|
320 | 321 | // user_pref("browser.urlbar.clipboard.featureGate", false);
|
321 | 322 | /* 0808: disable recent searches [FF120+]
|
@@ -646,7 +647,7 @@ user_pref("browser.contentblocking.category", "strict"); // [HIDDEN PREF]
|
646 | 647 | user_pref("_user.js.parrot", "2800 syntax error: the parrot's bleedin' demised!");
|
647 | 648 | /* 2810: enable Firefox to clear items on shutdown
|
648 | 649 | * [NOTE] In FF129+ clearing "siteSettings" on shutdown (2811), or manually via site data (2820) and
|
649 |
| - * via history (2830), will no longer remove sanitize on shutdown "cookie and site data" site exceptions (2815) |
| 650 | + * via history (2830), will no longer remove sanitize on shutdown "cookie and site data" site exceptions (2815) |
650 | 651 | * [SETTING] Privacy & Security>History>Custom Settings>Clear history when Firefox closes | Settings ***/
|
651 | 652 | user_pref("privacy.sanitize.sanitizeOnShutdown", true);
|
652 | 653 |
|
|
0 commit comments