add snark-rpc page to torrent context

This commit is contained in:
idk
2020-01-13 20:12:09 -05:00
parent 6db47ecca0
commit fdbc208bfe
3 changed files with 10 additions and 1 deletions

View File

@@ -59,7 +59,11 @@ function routerHost(url) {
if (final === "i2ptunnelmgr" || final === "i2ptunnel") {
console.log("(urlcheck) application path", final);
return "i2ptunnelmgr";
} else if (final === "i2psnark" || final === "torrents") {
} else if (
final === "i2psnark" ||
final === "torrents" ||
final.startsWith("transmission")
) {
console.log("(urlcheck) application path", final);
return "i2psnark";
} else if (final === "webmail" || final === "susimail") {

5
i2pcontrol/README.md Normal file
View File

@@ -0,0 +1,5 @@
i2pcontrol.js
=============
This is inside of the webextension for now, but it's actually a fully-fledged,
standalone library for talking to i2pcontrol.

0
torrent/torrent.js Normal file
View File