Hi.
I use the “multi-account containers” feature of Firefox to use different accounts on the same site without the hassle of managing multiple browser profiles and keeping their configuration in sync. When the site supports themes, I choose very different themes for the different accounts. Stylus looked like an excellent opportunity to extend this.
Please consider adding a feature to set different styles on the same site visited in different containers.
It could be installing / enabling user scripts on a per-container basis.
It could be a condition statement @-moz-profile("Work") { … }.
I understand Firefox might not provide extensions access to enough information to get this working. I am not against running document.cookie = "StylusContainer=Work" or localStorage.setItem("StylusContainer", "Work") from the console to make the information available.
Thanks.
Hi.
I use the “multi-account containers” feature of Firefox to use different accounts on the same site without the hassle of managing multiple browser profiles and keeping their configuration in sync. When the site supports themes, I choose very different themes for the different accounts. Stylus looked like an excellent opportunity to extend this.
Please consider adding a feature to set different styles on the same site visited in different containers.
It could be installing / enabling user scripts on a per-container basis.
It could be a condition statement
@-moz-profile("Work") { … }.I understand Firefox might not provide extensions access to enough information to get this working. I am not against running
document.cookie = "StylusContainer=Work"orlocalStorage.setItem("StylusContainer", "Work")from the console to make the information available.Thanks.