blob: f5a3a2f6c698611b96a869a182a70c9f971ec0d6 [file] [log] [blame]
avm9996337601bc2022-02-21 10:36:45 +01001import {injectScript} from '../common/contentScriptsUtils.js';
2import {getOptions} from '../common/optionsUtils.js';
3
4getOptions('extrainfo').then(options => {
5 if (options?.extrainfo)
6 injectScript(chrome.runtime.getURL('extraInfoInject.bundle.js'));
7});