Why isn't my Greasemonkey script updating?

前端 未结 2 1459
盖世英雄少女心
盖世英雄少女心 2020-12-31 02:25

I\'ve got a Greasemonkey script for Firefox. The script includes this meta-block and some lines of code.

I want to update my script on the server and then automatic

2条回答
  •  既然无缘
    2020-12-31 02:34

    If the script is working, then there's not likely a problem with your meta block, EXCEPT, you need to use a valid HTTPS source to enable updating.

    Reference http://wiki.greasespot.net/Metadata_Block#.40downloadURL

提交回复
热议问题