您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Add a button in torrent sites to support adding torrent to Transmission directly.
当前为
Add a button in torrent sites to support adding torrent to Transmission directly.
ccfbits
- http://ccfbits.org/browse.php
- http://ccfbits.org/details.php
totheglory
- https://totheglory.im/browse.php
- https://totheglory.im/t/
piratebay
- https://thepiratebay.org/search/
iptorrent
- https://iptorrents.com/t?q=
Open an issue or pull request if you want more sites supported.
If it's an private site(I don't have access), you better send me an invite. ;P
Edit below in script before use.
// http://192.168.1.1 for local access, input ddns for external access.
// NO trailing slash(/).
var transmission_url = "http://your.url.here";
// value of "rpc-port" in settings.json .
var transmission_port = "9091";
// value of "rpc-url" in settings.json .
var transmission_rpc_bind_address = "/transmission/";
// Authentication;
var username = "your_username";
var pw = "your_password";
// Can be found in direct download rss.
var ipt_torrent_pass = "your_ipt_torrent_pass";
Tested with Tampermonkey on Chrome, macOS.