This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Quickly add torrent files to Deluge 1.3+ WebUI | |
// @description This script adds a Deluge icon next to torrent links. Clicking on it adds the torrent to the WebUI without leaving the page. | |
// @namespace http://deluge-torrent.info/ | |
// @include * | |
// @grant GM_xmlhttpRequest | |
// ==/UserScript== | |
// Version : 1.6.5 |