Wishlist: Sync settings
I use several devices and often experiment with different settings, which results in me having to manually update everything on each device every time I change something. Sure, it's not that complicated, but ~~I always forget to include some website and then suddenly it's 4 AM~~ it would still be nice to have the option to synchronize everything (both manually and automatically). If you agree with this, I can submit a PR :)
100% agree, this feature would be fantastic to have! Guessing the implementation would go like:
- Make the code using the data layer asynchronous.
- Convert the data layer to use Chrome storage.
- Add a sync on/off option.
The asynchronous part sounds the most difficult, mostly because there's quite a few ways it could be handled, and none of the original code was designed with that in mind.