diff --git a/open-links-in-new-tab.user.js b/open-links-in-new-tab.user.js index c74f74f..d54df2b 100644 --- a/open-links-in-new-tab.user.js +++ b/open-links-in-new-tab.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name Links im neuen Tab öffnen // @namespace https://git.ponywave.de/Akamaru/Userscripts -// @version 1.1 +// @version 1.2 // @description Öffnet alle Links auf bestimmten Seiten im neuen Tab. Seiten können hinzugefügt oder entfernt werden. // @author Akamaru // @match *://*/* @@ -9,6 +9,7 @@ // @grant GM_getValue // @grant GM_setValue // @updateURL https://git.ponywave.de/Akamaru/Userscripts/raw/branch/master/open-links-in-new-tab.user.js +// @downloadURL https://git.ponywave.de/Akamaru/Userscripts/raw/branch/master/open-links-in-new-tab.user.js // ==/UserScript== (function() { diff --git a/torrent-to-transmission.user.js b/torrent-to-transmission.user.js index 3a5fbe9..6426fbf 100644 --- a/torrent-to-transmission.user.js +++ b/torrent-to-transmission.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name Transmission Remote Script // @namespace https://git.ponywave.de/Akamaru/Userscripts -// @version 1.1 +// @version 1.2 // @description Sendet Magnet-Links und .torrent-Dateien an Transmission im Netzwerk mit Pfad-Auswahl und Verwaltung // @author Akamaru // @match *://*/* @@ -10,6 +10,7 @@ // @grant GM_setValue // @grant GM_getValue // @updateURL https://git.ponywave.de/Akamaru/Userscripts/raw/branch/master/torrent-to-transmission.user.js +// @downloadURL https://git.ponywave.de/Akamaru/Userscripts/raw/branch/master/torrent-to-transmission.user.js // ==/UserScript== (function() {