Containerise v3.9.0
Firefox extension to automatically open websites in a container. Map multiple domains and subdomain to a container with simple csv based config. Once mapped, this extension will always open the site in a container. This behaviour is disabled in private mode.
Usage
Basic mapping:
amazon.co.uk, Shopping will open all amazon.co.uk (not subdomains) links in Shopping container.
Glob:
!*.amazon.co.uk, Shopping will be treated as *.amazon.co.uk glob pattern. (suitable to subdomains)
Regex:
@.+\.amazon\.co\.uk$, Shopping will be treat as .+\.amazon\.co\.uk$ regex. (suitable to subdomains and complex paths)