Rewrites all Torrent Magnet links so that they only contain the BitTorrent info hashes (BTIH).
IE: Change :
magnet:?xt=urn:btih:9ba32060b7ad96d0a01678d1dde93298e5a934c2&dn=archlinux-2019.03.01-x86_64.iso&tr=udp://tracker.archlinux.org:6969&tr=http://tracker.archlinux.org:6969/announce
to :
magnet:?xt=urn:btih:9ba32060b7ad96d0a01678d1dde93298e5a934c
(but for whatever reason it doesn't work on archlinux.org, and since I don't write JS I can't fix it)
- Install ViolentMonkey
(Do not use TamperMonkey (closed source) or GreaseMonkey (Not recommended since there was no update from August 2018 to May 2019 and it might happen again.)
-
Click "Confirm Installation" at the top right of the screen.
-
Profit !
- torrent-magnet-cleaner.user.js : Complete code of https://addons.mozilla.org/en-US/firefox/addon/trackerless-magnets/ rewritten in an userscript compatible format.
The original browser add-on is using GPLv3, and since GPLv3 require the use of the same license, this project had to be GPLv3.
I would like to release it in the public domain but I can't, sorry.