mirror of
				https://github.com/arkenfox/user.js.git
				synced 2025-11-03 23:35:26 +01:00 
			
		
		
		
	Update prefsCleaner.bat
This commit is contained in:
		@@ -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 (
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user