mirror of
				https://github.com/arkenfox/user.js.git
				synced 2025-11-03 23:35:26 +01:00 
			
		
		
		
	2212: popup events, fixes DDG
https://bugzilla.mozilla.org/show_bug.cgi?id=1686045
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							6505a9fefd
						
					
				
				
					commit
					c31c825a74
				
			
							
								
								
									
										4
									
								
								user.js
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								user.js
									
									
									
									
									
								
							@@ -961,8 +961,8 @@ user_pref("browser.link.open_newwindow.restriction", 0);
 | 
				
			|||||||
 * [SETTING] Privacy & Security>Permissions>Block pop-up windows ***/
 | 
					 * [SETTING] Privacy & Security>Permissions>Block pop-up windows ***/
 | 
				
			||||||
user_pref("dom.disable_open_during_load", true);
 | 
					user_pref("dom.disable_open_during_load", true);
 | 
				
			||||||
/* 2212: limit events that can cause a popup [SETUP-WEB]
 | 
					/* 2212: limit events that can cause a popup [SETUP-WEB]
 | 
				
			||||||
 * default is "change click dblclick auxclick mouseup pointerup notificationclick reset submit touchend contextmenu" ***/
 | 
					 * default FF86+: "change click dblclick auxclick mousedown mouseup pointerdown pointerup notificationclick reset submit touchend contextmenu ***/
 | 
				
			||||||
user_pref("dom.popup_allowed_events", "click dblclick");
 | 
					user_pref("dom.popup_allowed_events", "click dblclick mousedown pointerdown");
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/*** [SECTION 2300]: WEB WORKERS
 | 
					/*** [SECTION 2300]: WEB WORKERS
 | 
				
			||||||
     A worker is a JS "background task" running in a global context, i.e. it is different from
 | 
					     A worker is a JS "background task" running in a global context, i.e. it is different from
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user