aspiers / Discord-custom-nicks-userscript

Browser userscript for assigning custom nicknames to users client-side
GNU General Public License v3.0
2 stars 0 forks source link

Support syncing between browsers / machines #1

Open aspiers opened 3 years ago

aspiers commented 3 years ago

AFAICS, Tampermonkey only supports script syncing, not storage syncing. I'd vastly prefer to avoid reimplementing some storage syncing layer if we can. Maybe Violentmonkey supports this natively? I haven't checked yet.

Also ideally any solution should preserve user privacy, i.e. not disclose unencrypted mappings over the network to third parties like cloud service providers.

aspiers commented 3 years ago

Looks like Violentmonkey doesn't sync storage either :-(