mirror of
				https://github.com/arkenfox/user.js.git
				synced 2025-11-04 07:45:26 +01:00 
			
		
		
		
	clear removed: move parrot to end
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							f8472fe501
						
					
				
				
					commit
					7655648174
				
			@@ -10,7 +10,6 @@
 | 
				
			|||||||
 
 | 
					 
 | 
				
			||||||
(function() {
 | 
					(function() {
 | 
				
			||||||
  let ops = [
 | 
					  let ops = [
 | 
				
			||||||
    '_user.js.parrot',
 | 
					 | 
				
			||||||
    /* removed in ghacks user.js v52-57 */
 | 
					    /* removed in ghacks user.js v52-57 */
 | 
				
			||||||
    /* 52-alpha */
 | 
					    /* 52-alpha */
 | 
				
			||||||
    'browser.search.reset.enabled',
 | 
					    'browser.search.reset.enabled',
 | 
				
			||||||
@@ -34,6 +33,8 @@
 | 
				
			|||||||
    'browser.search.geoip.timeout', // ditto
 | 
					    'browser.search.geoip.timeout', // ditto
 | 
				
			||||||
    'media.webspeech.recognition.enable', // default is false anyway
 | 
					    'media.webspeech.recognition.enable', // default is false anyway
 | 
				
			||||||
    'gfx.layerscope.enabled' // default is false anyway
 | 
					    'gfx.layerscope.enabled' // default is false anyway
 | 
				
			||||||
 | 
					    /* reset parrot: check your open about:config after running the script */
 | 
				
			||||||
 | 
					    '_user.js.parrot'
 | 
				
			||||||
  ]
 | 
					  ]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  if("undefined" === typeof(Services)) {
 | 
					  if("undefined" === typeof(Services)) {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user