Update Betterfox version to 130 and enable dom.text_fragments

This commit is contained in:
mauro-balades
2024-09-22 13:43:18 +02:00
parent 95cd749e3b
commit f5132f33fb
2 changed files with 2 additions and 1 deletions

View File

@@ -13,7 +13,7 @@
/****************************************************************************
* Betterfox *
* "Ad meliora" *
* version: 128 *
* version: 130 *
* url: https://github.com/yokoffing/Betterfox *
****************************************************************************/

View File

@@ -148,6 +148,7 @@ pref('xpinstall.signatures.required', false);
// Experimental Zen Features
// Strategy to use for bytecode cache (Thanks https://github.com/gunir)
pref('dom.script_loader.bytecode_cache.strategy', 2);
pref("dom.text_fragments.enabled", true);
// Enable private suggestions
pref('browser.search.suggest.enabled', true);