add snark-rpc page to torrent context
This commit is contained in:
6
host.js
6
host.js
@@ -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
5
i2pcontrol/README.md
Normal 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
0
torrent/torrent.js
Normal file
Reference in New Issue
Block a user