diff --git a/tobbez-tagger/index.js b/tobbez-tagger/index.js index 547256f975795860c3d40dda64058984253d48d8..d4294ef2ce7518bff87087deeaf5b8c5ef29500b 100644 --- a/tobbez-tagger/index.js +++ b/tobbez-tagger/index.js @@ -1,13 +1,15 @@ // ==UserScript== // @name Tobbez fix // @namespace http://hugo.hornquist.se/ -// @version 1.1 +// @version 1.1.1 // @description Tagging interface for a site // @author hugo@lysator.liu.se // @match https://wrya.net/services/wallpaper/scrape4/* // @grant GM_addStyle // @grant GM_setValue // @grant GM_getValue +// @updateURL https://git.lysator.liu.se/hugo/web-monkey-scripts/raw/master/tobbez-tagger/index.js +// @downloadURL https://git.lysator.liu.se/hugo/web-monkey-scripts/raw/master/tobbez-tagger/index.js // @require http://lysator.liu.se/~hugo/js/jquery-3.3.1.min.js // @require http://lysator.liu.se/~hugo/js/jquery-ui-1.12.1.min.js // ==/UserScript==