Greasemonkey script compiler is showing an error

前端 未结 1 898
感动是毒
感动是毒 2021-01-16 08:27

I have script like this

// ==UserScript==
// @name          messi
// @namespace     http://messi.com
// @description   example script to alert \"barcelona\"         


        
相关标签:
1条回答
  • 2021-01-16 08:48

    The user script compiler wasn't updated in quite some time and the output add-ons it produces stopped working in recent Firefox versions IIRC.

    If you want to create Firefox add-ons from userscripts, you should consider using the Add-on SDK and making your user-script a page mod. That is what the addons.mozilla.org editor team is recommending, anyway.

    There are other alternatives, such as Scriptify.

    0 讨论(0)
提交回复
热议问题