You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,7 @@ The `user.js` — a configuration file that controls Firefox settings — is cur
74
74
*[GhoSTORIES with Franz & Pete](https://anchor.fm/ghostories/episodes/S2E6-We-Talking-Ghostery-Dawn----Again-er0q02/a-a4o5vmh) | 17:05–18:40 (Feb 2021)
75
75
76
76
### Articles
77
+
*[Español][Firefox is an excellent browser, but this small modification makes it much faster and more private](https://www.genbeta.com/a-fondo/firefox-excelente-navegador-esta-pequena-modificacion-hace-mucho-rapido-privado-asi-funciona-betterfox) (Jan 2025)
77
78
*[Browsers for Daily Use](https://anhkhoakz.neocities.org/blog/browsers-for-daily-using/#firefox-but-hardened) (Jan 2024)
78
79
*[Avoiding Manifest V3 – Escaping the Ad-Pocalypse](https://www.xbitlabs.com/avoiding-manifest-v3/) (Dec 2023)
79
80
*[German][Pulse Browser Review: Firefox fork with Turbo tweaks and Opera sidebar](https://www.computerbild.de/artikel/cb-Tipps-Software-Pulse-Browser-Review-ein-Firefox-Fork-mit-Seitenleiste-wie-bei-Opera-35644139.html#:~:text=Noch%20mehr%20Speed%2DFeatures) (Apr 2023)
user_pref("devtools.debugger.ui.editor-wrapping",true);// wrap lines in devtools
77
77
user_pref("browser.zoom.full",false);// text-only zoom, not all elements on page
78
-
user_pref("pdfjs.sidebarViewOnLoad",2);// force showing of Table of Contents in sidebar for PDFs (if available)
78
+
//user_pref("pdfjs.sidebarViewOnLoad", 2); // force showing of Table of Contents in sidebar for PDFs (if available)
79
79
user_pref("layout.word_select.eat_space_to_next_word",false);// do not select the space next to a word when selecting a word
80
80
//user_pref("browser.tabs.loadInBackground", false); // CTRL+SHIFT+CLICK for background tabs; Settings>General>Tabs>When you open a link, image or media in a new tab, switch to it immediately
81
81
user_pref("browser.tabs.loadBookmarksInTabs",true);// force bookmarks to open in a new tab, not the current tab
0 commit comments