您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
This script adds a Deluge icon next to torrent and magnet links. Clicking on it adds the torrent to the WebUI without leaving the page.
This is an upgrade of "Quickly add torrent files to Deluge 1.2+ WebUI" by "adios_" (from userscripts.org) to work with GreaseMonkey 4 and Deluge WebUI 1.3.
Changelog:
1.7.0 (2018-02-12) :
* Rewrote the xmlHttpRequest call for GreaseMonkey 4 compatibility
* Content-type of request changed to 'application/json'
* Removed scanning for site-specific torrent URLs, leaving only magnet and .torrent links (can be reenabled by uncommenting the appropriate code)
* Code cleanup
Original script v1.6.5 is here:
http://userscripts-mirror.org/scripts/show/79003
Changelog:
1.6.5 (14th jan. 2012) :
* fix : removed an alert() popup
* Some more code cleanup
1.6 (13th jan. 2012) :
* Handles magnet links
* Code refactoring
1.5 (18th oct. 2011) :
* Fix URL parsing for bt-chat.com
* Various bugfixes
1.4 (13th feb. 2011) :
* Add support for HTTPS
1.3 (1st aug. 2010) :
* Properly escape JSON strings
1.2 (13th jun. 2010) :
* Remove hardcoded config values, now use the user-configured ones
1.1 (12th jun. 2010) :
* More torrent links detected
* Cookie support
* Torrent link now properly displays instead of "javascript:;"
* Code cleanup
1.0 (25th nov. 2009) :
* First Version