mirror of
https://github.com/arkenfox/user.js.git
synced 2025-05-18 14:47:10 +02:00
2212: popup events
This commit is contained in:
parent
8f40c97fd1
commit
42281a9e52
1 changed files with 1 additions and 1 deletions
2
user.js
2
user.js
|
@ -977,7 +977,7 @@ 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 mouseup pointerup notificationclick reset submit touchend contextmenu"
|
* default is "change click dblclick auxclick mouseup pointerup notificationclick reset submit touchend contextmenu"
|
||||||
* [1] http://kb.mozillazine.org/Dom.popup_allowed_events ***/
|
* [1] http://kb.mozillazine.org/Dom.popup_allowed_events ***/
|
||||||
user_pref("dom.popup_allowed_events", "click dblclick");
|
user_pref("dom.popup_allowed_events", "click dblclick");
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue