mirror of
https://github.com/arkenfox/user.js.git
synced 2025-04-22 08:29:31 -04:00
Minor improvement.
This commit is contained in:
parent
f07bbb6c85
commit
e3b8d0955b
@ -30,8 +30,8 @@ SETLOCAL DisableDelayedExpansion
|
||||
SET "_line=%%H"
|
||||
SETLOCAL EnableDelayedExpansion
|
||||
SET "_pref=!_line: =!"
|
||||
FOR /F "delims=," %%X IN ("!_pref!") DO ( SET "_pref=%%X" )
|
||||
IF /I "user_pref"=="!_pref:~0,9!" (
|
||||
FOR /F "delims=," %%X IN ("!_pref!") DO ( SET "_pref=%%X" )
|
||||
SET _pref=!_pref:"=""!
|
||||
FIND /I "!_pref!" user.js >nul
|
||||
IF ERRORLEVEL 1 (
|
||||
|
Loading…
x
Reference in New Issue
Block a user