Bookmarklet for Add Torrent by URL in 1.5x
javascript:javascript:(function(){var host=%22http://192.168.111.111:9091/transmission/%22,s,d=document,a=function(o){d.body.appendChild(o)};for(var i=0;i<document.links.length; i++){document.links[i].href=%22javascript:(function(){var img%20=%20document.createElement(%27img%27);img.setAttribute(%27src%27,%27%22+host+%22rpc?method=torrent-add&filename=%22+encodeURIComponent(document.links[i].href)+%22%27);img.setAttribute(%27style%27,%27visibility:hidden%27);document.body.appendChild(img);setTimeout(%27window.open(\%22%22+host+%22web/%22+%22\%22,\%22_self\%22);%27,4000);})();%22;}s=d.createElement(%27div%27);s.style.position=%27fixed%27;s.style.top=%270%27;s.style.left=%270%27;s.style.width=%27100%%27;s.style.zIndex=%271000%27;s.id=%27tordiv1%27;s.style.color=%27#fff%27;s.style.backgroundColor=%27#333%27;s.style.borderBottom=%272px solid #000%27;s.innerHTML=[%27<p style=%22clear:both;background-color:#333;color:#fff;text-align:center;font-size:15px;padding:0;margin:10px;%22>%27,%27♦ All clicked links on this page will now be sent to Transmission.%27,%27</p>%27,%27<a href=%22%22 style=%22background-color:#333;padding:2px;margin:0;font-family:monospace;font-size:18px;position:absolute;top:0;right:0;font-weight:700;color:#f00;text-decoration:none;%22 onclick=%22document.getElementById(\%27tordiv1\%27).style.display=\%27none\%27;%22>X</a>%27].join(%27%27);a(s)})();
(Supplied address: 192.168.111.111:9091)
https://forum.transmissionbt.com/viewtopic.php?f=8&t=6937
javascript:(function()%20{%20var%20host%20=%20"http://<HOST>/transmission/";%20for%20(var%20i%20=%200;%20i%20<%20document.links.length;%20i++)%20{%20document.links[i].href%20=%20"javascript:(function()%20{%20var%20img%20=%20document.createElement('img');%20img.setAttribute('src',%20'"+%20host%20+%20"rpc?method=torrent-add&filename="%20+%20encodeURIComponent(document.links[i].href)%20+%20"');%20img.setAttribute('style',%20'visibility:hidden');%20document.body.appendChild(img);%20setTimeout('window.open(\""%20+%20host%20+%20"web/"%20+%20"\",%20\"_self\");',%204000);%20})();";%20}%20})();
(kentyman)
All you have to do is replace the <HOST> part with your hostname or IP address and a port ("mydomain:9091" or "12.23.34.45:9091"). Optionally, you can include your username (and even password), so you don't have to type it each time ("myusername@mydomain:9091" or "myusername:mypassword@mydomain:9091").
To use it, simply browse to the page with the link to the torrent you want to add on your iPhone, then click the bookmarklet, then click the torrent link. After a few seconds, you will be redirected to your web interface.
I also made a web form to create these bookmarklets, but haven't put it up anywhere. If y'all want, I can pursue that more.