From ac966330d3d2559184150136905eae6f2ba49ad4 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Sat, 26 Aug 2017 13:24:50 +1200 Subject: [PATCH] Updated 1.1 Overview (markdown) --- 1.1-Overview.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/1.1-Overview.md b/1.1-Overview.md index 22d5d05..8eaf701 100644 --- a/1.1-Overview.md +++ b/1.1-Overview.md @@ -69,4 +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 use a secondary `js` file - see [keeping up to date](https://github.com/ghacksuserjs/ghacks-user.js/wiki/1.5-Keeping-Up-To-Date) + 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