Updated 1.5 Keeping Up To Date (markdown)

Thorin-Oakenpants
2017-07-10 09:39:48 +12:00
parent d914152f17
commit e5a1cda03d

@ -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.** - **You use the ghacks user.js exactly as it is, no changes.**
* No need to compare files * No need to compare files
* Just download and update your `profile/user.js` by replacing it with the new one * 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 - 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 * 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 - 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); 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 ```js
/*** MY OVERRIDES ***/ /*** MY OVERRIDES ***/
user_pref("browser.display.use_document_fonts", 1); // 1401 user_pref("browser.display.use_document_fonts", 1); // 1401