mirror of
https://github.com/yokoffing/Betterfox.git
synced 2026-06-12 15:40:48 +05:30
Updated Common Overrides (markdown)
@@ -144,6 +144,11 @@ Enable containers if you want to login to the same site under different accounts
|
|||||||
```javascript
|
```javascript
|
||||||
// PREF: enable Container tabs
|
// PREF: enable Container tabs
|
||||||
user_pref("privacy.userContext.enabled", true);
|
user_pref("privacy.userContext.enabled", true);
|
||||||
|
|
||||||
|
// PREF: set behavior on "+ Tab" button to display container menu on left click [FF74+]
|
||||||
|
// [NOTE] The menu is always shown on long press and right click.
|
||||||
|
// [SETTING] General>Tabs>Enable Container Tabs>Settings>Select a container for each new tab
|
||||||
|
user_pref("privacy.userContext.newTabContainerOnLeftClick.enabled", true);
|
||||||
```
|
```
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|||||||
Reference in New Issue
Block a user