Skip to content

Commit 6ef4cdb

Browse files
authored
135.0 (#361)
1 parent 9c1d652 commit 6ef4cdb

File tree

6 files changed

+26
-21
lines changed

6 files changed

+26
-21
lines changed

Fastfox.js

+10-9
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Fastfox *
44
* "Non ducor duco" *
55
* priority: speedy browsing *
6-
* version: 133 *
6+
* version: 135 *
77
* url: https://github.com/yokoffing/Betterfox *
88
***************************************************************************************/
99

@@ -109,7 +109,7 @@ user_pref("content.notify.interval", 100000); // (.10s); default=120000 (.12s)
109109
// [2] https://github.com/yokoffing/Betterfox/issues/153
110110
// [3] https://github.com/yokoffing/Betterfox/issues/198
111111
//user_pref("gfx.canvas.accelerated", true); // [DEFAULT FF133+]
112-
user_pref("gfx.canvas.accelerated.cache-items", 4096); // default=2048; Chrome=4096
112+
//user_pref("gfx.canvas.accelerated.cache-items", 8192); // DEFAULT FF135+; Chrome=4096
113113
user_pref("gfx.canvas.accelerated.cache-size", 512); // default=256; Chrome=512
114114
user_pref("gfx.content.skia-font-cache-size", 20); // default=5; Chrome=20
115115
// [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1239151#c2
@@ -144,7 +144,7 @@ user_pref("content.notify.interval", 100000); // (.10s); default=120000 (.12s)
144144
// More efficient to keep the browser cache instead of having to
145145
// re-download objects for the websites you visit frequently.
146146
// [1] https://www.janbambas.cz/new-firefox-http-cache-enabled/
147-
user_pref("browser.cache.disk.enable", true);
147+
user_pref("browser.cache.disk.enable", false);
148148

149149
// PREF: disk cache size
150150
// [1] https://bugzilla.mozilla.org/buglist.cgi?bug_id=913808,968106,968101
@@ -542,12 +542,13 @@ user_pref("network.predictor.enabled", false);
542542
user_pref("layout.css.grid-template-masonry-value.enabled", true);
543543

544544
// PREF: Prioritized Task Scheduling API [NIGHTLY]
545-
// [1] https://blog.mozilla.org/performance/2022/06/02/prioritized-task-scheduling-api-is-prototyped-in-nightly/
546-
// [2] https://medium.com/airbnb-engineering/building-a-faster-web-experience-with-the-posttask-scheduler-276b83454e91
547-
// [3] https://github.com/WICG/scheduling-apis/blob/main/explainers/prioritized-post-task.md
548-
// [4] https://wicg.github.io/scheduling-apis/
549-
// [5] https://caniuse.com/mdn-api_taskcontroller
550-
user_pref("dom.enable_web_task_scheduling", true);
545+
// [1] https://github.com/yokoffing/Betterfox/issues/355
546+
// [2] https://blog.mozilla.org/performance/2022/06/02/prioritized-task-scheduling-api-is-prototyped-in-nightly/
547+
// [3] https://medium.com/airbnb-engineering/building-a-faster-web-experience-with-the-posttask-scheduler-276b83454e91
548+
// [4] https://github.com/WICG/scheduling-apis/blob/main/explainers/prioritized-post-task.md
549+
// [5] https://wicg.github.io/scheduling-apis/
550+
// [6] https://caniuse.com/mdn-api_taskcontroller
551+
//user_pref("dom.enable_web_task_scheduling", true);
551552

552553
/****************************************************************************
553554
* SECTION: TAB UNLOAD *

Peskyfox.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Peskyfox *
44
* "Aquila non capit muscas" *
55
* priority: remove annoyances *
6-
* version: 133 *
6+
* version: 135 *
77
* url: https://github.com/yokoffing/Betterfox *
88
* credit: Some prefs are reproduced and adapted from the arkenfox project *
99
* credit urL: https://github.com/arkenfox/user.js *
@@ -165,7 +165,7 @@ user_pref("full-screen-api.warning.timeout", 0); // default=3000
165165
// [2] https://reddit.com/r/firefox/comments/wvs04y/comment/ilklzy1/?context=3
166166
//user_pref("gfx.font_rendering.cleartype_params.rendering_mode", 5);
167167
//user_pref("gfx.font_rendering.cleartype_params.cleartype_level", 100);
168-
//user_pref("gfx.font_rendering.cleartype_params.force_gdi_classic_for_families", "");
168+
//user_pref("gfx.font_rendering.cleartype_params.force_gdi_classic_for_families", ""); // DEFAULT FF135+
169169
//user_pref("gfx.font_rendering.directwrite.use_gdi_table_loading", false);
170170
// Some users find these helpful:
171171
//user_pref("gfx.font_rendering.cleartype_params.gamma", 1750);

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ The `user.js` — a configuration file that controls Firefox settings — is cur
7474
* [GhoSTORIES with Franz & Pete](https://anchor.fm/ghostories/episodes/S2E6-We-Talking-Ghostery-Dawn----Again-er0q02/a-a4o5vmh) | 17:05–18:40 (Feb 2021)
7575

7676
### Articles
77+
* [Español] [Firefox is an excellent browser, but this small modification makes it much faster and more private](https://www.genbeta.com/a-fondo/firefox-excelente-navegador-esta-pequena-modificacion-hace-mucho-rapido-privado-asi-funciona-betterfox) (Jan 2025)
7778
* [Browsers for Daily Use](https://anhkhoakz.neocities.org/blog/browsers-for-daily-using/#firefox-but-hardened) (Jan 2024)
7879
* [Avoiding Manifest V3 – Escaping the Ad-Pocalypse](https://www.xbitlabs.com/avoiding-manifest-v3/) (Dec 2023)
7980
* [German] [Pulse Browser Review: Firefox fork with Turbo tweaks and Opera sidebar](https://www.computerbild.de/artikel/cb-Tipps-Software-Pulse-Browser-Review-ein-Firefox-Fork-mit-Seitenleiste-wie-bei-Opera-35644139.html#:~:text=Noch%20mehr%20Speed%2DFeatures) (Apr 2023)

Securefox.js

+10-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Securefox *
44
* "Natura non contristatur" *
55
* priority: provide sensible security and privacy *
6-
* version: 133 *
6+
* version: 135 *
77
* url: https://github.com/yokoffing/Betterfox *
88
* credit: Most prefs are reproduced and adapted from the arkenfox project *
99
* credit urL: https://github.com/arkenfox/user.js *
@@ -21,10 +21,10 @@
2121
// [NOTE] FF86: "Strict" tracking protection enables dFPI.
2222
// [1] https://support.mozilla.org/en-US/kb/enhanced-tracking-protection-firefox-desktop
2323
// [2] https://www.reddit.com/r/firefox/comments/l7xetb/network_priority_for_firefoxs_enhanced_tracking/gle2mqn/?web2x&context=3
24+
user_pref("browser.contentblocking.category", "strict"); // [HIDDEN]
2425
//user_pref("privacy.trackingprotection.enabled", true); // enabled with "Strict"
2526
//user_pref("privacy.trackingprotection.pbmode.enabled", true); // DEFAULT
2627
//user_pref("browser.contentblocking.customBlockList.preferences.ui.enabled", false); // DEFAULT
27-
user_pref("browser.contentblocking.category", "strict"); // [HIDDEN]
2828
//user_pref("privacy.trackingprotection.socialtracking.enabled", true); // enabled with "Strict"
2929
//user_pref("privacy.socialtracking.block_cookies.enabled", true); // DEFAULT
3030
//user_pref("privacy.trackingprotection.cryptomining.enabled", true); // DEFAULT
@@ -61,10 +61,14 @@ user_pref("browser.contentblocking.category", "strict"); // [HIDDEN]
6161
// [TEST - instagram embed] https://www.ndtv.com/entertainment/bharti-singh-and-husband-haarsh-limbachiyaa-announce-pregnancy-see-trending-post-2646359
6262
// [TEST - tweet embed] https://www.newsweek.com/cryptic-tweet-britney-spears-shows-elton-john-collab-may-date-back-2015-1728036
6363
// [TEST - tiktok embed] https://www.vulture.com/article/snl-adds-four-new-cast-members-for-season-48.html
64+
// [TEST - truthsocial embed] https://www.newsweek.com/donald-trump-congratulates-patrick-brittany-mahomes-new-baby-2027097
6465
// [1] https://www.reddit.com/r/firefox/comments/l79nxy/firefox_dev_is_ignoring_social_tracking_preference/gl84ukk
6566
// [2] https://www.reddit.com/r/firefox/comments/pvds9m/reddit_embeds_not_loading/
66-
user_pref("urlclassifier.trackingSkipURLs", "*.reddit.com, *.twitter.com, *.twimg.com, *.tiktok.com"); // MANUAL
67-
user_pref("urlclassifier.features.socialtracking.skipURLs", "*.instagram.com, *.twitter.com, *.twimg.com"); // MANUAL
67+
//user_pref("urlclassifier.trackingSkipURLs", "embed.reddit.com"); // MANUAL
68+
// originals:
69+
user_pref("urlclassifier.trackingSkipURLs", "*.reddit.com, *.twitter.com, *.twimg.com, *.tiktok.com"); // MANUAL
70+
user_pref("urlclassifier.features.socialtracking.skipURLs", "*.instagram.com, *.twitter.com, *.twimg.com"); // MANUAL
71+
//user_pref("extensions.webcompat.smartblockEmbeds.enabled", true); // NIGHTLY-ONLY
6872

6973
// PREF: lower the priority of network loads for resources on the tracking protection list [NIGHTLY]
7074
// [1] https://github.com/arkenfox/user.js/issues/102#issuecomment-298413904
@@ -110,6 +114,7 @@ user_pref("urlclassifier.features.socialtracking.skipURLs", "*.instagram.com, *.
110114
// [6] https://github.com/arkenfox/user.js/issues/1281
111115
// [7] https://hacks.mozilla.org/2022/02/improving-the-storage-access-api-in-firefox/
112116
//user_pref("network.cookie.cookieBehavior", 5); // DEFAULT FF103+
117+
//user_pref("network.cookie.cookieBehavior.optInPartitioning", true); // [ETP FF132+]
113118
//user_pref("browser.contentblocking.reject-and-isolate-cookies.preferences.ui.enabled", true); // DEFAULT
114119

115120
// PREF: Network Partitioning
@@ -122,7 +127,7 @@ user_pref("urlclassifier.features.socialtracking.skipURLs", "*.instagram.com, *.
122127
// [3] https://blog.mozilla.org/security/2021/01/26/supercookie-protections/
123128
//user_pref("privacy.partition.network_state", true); // DEFAULT
124129
//user_pref("privacy.partition.serviceWorkers", true); // [DEFAULT: true FF105+]
125-
//user_pref("privacy.partition.network_state.ocsp_cache", true); // enabled with "Strict" [DEFAULT: true FF123+]
130+
//user_pref("privacy.partition.network_state.ocsp_cache", true); // [DEFAULT: true FF123+]
126131
//user_pref("privacy.partition.bloburl_per_partition_key", true); // [FF118+]
127132
// enable APS (Always Partitioning Storage) [FF104+]
128133
//user_pref("privacy.partition.always_partition_third_party_non_cookie_storage", true); // [DEFAULT: true FF109+]

personal/user-overrides.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ user_pref("browser.bookmarks.max_backups", 0); // minimize disk use; manually ba
7575
user_pref("view_source.wrap_long_lines", true); // wrap source lines
7676
user_pref("devtools.debugger.ui.editor-wrapping", true); // wrap lines in devtools
7777
user_pref("browser.zoom.full", false); // text-only zoom, not all elements on page
78-
user_pref("pdfjs.sidebarViewOnLoad", 2); // force showing of Table of Contents in sidebar for PDFs (if available)
78+
//user_pref("pdfjs.sidebarViewOnLoad", 2); // force showing of Table of Contents in sidebar for PDFs (if available)
7979
user_pref("layout.word_select.eat_space_to_next_word", false); // do not select the space next to a word when selecting a word
8080
//user_pref("browser.tabs.loadInBackground", false); // CTRL+SHIFT+CLICK for background tabs; Settings>General>Tabs>When you open a link, image or media in a new tab, switch to it immediately
8181
user_pref("browser.tabs.loadBookmarksInTabs", true); // force bookmarks to open in a new tab, not the current tab

user.js

+2-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
/****************************************************************************
1111
* Betterfox *
1212
* "Ad meliora" *
13-
* version: 133 *
13+
* version: 135 *
1414
* url: https://github.com/yokoffing/Betterfox *
1515
****************************************************************************/
1616

@@ -21,12 +21,11 @@
2121
user_pref("content.notify.interval", 100000);
2222

2323
/** GFX ***/
24-
user_pref("gfx.canvas.accelerated.cache-items", 4096);
2524
user_pref("gfx.canvas.accelerated.cache-size", 512);
2625
user_pref("gfx.content.skia-font-cache-size", 20);
2726

2827
/** DISK CACHE ***/
29-
user_pref("browser.cache.disk.enable", true);
28+
user_pref("browser.cache.disk.enable", false);
3029

3130
/** MEDIA CACHE ***/
3231
user_pref("media.memory_cache_max_size", 65536);
@@ -53,7 +52,6 @@ user_pref("network.predictor.enable-prefetch", false);
5352

5453
/** EXPERIMENTAL ***/
5554
user_pref("layout.css.grid-template-masonry-value.enabled", true);
56-
user_pref("dom.enable_web_task_scheduling", true);
5755

5856
/****************************************************************************
5957
* SECTION: SECUREFOX *

0 commit comments

Comments
 (0)