| 323 | } : undefined); |
| 324 | |
| 325 | const routeFromScript = code => makeRouteWithContents(async ({tabId}) => { |
| 326 | return (await browser.tabs.executeScript(tabId, {code}))[0]; |
| 327 | }); |
| 328 | |
| 329 | Routes["/tabs/by-id/#TAB_ID/url.txt"] = { |
| 330 | description: `Text file containing the current URL of this tab.`, |
no test coverage detected