mirror of
				https://github.com/arkenfox/user.js.git
				synced 2025-11-04 07:45:26 +01:00 
			
		
		
		
	fix for previous commit
Take it or leave it. Up to you, as always.
This commit is contained in:
		@@ -73,7 +73,7 @@ SETLOCAL DisableDelayedExpansion
 | 
			
		||||
		SET "_line=%%H"
 | 
			
		||||
		SETLOCAL EnableDelayedExpansion
 | 
			
		||||
		SET "_pref=!_line: =!"
 | 
			
		||||
                SET "_pref=!_line:	=!"
 | 
			
		||||
                SET "_pref=!_pref:	=!"
 | 
			
		||||
		IF /I "user_pref"=="!_pref:~0,9!" (
 | 
			
		||||
			FOR /F "delims=," %%X IN ("!_pref!") DO (SET "_pref=%%X")
 | 
			
		||||
			SET _pref=!_pref:"=""!
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user