user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit aff595b6eac61cb1f258cea927a2e2aa0e7970af
parent 6618bf5f7693a15c77f863b6c5d9dabd5f72972a
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Sun,  4 Aug 2019 19:17:38 +0000

1704: remove the obvious
Diffstat:
Muser.js | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/user.js b/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+] /* 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 - * [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);