less verbosity J/K

This commit is contained in:
claustromaniac 2017-12-14 10:47:52 +00:00
parent c8d21f7c4e
commit b25e0a196a

View file

@ -9,7 +9,7 @@ SETLOCAL EnableDelayedExpansion
:begin :begin
CLS CLS
CALL :message "This batch should be run from your Firefox profile directory." CALL :message "This batch should be run from your Firefox profile directory."
CALL :message "It will remove from any entries from prefs.js that also exist in user.js." CALL :message "It will remove any entries from prefs.js that also exist in user.js."
CALL :message "This will allow inactive preferences to be reset to their default values." CALL :message "This will allow inactive preferences to be reset to their default values."
CALL :message "Firefox needs to stay closed during the process." CALL :message "Firefox needs to stay closed during the process."
ECHO: ECHO:
@ -83,28 +83,18 @@ REM ########### Help Function ###########
CLS CLS
CALL :message "This script creates a backup of your prefs.js file before doing anything." CALL :message "This script creates a backup of your prefs.js file before doing anything."
CALL :message "It should be safe, but you can follow these steps if something goes wrong:" CALL :message "It should be safe, but you can follow these steps if something goes wrong:"
ECHO 1. Make sure Firefox is closed. CALL :message " 1. Make sure Firefox is closed."
ECHO:
ECHO 2. Delete prefs.js in your profile folder. ECHO 2. Delete prefs.js in your profile folder.
ECHO: CALL :message " 3. Delete Invalidprefs.js if you have one in the same folder."
ECHO 3. Delete Invalidprefs.js if you have one in the same folder.
ECHO:
ECHO 4. Rename or copy your latest backup to prefs.js. ECHO 4. Rename or copy your latest backup to prefs.js.
ECHO: CALL :message " 5. Run Firefox and see if you notice anything wrong with it."
ECHO 5. Run Firefox and see if you notice anything wrong with it.
ECHO:
ECHO 6. If you do, restart it again, and check back. ECHO 6. If you do, restart it again, and check back.
ECHO: CALL :message " 7. If you still notice something wrong, especially with your extensions,"
ECHO 7. If you still notice something wrong, especially with your extensions,
ECHO:
ECHO and/or with the UI, go to about:support, and restart Firefox with ECHO and/or with the UI, go to about:support, and restart Firefox with
ECHO: CALL :message " add-ons disabled. Then, restart it again normally, and see if the problems"
ECHO add-ons disabled. Then, restart it again normally, and see if the problems
ECHO:
ECHO were solved. ECHO were solved.
ECHO: ECHO:
ECHO If you are able to identify the cause of your issues, please bring it up on CALL :message "If you are able to identify the cause of your issues, please bring it up on"
ECHO:
ECHO ghacks-user.js GitHub repository. ECHO ghacks-user.js GitHub repository.
ECHO: ECHO:
ECHO: ECHO: