mirror of
https://github.com/arkenfox/user.js.git
synced 2025-05-03 07:23:39 +02:00
1704 again
This commit is contained in:
parent
a25c07bec7
commit
1c59291a5e
1 changed files with 2 additions and 2 deletions
4
user.js
4
user.js
|
@ -982,8 +982,8 @@ 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 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
|
||||
* 0=no menu (default), 1=show when clicked, 2=show on long press
|
||||
* [NOTE] The menu does not contain a non-container tab option (use Ctrl+T to open non-container tab)
|
||||
* [1] https://bugzilla.mozilla.org/1328756 ***/
|
||||
user_pref("privacy.userContext.longPressBehavior", 2);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue