How to Transfer All Greasemonkey userscripts to Tampermonkey on Firefox 57+
How to export scripts from Greasemonkey to a zip file:
- Click the Greasemonkey plugin
- Click Export a backup...
- Save file
How to import scripts to Tampermonkey from a zip file:
- Click the Tampermonkey plugin
- Click Dashboard
- Navigate to Utilities tab
- Click Browse... under Zip menu
- Select the exported zip file
- Click Import
Based on derjanb comment I'm answering the question showing the steps I took to achieve the transfer of the userscripts.
- Enter about:support on firefox address, then find and click open folder
- Now find and open gm_scripts folder, click to search inside it and type .user.js, when the search finishes select all userscripts you want to transfer.
- Now right click the selected files and choose Send To - Compressed (zipped) folder.
- Once your zip file is created find it on Desktop or where it was created and open the Tampermonkey Dashboard
- Go to utilities tab and on Zip select import, find your zip file and once you click open button, it should load
- Finally a list with all scripts inside the zip should open, asking which one you desire to import. If you want all, just click import.
That should do it. Check it out on Installed userscripts tab.