How to Transfer All Greasemonkey userscripts to Tampermonkey on Firefox 57+

只愿长相守 提交于 2019-11-28 23:43:29

Based on derjanb comment I'm answering the question showing the steps I took to achieve the transfer of the userscripts.

  1. Enter about:support on firefox address, then find and click open folder


  1. 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.


  1. Now right click the selected files and choose Send To - Compressed (zipped) folder.


  1. Once your zip file is created find it on Desktop or where it was created and open the Tampermonkey Dashboard


  1. Go to utilities tab and on Zip select import, find your zip file and once you click open button, it should load


  1. 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.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!