I have a userscript for Google Chrome's Tampermonkey. Currently, it uses HTML5 local storage to save its data but I would like this data to be synchronized across all computers the signed-on user uses.
The GM_setValue
function only saves data to the local disk, and that data is not synced to other computers.
I don't need compatibility with Firefox.
Is it possible to do this?