mirror of
				https://github.com/arkenfox/user.js.git
				synced 2025-11-03 23:35:26 +01:00 
			
		
		
		
	tidy
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							03ffb90186
						
					
				
				
					commit
					844f3ce9c8
				
			@@ -1,7 +1,7 @@
 | 
				
			|||||||
/***
 | 
					/***
 | 
				
			||||||
 This will reset the preferences that have been removed completely from the arkenfox user.js.
 | 
					 This will reset the preferences that have been removed completely from the arkenfox user.js.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 Last updated: 27-Feb-2021
 | 
					 Last updated: 04-Mar-2021
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 For instructions see:
 | 
					 For instructions see:
 | 
				
			||||||
 https://github.com/arkenfox/user.js/wiki/3.1-Resetting-Inactive-Prefs-[Scripts]
 | 
					 https://github.com/arkenfox/user.js/wiki/3.1-Resetting-Inactive-Prefs-[Scripts]
 | 
				
			||||||
@@ -9,7 +9,7 @@
 | 
				
			|||||||
 
 | 
					 
 | 
				
			||||||
(function() {
 | 
					(function() {
 | 
				
			||||||
  let ops = [
 | 
					  let ops = [
 | 
				
			||||||
    /* removed in arkenfox user.js v52-57 */
 | 
					    /* removed in arkenfox user.js */
 | 
				
			||||||
    /* 52-alpha */
 | 
					    /* 52-alpha */
 | 
				
			||||||
    'browser.search.reset.enabled',
 | 
					    'browser.search.reset.enabled',
 | 
				
			||||||
    'browser.search.reset.whitelist',
 | 
					    'browser.search.reset.whitelist',
 | 
				
			||||||
@@ -26,7 +26,6 @@
 | 
				
			|||||||
    'extensions.pocket.api', // covered by extensions.pocket.enabled
 | 
					    'extensions.pocket.api', // covered by extensions.pocket.enabled
 | 
				
			||||||
    'extensions.pocket.oAuthConsumerKey', // ditto
 | 
					    'extensions.pocket.oAuthConsumerKey', // ditto
 | 
				
			||||||
    'extensions.pocket.site', // ditto
 | 
					    'extensions.pocket.site', // ditto
 | 
				
			||||||
    /* 56-alpha: none */
 | 
					 | 
				
			||||||
    /* 57-alpha */
 | 
					    /* 57-alpha */
 | 
				
			||||||
    'geo.wifi.xhr.timeout', // covered by geo.enabled
 | 
					    'geo.wifi.xhr.timeout', // covered by geo.enabled
 | 
				
			||||||
    'browser.search.geoip.timeout', // ditto
 | 
					    'browser.search.geoip.timeout', // ditto
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user