1
0
mirror of https://github.com/yokoffing/Betterfox.git synced 2026-06-28 15:41:46 +05:30

reorder smooth and overrides

This commit is contained in:
yokoffing
2025-12-23 11:13:36 -05:00
committed by GitHub
parent eabd0b1a11
commit 553bd617cc
+7 -15
View File
@@ -14,12 +14,6 @@
* url: https://github.com/yokoffing/Betterfox *
****************************************************************************/
/****************************************************************************
* SECTION: FASTFOX *
****************************************************************************/
/** GFX ***/
user_pref("gfx.webrender.layer-compositor", true);
/****************************************************************************
* SECTION: SECUREFOX *
****************************************************************************/
@@ -183,6 +177,13 @@ user_pref("browser.menu.showViewImageInfo", true);
user_pref("findbar.highlightAll", true);
user_pref("layout.word_select.eat_space_to_next_word", false);
/****************************************************************************
* SECTION: SMOOTHFOX *
****************************************************************************/
// visit https://github.com/yokoffing/Betterfox/blob/main/Smoothfox.js
// Enter your scrolling overrides below this line:
/****************************************************************************
* START: MY OVERRIDES *
****************************************************************************/
@@ -191,15 +192,6 @@ user_pref("layout.word_select.eat_space_to_next_word", false);
// Enter your personal overrides below this line:
/****************************************************************************
* SECTION: SMOOTHFOX *
****************************************************************************/
// visit https://github.com/yokoffing/Betterfox/blob/main/Smoothfox.js
// Enter your scrolling overrides below this line:
/****************************************************************************
* END: BETTERFOX *
****************************************************************************/