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.13k stars 412 forks source link

Script storage synchronization #825

Open Pusnow opened 4 years ago

Pusnow commented 4 years ago

Expected Behavior

Actual Behavior

Specifications

Script

sirius16 commented 4 years ago

I'm glad I'm not the only one interested in seeing this added. I have a script whose entire functionality depends on remembering the information I keep in storage so syncing it is almost meaningless. I've resorted to a rube Goldberg scheme where I download the storage as a JSON everytime I change a storage value, save it to a Google Drive folder, which then stores all of it. And so on. So it would be very useful to just have the storage sync with the script.

Would like to specify that by "storage" I mean the storage accessible by GM_getValue and GM_setValue

Specifications

MonkAlex commented 3 years ago

Also want some storage, what be sync between browsers.

cizhai commented 1 year ago

我在使用搜索酱,希望搜索酱里添加的站点规则能够在不同设备时间进行同步。我使用的chrome扩展search selection能够在不同设备间同步,非常好用。期待自己打造的搜索酱站点规则也能随时同步。