minor edits
This commit is contained in:
parent
e66fbf1335
commit
1ca7ef1442
6
user.js
6
user.js
@ -630,7 +630,7 @@ user_pref("gfx.downloadable_fonts.enabled", true);
|
||||
* https://wiki.mozilla.org/SVGOpenTypeFonts - iSECPartnersReport recommends to disable this ***/
|
||||
user_pref("gfx.font_rendering.opentype_svg.enabled", false);
|
||||
/* 1404: use more legible default fonts
|
||||
* [SETTING] Options>Fonts & Colors>Advanced>Serif|Sans-Serif|Monospace
|
||||
* [SETTING] Options>Fonts & Colors>Advanced>Serif|Sans-serif|Monospace
|
||||
* [SETUP] These are optional, comment out if you do not require them
|
||||
* [NOTE] Been using this for well over a year, it really grows on you ***/
|
||||
user_pref("font.name.serif.x-unicode", "Georgia");
|
||||
@ -1353,8 +1353,8 @@ user_pref("browser.backspace_action", 2);
|
||||
/* 3005: disable autocopy default (we like autocopy 2 & copy plain text 2) ***/
|
||||
user_pref("clipboard.autocopy", false);
|
||||
/* 3007: open new windows in a new tab instead
|
||||
* [SETTING] Options>General>Tabs>Open new windows in a new tab instead
|
||||
* 1=current window, 2=new window, 3=most recent window ***/
|
||||
* 1=current window, 2=new window, 3=most recent window
|
||||
* [SETTING] Options>General>Tabs>Open new windows in a new tab instead ***/
|
||||
user_pref("browser.link.open_newwindow", 3);
|
||||
/* 3009: turn on APZ (Async Pan/Zoom) - requires e10s
|
||||
* http://www.ghacks.net/2015/07/28/scrolling-in-firefox-to-get-a-lot-better-thanks-to-apz/ ***/
|
||||
|
Loading…
Reference in New Issue
Block a user