down2transmission

Add a button in torrent sites to support adding torrent to Transmission directly.

K instalaci tototo skriptu si budete muset nainstalovat rozšíření jako Tampermonkey, Greasemonkey nebo Violentmonkey.

You will need to install an extension such as Tampermonkey to install this script.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Userscripts.

You will need to install an extension such as Tampermonkey to install this script.

K instalaci tohoto skriptu si budete muset nainstalovat manažer uživatelských skriptů.

(Už mám manažer uživatelských skriptů, nechte mě ho nainstalovat!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Už mám manažer uživatelských stylů, nechte mě ho nainstalovat!)

Autor
plplok
Denně instalací
0
Celkem instalací
264
Hodnocení
3 0 0
Verze
1.8
Vytvořeno
25. 03. 2017
Aktualizováno
03. 10. 2023
Size
18,9 KB
Licence
https://raw.githubusercontent.com/convexshiba/down2transmission/master/LICENSE
Spustit na

down2transmission

Introduction

Add a button in torrent sites to support adding torrent to Transmission directly.

Images

Supported sites:

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

Usage

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";

Environment

Tested with Tampermonkey on Chrome, macOS.