1
0

Füge downloadURL hinzu

This commit is contained in:
Akamaru
2025-09-18 16:48:44 +02:00
parent 7612fea5ad
commit 950b976c47
2 changed files with 4 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
// ==UserScript== // ==UserScript==
// @name Links im neuen Tab öffnen // @name Links im neuen Tab öffnen
// @namespace https://git.ponywave.de/Akamaru/Userscripts // @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. // @description Öffnet alle Links auf bestimmten Seiten im neuen Tab. Seiten können hinzugefügt oder entfernt werden.
// @author Akamaru // @author Akamaru
// @match *://*/* // @match *://*/*
@@ -9,6 +9,7 @@
// @grant GM_getValue // @grant GM_getValue
// @grant GM_setValue // @grant GM_setValue
// @updateURL https://git.ponywave.de/Akamaru/Userscripts/raw/branch/master/open-links-in-new-tab.user.js // @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== // ==/UserScript==
(function() { (function() {

View File

@@ -1,7 +1,7 @@
// ==UserScript== // ==UserScript==
// @name Transmission Remote Script // @name Transmission Remote Script
// @namespace https://git.ponywave.de/Akamaru/Userscripts // @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 // @description Sendet Magnet-Links und .torrent-Dateien an Transmission im Netzwerk mit Pfad-Auswahl und Verwaltung
// @author Akamaru // @author Akamaru
// @match *://*/* // @match *://*/*
@@ -10,6 +10,7 @@
// @grant GM_setValue // @grant GM_setValue
// @grant GM_getValue // @grant GM_getValue
// @updateURL https://git.ponywave.de/Akamaru/Userscripts/raw/branch/master/torrent-to-transmission.user.js // @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== // ==/UserScript==
(function() { (function() {