Updated 3.1 Resetting Inactive Prefs [Scripts] (markdown)

Thorin-Oakenpants 2017-12-27 19:30:26 +13:00
parent 6be4a2c21d
commit 90082359c1

@ -12,9 +12,9 @@ So the issue is :question: How do you make sure all the INACTIVE/REMOVED prefs i
### :small_orange_diamond: The Solution
The solution is simple. Automate it, and reset **every single pref** in the user.js regardless of whether it is active or inactive. Then restart Firefox and all your ACTIVE prefs are reapplied. The end result being all your INACTIVE ones have been reset. This can also be used when applying a `user.js` to an existing profile for the first time.
The solution is simple. Automate it, and reset **every single pref** in the user.js regardless of whether it is active or inactive. Then restart Firefox and all your ACTIVE prefs are reapplied. The end result being all your INACTIVE ones have been reset.
> :small_blue_diamond: prefsCleaner.bat (works on any local `user.js`)
> :small_blue_diamond: prefsCleaner.bat
>
> Run the [prefsCleaner.bat](https://github.com/ghacksuserjs/ghacks-user.js/blob/master/prefsCleaner.bat) file in your profile directory with Firefox closed. This does not cover prefs we REMOVED from the `ghacks user.js`, see the Scratchpad section for those.
>