mirror of
				https://github.com/arkenfox/user.js.git
				synced 2025-11-03 23:35:26 +01:00 
			
		
		
		
	remove 5016 #360
covered by 5015 and only designed as a temporary pref AFAIK until issues with its timing and use (too distracting) are sorted
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							40da3653d3
						
					
				
				
					commit
					6b691ae7e3
				
			
							
								
								
									
										2
									
								
								user.js
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								user.js
									
									
									
									
									
								
							@@ -1742,8 +1742,6 @@ user_pref("network.manage-offline-status", false);
 | 
				
			|||||||
/* 5015: disable animations (FF55+)
 | 
					/* 5015: disable animations (FF55+)
 | 
				
			||||||
 * [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1352069 ***/
 | 
					 * [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1352069 ***/
 | 
				
			||||||
   // user_pref("toolkit.cosmeticAnimations.enabled", false);
 | 
					   // user_pref("toolkit.cosmeticAnimations.enabled", false);
 | 
				
			||||||
/* 5016: disable reload/stop animation (FF56+) ***/
 | 
					 | 
				
			||||||
   // user_pref("browser.stopReloadAnimation.enabled", true);
 | 
					 | 
				
			||||||
/* 5018: set maximum number of daily bookmark backups to keep (default is 15) ***/
 | 
					/* 5018: set maximum number of daily bookmark backups to keep (default is 15) ***/
 | 
				
			||||||
user_pref("browser.bookmarks.max_backups", 2);
 | 
					user_pref("browser.bookmarks.max_backups", 2);
 | 
				
			||||||
/* 5020: control urlbar click behaviour (with defaults) ***/
 | 
					/* 5020: control urlbar click behaviour (with defaults) ***/
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user