openstyles/stylus

[Feature request] Sync styles

danqdinh opened this issue · 1 comments

As an extension, it has access to chrome.sync storage.

Should it sync the styles too? so my home PC and office PC should have the same CSS styles for sites.

tophf commented

It's too limited, 8kB per item, 100kB per storage, meaning it would reliably support only the externally installed styles (as URL) and it won't support a large customization of the style. This storage was created by browser vendors to sync the extension's settings, which is what we already do, so you can customize a cloud sync in the extension's options to sync the styles automatically. This is already implemented.