From 1f0591765ccfc3af8c66003382f746752aabbb8e Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Sat, 24 Dec 2022 12:26:07 -0500 Subject: [PATCH] Update Peskyfox.js --- Peskyfox.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Peskyfox.js b/Peskyfox.js index 17ec0e0..4484104 100644 --- a/Peskyfox.js +++ b/Peskyfox.js @@ -339,11 +339,11 @@ user_pref("browser.download.always_ask_before_handling_new_types", true); // PREF: open PDFs inline (FF103+) user_pref("browser.download.open_pdf_attachments_inline", true); -// PREF: PDF sidebar on load +// PREF: PDF sidebar on load [HIDDEN] // 2=table of contents (if not available, will default to 1) // 1=view pages // -1=disabled (default) -//user_pref("pdfjs.sidebarViewOnLoad", 1); +//user_pref("pdfjs.sidebarViewOnLoad", 2); // PREF: default zoom for PDFs [HIDDEN] // [NOTE] "page-width" not needed if using sidebar on load