mirror of
				https://github.com/arkenfox/user.js.git
				synced 2025-11-03 23:35:26 +01:00 
			
		
		
		
	5016: reload/stop animation FF56+
[1355924](https://bugzilla.mozilla.org/show_bug.cgi?id=1355924) and for some fixes in 57 see [1384180](https://bugzilla.mozilla.org/show_bug.cgi?id=1384180)
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							a25df4c942
						
					
				
				
					commit
					620a0ee29c
				
			
							
								
								
									
										2
									
								
								user.js
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								user.js
									
									
									
									
									
								
							@@ -1686,6 +1686,8 @@ user_pref("network.manage-offline-status", false);
 | 
			
		||||
/* 5015: disable animations (FF55+)
 | 
			
		||||
 * [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1352069 ***/
 | 
			
		||||
   // user_pref("toolkit.cosmeticAnimations.enabled", false);
 | 
			
		||||
/* 5016: disable reload/stop animation (FF56+) ***/
 | 
			
		||||
   // user_pref("browser.stopReloadAnimation.enabled", true);
 | 
			
		||||
/* 5017: set submenu delay in milliseconds. 0=instant while a small number allows
 | 
			
		||||
 * a mouse pass over menu items without any submenus alarmingly shooting out ***/
 | 
			
		||||
user_pref("ui.submenuDelay", 150); // (hidden pref)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user