1
1
Fork 0
mirror of https://github.com/arkenfox/user.js.git synced 2024-05-28 18:36:11 +02:00

4.0b3 - ignore the previous commit lol

This commit is contained in:
claustromaniac 2017-12-17 15:02:52 +00:00
parent c9f62822a6
commit ca947c6ae4

View File

@ -201,22 +201,26 @@ SETLOCAL DisableDelayedExpansion
(
FOR /F "tokens=1,* delims=," %%G IN ('FINDSTR /B /I /C:"user_pref" "%~1"') DO (SET "%%G=%%H")
FOR /F "tokens=1,* delims=]" %%I IN ('FIND /N /V "" ^< "%~1"') DO (
FOR /F "delims=," %%K IN ("%%J") DO (
IF NOT [user_pref("_user.js.parrot"]==[%%K] (
IF DEFINED %%K (
SETLOCAL EnableDelayedExpansion
FOR /F "delims=" %%L IN ("!%%K!") DO (
ENDLOCAL
IF NOT "%%L"=="ALREADY MERGED" (
ECHO:%%K,%%L
SET "%%K=ALREADY MERGED"
IF ""=="%%J" (
ECHO:
) ELSE (
FOR /F "delims=," %%K IN ("%%J") DO (
IF NOT [user_pref("_user.js.parrot"]==[%%K] (
IF DEFINED %%K (
SETLOCAL EnableDelayedExpansion
FOR /F "delims=" %%L IN ("!%%K!") DO (
ENDLOCAL
IF NOT "%%L"=="ALREADY MERGED" (
ECHO:%%K,%%L
SET "%%K=ALREADY MERGED"
)
)
) ELSE (
ECHO:%%J
)
) ELSE (
ECHO:%%J
)
) ELSE (
ECHO:%%J
)
)
)