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 565ab9a commit 38688fdCopy full SHA for 38688fd
src/browser/extension/inject/contentScript.js
@@ -1,10 +1,8 @@
1
-import { getOptionsFromBg, injectOptions, isAllowed } from '../options/syncOptions';
+import { injectOptions, isAllowed } from '../options/syncOptions';
2
const source = '@devtools-extension';
3
let connected = false;
4
let bg;
5
6
-if (!window.devToolsOptions) getOptionsFromBg();
7
-
8
function connect() {
9
// Connect to the background script
10
connected = true;
0 commit comments