Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save xbalaji/fc4613d75dc91eb5ab011c58f69e8dad to your computer and use it in GitHub Desktop.
Save xbalaji/fc4613d75dc91eb5ab011c58f69e8dad to your computer and use it in GitHub Desktop.
firefox_temporary_containers_preferences.json
{
"version": "1.9.2",
"date": 1751157387934,
"preferences": {
"automaticMode": {
"active": true,
"newTab": "created"
},
"notifications": false,
"container": {
"namePrefix": "tmp",
"color": "red",
"colorRandom": false,
"icon": "circle",
"iconRandom": false,
"numberMode": "reuse",
"removal": 300000,
"colorRandomExcluded": [],
"iconRandomExcluded": []
},
"iconColor": "default",
"isolation": {
"global": {
"navigation": {
"action": "never"
},
"mouseClick": {
"middle": {
"action": "notsamedomain",
"container": "default"
},
"ctrlleft": {
"action": "notsamedomain",
"container": "default"
},
"left": {
"action": "notsamedomain",
"container": "default"
}
},
"excluded": {
"*.tdameritrade.com": {}
},
"excludedContainers": []
},
"domain": [],
"mac": {
"action": "disabled"
},
"reactivateDelay": 0
},
"browserActionPopup": false,
"pageAction": true,
"contextMenu": true,
"keyboardShortcuts": {
"AltC": true,
"AltP": true,
"AltN": true,
"AltShiftC": true,
"AltX": true,
"AltO": true,
"AltI": false
},
"replaceTabs": false,
"cookies": {
"domain": {}
},
"deletesHistory": {
"automaticMode": "never",
"contextMenu": true,
"containerAlwaysPerDomain": "never",
"containerIsolation": "never",
"containerRemoval": 0,
"containerMouseClicks": "never",
"statistics": false,
"active": false,
"contextMenuBookmarks": false
},
"statistics": false,
"closeRedirectorTabs": {
"active": false,
"delay": 2000,
"domains": [
"t.co",
"outgoing.prod.mozaws.net",
"slack-redir.net"
]
},
"contextMenuBookmarks": false,
"ignoreRequests": [
"getpocket.com",
"addons.mozilla.org"
],
"ui": {
"expandPreferences": true,
"popupDefaultTab": "isolation-per-domain"
},
"scripts": {
"domain": {},
"active": false
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment