From bae3e59bdcf6347ca4719813006a9c32799b52f3 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Sat, 9 Dec 2017 08:02:26 +1300 Subject: [PATCH] Updated 1.1 Overview (markdown) --- 1.1-Overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1.1-Overview.md b/1.1-Overview.md index f121935..c5c0f0a 100644 --- a/1.1-Overview.md +++ b/1.1-Overview.md @@ -69,6 +69,6 @@ user_pref("browser.link.open_newwindow.restriction", 2); // 0-disable, 2=enable 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 [keeping up to date](https://github.com/ghacksuserjs/ghacks-user.js/wiki#small_orange_diamond-keeping-up-to-date) +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 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). \ No newline at end of file