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

remove user_pref("pdfjs.sidebarViewOnLoad", 1);

This commit is contained in:
yokoffing
2022-11-26 12:25:19 -05:00
committed by GitHub
parent 3a47d25ced
commit be4ab0d1b9
+1 -2
View File
@@ -10,7 +10,7 @@
/****************************************************************************
* Betterfox *
* "Ad meliora" *
* version: 107a *
* version: 107a1 *
* url: https://github.com/yokoffing/Betterfox *
****************************************************************************/
@@ -215,7 +215,6 @@ user_pref("browser.download.always_ask_before_handling_new_types", true);
/** PDF ***/
user_pref("browser.download.open_pdf_attachments_inline", true);
user_pref("pdfjs.sidebarViewOnLoad", 1);
/** TAB BEHAVIOR ***/
user_pref("browser.link.open_newwindow.restriction", 0);