Updated 3.3 Updater Scripts (markdown)

Thorin-Oakenpants
2017-12-25 17:53:49 +13:00
parent 7407c18488
commit 77c59da96d

@@ -1,15 +1,15 @@
Unless you want to use the `user.js` exactly as it is, our updater scripts require that you follow our method of where and how you [apply your changes](https://github.com/ghacksuserjs/ghacks-user.js/wiki/3.2-Applying-Your-Changes) and tweaks Unless you want to use the `user.js` exactly as it is, our updater scripts require that you follow our method of where and how you [apply your changes](https://github.com/ghacksuserjs/ghacks-user.js/wiki/3.2-Applying-Your-Changes) and tweaks: use `user-overrides.js` in your profile folder, or in the case of Windows you can use multiple `.js` files in a `user-overrides` profile sub-directory instead.
** Special thanks to [claustromaniac](https://github.com/claustromaniac) for the `updater.bat`, [overdodactyl](https://github.com/overdodactyl) for the `updater.sh` and [earthlng](https://github.com/earthlng) for his expertise and oversight. Thanks for all the hard work creating and testing these. ** Special thanks to [claustromaniac](https://github.com/claustromaniac) for the `updater.bat`, [overdodactyl](https://github.com/overdodactyl) for the `updater.sh` and [earthlng](https://github.com/earthlng) for his expertise and oversight. Thanks for all the hard work creating and testing these.
### :small_orange_diamond: Mac/Linux ### :small_orange_diamond: Mac/Linux
blah blah [Download](https://github.com/ghacksuserjs/ghacks-user.js/blob/master/updater.sh) the `updater.sh` script and save it in your profile folder. You can run it and it will backup your current user.js, download the latest ghacks user.js and if it finds a user-overrides.js in the same folder it will append that to the user.js.
### :small_orange_diamond: Windows ### :small_orange_diamond: Windows
[Download](https://github.com/ghacksuserjs/ghacks-user.js/raw/master/updater.bat) the script and save it in your profile folder. You can run it without any command line arguments and it will backup your current user.js, download the latest ghacks user.js and if it finds a `user-overrides.js` in the same folder it will append that to the user.js. [Download](https://github.com/ghacksuserjs/ghacks-user.js/raw/master/updater.bat) the `updater.bat` script and save it in your profile folder. You can run it without any command line arguments and it will backup your current user.js, download the latest ghacks user.js and if it finds a `user-overrides.js` in the same folder it will append that to the user.js.
!! Unicode encoded override files should be stored without the BOM header !! !! Unicode encoded override files should be stored without the BOM header !!