usercss icon indicating copy to clipboard operation
usercss copied to clipboard

A way to store the DB for users who sync extensions

Open jkuss opened this issue 14 years ago • 1 comments

I use multiple computers throughout the day and can sync my extensions by putting a symlink to a folder in dropbox, however your DB is hosted in a separate folder from the extensions.

Is there an easy way to make this DB 'portable' as well?

jkuss avatar Jun 19 '10 03:06 jkuss

The DB is stored in the standard Safari localStorage API which I don't have any control over. But since it is basically a SQLite file, I think you can symlink the database into Dropbox without any problems--just never writes at the same time from two machines.

sirn avatar Jun 19 '10 11:06 sirn