qsniyg / maxurl

Finds larger/original versions of images and videos
https://qsniyg.github.io/maxurl/
Apache License 2.0
1.12k stars 69 forks source link

Store settings using cloud storage #1140

Open qsniyg opened 1 year ago

qsniyg commented 1 year ago

Thanks to @vscum for the idea: https://github.com/qsniyg/maxurl/discussions/1139

kidonng commented 1 year ago

As maxurl lacks an accepted Chrome extension, browser sync would provide less value.

With the current maintenance manpower, I don't think we can afford a proper cloud storage provider. I suggest using GitHub Gist instead, inspired by the once essential VSCode settings sync extension.

qsniyg commented 1 year ago

@kidonng That's a great idea, thanks! Certainly something I can test much more easily than most online cloud drives lol.

Browser sync should already be implemented (using chrome.storage.sync), but @vscum's idea was to automatically sync to cloud drives (e.g. dropbox, google drive, etc.).

kidonng commented 1 year ago

Browser sync should already be implemented (using chrome.storage.sync)

That's good to know, didn't check that.