Open AnnanFay opened 1 year ago
Extensions cannot directly write to file-system so writing an extension for this is impossible.
Autoconfig is an option. One mechanism you could experiment with would be to:
It should work I think, with a caveat that it simply syncs the file-names, so it doesn't include any changes you might have made to those files.
I mean, it doesn't sound trivial to write those scripts but I'm pretty sure it would work if written correctly.
That being said, I'm not sure if syncing styles between profiles is even something you would want. It certainly isn't something I would want, especially not between different machines.
Out of scope for this project I assume, but directly related to the use case. Does anyone know of a Firefox addon which will automatically sync the styles between firefox profiles on different devices?
Or if not, how are you deploying css tweaks to a new device?
Looking online returns quite old, or out of date discussions:
If a good solution for this already exists it would be great to have it linked in the README. If not then I'd be interested in knowing what workarounds people use so I can do something like that.