mirror of
				https://github.com/arkenfox/user.js.git
				synced 2025-11-04 07:45:26 +01:00 
			
		
		
		
	0207/0208: region/search (#989)
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							172118e61b
						
					
				
				
					commit
					6905187b3e
				
			
							
								
								
									
										7
									
								
								user.js
									
									
									
									
									
								
							
							
						
						
									
										7
									
								
								user.js
									
									
									
									
									
								
							@@ -165,6 +165,13 @@ user_pref("geo.provider.use_gpsd", false); // [LINUX]
 | 
				
			|||||||
 * i.e. ignore all of Mozilla's various search engines in multiple locales ***/
 | 
					 * i.e. ignore all of Mozilla's various search engines in multiple locales ***/
 | 
				
			||||||
user_pref("browser.search.geoSpecificDefaults", false);
 | 
					user_pref("browser.search.geoSpecificDefaults", false);
 | 
				
			||||||
user_pref("browser.search.geoSpecificDefaults.url", "");
 | 
					user_pref("browser.search.geoSpecificDefaults.url", "");
 | 
				
			||||||
 | 
					/* 0207: disable region updates
 | 
				
			||||||
 | 
					 * [1] https://firefox-source-docs.mozilla.org/toolkit/modules/toolkit_modules/Region.html ***/
 | 
				
			||||||
 | 
					user_pref("browser.region.network.url", ""); // [FF78+]
 | 
				
			||||||
 | 
					user_pref("browser.region.update.enabled", false); // [[FF79+]
 | 
				
			||||||
 | 
					/* 0208: set search region
 | 
				
			||||||
 | 
					 * [NOTE] May not be hidden if Firefox has changed your settings due to your region (see 0207) ***/
 | 
				
			||||||
 | 
					   // user_pref("browser.search.region", "US"); // [HIDDEN PREF]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/** LANGUAGE / LOCALE ***/
 | 
					/** LANGUAGE / LOCALE ***/
 | 
				
			||||||
/* 0210: set preferred language for displaying web pages
 | 
					/* 0210: set preferred language for displaying web pages
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user