From 950b976c473d143136ff41c2a6760b665780f49d Mon Sep 17 00:00:00 2001 From: Akamaru Date: Thu, 18 Sep 2025 16:48:44 +0200 Subject: [PATCH] =?UTF-8?q?F=C3=BCge=20downloadURL=20hinzu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- open-links-in-new-tab.user.js | 3 ++- torrent-to-transmission.user.js | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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() {