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