We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd02d61 commit b3eefc0Copy full SHA for b3eefc0
src/bg/action.ts
@@ -1,8 +1,8 @@
1
-import { browserAction, webNavigation, type Tabs, tabs } from 'webextension-polyfill';
+import { browserAction, /*webNavigation,*/ type Tabs, tabs } from 'webextension-polyfill';
2
import { getHostname, invertHostState } from './utils/storage';
3
-import { matcher as mapsUrlMatcher, runtimeMapUrl } from './bg';
+//import { matcher as mapsUrlMatcher, runtimeMapUrl } from './bg';
4
5
-const replacedUrlMatcher = new RegExp(`^${runtimeMapUrl}\?`);
+//const replacedUrlMatcher = new RegExp(`^${runtimeMapUrl}\?`);
6
7
/**
8
* Async function to react to clicks on the browser action icon.
0 commit comments