1
0
mirror of https://github.com/yokoffing/Betterfox.git synced 2026-06-12 07:30:47 +05:30

Fastfox 113 (#168)

* about:home cache is now default: https://blog.nightly.mozilla.org/2023/05/05/short-but-sweet-these-weeks-in-firefox-issue-137/

* NVIDIA RTX Video Super Resolution
* add bugzilla ref
This commit is contained in:
H
2023-05-16 12:39:30 -04:00
committed by GitHub
parent ecbeda5a2f
commit f6eadee5d9
+7 -6
View File
@@ -3,7 +3,7 @@
* Fastfox *
* "Non ducor duco" *
* priority: speedy browsing *
* version: 111 *
* version: 113 *
* url: https://github.com/yokoffing/Betterfox *
***************************************************************************************/
@@ -78,11 +78,6 @@ user_pref("browser.startup.preXulSkeletonUI", false);
* SECTION: EXPERIMENTAL *
****************************************************************************/
// PREF: about:home startup cache [NIGHTLY]
// A cache for the initial about:home document that is loaded by default at startup
// The purpose of the cache is to improve startup performance
//user_pref("browser.startup.homepage.abouthome_cache.enabled", true);
// PREF: CSS Masonry Layout [NIGHTLY]
// [1] https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout/Masonry_Layout
user_pref("layout.css.grid-template-masonry-value.enabled", true);
@@ -150,6 +145,12 @@ user_pref("dom.enable_web_task_scheduling", true);
// [1] https://codecalamity.com/animated-avif-is-finally-coming-to-firefox/
//user_pref("image.avif.sequence.enabled", true);
// PREF: NVIDIA RTX Video Super Resolution for video overlay [WINDOWS]
// This is also a setting in NVIDIA's driver settings, so once this is
// stable, it should default to true.
// [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1823135
//user_pref("gfx.webrender.super-resolution.nvidia", true);
/****************************************************************************
* SECTION: MAKE FIREFOX FAST *
* [NOTE] The following is not recommended for low-end machines *