LoveIsGrief
LoveIsGrief
There are multiple sources on how to do it programmatically that could be implement: - [Offical doc from mozilla](https://wiki.mozilla.org/CA:AddRootToFirefox) (basically autoconfig.js which imports the file when firefox is started) -...
Wow, it's been there for nearly a year. Is this project dead?
Hi, another solution would be to use the [multi account container API](https://github.com/mozilla/multi-account-containers/wiki/API) and check whether the URL has been assigned to a container there. Otherwise, this is a dupe of...
Closed with #47
Woops, you're right. I didn't test for that.
@businessBoris it seemed like either a restructuring or a hack would be necessary and I don't have the will to invest that much time into that, sorry. Maybe @kintesh could...
Unfortunately, this is a problem with [Firefox Multi-Account Containers](https://addons.mozilla.org/en-US/firefox/addon/multi-account-containers/) too and they don't have a solution either. [Temporary Containers](https://addons.mozilla.org/en-US/firefox/addon/temporary-containers/) provides an API, but every extension would have to be aware...
Sounds reasonable. I'm swamped with other projects, but it'd be nice if someone had a stab at this.
The idea is nice, but imo it'd be better to add this to the UI using a dropdown-list. That would make it possible to add more options in the future...
Hi, My knee-jerk reaction is we shouldn't rewrite it, since it's a good code-base imo. But it's your project, so you're free to do as you wish and anybody who...