mirror of
				https://github.com/arkenfox/user.js.git
				synced 2025-11-03 23:35:26 +01:00 
			
		
		
		
	2516: disable PointerEvents
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							d4a20165ef
						
					
				
				
					commit
					0b3395b520
				
			
							
								
								
									
										3
									
								
								user.js
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								user.js
									
									
									
									
									
								
							@@ -1196,6 +1196,9 @@ user_pref("layers.acceleration.disabled", true);
 | 
				
			|||||||
/* 2510: disable Web Audio API (FF51+)
 | 
					/* 2510: disable Web Audio API (FF51+)
 | 
				
			||||||
 * [1] https://bugzilla.mozilla.org/1288359 ***/
 | 
					 * [1] https://bugzilla.mozilla.org/1288359 ***/
 | 
				
			||||||
user_pref("dom.webaudio.enabled", false);
 | 
					user_pref("dom.webaudio.enabled", false);
 | 
				
			||||||
 | 
					/* 2516: disable PointerEvents
 | 
				
			||||||
 | 
					 * [1] https://developer.mozilla.org/en-US/docs/Web/API/PointerEvent ***/
 | 
				
			||||||
 | 
					user_pref("dom.w3c_pointer_events.enabled", false);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/*** 2600: MISCELLANEOUS ***/
 | 
					/*** 2600: MISCELLANEOUS ***/
 | 
				
			||||||
user_pref("_user.js.parrot", "2600 syntax error: the parrot's run down the curtain!");
 | 
					user_pref("_user.js.parrot", "2600 syntax error: the parrot's run down the curtain!");
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user