From e5a1cda03dff933bd35b0816d274db9bef578f44 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Mon, 10 Jul 2017 09:39:48 +1200 Subject: [PATCH] Updated 1.5 Keeping Up To Date (markdown) --- 1.5-Keeping-Up-To-Date.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/1.5-Keeping-Up-To-Date.md b/1.5-Keeping-Up-To-Date.md index e259421..d5cb657 100644 --- a/1.5-Keeping-Up-To-Date.md +++ b/1.5-Keeping-Up-To-Date.md @@ -5,7 +5,7 @@ We make a lot of changes - not just adding and deprecating preferences, or flipp - **You use the ghacks user.js exactly as it is, no changes.** * No need to compare files * Just download and update your `profile/user.js` by replacing it with the new one -- In a `/profile/preferences/` directory, you can store any preference overrides in a separate js file +- In a `/profile/preferences/` directory, you can store any preference overrides in a separate `override.js` file (you can use any name except user.js) - Follow our [changelogs](https://github.com/ghacksuserjs/ghacks-user.js/issues?q=is%3Aissue+is%3Aopen+label%3Achangelog) for a super easy read and links, to pick up on new items and changes * We do one per stable release. Old changelogs are archived off under closed issues - Follow our [deprecated items](https://github.com/ghacksuserjs/ghacks-user.js/issues/123) sticky issue @@ -30,7 +30,7 @@ user_pref("gfx.downloadable_fonts.woff2.enabled", false); user_pref("mathml.disabled", true); ``` -- In a `profile/preferences/override.js` (you can use any name except user.js) you can override them +- In a `profile/preferences/override.js` you override them ```js /*** MY OVERRIDES ***/ user_pref("browser.display.use_document_fonts", 1); // 1401