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

tab preview pref changes

https://github.com/yokoffing/Betterfox/issues/309
This commit is contained in:
yokoffing
2024-07-22 10:19:34 -04:00
committed by GitHub
parent c0d65d409d
commit 29f0816962
+5 -3
View File
@@ -3,7 +3,7 @@
* Peskyfox * * Peskyfox *
* "Aquila non capit muscas" * * "Aquila non capit muscas" *
* priority: remove annoyances * * priority: remove annoyances *
* version: 128 * * version: 128.1 *
* url: https://github.com/yokoffing/Betterfox * * url: https://github.com/yokoffing/Betterfox *
* credit: Some prefs are reproduced and adapted from the arkenfox project * * credit: Some prefs are reproduced and adapted from the arkenfox project *
* credit urL: https://github.com/arkenfox/user.js * * credit urL: https://github.com/arkenfox/user.js *
@@ -505,8 +505,10 @@ user_pref("layout.word_select.eat_space_to_next_word", false);
//user_pref("dom.disable_open_during_load", true); // DEFAULT //user_pref("dom.disable_open_during_load", true); // DEFAULT
//user_pref("privacy.popups.showBrowserMessage", true); // DEFAULT //user_pref("privacy.popups.showBrowserMessage", true); // DEFAULT
// PREF: enable Tab Preview [FF122+] // PREF: enable Tab Previews [FF122+, FF128+]
//user_pref("browser.tabs.cardPreview.enabled", true); // [1] https://github.com/yokoffing/Betterfox/issues/309
//user_pref("browser.tabs.hoverPreview.enabled", true);
//user_pref("browser.tabs.hoverPreview.showThumbnails", true); // DEFAULT
/**************************************************************************** /****************************************************************************
* SECTION: UNCATEGORIZED * * SECTION: UNCATEGORIZED *