mirror of
				https://github.com/arkenfox/user.js.git
				synced 2025-11-04 07:45:26 +01:00 
			
		
		
		
	media.autoplay.allow-muted, closes #756
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							9aa8e27ef4
						
					
				
				
					commit
					6618bf5f76
				
			
							
								
								
									
										2
									
								
								user.js
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								user.js
									
									
									
									
									
								
							@@ -942,6 +942,8 @@ user_pref("media.autoplay.enabled.user-gestures-needed", false);
 | 
				
			|||||||
/* 2032: disable audio autoplay in non-active tabs [FF51+]
 | 
					/* 2032: disable audio autoplay in non-active tabs [FF51+]
 | 
				
			||||||
 * [1] https://www.ghacks.net/2016/11/14/firefox-51-blocks-automatic-audio-playback-in-non-active-tabs/ ***/
 | 
					 * [1] https://www.ghacks.net/2016/11/14/firefox-51-blocks-automatic-audio-playback-in-non-active-tabs/ ***/
 | 
				
			||||||
user_pref("media.block-autoplay-until-in-foreground", true); // [DEFAULT: true]
 | 
					user_pref("media.block-autoplay-until-in-foreground", true); // [DEFAULT: true]
 | 
				
			||||||
 | 
					/* 2033: disable autoplay for muted videos [FF63+] ***/
 | 
				
			||||||
 | 
					   // user_pref("media.autoplay.allow-muted", false);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/*** [SECTION 2200]: WINDOW MEDDLING & LEAKS / POPUPS ***/
 | 
					/*** [SECTION 2200]: WINDOW MEDDLING & LEAKS / POPUPS ***/
 | 
				
			||||||
user_pref("_user.js.parrot", "2200 syntax error: the parrot's 'istory!");
 | 
					user_pref("_user.js.parrot", "2200 syntax error: the parrot's 'istory!");
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user