1
2
3
4
5
6
7
8
9
import { BrowserContext } from "https://esm.town/v/pomdtr/browser";
import { extractValInfo } from "https://esm.town/v/pomdtr/extractValInfo";
export default function(ctx: BrowserContext) {
const { author, name } = extractValInfo(ctx.tab.url);
ctx.open(`https://rlesser-dependency_graph.web.val.run/${author}/${name}`);
}
// #web