Skip to content

Commit 7f14914

Browse files
v130
1 parent f906f7f commit 7f14914

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

user.js

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/******
22
* name: arkenfox user.js
3-
* date: 26 August 2024
4-
* version: 128
3+
* date: 15 September 2024
4+
* version: 130
55
* urls: https://github.com/arkenfox/user.js [repo]
66
* : https://arkenfox.github.io/gui/ [interactive]
77
* license: MIT: https://github.com/arkenfox/user.js/blob/master/LICENSE.txt
@@ -312,10 +312,11 @@ user_pref("browser.urlbar.suggest.searches", false);
312312
user_pref("browser.urlbar.trending.featureGate", false);
313313
/* 0806: disable urlbar suggestions ***/
314314
user_pref("browser.urlbar.addons.featureGate", false); // [FF115+]
315+
user_pref("browser.urlbar.fakespot.featureGate", false); // [FF130+] [DEFAULT: false]
315316
user_pref("browser.urlbar.mdn.featureGate", false); // [FF117+] [HIDDEN PREF]
316317
user_pref("browser.urlbar.pocket.featureGate", false); // [FF116+] [DEFAULT: false]
317318
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+]
319320
/* 0807: disable urlbar clipboard suggestions [FF118+] ***/
320321
// user_pref("browser.urlbar.clipboard.featureGate", false);
321322
/* 0808: disable recent searches [FF120+]
@@ -646,7 +647,7 @@ user_pref("browser.contentblocking.category", "strict"); // [HIDDEN PREF]
646647
user_pref("_user.js.parrot", "2800 syntax error: the parrot's bleedin' demised!");
647648
/* 2810: enable Firefox to clear items on shutdown
648649
* [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)
650651
* [SETTING] Privacy & Security>History>Custom Settings>Clear history when Firefox closes | Settings ***/
651652
user_pref("privacy.sanitize.sanitizeOnShutdown", true);
652653

0 commit comments

Comments
 (0)