From e70ff84e5955be76a48c3a2864901999110420d9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= <hugo@hornquist.se>
Date: Sat, 13 Apr 2019 12:55:04 +0200
Subject: [PATCH] Add {update,download}URl to tobbez-tagger.

---
 tobbez-tagger/index.js | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/tobbez-tagger/index.js b/tobbez-tagger/index.js
index 547256f..d4294ef 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==
-- 
GitLab