mirror of
https://github.com/arkenfox/user.js.git
synced 2024-10-01 01:35:52 -04:00
Update prefsCleaner.bat
This commit is contained in:
parent
3d2b0703be
commit
824dec4f9e
@ -67,7 +67,7 @@ GOTO :EOF
|
|||||||
REM ######### Cleanup Function ##########
|
REM ######### Cleanup Function ##########
|
||||||
:cleanup
|
:cleanup
|
||||||
(
|
(
|
||||||
FOR /F tokens^=2^ delims^=^'^" %%G IN ('FINDSTR /R ^^[^^\^"^']*user_pref user.js') DO (
|
FOR /F tokens^=2^ delims^=^'^" %%G IN ('FINDSTR /R /C:"^[^\"']*user_pref[ ]*\([ ]*[\"'][^\"']*[\"'][ ]*," user.js') DO (
|
||||||
IF NOT ""=="%%G" (SET "[%%G]=1")
|
IF NOT ""=="%%G" (SET "[%%G]=1")
|
||||||
)
|
)
|
||||||
FOR /F "tokens=1,* delims=:" %%G IN ('FINDSTR /N "^" prefs.js') DO (
|
FOR /F "tokens=1,* delims=:" %%G IN ('FINDSTR /N "^" prefs.js') DO (
|
||||||
|
Loading…
Reference in New Issue
Block a user