I have a greasemonkey script with the following metablock -
// ==UserScript== // @name TDF Improved Dark Skin // @namespace TDF // @include http://www.digit.in/forum/ // @copyright harshilsharma63 // @author harshilsharma63 // @author harshilsharma63 // @downloadURL https://openuserjs.org/install/harshilsharma63/TDF_Improved_Dark_Skin.user.js // @updateURL https://openuserjs.org/install/harshilsharma63/TDF_Improved_Dark_Skin.user.js // @grant none // @version 0.4 // ==/UserScript==
Even if I update the script on the server and increase the version (for example, from 0.2 to 0.4), Greasemonkey does not update the installed script. In addition, on the Greasemonkey script server management page in Firefox, “find updates” and “forced search updates” are grayed out. What am I doing wrong?
greasemonkey
Harshil sharma
source share