user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 515d6ff8744a746021e0f9fe1091e1782d3391ba
parent fc650522863ede373f458ac71552dc5e91a5afd8
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Tue, 15 Sep 2020 06:11:35 +0000

v2.3: update repo name
Diffstat:
MprefsCleaner.bat | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/prefsCleaner.bat b/prefsCleaner.bat @@ -3,7 +3,7 @@ TITLE prefs.js cleaner REM ### prefs.js cleaner for Windows REM ## author: @claustromaniac -REM ## version: 2.2 +REM ## version: 2.3 CD /D "%~dp0" @@ -13,7 +13,7 @@ ECHO: ECHO ######################################## ECHO #### prefs.js cleaner for Windows #### ECHO #### by claustromaniac #### -ECHO #### v2.2 #### +ECHO #### v2.3 #### ECHO ######################################## ECHO: CALL :message "This script should be run from your Firefox profile directory." @@ -101,7 +101,7 @@ ECHO add-ons disabled. Then, restart it again normally, and see if the CALL :message " problems were solved." ECHO: CALL :message "If you are able to identify the cause of your issues, please bring it up" -ECHO on ghacks-user.js GitHub repository. +ECHO on arkenfox user.js GitHub repository. ECHO: ECHO: PAUSE