usercss
usercss copied to clipboard
A way to store the DB for users who sync extensions
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?
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.