mirror of
https://github.com/arkenfox/user.js.git
synced 2025-05-02 15:03:39 +02:00
remove [NOTE] from 1704
privacy.userContext.longPressBehavior = 1; show a option for open a non-container tab
This commit is contained in:
parent
6618bf5f76
commit
f6ec092b4a
1 changed files with 0 additions and 1 deletions
1
user.js
1
user.js
|
@ -869,7 +869,6 @@ user_pref("privacy.userContext.enabled", true);
|
||||||
user_pref("privacy.usercontext.about_newtab_segregation.enabled", true); // [DEFAULT: true in FF61+]
|
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]
|
/* 1704: set behaviour on "+ Tab" button to display container menu [FF53+] [SETUP-CHROME]
|
||||||
* 0=no menu (default), 1=show when clicked, 2=show on long press
|
* 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 ***/
|
* [1] https://bugzilla.mozilla.org/1328756 ***/
|
||||||
user_pref("privacy.userContext.longPressBehavior", 2);
|
user_pref("privacy.userContext.longPressBehavior", 2);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue