stoically
stoically
Does this happen with "Advanced Automatic Mode" configured to "Don't reopen instantly" or do you have "Blank page" configured as Firefox homepage? If so, then two tabs and one closing...
@pixiekat > I'll end up with about 50 random temporary containers in my list that stick around (I have use history deletes instead of temporary by default and have it...
> For the Firefox home page, I have a moz-extension: URL that loads the page of another extension. In that case it's expected behavior. If the flickering is now more...
Yeah, that's unfortunate, please see: https://bugzilla.mozilla.org/show_bug.cgi?id=1500991
Adding to the Advanced -> Ignoring Requests preference might work
Just in case someone ends up here and is looking for a simple workaround: ```rust #[derive(Debug, Serialize, Deserialize)] pub struct Uri { #[serde(with = "uri_serde")] pub uri: http::Uri, } mod...
Since I didn't saw it mentioned here, here's a CSS-only way to change container colors: --- open `about:profiles`, click on "open directory" for your active profiles root directory, open or...
@antimatter84 Although that might be your desired behavior, [other use-cases](https://www.reddit.com/r/firefox/comments/87t2w7/multiaccount_containers_rather_useless/dwfgkmc/) [do exist](https://www.reddit.com/r/firefox/comments/87t2w7/multiaccount_containers_rather_useless/dwffazw/).
Opening tabs in containers [isn't yet supported on Android](https://bugzilla.mozilla.org/show_bug.cgi?id=1398097).
Instead of re-inventing the wheel, it would also be possible to call [TCs API](https://github.com/stoically/temporary-containers/wiki/API) to let it create and handle TCs. However, TC supports [Per-Domain Isolation](https://github.com/stoically/temporary-containers/wiki/Per-Domain-Isolation) rules which also take...