mirror of
https://github.com/arkenfox/user.js.git
synced 2025-04-29 05:23:41 +02:00
Update prefsCleaner.bat
This commit is contained in:
parent
3d2b0703be
commit
824dec4f9e
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ GOTO :EOF
|
|||
REM ######### Cleanup Function ##########
|
||||
: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")
|
||||
)
|
||||
FOR /F "tokens=1,* delims=:" %%G IN ('FINDSTR /N "^" prefs.js') DO (
|
||||
|
|
Loading…
Add table
Reference in a new issue