Skip to content

Commit

Permalink
tab preview pref changes
Browse files Browse the repository at this point in the history
  • Loading branch information
yokoffing authored Jul 22, 2024
1 parent c0d65d4 commit 29f0816
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Peskyfox.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Peskyfox *
* "Aquila non capit muscas" *
* priority: remove annoyances *
* version: 128 *
* version: 128.1 *
* url: https://github.com/yokoffing/Betterfox *
* credit: Some prefs are reproduced and adapted from the arkenfox project *
* credit urL: https://github.com/arkenfox/user.js *
Expand Down Expand Up @@ -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("privacy.popups.showBrowserMessage", true); // DEFAULT

// PREF: enable Tab Preview [FF122+]
//user_pref("browser.tabs.cardPreview.enabled", true);
// PREF: enable Tab Previews [FF122+, FF128+]
// [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 *
Expand Down

0 comments on commit 29f0816

Please sign in to comment.