From dd8525edcbd1a7702973f18b9f5bf8f765cf2631 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Mon, 10 Dec 2018 21:50:43 +0000 Subject: [PATCH] add container long press setup tag --- user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user.js b/user.js index 149e777..d86fefd 100644 --- a/user.js +++ b/user.js @@ -981,7 +981,7 @@ 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+] +/* 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 * [NOTE] The menu does not contain a non-container tab option