mirror of
https://github.com/arkenfox/user.js.git
synced 2024-11-22 10:31:40 +01:00
Updated 3.5 prefsCleaner (markdown)
parent
65fb35aeef
commit
212b6605cf
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
🟪 The Issue
|
🟪 **THE PROBLEM**
|
||||||
|
|
||||||
Over time, Firefox deprecates prefs, and arkenfox also removes prefs or makes them inactive (commented out). It does this because they are no longer needed or may cause issues.
|
Over time, Firefox deprecates prefs, and arkenfox also removes prefs or makes them inactive (commented out). It does this because they are no longer needed or may cause issues.
|
||||||
|
|
||||||
@ -16,9 +16,9 @@ A master copy of everything that has ever been in the arkenfox user.js but is no
|
|||||||
|
|
||||||
So these removed, deprecated and inactive prefs should be reset - to avoid issues and keep things tidy. Doing it manually is time consuming and prone to human error.
|
So these removed, deprecated and inactive prefs should be reset - to avoid issues and keep things tidy. Doing it manually is time consuming and prone to human error.
|
||||||
|
|
||||||
🟪 Solution
|
🟪 **THE SOLUTION**
|
||||||
|
|
||||||
The solution is simple. Script 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.
|
The solution is simple. Script it, and reset EVERY 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.
|
||||||
|
|
||||||
And that's exactly what the `prefsCleaner` script does - so ALWAYS run prefsCleaner, with Firefox closed, after each update.
|
And that's exactly what the `prefsCleaner` script does - so ALWAYS run prefsCleaner, with Firefox closed, after each update.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user