Updated 1.1 Overview (markdown)

Thorin-Oakenpants 2017-08-26 13:24:50 +12:00
parent 57dba82028
commit ac966330d3

@ -69,4 +69,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 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). 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).