mirror of
https://github.com/arkenfox/user.js.git
synced 2025-04-21 16:16:50 -04:00
MOAR 1704
This commit is contained in:
parent
dd8525edcb
commit
a25c07bec7
5
user.js
5
user.js
@ -981,9 +981,8 @@ user_pref("privacy.userContext.ui.enabled", true);
|
||||
user_pref("privacy.userContext.enabled", true);
|
||||
/* 1703: enable a private container for thumbnail loads [FF51+] ***/
|
||||
user_pref("privacy.usercontext.about_newtab_segregation.enabled", true); // [DEFAULT: true in FF61+]
|
||||
/* 1704: set long press behaviour on "+ Tab" button to display container menu [FF53+] [SETUP-CHROME]
|
||||
* 0=disables long press, 1=when clicked, the menu is shown
|
||||
* 2=the menu is shown after X milliseconds
|
||||
/* 1704: set behaviour on "+ Tab" button to display container menu [FF53+] [SETUP-CHROME]
|
||||
* 0=disables long press, 1=when clicked, the menu is shown, 2=the menu is shown on long press
|
||||
* [NOTE] The menu does not contain a non-container tab option
|
||||
* [1] https://bugzilla.mozilla.org/1328756 ***/
|
||||
user_pref("privacy.userContext.longPressBehavior", 2);
|
||||
|
Loading…
x
Reference in New Issue
Block a user