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 automatically update the browser's scripts. The requireSecureUpdates
option is off.
What am I doing wrong?
My 1.meta.js
// ==UserScript==
// @name Ibood autosubmit
// @include https://*.ibood.com/*
// @include http://*.ibood.com/*
// @include *
// @version 1.1
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js
// @grant GM_addStyle
// @downloadURL http://www.tipsvoorbesparen.nl/1.user.js
// @updateURL http://www.tipsvoorbesparen.nl/1.meta.js
// ==/UserScript==