1
0
mirror of https://github.com/arkenfox/user.js.git synced 2026-06-13 16:01:30 +05:30

v2.1 - fix TABs in regex

for some unknown reason the tabs got replaced with spaces
This commit is contained in:
earthlng
2018-04-25 02:22:14 +02:00
committed by GitHub
parent b4f1b4dbbf
commit bb4bf835b0
+2 -2
View File
@@ -3,7 +3,7 @@ TITLE prefs.js cleaner
REM ### prefs.js cleaner for Windows
REM ## author: @claustromaniac
REM ## version: 2.0
REM ## version: 2.1
:begin
ECHO:
@@ -11,7 +11,7 @@ ECHO:
ECHO ########################################
ECHO #### prefs.js cleaner for Windows ####
ECHO #### by claustromaniac ####
ECHO #### v2.0 ####
ECHO #### v2.1 ####
ECHO ########################################
ECHO:
CALL :message "This script should be run from your Firefox profile directory."