From 608030cc0c862418f7d4202e87fe865aa09c27d9 Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Tue, 9 Jun 2026 20:11:55 -0400 Subject: [PATCH] comment out view image and eat space --- Peskyfox.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Peskyfox.js b/Peskyfox.js index 2703bd5..60e068c 100644 --- a/Peskyfox.js +++ b/Peskyfox.js @@ -472,7 +472,7 @@ user_pref("browser.download.open_pdf_attachments_inline", true); user_pref("browser.bookmarks.openInTabClosesMenu", false); // PREF: restore "View image info" on right-click -user_pref("browser.menu.showViewImageInfo", true); +//user_pref("browser.menu.showViewImageInfo", true); // PREF: show all matches in Findbar user_pref("findbar.highlightAll", true); @@ -506,7 +506,7 @@ user_pref("findbar.highlightAll", true); //user_pref("browser.meta_refresh_when_inactive.disabled", true); // PREF: do not select the space next to a word when selecting a word -user_pref("layout.word_select.eat_space_to_next_word", false); +//user_pref("layout.word_select.eat_space_to_next_word", false); // PREF: controls if a double-click word selection also deletes one adjacent whitespace // This mimics native behavior on macOS.