My browser does not support CheckForUpdate.init(<>...</>);
|
|
Well, I created the script to work with Firefox.
// ==UserScript==
// @name Test : Example
// @namespace http://gm.wesley.eti.br/test
// @description This is a test
// @require http://userscripts.org/scripts/source/38788.user.js
// ==/UserScript==
CheckForUpdate.init({
'cfu:url':'your url',
'cfu:version':'your version'
});
|