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