kylepaulsen / ResourceOverride

An extension to help you gain full control of any website by redirecting traffic, replacing, editing, or inserting new content.
MIT License
467 stars 117 forks source link

Rules don't sync #22

Open ghost opened 6 years ago

ghost commented 6 years ago

Configuration isn't being synced between browser instances. It would be really helpful if it did.

kylepaulsen commented 6 years ago

This is something I've definitely thought about and wanted. The only issue is syncing files. Chrome doesn't give apps much "sync" space, so a single large js file could completely go over the limit. Maybe I could track what the user wants to sync and if it goes over the limit then notify the user. I'll add it to my list of todos and see if I can get something like this working.