mirror of
				https://github.com/arkenfox/user.js.git
				synced 2025-10-30 21:35:27 +01:00 
			
		
		
		
	Updated 1.6 Bulk Pref Resetting [Scratchpad] (markdown)
| @@ -56,7 +56,6 @@ NOTE: You could actually reset **every** **pref** in the user.js, and your ACTIV | ||||
| ```js | ||||
| (function() { | ||||
|   let ops = [ | ||||
|     '_user.js.parrot', | ||||
|     /* removed in ghacks user.js v52-57 */ | ||||
|     /* 52-alpha */ | ||||
|     'browser.search.reset.enabled', | ||||
| @@ -75,11 +74,13 @@ NOTE: You could actually reset **every** **pref** in the user.js, and your ACTIV | ||||
|     'extensions.pocket.oAuthConsumerKey', // ditto | ||||
|     'extensions.pocket.site', // ditto | ||||
|     /* 56-alpha: none */ | ||||
|     /* 57-alpha: so far */ | ||||
|     /* 57-alpha */ | ||||
|     'geo.wifi.xhr.timeout', // covered by geo.enabled | ||||
|     'browser.search.geoip.timeout', // ditto | ||||
|     '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)) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Thorin-Oakenpants
					Thorin-Oakenpants