This file contains hidden or 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 Send Magnet links to qBittorrent | |
| // @namespace https://gist.github.com/Bandit/5496588768d5c4a8fb2e8886f11d2eb4 | |
| // @version 1.0.0 | |
| // @description When a magnet: link is detected on a page, it can be right-clicked to send it to a local qBittorrent WebUI instance. Doesn't do anything otherwise. | |
| // @author https://github.com/Bandit | |
| // @match http://*/* | |
| // @match https://*/* | |
| // @noframes | |
| // @grant GM_addStyle |
OlderNewer