blob: f5a3a2f6c698611b96a869a182a70c9f971ec0d6 [file] [log] [blame]
import {injectScript} from '../common/contentScriptsUtils.js';
import {getOptions} from '../common/optionsUtils.js';
getOptions('extrainfo').then(options => {
if (options?.extrainfo)
injectScript(chrome.runtime.getURL('extraInfoInject.bundle.js'));
});