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