Updated 1.1 Overview (markdown)

Thorin-Oakenpants 2018-07-22 19:52:40 +00:00
parent df035dda23
commit 5e8d88edc0

@ -70,6 +70,6 @@ user_pref("browser.link.open_newwindow.restriction", 2); // 0-disable, 2=enable
user_pref("browser.link.open_newwindow.restriction", 2); user_pref("browser.link.open_newwindow.restriction", 2);
``` ```
Note: Resetting values, or editing the `user.js` every time you update it is not ideal. It is recommended that you use a secondary `js` file - see our [maintenance](https://github.com/ghacksuserjs/ghacks-user.js/wiki#small_orange_diamond-maintenance) section Note: Resetting values, or editing the `user.js` every time you update it is not ideal. It is recommended that you use an `overrides section` - see our [maintenance](https://github.com/ghacksuserjs/ghacks-user.js/wiki#small_orange_diamond-maintenance) section
Now you know the "what, why, where and how" of a `user.js`, you can check out how to [backup](https://github.com/ghacksuserjs/ghacks-user.js/wiki/1.2-Backing-Up) before [implementing](https://github.com/ghacksuserjs/ghacks-user.js/wiki/1.3-Implementation). Now you know the "what, why, where and how" of a `user.js`, you can check out how to [backup](https://github.com/ghacksuserjs/ghacks-user.js/wiki/1.2-Backing-Up) before [implementing](https://github.com/ghacksuserjs/ghacks-user.js/wiki/1.3-Implementation).