From da55c80d1dd0914cc9ffae2de60d35a758868e8b Mon Sep 17 00:00:00 2001 From: Rafael Mardojai CM Date: Sun, 9 Jul 2023 10:09:15 -0500 Subject: [PATCH] README: Add info about user.js when uninstalling Fixes #643 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b0c8f1f..35dfc18 100644 --- a/README.md +++ b/README.md @@ -159,6 +159,7 @@ You can follow the installation script steps again to update the theme. ## Uninstalling 1. Go to your profile folder. (Go to `about:support` in Firefox > Application Basics > Profile Directory > Open Directory) 2. Remove `chrome` folder. +3. Remove the unwanted preferences from your `user.js` inside your profile folder. The install script append the needed prefs in that file, you can check what preferences does it append by checking `configuration/user.js` in this repo. ## Enabling optional features Optional features can be enabled by creating new `boolean` preferences in `about:config`.