Skip to content

Instantly share code, notes, and snippets.

View Bandit's full-sized avatar
🎨
Chief Crayon Officer

James Nisbet Bandit

🎨
Chief Crayon Officer
View GitHub Profile
@Bandit
Bandit / Magnet-to-qBittorrent.user.js
Last active July 8, 2026 09:14
A userscript to send magnet links to a qBittorrent instance. Tested in Violentmonkey.
// ==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