Tampermonkey / tampermonkey

Tampermonkey is the most popular userscript manager, with over 10 million users. It's available for Chrome, Microsoft Edge, Safari, Opera Next, and Firefox.
GNU General Public License v3.0
4.23k stars 418 forks source link

Userscript Sync does not work #2188

Open langningchen opened 2 weeks ago

langningchen commented 2 weeks ago

When using Userscript Sync to export scripts,

Expected Behavior

Export the .meta.json and .user.js file to the specified cloud drive.

Actual Behavior

The content of the files are [object Object] instead of something meaningful.

image

image

image


And when we try to import it, we get these logs:

sync: schedule sync for run in 1 ms
background.js:687 si: unable to parse extended info of undefined
background.js:731 sync: finished

Specifications

langningchen commented 2 weeks ago

And I've found that the stable version (v5.1.1) does not have this issue. :joy:

derjanb commented 1 week ago

Should be fixed at 5.3.6213 (crx|xpi in review)

Please download the crx file linked above and drag and drop it to the extensions page chrome://extensions (after you've enabled 'Developer Mode').

For a quick fix please export your settings and scripts as zip or (JSON) file at the "Utilities" tab and import it back at the fixed BETA version.

langningchen commented 1 week ago

It works! Thanks.