22

I use the normal version of Chrome as well as Canary (on both Windows and OS X). It's kind of a pain that my TamperMonkey scripts are only available in one or the other. Trying to maintain both, and synchronize changes I made in one to the other, is a ridiculous pain.

I understand that TamperMonkey stores its scripts in a SQLite database. Is there a way to share this between browser versions?

iconoclast
  • 3,449

3 Answers3

13

You can use your Google account to sync scripts. (This is only in Beta yet)

Step1: Log into your Google account in the Google Chrome browser enter image description here

Step2: Go into Tampermonkey Dashboard, then into Settings and change the "Config mode" to "Advanced". enter image description here

Step3: Enable "Tesla" and choose "Chrome Sync"

enter image description here

patchie
  • 254
4

As on v4.8.41, Go into Tampermonkey Dashboard, then into Settings and change the "Config mode" to "Beginner" or "Advanced".

  • Go to Script Sync (6th option)
  • Tick Enable Script Sync
  • Choose Google Drive as Type
  • Click Sync
1

Synchronize scripts that are downloadable from a Webserver.
Just set the config mode to beginner or advanced, enable TESLA.
Set the mode to chrome sync and login with chrome to your Google account.

oobe
  • 119