Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save chromicant/d982abee8d9cf28af7cd1f4ba81238e6 to your computer and use it in GitHub Desktop.
Save chromicant/d982abee8d9cf28af7cd1f4ba81238e6 to your computer and use it in GitHub Desktop.
Containerise/Temp Containers settings for Firefox
!**.githubuserrcontent.com , Github
!*.duckduckgo.com , DDG
!*.facebook.com , Facebook
!*.fsnx.us.eu.org , FSNX
!*.g.co , Google
!*.github.com , Github
!*.github.io , Github
!*.goo.gl , Google
!*.gooogle.com , Google
!*.gstatic.com , Google
!*.redd.it , Reddit
!*.reddit.com , Reddit
!*.redditmedia.com , Reddit
!*.redditstatic.com , Reddit
!*.void.int.eu.org , FSNX
!*.youtu.be , Google
!*.youtube , Google
!*.youtube.com , Google
!*.ytimg.com , Google
@(.+\.){0,1}fb\.[a-z]+(\/|$) , Facebook
@(.+\.){0,1}fbcdn\.[a-z]+(\/|$) , Facebook
@(.+\.){0,1}google\.?([a-z]{2,3}\.?){1,2}(\/|$) , Google
{
"version": "0.97",
"date": 1557349259079,
"preferences": {
"automaticMode": {
"active": true,
"newTab": "created"
},
"notifications": false,
"container": {
"namePrefix": "EPH",
"color": "purple",
"colorRandom": false,
"icon": "circle",
"iconRandom": false,
"numberMode": "reuse",
"removal": "2minutes"
},
"iconColor": "default",
"isolation": {
"global": {
"navigation": {
"action": "notsamedomain"
},
"mouseClick": {
"middle": {
"action": "always",
"container": "default"
},
"ctrlleft": {
"action": "never",
"container": "default"
},
"left": {
"action": "notsamedomain",
"container": "default"
}
},
"excluded": {}
},
"domain": {},
"mac": {
"action": "enabled"
}
},
"browserActionPopup": false,
"pageAction": true,
"contextMenu": true,
"keyboardShortcuts": {
"AltC": true,
"AltP": true,
"AltN": false,
"AltShiftC": false,
"AltX": false
},
"replaceTabs": false,
"ignoreRequestsToAMO": true,
"ignoreRequestsToPocket": true,
"cookies": {
"domain": {}
},
"deletesHistory": {
"automaticMode": "never",
"contextMenu": false,
"containerAlwaysPerDomain": "never",
"containerIsolation": "never",
"containerRemoval": "instant",
"containerMouseClicks": "never",
"statistics": false
},
"statistics": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment